I am trying to set up a router with two point to point connections. They are hand offs running vlans.
P2P A uses VLAN 1X
P2P B uses native VLAN
Both connections pass through VLAN 3X
Basicly what i am trying to do is
have ports 6-9 go out port 10 over P2P B
have ports 2-4 untag VLAN 1X go out port 1 over P2P A
if one P2P goes down then the other ports fail over to the other P2P
however if ports 6-9 fail over to P2PA then they need to begin untagging VLAN 1X
and if ports 2-4 fail over to P2PA they need to stop untagging VLAN 1X
all of this has to be done while passing VLAN 3X from either P2P to port 5.
Is this possible using an RB2011?
I am quite confident in my fail-over programming abilities but I have always done it using routes. I have never done it not using just the interfaces.
Is this possible using an RB2011? Do I need Scripting?
Any help would be awesome.