Run the following command on all routers to verify neighbor relationships:
R2#show ip eigrp neighbors
EIGRP-IPv4 Neighbors for AS(100)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 10.0.1.2 Se3/1 13 00:04:23 1287 5000 0 3
0 10.0.0.1 Se3/0 14 00:06:12 46 276 0 5
R2#
Check the routing table to see if all routes are learned:
R2#show ip route eigrp
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
D 192.168.0.0/24 [90/2172416] via 10.0.0.1, 00:06:58, Serial3/0
D 192.168.1.0/24 [90/2172416] via 10.0.0.1, 00:06:58, Serial3/0
D 192.168.4.0/24 [90/2172416] via 10.0.1.2, 00:05:07, Serial3/1
D 192.168.5.0/24 [90/2172416] via 10.0.1.2, 00:05:07, Serial3/1
R2#
Ping from PC0 (192.168.0.100) to PC1,2,3,4,5 to verify end-to-end connectivity:
PC0> ping 192.168.1.100
84 bytes from 192.168.1.100 icmp_seq=1 ttl=63 time=31.126 ms
84 bytes from 192.168.1.100 icmp_seq=2 ttl=63 time=15.068 ms
^C
PC0> ping 192.168.2.100
84 bytes from 192.168.2.100 icmp_seq=1 ttl=62 time=59.073 ms
84 bytes from 192.168.2.100 icmp_seq=2 ttl=62 time=34.183 ms
^C
PC0> ping 192.168.3.100
84 bytes from 192.168.3.100 icmp_seq=1 ttl=62 time=52.719 ms
84 bytes from 192.168.3.100 icmp_seq=2 ttl=62 time=40.976 ms
^C
PC0> ping 192.168.4.100
84 bytes from 192.168.4.100 icmp_seq=1 ttl=61 time=59.526 ms
84 bytes from 192.168.4.100 icmp_seq=2 ttl=61 time=44.194 ms
^C
PC0> ping 192.168.5.100
84 bytes from 192.168.5.100 icmp_seq=1 ttl=61 time=58.187 ms
84 bytes from 192.168.5.100 icmp_seq=2 ttl=61 time=53.073 ms
^C
PC0>