< Home

display hwtacacs-server template verbose

Function

The display hwtacacs-server template verbose command displays statistics on HWTACACS authentication, accounting, and authorization.

Format

display hwtacacs-server template template-name verbose

Parameters

Parameter

Description

Value

template-name

Specifies the name of an HWTACACS server template.

The HWTACACS server template must exist.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

Usage Scenario

By viewing statistics on HWTACACS authentication, accounting, and authorization, administrators can better understand the interaction between modules, facilitating fault locating and troubleshooting.

You can run the reset hwtacacs-server statistics { all | accounting | authentication | authorization } command to delete statistics on HWTACACS authentication, accounting, and authorization.

Precautions

In the HWTACACS server template, you can query the relevant statistics only after the IP address of the authentication server, the IP address of the authorization server, or the IP address of the accounting server is configured.

Example

# Display statistics on HWTACACS authentication, accounting, and authorization in the HWTACACS server template test1.

<HUAWEI> display hwtacacs-server template test1 verbose
---[HWTACACS template test1 primary authentication]---                                                                              
HWTACACS server open number: 1670281960                                                                                             
HWTACACS server close number: 508333868                                                                                             
HWTACACS authen client access request packet number: 0                                                                              
HWTACACS authen client access response packet number: 0                                                                             
HWTACACS authen client unknown type number: 0                                                                                       
HWTACACS authen client timeout number: 0                                                                                            
HWTACACS authen client packet dropped number: 0                                                                                     
HWTACACS authen client access request change password number: 0                                                                     
HWTACACS authen client access request login number: 0                                                                               
HWTACACS authen client access request send authentication number: 0                                                                 
HWTACACS authen client access request send password number: 0                                                                       
HWTACACS authen client access connect abort number: 0                                                                               
HWTACACS authen client access connect packet number: 0                                                                              
HWTACACS authen client access response error number: 0                                                                              
HWTACACS authen client access response failure number: 0                                                                            
HWTACACS authen client access response follow number: 0                                                                             
HWTACACS authen client access response getdata number: 0                                                                            
HWTACACS authen client access response getpassword number: 0                                                                        
HWTACACS authen client access response getuser number: 0                                                                            
HWTACACS authen client access response pass number: 0                                                                               
HWTACACS authen client access response restart number: 0                                                                            
HWTACACS authen client malformed access response number: 0                                                                          
HWTACACS authen client round trip time(s): 0                                                                                        
---[HWTACACS template test1 primary authorization]---                                                                               
HWTACACS server open number: 1670281960                                                                                             
HWTACACS server close number: 508333868                                                                                             
HWTACACS author client request packet number: 0                                                                                     
HWTACACS author client response packet number: 0                                                                                    
HWTACACS author client timeout number: 0                                                                                            
HWTACACS author client packet dropped number: 0                                                                                     
HWTACACS author client unknown type number: 0                                                                                       
HWTACACS author client request EXEC number: 0                                                                                       
HWTACACS author client request PPP number: 0                                                                                        
HWTACACS author client request VPDN number: 0                                                                                       
HWTACACS author client response error number: 0                                                                                     
HWTACACS author client response EXEC number: 0                                                                                      
HWTACACS author client response PPP number: 0                                                                                       
HWTACACS author client response VPDN number: 0                                                                                      
HWTACACS author client round trip time(s): 0                                                                                        
---[HWTACACS template test1 primary accounting]---                                                                                  
HWTACACS server open number: 1670281960                                                                                             
HWTACACS server close number: 508333868                                                                                             
HWTACACS account client request packet number: 0                                                                                    
HWTACACS account client response packet number: 0                                                                                   
HWTACACS account client unknown type number: 0                                                                                      
HWTACACS account client timeout number: 0                                                                                           
HWTACACS account client packet dropped number: 0                                                                                    
HWTACACS account client request command level number: 0                                                                             
HWTACACS account client request connection number: 0                                                                                
HWTACACS account client request EXEC number: 0                                                                                      
HWTACACS account client request network number: 0                                                                                   
HWTACACS account client request system event number: 0                                                                              
HWTACACS account client request update number: 0                                                                                    
HWTACACS account client response error number: 0                                                                                    
HWTACACS account client round trip time(s): 0
Table 1 Description of the display hwtacacs-server template verbose command output

Item

Description

HWTACACS template test1 primary authentication

