Ieee 802.1q tagged vlan commands, 1 configuring tagged vlan, Chapter 42 ieee 802.1q tagged vlan commands – ZyXEL Communications GS-2724 User Manual
Page 289: Ieee 802.1q tagged vlan commands (289)
GS-2724 User’s Guide
289
C
H A P T E R
42
IEEE 802.1Q Tagged VLAN
Commands
This chapter describes the IEEE 802.1Q Tagged VLAN and associated commands.
42.1 Configuring Tagged VLAN
The following procedure shows you how to configure tagged VLAN.
1 Use the IEEE 802.1Q tagged VLAN commands to configure tagged VLAN for the
Switch.
• Use the
vlan
command to configure or create a VLAN on the Switch. The
Switch automatically enters the
config-vlan
mode.Use the
inactive
command to
deactivate the VLAN(s).
• Use the
interface port-channel
to enter the config-
interface mode to set the VLAN settings on a port, then use the pvid
command to set the VLAN ID you created for the port-list to that specific port in the PVID
table.
• Use the
exit
command when you are finished configuring the VLAN.
2 Configure your management VLAN.
• Use the
vlan
command to create a VLAN (VID 3 in this example) for
managing the Switch, and the Switch will activate the new management VLAN.
• Use the
inactive
command to disable the new management VLAN.
sysname (config)# vlan 2000
sysname (config-vlan)# name up1
sysname (config-vlan)# fixed 5-8
sysname (config-vlan)# no untagged 5-8
sysname (config-vlan)# exit
sysname (config)# interface port-channel 5-8
sysname (config-interface)# pvid 2000
sysname (config-interface)# exit
sysname (config)# vlan 3
sysname (config-vlan)# inactive