OcNOS-SP : Layer 2 Guide : Layer 2 Command Reference : VLAN and Private VLAN Commands : vlan VLAN_RANGE type service
vlan VLAN_RANGE type service
This command allows you to create a single/range of VLAN’s of the type Service VLAN in Provider Edge & provider network bridges.
Use the no form of this command to delete the VLAN.
Command Syntax
vlan VLAN_RANGE type service (point-point|multipoint-multipoint|rooted-multipoint) bridge <1-32> (state (disable|enable)|)
vlan VLAN_RANGE type service (point-point|multipoint-multipoint|rooted-multipoint) bridge <1-32> name WORD (state (disable|enable)|)
no vlan VLAN_RANGE type service bridge <1-32>
Parameters
 
VLAN_RANGE
VLAN ID 2-4094 or range(s): 2-5,10 or 2-5,7-19
 
service
service VLAN
 
multipoint-multipoint
 
Service Multipoint to Multipoint Service VLAN
 
point-point
Service Point-to-Point Service VLAN
 
rooted-multipoint
 
Service Rooted Multipoint Service VLAN
 
bridge
Specify the bridge group ID in the range <1-32>.
 
WORD
The ascii name of the VLAN
 
state
Operational state of the VLAN
 
disable
Disable VLAN status on the bridge
enable
Enable VLAN status on the bridge
Default
By default, with the name WORD this can only be given in “vlan database” mode.
Command Mode
Configuration Mode
VLAN Configuration mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
(config)#vlan database
(config-vlan)#vlan 100 type service multipoint-multipoint bridge 1 name xxxx state enable
(config-vlan)#vlan 101 type service point-point bridge 1 name afsa state disable
 
(config-vlan)#vlan 102 type service rooted-multipoint bridge 1 state enable
(config)#vlan 104-107 type service multipoint-multipoint bridge 1 state enable
(config)#vlan 114-117,119 type service multipoint-multipoint bridge 1 state enable
(config)#vlan 124-127,129 type service point-point bridge 1 state enable
(config)#no vlan 114-117,119 type service br 1
 
Last modified date: 07/06/2023