2. Create/Modify an 802.1q VLAN and a management VLAN rule or create a port-based
VLAN group.
Switch(config)# vlan dot1q-vlan
[1-4094]
Enter a VLAN ID number to create
a new 802.1q VLAN or modify an
existing 802.1q VLAN.
Switch(config-vlan-ID)# name
[vlan_name]
Specify a descriptive name for the
created VLAN ID, maximun 15
characters.
Switch(config)# vlan isolation up-
link-port [port_list]
To assign uplink ports which will
form a port-based VLAN group
with all other downlink ports
separately so as to isolate
downlink ports from each other
except from uplink ports.
Switch(config)# vlan isolation
Enable the port isolation function.
If the port isolation is set to
“Enabled”, the ports cannot
communicate with each other.
Switch(config)# vlan
management-vlan [1-4094]
management-port [port_list] mode
[access | trunk | trunk-native]
Enter the management VLAN ID.
Specify the management port
number.
[access | trunk
| trunk-native]
Specify whether the management
port is in trunk or access mode.
“trunk” mode: Set the selected
ports to tagged.
“access” mode: Set the selected
ports to untagged.
“trunk-native” mode: Set the
selected ports to tagged or
untagged.
Switch(config)# vlan port-based
[name]
Specify a descriptive name for the
port-based VLAN you would like to
create, maximun 15 characters.
Switch(config)# vlan dot1q-tunnel
ethertype [0xWXYZ]
Configure outer VLAN's ethertype.
(Range: 0x0000~FFFF)
Switch(config-vlan-ID)# no name
Remove the descriptive name for
the specified VLAN ID.
Switch(config)# no vlan port-
based [name]
Delete the specified port-based
VLAN.
Switch(config)# no vlan dot1q-
tunnel ethertype
Reset outer VLAN's ethertype back
to the default setting (9100).
Switch(config)# no vlan dot1q-
vlan [1-4094]
Remove the specified VLAN ID
from the Trunk VLAN table.
Switch(config)# no vlan isolation
up-link-port [port_list]
Remove the specified up link port
for port VLAN isolation.