D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
117
create vlan
encap [ethernet | llc | snap | all] – Specifies that the Switch
will examine the octet of the packet header referring to one of
the protocols listed (Ethernet, LLC or SNAP), looking for a
match of the hexadecimal value previously entered . all will
instruct the Switch to examine the total packet header. After a
match is found, the Switch will forward the packet to this VLAN.
protocol-rarp - Using this parameter will instruct the Switch
to forward packets to this VLAN if the tag in the packet header
is concurrent with this protocol. This packet header information
is defined by the Reverse Address Resolution (RARP) Protocol.
Restrictions Each VLAN name can be up to 32 characters. If the VLAN is not
given a tag, it will be a port-based VLAN. Only administrator-level
users can issue this command.
Example usage:
To create a protocol VLAN:
DGS-3324SRi:4#create vlan v5 tag 2 protocol-ipxSnap
Command: create vlan v5 tag 2 protocol-ipxSnap
Success.
DGS-3324SRi:4#
Example usage:
To create a VLAN v1, tag 2:
DGS-3324SRi:4#create vlan v1 tag 2
Command: create vlan v1 tag 2
Success.
DGS-3324SRi:4#
delete vlan
Purpose Used to delete a previously configured VLAN on the Switch.
Syntax
delete vlan <vlan_name 32>
Description This command will delete a previously configured VLAN on the
Switch.
Parameters
<vlan_name 32> The VLAN name of the VLAN to delete.
Restrictions Only administrator-level users can issue this command.
Example usage: