Date created: Tuesday, August 2, 2022 8:30:20 AM. Last modified: Tuesday, August 2, 2022 8:30:20 AM

VLAN Push/PoP

This will pop two VLAN tags on ingress and push them both on egress, so that the L2VPN traffic is untagged:

set interfaces ge-1/1/1 unit 1 encapsulation vlan-vpls
set interfaces ge-1/1/1 unit 1 vlan-tags outer 2
set interfaces ge-1/1/1 unit 1 vlan-tags inner 1
set interfaces ge-1/1/1 unit 1 input-vlan-map pop-pop
set interfaces ge-1/1/1 unit 1 output-vlan-map push-push
set interfaces ge-1/1/1 unit 1 family vpls

 


Previous page: VPLS with IRB
Next page: L2Circuit to Static LSP