Monday, March 14, 2011

Lab 41 - EIGRP Summarization with Default Route

Prerequisites: CCNP level skills.
Topology
Pic. 1 - EIGRP NBMA Topology.
Icons designed by: Andrzej Szoblik - http://www.newo.pl

Task 1
EIGRP is running on all interfaces (pic. 1). Check routing table on R3.

Task 2
Configure summarization so that R3 receives only default route from R1.

Lab Solution

Task 1
EIGRP is running on all interfaces (pic. 1). Check routing table on R3.

Pic. 2 - R3's Routing Table.
Task 2
Configure summarization so that R3 receives only default route from R1.

R1 Configuration:
!
interface Serial0/1
 ip address 10.1.13.1 255.255.255.0
 ip summary-address eigrp 1 0.0.0.0 0.0.0.0 5
!

Verification:
Pic. 3 - R3's Routing Table.