Specifications

139
15
VLAN COMMANDS
The VLAN commands in the Command Line Interface (CLI) are
listed (along with the appropriate parameters) in the following
table.
Command Parameters
create vlan <vlan_name>
tag <vlanid>
delete vlan <vlan_name>
config vlan <vlan_name> {add
[tagged/untagged/forbidden]
/delete} <portlist>
show vlan <vlan_name>
config 802.1q port
[<portlist>/all] [ingress_checking
<enabled/disabled>/acceptable_frame
<tagged_only/admit_all>]
show 802.1q port
Each command is listed, in detail, in the following sections.
Note: Commands that use a <portlist> parameter allow you to specify a
sequential range of ports or a single port on the switch. The port list is
specified by listing the lowest slot number and the beginning port number
on that slot, separated by a colon. Then highest slot number, and the
highest port number of the range (also separeted by a colon) are specified.
The beginning and end of the port list range are seperated by a dash. For
example, 6:1 would specify module in slot number 6, port 1. 7:24 specifies
module in slot number 7, port 24. 6:1-7:24 specifies all of the ports
between module 6, port 1 and module 7, port 24 in numerical order. For a
single port, just enter the slot number and port number separated by a
colon.