cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1486
Views
0
Helpful
1
Replies

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

1 Reply 1

Jerry Ye
Cisco Employee
Cisco Employee

Based on your command output in your post, I can't tell what is wrong. Can you post the route-map configuration along with the static route config. Also, show ip eigrp neighbor will not tell me does the static route redistributed into the eigrp table or not. What you need to post is the eigrp topology table output of the static route prefix

show ip eigrp topology x.x.x.x/x

Regards,

jerry

Review Cisco Networking for a $25 gift card