C613-50100-01 REV C Command Reference for x930 Series 2279
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
LOCAL RADIUS SERVER COMMANDS
AUTHENTICATION
authentication
Overview Use this command to enable the specified authentication methods on the local
RADIUS server.
Use the no variant of this command to disable specified authentication methods
on the local RADIUS server.
Syntax
authentication {mac|eapmd5|eaptls|peap}
no authentication {mac|eapmd5|eaptls|peap}
Default All authentication methods are enabled by default.
Mode RADIUS Server Configuration
Examples The following commands enable EAP-MD5 authentication methods on the local
RADIUS server.
awplus# configure terminal
awplus(config)# radius-server local
awplus(config-radsrv)# authentication eapmd5
The following commands disable EAP-MD5 authentication methods on Local
RADIUS server.
awplus# configure terminal
awplus(config)# radius-server local
awplus(config-radsrv)# no authentication eapmd5
Related
Commands
server enable
show radius local-server statistics
Parameter Description
mac Enable MAC authentication method.
eapmd5 Enable EAP-MD5 authentication method.
eaptls Enable EAP-TLS authentication method.
peap Enable EAP-PEAP authentication method.