This command displays a summary of configured RADIUS accounting servers.
| Format | show radius accounting {name [servername] | ipaddr | ipv6address | hostname} |
| Mode | Privileged EXEC |
| Field | Description |
|---|---|
| servername | An alias name to identify the server. |
| ipaddr | The IPv4 address of the server. |
| ipv6address | the IPv6 address of the server. |
| hostname | The DNS resolvable hostname of the server. |
If you use the name parameter without the servername option, then only the accounting mode and the RADIUS accounting server details are displayed.
| Parameter | Definition |
|---|---|
| Server Name | The name of the accounting server. |
| Host Address | The IP address or configured name of the host. |
| Port | The port used for communication with the accounting server. |
| Secret Configured | Yes or No Boolean value indicating whether this server is configured with a secret. |
Example: The following shows example CLI display output for the command.
(Routing) #show radius accounting name
Server Name Host Address Port Secret
Configured
-------------------------------- ------------------------ ------ ----------
Default-RADIUS-Server acctServer 1813 No
backupAcct 192.168.10.55 1813 No
testServer fe80::1 1813 No
If you specify the hostname, IPv4 or IPv6 address of the accounting server, the following RADIUS accounting server details are displayed.
| Parameter | Definition |
|---|---|
| RADIUS Accounting Server IP Address | The IPv4 address, IPv6 address, link local address, or configured hostname of the host. |
| RADIUS Accounting Server Name | The name of the accounting server. |
| RADIUS Accounting Mode | The mode of the accounting server. |
| Link local interface | If configured, the interface associated with the link-local IPv6 address. |
| Port | The port used for communication with the accounting server. |
| Secret Configured | Yes or No Boolean value indicating whether this server is configured with a secret. |
| Server State | The administrative state of the server. |
| Server Immortal State | Indicates whether the server is an immortal RADIUS server, which is a dead server that is marked as alive after being determined to be dead because it is the last server known to be alive |
| Test User | The name of the configured RAIDUS server test user. |
| Idle Time | The number of minutes between RADIUS server test probes, |
| Number of Dead servers in Named Server Group | When the name servername options are used, this field shows the number of RADIUS servers in the named server group that are determined to be dead. |
Example:
(Routing) #show radius accounting acctServer RADIUS Accounting Server IP Address............ 192.168.10.55 RADIUS Accounting Server Name.................. backupAcct RADIUS Accounting Mode......................... Disable Link local interface........................... Not Available Port........................................... 1813 Secret Configured.............................. No Server State................................... Up Server Immortal State.......................... False Test User...................................... testUser Idle Time...................................... 3233 (Routing) #show radius accounting fe80::1 RADIUS Accounting Server IP Address............ fe80::1 RADIUS Accounting Server Name.................. testServer RADIUS Accounting Mode......................... Disable Link local interface........................... 1/0/3 Port........................................... 1813 Secret Configured.............................. No Server State................................... Up Server Immortal State.......................... False Test User...................................... testUser Idle Time...................................... 3233