HP Comware 5 Debug Manual Vol 3

Examples
# Enable all types of debugging for location service. When a user with number 2002 initiates a
registration request with authentication information to the SIP server, output similar to the following
example is generated:
<Sysname> debugging voice ssm lsm all
Enable SSM LSM ALL debugging functions
<Sysname>
*Sep 8 15:22:09:239 2007 Sysname SSM/7/VOICE:
SSM_INFO [LSM]:
General: Succeed in getting the user information.
Additional: The number is 2002.
// The location service succeeded in getting user information.
*Sep 8 15:22:09:240 2007 Sysname SSM/7/VOICE:
SSM_INFO [LSM]:
General: The authentication is needed.
Additional: The number is 2002, the realm is "H3C", the algorithm is "MD5",
the nonce is "46e2bf4d2871e5e985f96008c04a0f7c5a85f106".
// Authentication is needed.
*Sep 8 15:22:09:240 2007 Sysname SSM/7/VOICE:
SSM_INFO [LSM]:
General: Don't pass the authentication successfully.
Additional: The number is 2002.
// The authentication failed.
*Sep 8 15:22:09:243 2007 Sysname SSM/7/VOICE:
SSM_INFO [LSM]:
General: Succeed in getting the user information.
Additional: The number is 2002.
// The location service succeeded in getting user information.
*Sep 8 15:22:09:243 2007 Sysname SSM/7/VOICE:
SSM_INFO [LSM]:
General: Succeed in passing the authentication.
Additional: The number is 2002.
// The authentication succeeded.
debugging voice ssm probe
Use debugging voice ssm probe to enable debugging for SIP server probe.
Use undo debugging voice ssm probe to disable debugging for SIP server probe.
Syntax
debugging voice ssm probe { all | error | event | fsm | info | prim | timer }
undo debugging voice ssm probe { all | error | event | fsm | info | prim | timer }
364