Eigrp
Eigrp
Eigrp
Objectives
1. To learn how to configure a topology with EIGRP
2. Test and verify the configuration
Description
Procedure
To implement this practical following network topology is required to be configured using the
EIGRP commands. After configuring the given network a packet should be ping from any one
machine to another.
Topology
Page | 27
Lab Manual Department of Computer Science
The router will begin to send EIGRP update messages out each interface belonging to the
172.16.0.0 network. EIGRP updates will be sent out of the FastEthernet0/0 and Serial0/0/0
interfaces because they are both on subnets of the 172.16.0.0 network.
Step 3: Configure the router to advertise the 192.168.10.4/30 network attached to the
Serial0/0/1 interface.
Use the wildcard-mask option with the network command to advertise only the subnet and not
the entire 192.168.10.0 classful network.
R1(config-router)# network 192.168.10.4 0.0.0.3
When you are finished with the EIGRP configuration for R1, return to privileged EXEC mode
and save the current configuration to NVRAM.
Exercises:
1. Configure EIGRP on the R2 and R3 Routers.
2. Verify EIGRP operation with the show ip eigrp neighbors and show ip protocols
commands.
3. Examine EIGRP Routes in the Routing Tables using show ip route command.
Page | 28