Wednesday, March 23, 2011

Lab 62 - EIGRP Other Features

Prerequisites: CCNP level skills.

Topology

Pic. 1 - Topology Diagram.
Icons designed by: Andrzej Szoblik - http://www.newo.pl

Task1
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 
!