In the examples, we configure the switch to authenticate using radius or TACACS for telnet login sessions only. This is a basic configuration - see the User Guide for your switch and firmware version for more details and options on the Dell Support Site.
Note: Command syntax is different between firmware versions for the definition of the radius server only (noted in the example).
Note: Both RADIUS and the local user database cannot be used simultaneously. If the radius server does not respond, radius login failover occurs to the next configured option. If the RADIUS server sends a response of "Auth Fail," the login process stops and the next configured login method is ignored.
The below command creates a login authentication list called "RadLogin" that contains the method radius. If this method fails, then the user fails to perform the enable command.
switch(config)#aaa authentication login "RadLogin" radius
Next, we create an enable authentication list called "RadEnable" that contains the method radius. If this method fails, then the user fails to perform the enable command.
switch(config)#aaa authentication enable "RadEnable" radius
switch(config-auth-radius)#
key RadiusKey
We then enable the Radius authentication list, and enable authentication list for Telnet below.
switch(config)#
line telnetswitch(config-telnet)#
login authentication RadLoginswitch(config-telnet)#
enable authentication RadEnable
Show authentication methods | Displays authentication configuration |
Show radius statistics | Displays radius authentication attempts, failures, and basic statistics |
Show aaa servers | Shows all configured aaa servers and statistics |
Show tacacs | Shows configured TACACS servers |
Show log | Shows system logs and messages. Informs if Radius authentication attempts are rejected by a server, and other useful information. |