cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
472
Views
0
Helpful
3
Replies

metric in Route-map

antero
Level 1
Level 1

Hi

what appens to a route being distributed to EIGRP with this route-map

route-map Redistribicao_BGP permit 20

match ip address 11

set metric 0 -1 0 255 1

Thanks

Antero

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Antero,

the seed metric should be rejected by IOS CLI as you are attempting to use a seed BW value of zero ( that would lead to a division by zero) and a negative seed delay of -1 ( that would lead to a negative metric but EIGRP metric is an unsigned 32 bit integer).

EIGRP metric =   256 *  [ 10^7/BW* + Sum of delays in tens of microseconds ]

where BW* is the minimum BW on path expressed in kbps and delay is cumulative over delays on path.

I would be surprised if the command is accepted by CLI.

Hope to help

Giuseppe

Hi Giuseppe

The command is accepted by IOS

the purpose is to balance between two router odd networks and even networks.

but the route that are redistributed with this metric are not learned by the eigrp peer.

thanks

Antero

Hello Antero,

you can play on delay and bandwidth but with reasonable values, delay is cumulative

You should be able to use metric sets changing only delay value to achieve desired results

For example:

10000 1 255 1 1500

10000 100 255 1 1500

Hope to help

Giuseppe

Review Cisco Networking for a $25 gift card