Supermicro L2/L3 Switches Configuration Guide
1.8.2.1 RADIUS Server
Supermicro switches function as a RADIUS client. The RADIUS server that is to be contacted for
authentication can be configured in the switch.
Follow the steps below to configure the RADIUS server’s parameters.
Step Command Description
Enters the configuration mode
[retransmit <1-254>] key <secret-key-string> [type
{authenticating | accounting | both}]
purpose of authenticating or
accounting or both.
ip-address – server’s IP address.
timeout – Specifies the RADIUS server
timeout, from 1-120
retransmit – Specifies the number of
retries to attempt to connect to the
RADIUS server, from 1-254
key – Specifies the authentication key
Exits the configuration mode.
show radius statistics
to be part of the startup configuration.
The example below shows the commands used to configure the RADIUS server.
SMIS# configure terminal
SMIS(config)# radius-server host 200.200.200.1 timeout 50 retransmit 250 key key1
SMIS(config)# end