switchport customer-network allowed vlan
Use this command to add SVLAN IDs to the Customer Network Port. This CLI is supported only on Q2 platform.
Command Syntax
switchport customer-network allowed vlan add VLAN_RANGE
Parameters
VLAN_RANGE
VLAN identifier <1-4094> or range such as 2-5,10 or 2-5,7-19.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 6.2.0.
Examples
In this example, the xe1 interface allows S-TAG 100-200 and 400 traffic from customer.
(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-200,400
Last modified date: 10/12/2023