Verifying the RADIUS Configuration

Use the show radius command to display information about the RADIUS servers (both accounting and authentication) that are configured in the system.

The following configuration is a sample output of the show radius command:

bng# show radius 
radius
--------------------------------------------------------
 Server: 10.0.0.1, port: 1812, status: up, port-type: Auth
 2 requests, 0 pending, 0 retransmits
 1 accepts, 1 rejects, 0 timeouts
 0 bad responses, 0 bad authenticators
 0 unknown types, 0 dropped, 4 ms latest rtt
--------------------------------------------------------
--------------------------------------------------------
 Server: 10.0.0.1, port: 1813, status: up, port-type: Acct
 3 requests, 0 pending, 0 retransmits
 3 responses, 0 timeouts
 0 bad responses, 0 bad authenticators
 0 unknown types, 0 dropped, 1 ms latest rtt
-------------------------------------------------------