19.07.2013 Views

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

- RT1 and RT3 are summarizing routers, which advertise summary routes to other routers.<br />

- Route summarization configuration differs with different routing protocols. The ip summaryaddress<br />

eigrp {as-num} {address} {mask} interface subcommand is used to create a<br />

summary route that is to be advertised out an interface for an EIGRP autonomous system.<br />

Note: EIGRP route summarization takes effect immediately upon the issuance of the manual<br />

summarization command and would tear down EIGRP neighbor relationship.<br />

- Route Summarization configuration on RT1 and RT3:<br />

RT1#conf t<br />

Enter configuration commands, one per line. End with CNTL/Z.<br />

RT1(config)#int s0/0<br />

RT1(config-if)#ip summary-address eigrp 100 10.2.0.0 255.255.0.0<br />

RT1(config-if)#<br />

----------------------------------------------------------------------<br />

RT3#conf t<br />

Enter configuration commands, one per line. End with CNTL/Z.<br />

RT3(config)#int s0/0<br />

RT3(config-if)#ip summary-address eigrp 100 10.3.0.0 255.255.0.0<br />

RT3(config-if)<br />

- Below shows the routing tables on RT1 and RT3 after route summarization:<br />

RT1#sh ip route<br />

Gateway of last resort is not set<br />

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks<br />

D 10.1.1.0/24 [90/2195456] via 10.1.2.2, 00:04:36, Serial0/0<br />

C 10.1.2.0/30 is directly connected, Serial0/0<br />

D 10.1.3.0/30 [90/2681856] via 10.1.2.2, 00:04:36, Serial0/0<br />

D 10.2.0.0/16 is a summary, 00:04:41, Null0<br />

C 10.2.1.0/24 is directly connected, Ethernet1/0<br />

C 10.2.2.0/24 is directly connected, Ethernet1/1<br />

C 10.2.3.0/24 is directly connected, Ethernet1/2<br />

C 10.2.4.0/24 is directly connected, Ethernet1/3<br />

D 10.3.0.0/16 [90/2707456] via 10.1.2.2, 00:03:05, Serial0/0<br />

RT1#<br />

----------------------------------------------------------------------<br />

RT3#sh ip route<br />

Gateway of last resort is not set<br />

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks<br />

D 10.1.1.0/24 [90/2195456] via 10.1.3.1, 00:05:32, Serial0/0<br />

D 10.1.2.0/30 [90/2681856] via 10.1.3.1, 00:05:34, Serial0/0<br />

C 10.1.3.0/30 is directly connected, Serial0/0<br />

D 10.2.0.0/16 [90/2707456] via 10.1.3.1, 00:05:32, Serial0/0<br />

D 10.3.0.0/16 is a summary, 00:05:37, Null0<br />

C 10.3.4.0/24 is directly connected, Ethernet1/0<br />

C 10.3.5.0/24 is directly connected, Ethernet1/1<br />

C 10.3.6.0/24 is directly connected, Ethernet1/2<br />

C 10.3.7.0/24 is directly connected, Ethernet1/3<br />

RT3#<br />

114<br />

Copyright © 2008 Yap Chin Hoong<br />

yapchinhoong@hotmail.com

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!