You are on page 1of 2

EIGRP

Set Link Bandwidth:


interface interface bandwidth Kbps

Configure EIGRP.
Router eigrp AS network network ip wildcard no auto-summary
*may be required if searching for a range.

*Wildcard masks. 172.30.0.0 0.0.255.255 - Zero's mean "look at this". This will look for any 172.30's. 10.1.2.2 0.0.0.0 - Specific address to look for too add to eigrp.

Ways to advertise static routes connected to EIGRP:


1. Advertise a default network into EIGRP (Eg for a default route): ip default-network network ip 2. Redistribute: redistribute static

Prevent EIGRP packets leaving the network:


passive-interface interface

Advertise summary route to other routers:


ip summary-address eigrp AS *Must be applied on each interface in EIGRP. ** EIGRP will always choose the more specific routes over summary routes.

Unequal Load Balancing:

*Default value is 1. Will perform Equal load balancing by default.

(eg a slower link & faster link, EIGRP will default use the faster link, so slow link would be unused. We can load balance.) *Configured on load balancing router. variance multiplier *mul tiplier = number of ti mes lower bandwidth link fits into the hi gher bandwidth link.

You might also like