cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4240
Views
0
Helpful
2
Replies

Redistribute static route in eigrp with VRF

Joris Deprouw
Level 1
Level 1

Hi all,

I have an issue with my setup of a 6500 switch (12.2(33)SXI9).

We have a 6500 switch with several VRF's. For a certain VRF I would like to redistribute a static route in EIGRP. After doing so I don't see the static route on my eigrp neighbor.

This is a overview of my config. I'm basically redistributing only my static route for this vrf in eigrp.

I found a similar case in which the solution was adding a metric to the static route. (eg. redistribute static route-map static-eigrp-pp metric 10000 100 255 1 1500). But the strange thing is that we don't have this issue on a similar machine (same IOS, same config setup).

Any help appreciated...

Thanks,

Best Regards,

Joris

router eigrp 20

!

address-family ipv4 vrf TEST

  offset-list 10 out 1 Vlan605

  redistribute static route-map static-eigrp-pp

  network 172.23.10.64 0.0.0.15

  autonomous-system 20

  eigrp router-id 172.23.10.66

  nsf

exit-address-family

!

route-map static-eigrp-pp permit 10

match ip address prefix-list onlydefault

!

ip prefix-list onlydefault seq 5 permit 0.0.0.0/0

!

ip route vrf TEST 0.0.0.0 0.0.0.0 172.23.10.17

switch#sh ip route vrf TEST | i 0.0.0.0

Gateway of last resort is 172.23.10.17 to network 0.0.0.0

     10.0.0.0/8 is variably subnetted, 799 subnets, 9 masks

S*   0.0.0.0/0 [1/0] via 172.23.10.17

switch#

switch#sh ip eigrp vrf TEST topology 0.0.0.0  0.0.0.0

EIGRP-IPv4 Topology Entry for AS(20)/ID(172.23.10.66) VRF(TEST)

EIGRP-IPv4(20): Topology base(0) entry for 0.0.0.0/0

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

  Descriptor Blocks:

  172.23.10.65 (Vlan605), from 172.23.10.65, Send flag is 0x0

      Composite metric is (5888/1792), route is External

      Vector metric:

        Minimum bandwidth is 1000000 Kbit

        Total delay is 130 microseconds

        Reliability is 255/255

        Load is 1/255

        Minimum MTU is 1500

        Hop count is 1

        Originating router is 172.23.10.65

      External data:

        AS number of route is 0

        External protocol is Static, external metric is 0

        Administrator tag is 0 (0x00000000)

        Exterior flag is set

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Joris,

the feasible distance looks like "infinite" in the 32 bit metric field

>>State is Passive, Query origin flag is 1, 0 Successor(s), FD is 4294967295

I would say for this reason the route is not advertised to the EIGRP neighbor.

the use of a seed metric expressed in the 5 metric components may help

Hope to help

Giuseppe

Hi Giuseppe,

Maybe I didn't explain everything correctly.

In total we have 4 routers.

Router A and B have the same static route configured for vrf TEST.

Router A and B have the same EIGRP AS number with a redistribute static in it.(same config as above)

I guess it is normal they don't see the redistributed static route of eachother since the have the static route configured themselves which has a lower Administrative Distance than the EIGRP redistributed route.

Is that correct?

Now Router C and D are also in the EIGRP 20 group and receive the static route by EIGRP (redistributed by A and B).

The thing is now, C and D only receive it from router B not from router A.

It could well be this is normal behavior, but how does router C and D decide which route will be placed in the routing tabel, since they receive it from both A and B.

If this is normal behavior, both C and D should receive the static route from router A the moment we delete the static route from the config of router B. Is it correct to asume that?

Best Regards,

Joris

Review Cisco Networking products for a $25 gift card