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.

MISC IP Routing Commands<br />

- The passive-interface {intf-type intf-num} router subcommand is the simplest solution to<br />

prevent a routing protocol from sending its routing updates out to an interface; but the interface<br />

can still receive (and process) routing updates for a particular routing protocol. There is no point<br />

sending routing updates out an interface where there is no router to receive the routing updates.<br />

Note: Network information for passive interfaces will still be included in routing updates.<br />

- The maximum-paths {max-paths-num} router subcommand defines the number of same<br />

metric parallel paths to a same subnet that can be added to the routing table (and perform load<br />

balancing over the links in a round-robin basis). Its value is ranging from 1 to 6, with the default<br />

of 4. Setting max-paths-num to 1 to disable load balancing. Only values other than 4 will be<br />

shown in the output of the show running-config command.<br />

RT1(config)#router rip<br />

RT1(config-router)#network 192.168.1.0<br />

RT1(config-router)#passive-interface fa1/0<br />

RT1(config-router)#maximum-paths 6<br />

RT1(config-router)#^Z<br />

RT1#<br />

- Since the metrics calculated and used by IGRP (and EIGRP) are very unlikely to be equal, the<br />

variance router subcommand can be used to achieve unequal cost path load balancing.<br />

- The variance {multiplier} router subcommand defines a multiplier. All routes with metric<br />

value less than or equal to lowest metric x variance multiplier are considered equal. Ex: With a<br />

lowest metric of 100 and variance of 2, all routes with a metric ≤ 200 are considered equal.<br />

Note: multiplier value = 1 – 128. The default is 1, which means equal cost path load balancing.<br />

- IGRP (and EIGRP) routers perform load balancing across multiple routes with different metrics<br />

to a same subnet by distributing traffic proportionally to the ratios of the metrics of the unequal<br />

cost paths. The traffic-share min across-interfaces router subcommand tells a router to use<br />

only the lowest metric route even if the routing table has multiple unequal cost routes to a same<br />

subnet due to the variance command.<br />

- With the variance and traffic-share min across-interfaces router subcommands, IGRP is<br />

able to perform instantaneous convergence! Because by having multiple routes to a same<br />

subnet in the routing table, whenever the best route fails, the router can simply select and use the<br />

second best route among the remaining routes.<br />

- The show protocols EXEC command displays all the routed protocols and the interfaces and<br />

addresses that are configured for each protocol.<br />

RT2#sh protocols<br />

Global values:<br />

Internet Protocol routing is enabled<br />

Serial0/0 is up, line protocol is up<br />

Internet address is 192.168.2.2/24<br />

Serial0/1 is up, line protocol is up<br />

Internet address is 192.168.4.1/24<br />

FastEthernet1/0 is up, line protocol is up<br />

Internet address is 192.168.3.1/24<br />

RT2#<br />

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