Command Line Reference
User Access And Authentication
RADIUS Configuration
5 min
show radius show radius global global \[command] show radius global \[purpose] display terminal radius configuration information \[view] system view \[use cases] sonic# show radius global radius server address 192 168 15 168 priority 1 auth port 1812 passkey show radius server show radius server \[command] show radius server {all | ip address } \[purpose] display radius server configuration \[view] system view \[use cases] sonic# show radius server all + + + + + + + + + + \| server | auth port | auth type | priority | timeout | retransmit | passkey | vrf | src intf | +=============+=============+=============+============+===========+==============+==============+=======+============+ \| 192 168 0 1 | 1812 | chap | 53 | 5 | 3 | mytesting123 | | | + + + + + + + + + + sonic# radius radius global global \[command] radius global \[auth type {pap|chap|mschapv2}] \[passkey passkey ] \[src ip src ip ] \[nas ip nas ip ] \[timeout timeout ] \[retransmit retransmit ] \[purpose] configure authentication parameters for the radius server \[parameter] parameter description password radius server shared key src ip source ip for authentication message nas ip nas ip address timeout value range is 1 60s retransmit maximum number of retransmissions after an authentication request times out \[view] system configuration view \[use cases] sonic(config)# radius global auth type pap sonic(config)# radius global passket test passwd radius server \[command] radius server server ip \[passkey passkey ] \[auth port auth port ] \[auth type auth type ] \[priority priority ] \[timeout timeout ] \[retransmit retransmit ] \[vrf vrf name ] \[src intf src intf ] \[purpose] configure radius server \[parameter] parameter description server ip radius server ip address passkey radius server shared secret auth port radius server port number, 1 65535 auth type choose from pap/chap/mschapv2 priority server priority it is useful when there are multiple radius servers configured, 1 64 timeout value range 1 60 seconds retransmit retry times, 0 10 vrf name vrf name specified for src intf src intf source interface, which interface is used to send authentication packet to server \[view] system configuration view \[comment] max 8 servers can be specified \[use cases] sonic(config)# radius server 192 168 0 1 priority 53 auth type chap passkey mytesting123
