cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1053
Views
0
Helpful
5
Replies

EIGRP redistribute delay value

dtushing123
Level 3
Level 3

When redistributing into EIGRP I want a

delay of 100 milliseconds, how do I represent that ?

Thanks

2 Accepted Solutions

Accepted Solutions

vladrac-ccna
Level 5
Level 5

I believe its represented in 10 microsecond units.

so for 100000 microseconds , you would use 10000.

Vlad

View solution in original post

That would be correct. IMHO, understanding the logics behind anything will always be helpful. Let's say Cisco changes the metric for delay to microseconds with a newer IOS then your calculation will be off.

Just my 2 cents.

Good Luck!!

HTH

Sundar

View solution in original post

5 Replies 5

vladrac-ccna
Level 5
Level 5

I believe its represented in 10 microsecond units.

so for 100000 microseconds , you would use 10000.

Vlad

You need to use a delay of 10,000. In case you want to know how did we get the # 10,000, 100 milliseconds equals 100,000 microseconds. EIGRP metric uses 10's of microseconds for delay and that would be 10,000. Here's a sample config and the second metric is the delay.

router eigrp 1

redistribute static metric 1500 10000 255 1 1500

HTH

Sundar

Thankyou for your help. Basically always add 2 zeros ?

That would be correct. IMHO, understanding the logics behind anything will always be helpful. Let's say Cisco changes the metric for delay to microseconds with a newer IOS then your calculation will be off.

Just my 2 cents.

Good Luck!!

HTH

Sundar

Yes thankyou Sundar I appreciate it.

Darren

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card