Cisco Cisco Packet Data Gateway (PDG)

Seite von 8770
Exec Mode Commands (A-C)   
▀  clear radius counters 
 
 
▄  Command Line Interface Reference, StarOS Release 16 
3846 
   
clear radius counters 
Clears statistics for RADIUS servers or a server group. The statistics for all RADIUS servers or a server group may be 
cleared. 
Product
 
PDSN 
GGSN 
ASN-GW 
P-GW 
SAEGW 
Privilege
 
Security Administrator, Administrator, Operator 
Mode
 
Exec 
The following prompt is displayed in the Exec mode: 
[local]host_name
Syntax
 
clear radius counters { all | radius group group_name | server ip_address [ port number 
}
 
all | radius group group_name | server ip_address [ port number ]
 
all
: Clears statistics for all servers. 
radius group group_name
: Clears all configured authentication/accounting servers in the specified 
RADIUS group. 
group_name
 must be the name of server group configured in a specific context for 
authentication/accounting, expressed as an alphanumeric string of 1 through 63 characters. 
server ip_address [ port number ]
: Clears statistics only for the server specified using IPv4 dotted-
decimal or IPv6 colon-separated-hexadecimal notation. Optionally, you can specify the port which is to have 
its RADIUS statistics cleared as an integer from 0 through 65535. 
Usage 
Clear the statistics to reset them to zero prior to logging or monitoring the system for troubleshooting, 
performance measurements, etc. 
Example
 
The following command clears the statistics for all RADIUS servers. 
clear radius counters all 
The following command resets the statistics only for the server 
10.2.3.4
clear radius counters server 10.2.3.4 
The following command resets the statistics only for the server group named 
star1
clear radius counters radius group star1