cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
0
Helpful
8
Replies

Redistribute a route with another metric on EIGRP

Hi All,

Actually, the main idea it's advertise a subnet with another metric to WAN link.

So, we've created the script below, but it didn't work. It has done on 4948 switch with 122-54.SG version and EIGRP protocol.

Obs.: This subnet 10.11.99.0/26 is announced by another switch.

sh ip eigrp topology 10.11.99.0/26
EIGRP-IPv4 Topology Entry for AS(8)/ID(10.11.11.194) for 10.11.99.0/26
  State is Passive, Query origin flag is 1, 2 Successor(s), FD is 3584
  Descriptor Blocks:
  10.11.10.237 (Vlan1201), from 10.11.10.237, Send flag is 0x0
      Composite metric is (3584/3328), route is Internal
      Vector metric:
        Minimum bandwidth is 1000000 Kbit
        Total delay is 40 microseconds
        Reliability is 255/255
        Load is 26/255
        Minimum MTU is 1500
        Hop count is 3
        Originating router is 10.11.11.198
  10.11.11.10 (Vlan1800), from 10.11.11.10, Send flag is 0x0
      Composite metric is (3584/3328), route is Internal
      Vector metric:
        Minimum bandwidth is 1000000 Kbit
        Total delay is 40 microseconds
        Reliability is 255/255
        Load is 26/255
        Minimum MTU is 1500
        Hop count is 3
        Originating router is 10.11.11.198
 

!

access-list 20 permit 10.11.99.0 0.0.0.64

!

route-map NET permit 10
 match ip address 20
 set metric 128 200 255 1 1500
!

route-map NET deny 20

!

<On EIGRP>

distribute-list route-map NET out g1/42

8 Replies 8

meict2010
Level 1
Level 1

Hi,

 

I had the same problem some days  ago. I found out, that it seems to be only possible to increase the metric, not to decrease the metric.

You can increase the Bandwidth, the Delay, the Load and the Reliability, but you cannot change the RD directly.

Maybe they did for reasons of loop prevention...

 

 

Hello

What actually are you trying to accomplish - unequal load sharing - if so this can be acheived by eigrp compositic metric calculations which you can in fact apply a load share value you wish?

 

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hi Paul,

I was trying redistribute the route with a worse metric.

 

Hello

So to have a preffered route or to load share with a definative value?

res

Paul

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

-

Hello

Apologies I am still unclear what you’re trying to establish - however looking at the diagram you posted

Remote site:
1)
 to prefer a certain path for a specific network can be accomplish by  a distance command relating to a ACL for the preferred prefix.

 

2) If you wish to do this for all traffic then the distance or delay command can accomplish this


Data centre perspective:
you can utilize eigrp compostic metrics for unequal load sharing for all traffic

or

Possibly if applicale summarise the prefix from either DC and then leak the more specific route from preferred DC

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Please, take a look the attached file.

I would like to redistribute it on DC1 with a worse metric to become the Wan in DC 2 like active.
 

Please, take a look the attached file.

I would like to redistribute it on DC1 with a worse metric to become the Wan in DC 2 like active.

Review Cisco Networking for a $25 gift card