Specifications

DGS-3048 Layer 2 Switch CLI Reference Manual
120
config 802.1x init
Purpose Used to initialize the 802.1x function on a range of ports.
Syntax
config 802.1x init [port_based ports [<portlist> | all]
Description
The config 802.1x init command is used to immediately initialize the
802.1x functions on a specified range of ports or for specified MAC
addresses operating from a specified range of ports.
Parameters port_based ports – This instructs the Switch to initialize 802.1x functions
based only on the port number. Ports approved for initialization can then be
specified.
<portlist> Specifies a port or range of ports to be initialized.
all Specifies all of the ports on the Switch to be initialized.
Restrictions Only administrator-level users can issue this command.
Example usage:
To initialize the authentication state machine of some or all:
DGS3048# config 802.1x init port_based ports all
Command: config 802.1x init port_based ports all
Success.
DGS3048#
config 802.1x auth_protocol
Purpose Used to specify AAA method.
Syntax
config 802.1x auth_protocol[radius | none]
Description This command used to specify authentication, authorization, accounting
method for use on interfaces IEEE 802.1x
Parameters radius – Uses the list of RADIUS servers for authentication.
none – Uses no authentication.
Restrictions Only administrator-level users can issue this command.
Example usage:
To use this command to specify RADIUS as AAA method.:
DGS3048# config 802.1x auth_protocol radius
Success.
DGS3048#