2. Configure RADIUS server settings.
Switch(config)# user radius
Enable RADIUS authentication.
Switch(config)# user radius
radius-port [1025-65535]
Specify RADIUS server port number.
Switch(config)# user radius
retry-time [0-2]
Specify the retry time value. This is the
number of times that the Managed Switch
will try to reconnect if the RADIUS server is
not reachable.
Switch(config)# user radius
secret [secret]
Specify a secret, up to 30 alphanumeric
characters, for RADIUS server. This secret
key is used to validate communications
between RADIUS servers.
Switch(config)# user radius
server1 [A.B.C.D |
A:B:C:D:E:F:G:H]
[A.B.C.D |
A:B:C:D:E:F
:G:H]
Specify the primary RADIUS server IP/IPv6
address.
Switch(config)# user radius
server2 [A.B.C.D |
A:B:C:D:E:F:G:H]
[A.B.C.D |
A:B:C:D:E:F
:G:H]
Specify the secondary RADIUS server
IP/IPv6 address.
Switch(config)# no user radius
Disable RADIUS authentication.
Switch(config)# no user radius radius-port
Reset the radius port setting back to the
default. (1812 port)
Switch(config)# no user radius retry-time
Reset the retry time setting back to the
default.
Switch(config)# no user radius secret
Remove the configured secret value.
Switch(config)# no user radius server1
Delete the IP/IPv6 address of the primary
RADIUS server.
Switch(config)# no user radius server2
Delete the IP/IPv6 address of the secondary
RADIUS server.
Switch(config)# show user radius
Show the current RADIUS configuration.
Switch(config)# user radius
Enable RADIUS authentication.
Switch(config)# user radius radius-port
1812
Set RADIUS server port number to 1812.
Switch(config)# user radius retry-time 2
Set the retry time value to 2. The Managed
Switch will try to reconnect twice if the
RADIUS server is not reachable.
Switch(config)# user radius secret
abcxyzabc
Set up a secret for validating
communications between RADIUS clients.
Switch(config)# user radius server1
192.180.3.1
Set the primary RADIUS server address to
192.180.3.1.
Switch(config)# user radius server2
192.180.3.2
Set the secondary RADIUS server address
to 192.180.3.2.