Sunday, March 27, 2011

Lab 74 - RIPv2 Manual Summarization

Prerequisites: CCNP level skills.

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

Task 1
On R5 summarize class C subnets (192.168.1.0/28 and 192.168.16.0/28). Do not use automatic summarization. Do not overlap any other addresses.

Lab Solution

Task 1
On R5 summarize class C subnets (192.168.1.0/28 and 192.168.16.0/28). Do not use automatic summarization. Do not overlap any other addresses.

R5 Configuration:
!
interface FastEthernet1/0
 ip address 10.1.35.5 255.255.255.0
 ip summary-address rip 192.168.1.0 255.255.255.224
!

Verification:
Pic. 2 - RIP Details on R5.

Pic. 3 - R3's Routing Table.