cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
728
Views
3
Helpful
1
Replies

VRF and VLAN

MAKhan
Level 1
Level 1

Hi,

Can I use VRF to connect multiple VLANs sub-interfaces (Dot1Q) in a Hub / Spoke manner?

like HO to multiple-sites?

Best Regards

1 Reply 1

q-coelho
Level 1
Level 1

Hi,

I think it will depend where your VLAN sub-interface terminates. If you are using a router with a 100mb/1000mb interface with multiple sub-interfaces connected to a switch with dot1q, you can configure these into vrf's like any serial interface. If you are using a 6500 with a SUP720B and upwards, you can configure the vrfs directly on the SUP.

eg:

int f0/0.1

encap dot1q 1

ip vrf forwarding VPNA

ip 192.168.1.1 255.255.255.0

int f0/0.2

encap dot1q 2

ip vrf forwarding VPNA

ip 192.168.2.2 255.255.255.0