[c-nsp] Nexus 7k BGP Redistribute into EIGRP

Stig Meireles Johansen stig.johansen at datametrix.no
Sat Apr 21 17:14:01 EDT 2012


Hi there,

I had a somewhat similar problem on a N7K. I was trying to get a default route into a VRF and export it to another VRF... with a little help from TAC, it ended up like this and working:

vrf context MYVRF
  ip route 0.0.0.0/0 192.168.1.1

ip prefix-list DEFAULT seq 5 deny 0.0.0.0/0 
ip prefix-list DEFAULT seq 10 permit 0.0.0.0/0 le 32 

route-map DirectMap permit 10
route-map StaticMap permit 10
  match ip address prefix-list DEFAULT 

router bgp 65000
  address-family ipv4 unicast
  vrf MYVRF
    address-family ipv4 unicast
      network 0.0.0.0/0
      redistribute direct route-map DirectMap
      redistribute static route-map StaticMap

/Stig



More information about the cisco-nsp mailing list