vlan VLAN_RANGE type customer
This command allows you to create a single/range of VLAN’s of the type Customer VLAN in Provider Edge bridges.
Use the no form of this command to delete the VLAN.
Command Syntax
vlan VLAN_RANGE (type (customer)|) bridge <1-32> (name WORD|) (state (disable|enable)|)
no vlan VLAN_RANGE type (customer) bridge <1-32>
no vlan VLAN_RANGE bridge <1-32>
Parameters
VLAN_RANGE
VLAN ID 2-4094 or range(s): 2-5,10 or 2-5,7-19
bridge
Specify the bridge group ID in the range <1-32>.
WORD
The ascii name of the VLAN
state
Indicates the operational state of the VLAN.
enable
Sets VLAN into an enable state.
disable
Sets VLAN into a disable state.
customer
Customer VLAN
Default
By default, vlan customer state is disabled
Command Mode
Configuration Mode
VLAN Configuration mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
(config-vlan)#vlan 15 type customer bridge 1 name abcde state enable
(config-vlan)#vlan 2-10,15 type customer bridge 1 state enable
(config-vlan)#no vlan 2-10,15 type customer bridge 1
(config-vlan)#
(config)#no vlan 2-10,15 br 1
(config)#end
#
Last modified date: 07/06/2023