HP Comware 5 Debug Manual Vol 1

Local server debugging commands
debugging local-server
Use debugging local-server to enable debugging for the local server function.
Use undo debugging local-server to disable debugging for the local server function.
Syntax
debugging local-server { all | error | event | packet }
undo debugging local-server { all | error | event | packet }
Default
Debugging for the local server function is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
all: Specifies all types of debugging for the local server function.
error: Specifies error debugging.
event: Specifies event debugging.
packet: Specifies packet debugging.
Examples
# Enable local server error debugging. The output in this example was created when the following
conditions exist:
The RADIUS offload function is enabled on the device.
PEAP-MSCHAPv2 is not specified as the EAP authentication method on the local server.
<Sysname> debugging local-server error
*Mar 28 09:46:57:563 2008 Sysname LS/7/ERROR:
EAP type is invalid or not supported.
*Mar 28 09:46:57:563 2008 Sysname LS/7/ERROR:
Failed to initiate user's EAP type handler.
*Mar 28 09:46:57:563 2008 Sysname LS/7/ERROR:
Failed to select and call EAP type interface according to the EAP packet.
// Authentication failed because the EAP module could not find the interface of the PEAP module.
# Enable local server event debugging. Output similar to the following example is generated when an
802.1X client initiates an authentication process under the following conditions:
Local EAP authentication is enabled on the device.
EAP-MD5 is specified as the EAP authentication method on the local server.
<Sysname> debugging local-server event
53