User's Manual

Switch configuration
Technical User Manual
InfiLINK XG CLI commands
4
internal ports according to the port isolation rules, so that any direct traffic between
the external ports is impossible. This is the basic mode, used by default, including
situations when there are no any VLAN settings or 802.1Q-support is disabled in
transparent mode.
In transparent mode, direct traffic transmission between external ports (without
involving the internal ones) is possible; packet switching is performed according to
the VLAN-tags and internal “port - VLAN-tag” correspondence table, if it exists.
The following command allows you to select one of the switch modes - isolate or
transparent:
port [-scheme=SCHEME]
If you need to configure the port isolation rules for traffic redirection from external
physical interfaces GE0, GE1 and/or SFP to the interfaces RADIO or MGMT, use
the following command:
port [-mgmt=PORT_SET] [-radio=PORT_SET]
If you need to disable the switching rules based on 802.1Q-tags, even if the
transparent mode is selected (and to enable switching based on the port isolation
rules), use the command:
port -d1q=disabled
In order to add to the system the VLANs with the numbers from 1 to 4094, use the
command:
port -vlan={RANGELIST}
Example:
port -vlan=50,52,60-64
adds VLANs 50,52,60,61,62,63,64.
If you want to remove any previously created VLANs from the system, use the
command:
port -remove={RANGELIST}
If you need to set for the selected VLANs the priority according to 802.1p ranging
from 0 to 7, use the command:
port -vlan={RANGELIST} {-priority=PRIO}
Example:
port -vlan=50 -priority 7
sets the priority 7 (Network control) to the VLAN 50.