Curriculum
Course: CCNP ENARSI Labs
Login

Curriculum

CCNP ENARSI Labs

Text lesson

Part 2: Implement EIGRP for IPv4

In this part, you will configure classic EIGRP for IPv4 and verify that all routing tables are converged.

Step 1: Configure classic EIGRP for IPv4.

Configure classic EIGRP for IPv4 on all devices. Use Autonomous System number 98, and advertise only the connected interfaces on each device.

R1# config t

Enter configuration commands, one per line.  End with CNTL/Z.

R1(config)# router eigrp 98

R1(config-router)# network 10.12.0.0 0.0.0.255

R1(config-router)# network 10.13.0.0 0.0.0.255

R1(config-router)# network 192.168.3.0 0.0.0.255

R1(config-router)# exit

R1(config)# end

R2# config t

Enter configuration commands, one per line.  End with CNTL/Z.

R2(config)# router eigrp 98

R2(config-router)# network 10.12.0.0 0.0.0.255

R2(config-router)# network 10.23.0.0 0.0.0.255

R2(config-router)# exit

R2(config)# end

R3# config t

Enter configuration commands, one per line.  End with CNTL/Z.

R3(config)# router eigrp 98

R3(config-router)# network 10.23.0.0 0.0.0.255

R3(config-router)# network 10.13.0.0 0.0.0.255

R3(config-router)# network 172.16.3.0 0.0.0.255

R3(config-router)# exit

R3(config)# end

D1# config t

Enter configuration commands, one per line.  End with CNTL/Z.

D1(config)# router eigrp 98

D1(config-router)# network 192.168.3.0 0.0.0.255

D1(config-router)# network 192.168.2.0 0.0.0.255

D1(config-router)# network 192.168.1.0 0.0.0.255

D1(config-router)# network 192.168.0.0 0.0.0.255

D1(config-router)# exit

D1(config)# end

 

Step 2: Verify EIGRP for IPv4 routing.

Verify that each device has a complete routing table for all the networks shown in the topology and Addressing Table.

R1# show ip route eigrp | begin Gateway

Gateway of last resort is not set

 

      10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks

D        10.23.0.0/24 [90/281856] via 10.12.0.2, 00:03:02, Ethernet0/0

      172.16.0.0/24 is subnetted, 1 subnets

D        172.16.3.0 [90/409856] via 10.12.0.2, 00:02:51, Ethernet0/0

D     192.168.0.0/24 [90/409600] via 192.168.3.2, 00:01:18, Ethernet0/1

D     192.168.1.0/24 [90/409600] via 192.168.3.2, 00:01:31, Ethernet0/1

D     192.168.2.0/24 [90/409600] via 192.168.3.2, 00:01:44, Ethernet0/1

 

R2#sh ip route ei | b Gateway

Gateway of last resort is not set

 

      10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks

D        10.13.0.0/24 [90/2170112] via 10.23.0.3, 00:05:27, GigabitEthernet0/1

                      [90/2170112] via 10.12.0.1, 00:05:27, GigabitEthernet0/0

      172.16.0.0/24 is subnetted, 1 subnets

D        172.16.3.0 [90/130816] via 10.23.0.3, 00:05:14, GigabitEthernet0/1

D     192.168.0.0/24 [90/409856] via 10.12.0.1, 00:03:41, GigabitEthernet0/0

D     192.168.1.0/24 [90/409856] via 10.12.0.1, 00:03:53, GigabitEthernet0/0

D     192.168.2.0/24 [90/409856] via 10.12.0.1, 00:04:06, GigabitEthernet0/0

D     192.168.3.0/24 [90/281856] via 10.12.0.1, 00:06:33, GigabitEthernet0/0

 

R3# show ip route eigrp | begin Gateway

Gateway of last resort is not set

 

      10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks

D        10.12.0.0/24 [90/281856] via 10.23.0.2, 00:07:15, Ethernet0/1

D     192.168.0.0/24 [90/435456] via 10.23.0.2, 00:05:31, Ethernet0/1

D     192.168.1.0/24 [90/435456] via 10.23.0.2, 00:05:43, Ethernet0/1

D     192.168.2.0/24 [90/435456] via 10.23.0.2, 00:05:57, Ethernet0/1

D     192.168.3.0/24 [90/307456] via 10.23.0.2, 00:07:15, Ethernet0/1

 

D1# show ip route eigrp | begin Gateway

Gateway of last resort is not set

 

      10.0.0.0/24 is subnetted, 3 subnets

D        10.12.0.0 [90/281856] via 192.168.3.1, 00:07:22, GigabitEthernet0/1

D        10.13.0.0 [90/2170112] via 192.168.3.1, 00:07:22, GigabitEthernet0/1

D        10.23.0.0 [90/282112] via 192.168.3.1, 00:07:22, GigabitEthernet0/1

      172.16.0.0/24 is subnetted, 1 subnets

D        172.16.3.0 [90/410112] via 192.168.3.1, 00:07:22, GigabitEthernet0/1