User`s manual
40
When untagged packet is received, PVID of the ingress port will be used as the
its VLAN ID. PVID is also used as the VLAN ID for tag adding when
untagged packet is translated to tagged packet.
switchport untag-vid x command is used to set untag-VID of the port. It is
used when this port is set to “hybrid” role for 802.1Q function. And packets for
this untag-VLAN will be forwarded with untagged. Other packets will be
forwarded with tagged. “x” is the VLAN ID and its valid value is 1~4094.
[ Private VLAN xxx ]
switchport private-vlan host-association x command is used to assign this
interface port(s) to a Community VLAN. And the port type of the interface
port(s) must be “host” first. “x” is the VLAN ID of the Community VLAN and
its valid value is 2~4094.
switchport private-vlan isolated x command is used to assign this interface
port(s) to a Isolated VLAN. And the port type of the interface port(s) must be
“host” or “promiscuous” first. “x” is the VLAN ID of the Isolated VLAN and its
valid value is 2~4094.
switchport private-vlan mapping x command is used to assign this interface
port(s) to a Primary VLAN. And the port type of the interface port(s) must be
“promiscuous” first. “x” is the VLAN ID of the Primary VLAN and its valid value
is 2~4094.
6.2.4.2 Interface Configuring Commands for VLAN
Commands in Configuring Mode are for general switch settings. And its prompt
is “(configure)#”.
If the characteristics are for VLAN group, it is done with “interface vlan x”
command in configure mode. For example, “interface vlan 100” is for
characteristics settings on VLAN 100.
Note
: The general VLAN settings are done with “vlan database” command.
Please refer to section
6.2.5 VLAN Configuring Commands for the
details. And
interface vlan x command is used to assign characteristics to a
VLAN interface. For example, assigning IP address to a VLAN interface is done
with this command.
Entering “interface vlan 100”, and its prompt will become ...
(config)# interface vlan 100
(config-if)#
Enter “?” at the prompt, the sub-command list will be shown.
----------------------------------------------------------------------------------------------