xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
203
create 802.1x guest_vlan
Purpose
Used to configure a pre–existing VLAN as a 802.1X Guest VLAN.
Syntax
create 802.1x guest_vlan <vlan_name 32>
Description
This 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 and Operator-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.
Example usage:
To configure a previously created VLAN as a 802.1X Guest VLAN for the Switch.
D G S – 3 4 2 6 : 5 # c r e a t e 8 0 2 . 1 x g u e s t _ v l a n T i b e r i u s
C o m m a n d : c r e a t e 8 0 2 . 1 x g u e s t _ v l a n T i b e r i u s
S u c c e s s .
D G S – 3 4 2 6 : 5 #
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
This 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)
all
– Specify this parameter to configure all ports for the 802.1X Guest VLAN.
state [enable | disable] –
Use these parameters to enable or disable port listed here as
enabled or disabled for the 802.1X Guest VLAN.
Restrictions
Only Administrator and Operator-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.
Example usage:
To configure the ports for a previously created 802.1X Guest VLAN as enabled.