Reference Guide

View RADIUS server host conguration
OS10# show running-configuration
...
radius-server host 1.2.4.5 key mysecret
...
Delete RADIUS server host
OS10# no radius server host 1.2.4.5
Server host settings
Congure global communication parameters and specic host parameters for the RADIUS server. If you congure both global and specic
host parameters, the specic host parameters override the global parameters for that RADIUS server host.
1 Congure the authentication key for all RADIUS communications between the system and RADIUS server hosts in CONFIGURATION
mode. Enter 7 to encrypt the password, or 0 to keep the password as plain-text.
radius-server key authentication-key
2 Congure the number of times OS10 retransmits RADIUS requests in CONFIGURATION mode (0 to 100, default 3).
radius-server retransmit retries
3 Congure the time interval in seconds OS10 waits for a RADIUS server host response in CONFIGURATION mode (0 to 1000, default
5).
radius-server timeout seconds
Congure global settings
OS10(config)# radius-server key supersecret
OS10(config)# radius-server retransmit 10
OS10(config)# radius-server timeout 10
View RADIUS server host conguration
OS10(config)# do show running-configuration
...
radius-server key supersecret
radius-server retransmit 10
radius-server timeout 10
...
System-dened user roles
OS10 provides two system-dened user roles — sysadmin and netoperator.
sysadmin
Full access to all commands in the system, exclusive access to commands that manipulate the le system, and
access to the system shell. This role can also create user IDs and user roles.
netoperator Cannot modify any conguration on the Dell EMC device. This role can access EXEC mode (monitoring) to view
the current conguration and status information only.
Create user name and role
Create a specic user name to limit OS10 user access.
Enter a user name and password in CONFIGURATION mode.
username username password [encryption-type password] [role role]
388
System management