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

VRFs using VLAN interfaces

CiscoNutt
Level 1
Level 1

equipment: Nexus 7000 (NX-OS 6.1(2) )

I have configured several SVIs and placed them in separate VRFs.  ISIS is configured as well as BGP and they are both up and running fine.  The problem is I am having trouble routing the VRFs to the other Nexus.  I am thinking it has to do with the redistribution of connected in BGP...but I am not certain.

route-map ROUTE pemit 10

match route-type local

router bgp 10

vrf VRF1

address-family ipv4 unicast

redistribute direct route-map ROUTE

1 Reply 1

CiscoNutt
Level 1
Level 1

Turns out that the match route-type doesn't work...well not in my case anyway.  I also tried match interface vlan which did not work either.

I ended up using a prefix list that did exact matches on all connected class A addresses

ip prefix-list LIST permit 10.0.0.0/8 le 32

Review Cisco Networking products for a $25 gift card