Reference Guide

792 | Security
www.dell.com | support.dell.com
RADIUS
Remote Authentication Dial-In User Service (RADIUS) is a distributed client/server protocol. This
protocol transmits authentication, authorization, and configuration information between a central RADIUS
server and a RADIUS client (the Dell Force10 system). The system sends user information to the RADIUS
server and requests authentication of the user and password. The RADIUS server returns one of the
following responses:
Access-Accept—the RADIUS server authenticates the user
Access-Reject—the RADIUS server does not authenticate the user
If an error occurs in the transmission or reception of RADIUS packets, the error can be viewed by enabling
the
debug radius command.
Transactions between the RADIUS server and the client are encrypted (the users’ passwords are not sent in
plain text). RADIUS uses UDP as the transport protocol between the RADIUS server host and the client.
For more information on RADIUS, refer to RFC 2865,
Remote Authentication Dial-in User Service.
RADIUS Authentication and Authorization
FTOS supports RADIUS for user authentication (text password) at login and can be specified as one of the
login authentication methods in the
aaa authentication login command.
When configuring AAA authorization, you can configure to limit the attributes of services available to a
user. When authorization is enabled, the network access server uses configuration information from the
user profile to issue the user's session. The user’s access is limited based on the configuration attributes.
6 Enter the following commands at the Grub command line prompt.
Note: You must type the commands; pasted commands are not accepted.
grub> set stconfigignore=true
grub> save_env stconfigignore
grub> reboot
7 The Z9000 system boots up with factory default configuration. The default FTOS>
system prompt displays when the system boots.
8 Copy the startup-config into the running-config.
9 Display the content of the startup-config, remove the previous authentication
configuration and set the new authentication parameters. The rest of the previous
configuration is preserved.
Step Task