cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
430
Views
5
Helpful
2
Replies

EIGRP Routing Flexibilty

Mokhalil82
Level 4
Level 4

Hi

I have 2 sites, SIte A and site B. The sites have 2 links between them.

 

Site --------------------LINK1------------------Site

  A   --------------------LINK2------------------ B

 

I am running eigrp over both links and Link2 is preferred by modifying the delay. My question is, What if I wanted only some subnets to use link 1 but the rest use link2. Is that achieveable using EIGRP or will I need to just throw in some static routes for that purpose.

 

 Thank

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

You can use an offset list to set the metric for specific routes using an acl.

See this link for details -

http://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/13673-14.html#modifycompositemetric

note that i can be applied inbound as well so it is up to you which router you do it on.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

You can use an offset list to set the metric for specific routes using an acl.

See this link for details -

http://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/13673-14.html#modifycompositemetric

note that i can be applied inbound as well so it is up to you which router you do it on.

Jon

Thanks Jon, I will have a look into offset lists