Di Posting Oleh : Simple Learning
Kategori : Core Technologies EIGRP Routing
Prerequisites: CCNP level skills.
Topology
Pic. 1 - Topology Diagram.
Icons designed by: Andrzej Szoblik - http://www.newo.plTask1
Configure EIGRP routers so that the maximum hop count cannot exceed 12 routers.
Task 2
Configure EIGRP routers so that the EIGRP warning messages are sent at 30 second intervals and disable EIGRP neighbor change messages.
Lab Solution
Task1
Configure EIGRP routers so that the maximum hop count cannot exceed 12 routers.
On All Routers:
!
router eigrp 1
metric maximum-hops 12
!
Task 2
Configure EIGRP routers so that the EIGRP warning messages are sent at 30 second intervals and disable EIGRP neighbor change messages.
On All Routers:
!
router eigrp 1
eigrp log-neighbor-warnings 30
no eigrp log-neighbor-changes
!
0 Response to "Lab 62 - EIGRP Other Features"
Post a Comment