3 dot1x port-control, Examples, Syntax – PLANET WGSD-1022 User Manual

Page 337: Default configuration, Command mode, User guidelines

Advertising
background image

Examples

The following example enables 802.1x globally.

Console (config)# dot1x system-auto-control

5.29.3 dot1x port-control

The dot1x port-control interface configuration command enables manual control of the authorization

state of the port. Use the no form of this command to return to the default setting.

Syntax

dot1x port-control {auto | force-authorized | force-unauthorized}

no dot1x port-control

ƒ auto — Enable 802.1X authentication on the interface and cause the port to transition to the

authorized or unauthorized state based on the 802.1X authentication exchange between the

switch and the client.

ƒ force-authorized — Disable 802.1X authentication on the interface and cause the port to

transition to the authorized state without any authentication exchange required. The port resends

and receives normal traffic without 802.1X-based authentication of the client.

ƒ force-unauthorized — Deny all access through this interface by forcing the port to transition to

the unauthorized state, ignoring all attempts by the client to authenticate. The switch cannot

provide authentication services to the client through the interface.

Default Configuration

force-authorized

Command Mode

Interface configuration (Ethernet)

User Guidelines

There are no user guidelines for this command.

Examples

The following example enables 802.1X authentication on the interface.

Console (config)# interface ethernet e8

Console (config-if)# dot1x port-control auto

Advertising