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.

- When a link to a neighbor fails, all successor and feasible successor routes through that neighbor<br />

enter into active state and the router is required to perform route computation.<br />

- The xxx and yyy in the via A.B.C.D (xxx/yyy), interface entry in the show ip eigrp topology<br />

EXEC command represent feasible distance and advertised distance respectively.<br />

- EIGRP uses the following 5 types of packets:<br />

Hellos Used for neighbor discovery. Do not require acknowledgement.<br />

Updates Used to tell a newly discovered neighbor the reachability of destination networks.<br />

Requires acknowledgment.<br />

Queries Used to ask for a replacement route when there is no feasible successor to a network.<br />

Requires acknowledgment.<br />

Replies Used to response to query packets to tell the originator not to recompute the route as<br />

there is feasible successor. Requires acknowledgment.<br />

ACKs Used to acknowledge updates, queries, and replies.<br />

- The EIGRP passive-interface {intf-type intf-num} router subcommand prevents an interface<br />

from sending and receiving Hello packets, which eventually stop it from forming adjacencies and<br />

exchanging routing updates with other routers which reside on the passive interface subnet.<br />

- RIP passive interfaces prevent the sending but allow the receiving of routing updates. Hence the<br />

router can still learn about the networks advertised by other routers.<br />

EIGRP passive interfaces neither send nor receive routing updates. Additionally no neighbor<br />

relationship will be formed, as EIGRP passive interfaces suppress the exchange of Hello packets.<br />

- EIGRP performs autosummarization in discontiguous networks by default, and some networks<br />

might not work due to this feature. The best practice is disable autosummarization and performs<br />

manual summarization with ip summary-address interface subcommand when necessary.<br />

EIGRP autosummarization can be disabled with the no auto-summary router subcommand.<br />

Router(config)#router eigrp 10<br />

Router(config-router)#network 10.0.0.0<br />

Router(config-router)#network 172.16.0.0<br />

Router(config-router)#no auto-summary<br />

Note: classful network addresses are used in EIGRP (and IGRP) configuration.<br />

- The maximum-paths {num} router subcommand defines the total number of links allowed for<br />

equal-cost path load balancing. Its value is ranging from 1 to 6, with the default of 4.<br />

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

- EIGRP (and IGRP) has a default maximum hop count of 100, but it can be changed to 255.<br />

Normally it is unnecessary to change the value, as hop count isn’t used in the path metric<br />

calculation. It is only being used to limit the scope of an autonomous system.<br />

Router(config)#router eigrp 10<br />

Router(config-router)#metric maximum-hops ?<br />

Hop count<br />

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