Testing a RADIUS Accounting Server
When used to test a RADIUS accounting server, the tool generates an accounting request message for a specific username.
Note | The user name must already be configured on the RADIUS authentication server prior to executing the test. |
test-radius accounting { all | server-group group_name | server server_name port server_port } { user_nameclient_nas_ip_address }
NOTES:
-
all : Specify that all configured RADIUS accounting servers be tested.
-
radius group group_name : Specify the configured RADIUS authentication servers in a RADIUS server group named group_name for server group functionality.
-
server_name : Specify the IP address of a specific RADIUS accounting server to test.
-
server_port : Specify the TCP port over that the system must use when communicating with the RADIUS accounting server to test.
-
user_name : Specify a username that is supplied to the RADIUS server for accounting.
-
client_nas_ip_address : Specify the IP address of the source NAS that is supplied to the RADIUS server for accounting.
Example
test-radius accounting all
test-radius accounting server sampleServer port 5000 username user1
test-radius accounting server-group star1 username user1