IMPLENTATION
Friday, November 14, 2008
leaving the networks 172.16.1.0 and 192.168.70.0 we can summarize all of 48 , 49 , 50 , 51
our summary is 192.168.48.0/22
lets implement our summary addr at r1
CODE
r1#config t
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#int s2/0
r1(config-if)#ip summary-address ?
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
rip Routing Information Protocol (RIP)
r1(config-if)#ip summary-address rip ?
A.B.C.D IP address
r1(config-if)#ip summary-address rip 192.168.48.0 255.255.252.0
Summary mask must be greater or equal to major net ----------------------> this is obvious ? now do we have any solution?
r1(config-if)#
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#int s2/0
r1(config-if)#ip summary-address ?
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
rip Routing Information Protocol (RIP)
r1(config-if)#ip summary-address rip ?
A.B.C.D IP address
r1(config-if)#ip summary-address rip 192.168.48.0 255.255.252.0
Summary mask must be greater or equal to major net ----------------------> this is obvious ? now do we have any solution?
r1(config-if)#