Specifications
xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
create 802.1x guest_vlan
Used to configure a pre-existing VLAN as a 802.1x Guest VLAN.
Syntax
create 802.1x guest_vlan <vlan_name 32>
Description The create 802.1x guest_vlan command is used to configure a pre-
defined VLAN as a 802.1x Guest VLAN. Guest 802.1X VLAN clients
are those who have not been authorized for 802.1x or they haven’t
yet installed the necessary 802.1x software, yet would still like
limited access rights on the Switch.
Parameters <vlan_name 32> - Enter an alphanumeric string of no more than 32
characters to define a pre-existing VLAN as a 802.1x Guest VLAN.
This VLAN must have first been created with the create vlan
command mentioned earlier in this manual.
Restrictions Only administrator-level users can issue this command.
Users must have already previously created a VLAN using the
create vlan command. Only one VLAN can be set as the 802.1x
Guest VLAN.
Purpose
Example usage:
To configure a previously created VLAN as a 802.1x Guest VLAN for the Switch.
DGS-3400:4#create 802.1x guest_vlan Trinity
Command: create 802.1x guest_vlan Trinity
DGS-3400:4#
Success.
config 802.1x guest_vlan ports
Purpose Used to configure ports for a pre-existing 802.1x guest VLAN.
Syntax
config 802.1x guest_vlan ports [<portlist> | all] state [enable | disable]
Description
all – Specify this parameter to configure all ports for the 802.1x Guest VLAN.
Restrictions Only administrator-level users can issue this command.
Users must have already previously created a VLAN using the create vlan
command. If the specific port state changes from an enabled state to a
disabled state, these ports will return to the default VLAN.
The config 802.1x guest_vlan ports command is used to configure ports to
be enabled or disabled for the 802.1x guest VLAN.
Parameters <portlist> - Specify a port or range of ports to be configured for the 802.1x
Guest VLAN. The port list is specified by listing the lowest switch number
and the beginning port number on that switch, separated by a colon. Then
the highest switch number, and the highest port number of the range (also
separated by a colon) are specified. The beginning and end of the port list
range are separated by a dash. For example, 1:3 specifies switch number 1,
port 3. 2:4 specifies switch number 2, port 4. 1:3-2:4 specifies all of the ports
between switch 1, port 3 and switch 2, port 4 − in numerical order. Non-
contiguous portlist entries are separated by a comma. (ex: 1:1-1:3,1:7-1:9)
state [enable | disable] – Use these parameters to enable or disable port
listed here as enabled or disabled for the 802.1x Guest VLAN.
Example usage:
To configure the ports for a previously created 802.1x Guest VLAN as enabled.
182