How can I set VLAN-based VRF selection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2013 06:41 AM - edited 03-04-2019 06:40 PM
Hi,
I am using Cisco 7609 IOS15.0(1)S1 and Cisco 3600 IOS 15.1(2)EY.
I am trying to provision VPNs over MPLS network.
All I found in the documentation is how I attach a whole interface to a VRF.
However, I need to be able to attach a VLAN (or any other matching criteria, for that matter) to a VRF.
In other words, I want to be able to attach port 1/1 vlan 100 to VRF-A and port 1/1 vlan 200 to VRF-B.
Please help...
Yoav.
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2013 09:33 AM
why not create subinterfaces of your network on your router and configure VRF Forwarding?
e.g. :
int gi0/0.2
dot1q 2 native
ip address xxx.xxx
ip vrf forwarding ???
