dot1x authentication default
Note |
The documentation set for this product strives to use bias-free language. For purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on standards documentation, or language that is used by a referenced third-party product. |
To specify the authentication mode for 802.1X authentication, use the dot1x authentication default command in switch configuration mode. To restore the default configuration, use the no form of this command.
dot1x authentication default { none | radius }
no dot1x authentication default
Syntax Description
none |
Uses no authentication |
radius |
Uses the list of all RADIUS servers for authentication |
Command Default
RADIUS server
Command Modes
Switch configuration (config-switch)
Command History
Release | Modification |
---|---|
3.5.1 |
This command was introduced. |
Usage Guidelines
None
Examples
The following example sets the 802.1X authentication mode to RADIUS server authentication:
nfvis(config-switch)# dot1x authentication default radius
nfvis(config-switch)# commit
nfvis(config-switch)# end