xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
1010
Example
To create super VLAN 10:
DGS-3620-28SC:admin# create super_vlan vlanid 10
Command: create super_vlan vlanid 10
Success.
DGS-3620-28SC:admin#
97-2
config super_vlan
Description
This command is used to configure the sub-VLANs of a super VLAN. A sub-VLAN only can belong
to one super VLAN and you cannot bind an IP interface on it. The maximum sub-VLAN number of
a super VLAN is 80.
Format
config super_vlan [<vlan_name 32> | vlanid <vlanid 1-4094>] [add | delete] sub_vlan
<vidlist>
Parameters
<vlan_name 32>
- Enter the VLAN name used here. This name can be up to 32 characters long.
vlanid
- Specifies the VLAN ID used.
<vlanid 1-4094>
- Enter the VLAN ID used here. This value must be between 1 and 4094.
add
- Specifies the sub-VLAN ID list to add to the super VLAN. The sub-VLAN shall be an
existent 802.1Q VLAN.
delete
- Specifies the sub-VLAN ID list to delete from the super VLAN.
sub_vlan
- Specifies the sub-VLANs of the super VLAN. By default, a new created super VLAN
has no sub-VLANs configured.
<vidlist>
- Enter the VLAN ID of the sub-VLAN used here. This value must be between 1 and
4094.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To add sub VLAN 2-4 into super VLAN 10:
DGS-3620-28SC:admin# config super_vlan 10 add sub_vlan 2-4
Command: config super_vlan 10 add sub_vlan 2-4
Success.
DGS-3620-28SC:admin#