Statistics on the primary authentication server in the HWTACACS server template test1. If the secondary and third authentication servers are configured, the relevant statistics are also displayed, including:

  • HWTACACS server open number: Number of times that the socket connection of the HWTACACS server is set up
  • HWTACACS server close number: Number of times that the socket connection of the HWTACACS server is disconnected
  • HWTACACS authen client access request packet number: Number of HWTACACS client authentication request packets
  • HWTACACS authen client access response packet number: Number of HWTACACS client authentication response packets
  • HWTACACS authen client unknown type number: Number of unknown HWTACACS client authentication messages
  • HWTACACS authen client timeout number: Number of HWTACACS client authentication timeouts
  • HWTACACS authen client packet dropped number: Number of times that HWTACACS client authentication packets are dropped
  • HWTACACS authen client access request change password number: Number of password change requests from an HWTACACS client
  • HWTACACS authen client access request login number: Number of HWTACACS client login requests
  • HWTACACS authen client access request send authentication number: Number of authentication requests sent by an HWTACACS client
  • HWTACACS authen client access request send password number: Number of times that an HWTACACS client sends passwords
  • HWTACACS authen client access connect abort number: Number of connection-stop packets sent by an HWTACACS client
  • HWTACACS authen client access connect packet number: Number of continuous packets sent by an HWTACACS client
  • HWTACACS authen client access response error number: Number of error packets received by an HWTACACS client
  • HWTACACS authen client access response failure number: Number of authentication failure packets received by an HWTACACS client
  • HWTACACS authen client access response follow number: Number of packets that an HWTACACS client receives from the server for re-authentication
  • HWTACACS authen client access response getdata number: Number of packets that an HWTACACS client receives from the server for user information
  • HWTACACS authen client access response getpassword number: Number of packets that an HWTACACS client receives from the server for user password
  • HWTACACS authen client access response getuser number: Number of packets that an HWTACACS client receives from the server for user name
  • HWTACACS authen client access response pass number: Number of authentication success packets received by an HWTACACS client
  • HWTACACS authen client access response restart number: Number of authentication restart packets that an HWTACACS client receives from the server
  • HWTACACS authen client malformed access response number: Number of invalid response packets received by an HWTACACS client
  • HWTACACS authen client round trip time(s): Last authentication response time of the HWTACACS server
HWTACACS template test1 primary authorization

Statistics on the primary authorization server in the HWTACACS server template test1. If the secondary and third authorization servers are configured, the relevant statistics are also displayed, including:

  • HWTACACS server open number: Number of times that the socket connection of the HWTACACS server is set up
  • HWTACACS server close number: Number of times that the socket connection of the HWTACACS server is disconnected
  • HWTACACS author client request packet number: Number of HWTACACS client authorization request packets
  • HWTACACS author client response packet number: Number of HWTACACS client authorization response packets
  • HWTACACS author client timeout number: Number of HWTACACS client authorization timeouts
  • HWTACACS author client packet dropped number: Number of times that HWTACACS client authorization packets are dropped
  • HWTACACS author client unknown type number: Number of unknown authorization packets on an HWTACACS client
  • HWTACACS author client request EXEC number: Number of EXEC user request packets authorized by an HWTACACS client
  • HWTACACS author client request PPP number: Number of PPP user request packets authorized by an HWTACACS client
  • HWTACACS author client request VPDN number: Number of VPDN user request packets authorized by an HWTACACS client
  • HWTACACS author client response error number: Number of error authorization response packets received by an HWTACACS client
  • HWTACACS author client response EXEC number: Number of authorized EXEC user response packets received by an HWTACACS client
  • HWTACACS author client response PPP number: Number of authorized PPP user response packets received by an HWTACACS client
  • HWTACACS author client response VPDN number: Number of authorized VPDN user response packets received by an HWTACACS client
  • HWTACACS author client round trip time(s): Last authorization response time of the HWTACACS server
HWTACACS template test1 primary accounting

Statistics on the primary accounting server in the HWTACACS server template test1. If the secondary and third accounting servers are configured, the relevant statistics are also displayed, including:

  • HWTACACS server open number: Number of times that the socket connection of the HWTACACS server is set up
  • HWTACACS server close number: Number of times that the socket connection of the HWTACACS server is disconnected
  • HWTACACS account client request packet number: Number of HWTACACS client accounting request packets
  • HWTACACS account client response packet number: Number of HWTACACS client accounting response packets
  • HWTACACS account client unknown type number: Number of unknown HWTACACS client accounting packets
  • HWTACACS account client timeout number: Number of HWTACACS client accounting timeouts
  • HWTACACS account client packet dropped number: Number of times that HWTACACS client accounting packets are dropped
  • HWTACACS account client request command level number: Number of HWTACACS client accounting requests for command line packets
  • HWTACACS account client request connection number: Number of HWTACACS client accounting requests for connection
  • HWTACACS account client request EXEC number: Number of HWTACACS client accounting requests for EXEC packets
  • HWTACACS account client request network number: Number of HWTACACS client accounting requests for Network packets
  • HWTACACS account client request system event number: Number of HWTACACS client accounting requests for system event packets
  • HWTACACS account client request update number: Number of HWTACACS client accounting requests for update packets
  • HWTACACS account client response error number: Number of HWTACACS client accounting requests for error packets
  • HWTACACS account client round trip time(s): Response time of the last accounting packet of the HWTACACS server
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >