User's Manual

Switch configuration
Technical User Manual
InfiLINK XG CLI commands
5
In order to remove the priority of the selected VLANs, perform the command:
port -vlan={RANGELIST} {-nopriority}
You can enable on the switch the support of PVST+ (Per-VLAN Spanning Tree
Plus) protocol the special version of STP, which allows creating a separate
spanning tree for each VLAN.
In order to enable STP support for the selected VLANs, use the command:
port -vlan={RANGELIST} [-stp]
In order to disable STP support for the selected VLANs, use the command:
port -vlan={RANGELIST} [-nostp]
In order to set the bridge priority for STP in the selected VLAN ranging from 0 to
61440 in increments of 4096 (or from 0 to 16 in increments of 1), use the
command:
port -vlan={RANGELIST} {-spriority=STPPRIO}
Example:
port -vlan=50 -spriority=4096
sets the bridge priority 4096 for VLAN 50.
In order to remove the bridge priority for STP in the selected VLAN, use the
command:
port -vlan={RANGELIST} {-nospriority}
If you need to enable/disable the forwarding of STP packets in the selected VLAN,
use the corresponding command:
port -vlan={RANGELIST} [-sforward[=enable|disable]]
Ports of the switch can operate in one of the two operation modes:
access mode (allows untagged traffic only) and
trunk mode (allows tagged traffic only). If you need to allow both tagged and
untagged traffic through the port, you can configure the native VLAN option
that defines the only VLAN for receiving of all incoming untagged traffic in
trunk mode (VLAN 1 is configured as a Native VLAN for all the ports of the
switch by default).
In order to select access or trunk mode for the port, use the command:
port [PORT_SET] [-mode={access|trunk}]
If you want to define VLANs for the port operation in access mode, use the
command: