06-18-2014 02:15 PM - edited 03-04-2019 11:10 PM
I have an ASR 1002 router with Three VRFs coming into it. The first 2 VRFs are just terminating on the ASR with L3 sub interfaces. So no big deal with them. The third one is a VRF that needs to terminate on a separate router. The ASR that needs to split out this 3rd VRF is not allowed to have an IP address for it. So it just needs to forward off this as L2 to a separate physical port and then terminates on a different router.
So my question is what is the best way to accomplish this on the ASR? Could I setup a pseudo wire setup or is there an easier way to just split off this as separate VLAN to the other physical interface?
Solved! Go to Solution.
06-19-2014 12:27 AM
Hi
You could try with bridging. Something like this
Interface bvi 1
no ip address
interface gig0
bridge-gropup 1
interface gig1
bridge-group 1
/Mikael
06-18-2014 09:38 PM
You need the traffic that reaches your ASR1K on one particular interface to just be forwarded to another one?
06-19-2014 12:27 AM
Hi
You could try with bridging. Something like this
Interface bvi 1
no ip address
interface gig0
bridge-gropup 1
interface gig1
bridge-group 1
/Mikael
06-19-2014 07:22 AM
Yes, I have traffic coming in on a sub interface of say gi0/0/1.200 and need to just L2 forward that traffic to an another physical interface like gi1/0/1.
06-19-2014 10:09 AM
The bridging option informed by mlund seems to be what you need.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide