User`s guide
111
DGS3100# show radius
Index IP Address Auth-Port Acct-Port Status Key
Number Number
-------- ---------------- -------------- -------------- ------------ ---------------------
1 10.1.1.1 1812 1813 Active switch
DGS3100#
config 802.1x auth_mode
Purpose To configure the 802.1x authentication mode on the Switch.
Syntax
config 802.1x auth_mode ports <portlist> [port_based |
mac_based]
Description The config 802.1x auth_mode command enables either the port-
based or MAC-based 802.1x authentication feature on the Switch.
Parameters portlist – A port or a range of ports to be configured.
[port_based | mac_based] – Specifies whether 802.1x authentication
is by port or MAC address.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure 802.1x authentication by MAC address:
DGS3100# config 802.1x auth_mode mac_based
Success.
DGS3100#
config guest_vlan
Purpose Enables or disables network access to a Guest VLAN.
Syntax
config guest_vlan <vlan_name 32> state [enable | disable]
Description The config guest_vlan command enables or disables network
access to a Guest VLAN. A network administrator can use Guest
VLANs to deny network access via port-based authentication, but
grant Internet access to unauthorized users.
Parameters <vlan_name 32> – The name of the Guest VLAN.
state [enable | disable] – Enables or disables network access to the
Guest VLAN.
Restrictions Only administrator-level users can issue this command.
Example usage:
To enable a Guest VLAN:
DGS3100# config guest_vlan guestusers state enable
DGS3100#