cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Nexus eigrp vrf -- route redistribution

danilo-dicesare
Level 1
Level 1

Hi all,

i'm having some problem in redistributing static route in eigrp with vrf configured.

i'll show you configuration:

Device A

version 5.1(1a)

feature eigrp

router eigrp 667

  autonomous-system 667

  vrf BB_backend

  address-family ipv4 unicast

    redistribute static route-map rmall

interface Vlan101

  ip router eigrp 667

interface Ethernet2/3.100

  ip router eigrp 667

show ip eigrp nei vrf BB_backend
IP-EIGRP neighbors for process 667 VRF BB_backend
H   Address                 Interface       Hold  Uptime  SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
1   192.168.1.13            Vlan101         11   02:38:28  1    200   0   20
0   192.168.1.5             Eth2/3.100      11   02:39:59  332  1992  0   17
IP access list all
        10 permit ip any any
route-map rmall, permit, sequence 10
  Match clauses:
    ip address (access-lists): all
  Set clauses:
vrf context BB_backend
  ip route 172.16.0.112/29 192.168.1.22 name DMZ
DeviceB (nexus)
show ip eigrp neighbors vrf BB_backend
IP-EIGRP neighbors for process 667 VRF BB_backend
H   Address                 Interface       Hold  Uptime  SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
1   192.168.1.14            Vlan101         14   00:00:22  1    200   0   24
0   192.168.1.10            Eth2/3.100      14   00:00:22  1    200   0   32
ive tried with and without address-family configured but behaviour is the same.
any hints?
tnx
dan

Who Me Too'd this topic