![D-Link xStack DGS-3600 Series Скачать руководство пользователя страница 228](http://html1.mh-extra.com/html/d-link/xstack-dgs-3600-series/xstack-dgs-3600-series_cli-manual_4127464228.webp)
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
225
create 802.1x guest_vlan
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 an 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. This VLAN
is only supported for port-based 802.1x and must have already been
previously created 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.
DGS-3627:5#create 802.1x guest_vlan Tiberius
Command: create 802.1x guest_vlan Tiberius
Success.
DGS-3627: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 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 beginning and end of the port list range are separated by
a dash. Non-contiguous portlist entries are separated by a comma. (ex: 1-
3,7-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-level users can issue this command. This VLAN is only
supported for port-based 802.1x and must have already been previously
created 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.
DGS-3627:5#config 802.1x guest_vlan ports 1-5 state enable
Command: config 802.1x guest_vlan ports 1-5 state enable
Success.
DGS-3627:5#