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
_______________________________________________
cisco-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/