cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
233
Views
0
Helpful
1
Replies

Calculating Delay for changing routing path

saravanababu22
Level 1
Level 1

I have configured an multilink, problem is after configuration, end to end connectivity was fine, but the traffic which is being initiated from my end is via different path,

found that the FD is lesser in the different path, i need to use delay value so that the traffic is via multilink.

router1#sh ip eigrp topology 10.158.128.144/28

IP-EIGRP (AS 100): Topology entry for 10.158.128.144/28

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 1814016

pls suggest

router2#sh ip eigrp topology 10.158.128.144/28

IP-EIGRP (AS 100): Topology entry for 10.158.128.144/28

State is Passive, Query origin flag is 1, 1 Successor(s), FD is 1813760

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Saravan,

to understand how to change delay the best starting point is show interface

show interface type x/y

compare the output of the multilink with that of the current exit interface to the current best path to the destinations

be aware that changes done in this way have global impacts.

To make changes only for selected destinations you should use the offset-list command inbound to the current outgoing interface.

example:

router eigrp 100

offset-list 11 in 50 typex/y

see

http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_eig2.html#wp1012264

Hope to help

Giuseppe

Review Cisco Networking products for a $25 gift card