OcNOS-RON : Layer 2 Guide : Layer 2 Configuration Guide : Provider Bridging Configuration (SVLAN) : Port-based Interface
Port-based Interface
In this case, the customer traffic with C-VLAN/untagged, received on interface will be stacked with a customer-network SVLAN ID and will be forwarded via provider network. While egressing out of customer-network port for the default SVLAN, the outer SVLAN id will be stripped and the packet will be sent as C-TAG or untagged to customer device.
In this example, the xe1 interface allows C-TAG/untagged traffic from customers, adding an SVLAN ID 100 before forwarding to the provider network. While egressing out, the SVLAN ID100 will be stripped.
(config)#interface xe1
(config-if)#switchport
(config-if)#dot1ad ethertype 0x88a8
(config-if)#bridge-group 1
(config-if)#switchport mode customer-network
(config-if)#switchport customer-network allowed vlan add 100
(config-if)#switchport customer-network vlan 100
Last modified date: 07/13/2023