A SERVICE OF

logo

xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
206
config 802.1x fwd_pdu ports
Purpose Used to configure the forwarding of EAPOL PDU.
Syntax
config 802.1x fwd_pdu ports [<portlilst>| all] [enable | disable]
Description This command is a per port setting used to control the forwarding of EAPOL PDU. When
802.1X functionality is disabled globally or disabled for a specific port, and 802.1X
forward PDU is enabled both globally and for the port, a received EAPOL packet on the
port will be flooded in the same VLAN to those ports. The default state is disabled.
Parameters <portlist> - Specifies a port or range of ports to be re–authorized. 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.
all - Specifies all of the ports on the Switch.
enable – Enables the 802.1X forward PDU ports.
disable – Disables the 802.1X forward PDU ports.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure 802.1X forwarding PDU for ports:
DGS–3426:5#config 802.1x fwd_pdu ports 1:1-1:2 enable
Command: config 802.1x fwd_pdu ports 1:1-1:2 enable
Success.
DGS–3426:5#
config 802.1x authorization network radius
Purpose The enable authorization command will enable the accepting of an authorized
configuration.
Syntax
config 802.1x authorization network radius [enable | disable]
Description This command is used to enable or disable the accepting of an authorized configuration.
When the authorization is enabled for 802.1X’s RADIUS, the authorized data assigned by
the RADUIS server will be accepted if the global authorization network is enabled.
Parameters radius – If specified to enable, the authorization data assigned by the RADUIS server will
be accepted. The default state is enabled.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the authorized data assigned from the RADIUS server.
DGS–3426:5#config 802.1x authorization network radius disable
Command: config 802.1x authorization network radius disable
Success.
DGS–3426:5#