Simulation # 1:
Solution:
From above output we can see that wrong AS # is configured for EIGRP i.e AS 22 instead of AS 222. When the AS numbers among routers are mismatched, no adjacency is formed.
To solve this problem we apply following configuration change on Interior router.
From Perimeter router output we can see that the network in between Perimeter router and interior router is not being advertised, therefore we need to add missing network statement on Perimeter router.
This will solve the issue and your network will be converged, this can be also be verified by following commands.
Perimeter # ping 192.168.60.81
Perimeter # ping 192.168.60.65
Note: Ping should be successful.
No comments:
Post a Comment