vlan type customer
Use this command to configure VLANs of type customer, to enable or disable the state of the VLANs, and to configure the name for VLANs.
Use the no form of this command to remove the VLAN type.
Command Syntax
vlan <2-4094> type customer bridge <1-32>
vlan <2-4094> type customer bridge <1-32> state (enable|disable)
vlan <2-4094> type customer bridge <1-32> name WORD
no vlan <2-4094> type customer bridge <1-32>
Parameters
<2-4094>
The VID of the VLAN that will be enabled or disabled on the bridge <2-4094>.
type
Identifies the VLAN as a customer, service, or VLAN.
customer
Identifies the Customer VLAN
bridge
Indicates a Service VLAN <1-32>.
name
The ASCII name of the VLAN. Maximum length allowed is 16 characters.
state
Indicates the operational state of the VLAN.
enable
Sets VLAN into an enable state.
disable
Sets VLAN into a disable state.
WORD
ASCII name of the VLAN.
Command Mode
VLAN Configuration mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#vlan database
(config-vlan)#vlan 12 type customer bridge 1 name new state enable
Last modified date: 10/12/2023