The display radius-client statistics command displays statistics about RADIUS packets exchanged between a RADIUS client and RADIUS proxy.
This command is supported only on the NetEngine 8000 F1A.
Parameter | Description | Value |
---|---|---|
mask |
Specifies the mask of a RADIUS client. |
- |
mask-ip |
Specifies the IP address mask of a RADIUS client. |
The value is in dotted decimal notation. |
mask-length |
Specifies the IP address mask length of a RADIUS client. |
The value is an integer ranging from 0 to 32. |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
client-ip client-ip-address |
Specifies the IP address of a RADIUS client. |
The value is in dotted decimal notation. |
Usage Scenario
If a user fails to go online or authentication or accounting packets are lost, run the display radius-client statistics command to view statistics about RADIUS packets exchanged between a RADIUS client and RADIUS proxy. The command output helps locate faults.
Precautions
In VS mode, this command is supported only by the admin VS.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display radius-client statistics client-ip 1.1.1.1
Authentication packets:
Access Requests : 0 Access Accepts : 0
Access Challenges : 0 Access Rejects : 0
Bad Authenticators : 0 Packets Dropped : 0
Accouting packets:
Account Requests : 0 Account Responses : 0
Bad Authenticators : 0 Packets Dropped : 0
DM packets:
Author Requests : 0 Author Acks : 0
Author Naks : 0 Abnormal Attribute Length packets:
Access Requests : 0 Account Requests : 0
Author Acks : 0 Author Naks : 0
Corrected Access Requests : 0
Item | Description |
---|---|
Authentication packets | Statistics about authentication packets. |
Access Requests | Statistics about Access-Request packets. |
Access Accepts | Statistics about Access-Accept packets. |
Access Challenges | Statistics about Access-Challenge packets. |
Access Rejects | Statistics about Access-Reject packets. |
Bad Authenticators | Statistics about packets with incorrect authenticators. |
Packets Dropped | Statistics about dropped packets. |
Accouting packets | Statistics about accounting packets. |
Account Requests | Statistics about Accounting-Request packets. |
Account Responses | Statistics about Accounting-Response packets. |
DM packets | Statistics about disconnect management (DM) packets. |
Author Requests | Statistics about DM request packets. |
Author Acks | Statistics about DM acknowledge response packets. |
Author Naks | Statistics about DM non-acknowledge response packets. |
Abnormal Attribute Length packets | Statistics about packets carrying 2-byte attributes. |
Corrected Access Requests | Statistics about authentication request packets whose 2-byte attributes have been deleted and total packet lengths modified. |