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.

Route Redistribution Configuration<br />

- Route redistribution redistributes routes from the source protocol into the destination protocol,<br />

which is achieved by entering the router configuration mode for the destination protocol and<br />

followed by the redistribute router subcommand to bring in the routes of the source protocol.<br />

- The redistribute {protocol} {as-num | process-id} {metric} router subcommand is used to<br />

redistributes routes from one routing protocol to another routing protocol.<br />

- The as-num parameter is applicable only to routing protocols that use AS number identifiers, eg:<br />

IGRP and EIGRP; while the process-id parameter is applicable only to OSPF.<br />

- RT2 is the boundary of for RIP and EIGRP, while RT4 is the boundary of IGRP and EIGRP.<br />

These are the places to redistribute routes between routing domains (or protocols).<br />

- Route Redistribution from EIGRP into RIP configuration on RT2:<br />

RT2(config)#router rip<br />

RT2(config-router)#redistribute eigrp 2 metric 1<br />

RT2(config-router)#<br />

- The configuration above set all routes coming from EIGRP AS 2 as 1 hop count since RIP uses<br />

hop counts as the metric.<br />

- Below shows the routing table on RT1 to verify the EIGRP is properly redistributed into RIP:<br />

RT1#sh ip route<br />

Gateway of last resort is not set<br />

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

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

R 192.168.5.0/24 [120/1] via 192.168.2.2, 00:00:15, Ethernet1/1<br />

R 192.169.1.0/24 [120/1] via 192.168.2.2, 00:00:15, Ethernet1/1<br />

R 192.169.2.0/24 [120/1] via 192.168.2.2, 00:00:15, Ethernet1/1<br />

R 200.1.1.0/24 [120/1] via 192.168.2.2, 00:00:15, Ethernet1/1<br />

RT1#<br />

- Route Redistribution from RIP into EIGRP configuration on RT2:<br />

RT2(config)#router eigrp 2<br />

RT2(config-router)#redistribute rip metric ?<br />

Bandwidth metric in Kbits per second<br />

RT2(config-router)#redistribute rip metric 2000 ?<br />

EIGRP delay metric, in 10 microsecond units<br />

RT2(config-router)#redistribute rip metric 2000 200 ?<br />

EIGRP reliability metric where 255 is 100% reliable<br />

RT2(config-router)#redistribute rip metric 2000 200 255 ?<br />

EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded<br />

RT2(config-router)#redistribute rip metric 2000 200 255 1 ?<br />

EIGRP MTU of the path<br />

RT2(config-router)#redistribute rip metric 2000 200 255 1 1500<br />

RT2(config-router)#<br />

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