0% found this document useful (0 votes)
11 views4 pages

EIGRP Configuration and Verification Guide

The document provides instructions for configuring EIGRP routing on a network topology with specific naming conventions for routers and switches based on a given ADID. It includes detailed configuration commands for three routers (BB, R2, R3) and two switches (SW1, SW2) to ensure all interfaces can ping each other. Additionally, it lists verification commands to check the routing table and EIGRP neighbor information on each router.

Uploaded by

Hema
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

EIGRP Configuration and Verification Guide

The document provides instructions for configuring EIGRP routing on a network topology with specific naming conventions for routers and switches based on a given ADID. It includes detailed configuration commands for three routers (BB, R2, R3) and two switches (SW1, SW2) to ensure all interfaces can ping each other. Additionally, it lists verification commands to check the routing table and EIGRP neighbor information on each router.

Uploaded by

Hema
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

EIGRP ROUTING

1. Configure the topology as shown in diagram. Give the name of BB, R2, R3 as
your BB_ADID, Your R2_ADID and Your R3_ADID respectively. If your ADID is
AB123456 then the router name is R1_AB123456.
2. Give the name of SW1,SW2 as SW1_ADID, SW2_ADID respectively. If your
ADID is AB123456 then the Switch name is SW1_AB123456.
3. Configure EIGRP and advertise all the networks so that every interface should
be able to ping each other
4. Check the routing table of BB, R2 & R3 with the command show ip route and
check the EIGRP entries.
5. Display information about the EIGRP neighbors using the command show ip
eigrp neighbors.
6. Display the EIGRP routing table using the command show ip route eigrp.
7. Display the EIGRP topology table using the command show ip eigrp topology.
SOLUTION:
ROUTER-1
hostname BB_AB123456

interface Se0/1/0
ip address [Link] [Link]
no shutdown
exit
interface Se0/1/1
ip address [Link] [Link]
no shutdown
exit

router eigrp 100


network [Link] [Link]
network [Link] [Link]
no auto-summary

ROUTER-2
hostname R2_AB123456

interface Se0/1/0
ip address [Link] [Link]
no shutdown
exit
interface Gig0/0/0
ip address [Link] [Link]
no shutdown
exit

interface Gig0/0/1
ip address [Link] [Link]
no shutdown
exit

router eigrp 100


network [Link] [Link]
network [Link] [Link]
network [Link] [Link]
no auto-summary

ROUTER-3

hostname R3_AB123456

interface Se0/1/0
ip address [Link] [Link]
no shutdown
exit
interface Gig0/0/0
ip address [Link] [Link]
no shutdown
exit

router eigrp 100


network [Link] [Link]
network [Link] [Link]
no auto-summary

SWITCH-1
hostname SW1_AB123456

SWITCH-2
hostname SW2_AB123456

Verification Commands on each router:


show ip route
show ip eigrp neighbors
show ip route eigrp
show ip eigrp topology

You might also like