RADIUS
nv show system aaa radius
Shows the RADIUS configuration settings.
Cumulus Linux 5.12 and later no longer shows the enable setting; the nv set system aaa radius enable command is no longer provided.
Version History
Introduced in Cumulus Linux 5.7.0
Example
cumulus@switch:~$ nv show system aaa radius
operational applied
--------------- ------------- -------------
enable on on
vrf mgmt mgmt
debug enabled enabled
privilege-level 10 10
retransmit 8 8
port 1812
timeout 10
source-ipv4 192.168.1.10
[server] 192.168.0.254 192.168.0.254
nv show system aaa radius server
Shows a list of the RADIUS servers configured on the switch and their configuration settings.
Version History
Introduced in Cumulus Linux 5.7.0
Example
cumulus@switch:~$ nv show system aaa radius server
Hostname Port Priority Password source-ip Timeout
------------- ---- -------- -------- ------------ -------
192.168.0.254 42 1 * 192.168.1.10 10
nv show system aaa radius server <server-id>
Shows configuration settings for a specific RADIUS server.
Command Syntax
| Syntax | Description |
|---|---|
<server-id> | The IP address or hostname of the RADIUS server. |
Version History
Introduced in Cumulus Linux 5.7.0
Example
cumulus@switch:~$ nv show system aaa radius server 192.168.0.254
operational applied
--------- ------------ ------------
port 42 42
timeout 10 10
secret * *
priority 1 10
source-ip 192.168.1.10 192.168.1.10
nv show system aaa radius server <server-id> counters
Shows statistics for a specific RADIUS server, such as the number of authorization requests, accepted, rejected, timed out and retried access requests, and authorization connection errors and bad responses.
Command Syntax
| Syntax | Description |
|---|---|
<server-id> | The IP address or hostname of the RADIUS server. |
Version History
Introduced in Cumulus Linux 5.18.0
Example
cumulus@switch:~$ nv show system aaa radius server 192.168.0.254 counters
operational applied
----------------------- ----------- -------
auth-requests 1
access-accepts 1
access-rejects 0
timeout-access-requests 0
retried-auth-requests 0
auth-connection-errors 0
auth-bad-responses 0