Hi people,
I'm trying to setup a solution where I can provide an Ethernet circuit, allowing the customer to push whatever tags they want into their frames by using Q-in-Q to push an S on the PE and then carry that double tagged frame through a Pseudowire.
One of the nodes is a converged PE/CE 6500VSS with Sup2t and DFC4 cards. I know that the 7600 requires certain cards to support these features, but would this work on the 6500 with these cards?
I think the configuration would look something like this:
interface GigabitEthernet1/4/1
switchport trunk allowed vlan none
switchport trunk encapsulation dot1q
switchport mode trunk
service instance 600 ethernet
encapsulation dot1q 1-4094
rewrite ingress tag push dot1q 600
l2protocol forward cdp stp vtp dtp pagp dot1x lacp
xconnect 600 1.1.1.1 encapsulation MPLS
!
!
I would be potentially terminating the remote end on a Juniper MX with a CE switch downstream and would likely trunk VLAN 600 from the MX into the CE switch and then present VLAN 600 as an edge Q-in-Q tunnel port.
Theoretically this should carry the traffic end to end and allow for any VLANs to be pushed into the Pseudowire?
Thanks!