HP Comware 5 Debug Manual Vol 2

Table 118 Output from the debugging encrypt-card all command
Field
Description
Send data to encrypt card retry: success to send data
to encrypt card!
The IPsec module sent a packet that needs to be IPsec
encapsulated to the encryption card.
Receive outbound packet: send packet to IP output.
The encryption card has encapsulated the packet and
placed it into the outbound IP queue.
Receive inbound packet: send to IP input queue!
The encryption card has de-encapsulated the received
packet and placed it into the inbound IP queue.
Examples
# Enable all types of encryption card debugging. When the device is configured with IPsec, output
similar to the following example is generated:
<Sysname> debugging debugging ipsec all
<Sysname> debugging encrypt-card all
<Sysname> ping -c 1 1.1.1.2
*Mar 27 11:48:26:758 2007 SysnameIPSEC/7/DBG:
Do IPsec:Send IPsec Packet! From 1.1.1.1 to 1.1.1.2
*Mar 27 11:48:26:758 2007 Sysname IPSEC/7/DBG:
Send data to encrypt card retry: success to send data to encrypt card!
// The IPsec module sent a packet that needs to be IPsec encapsulated to the encryption card.
*Mar 27 11:48:26:758 2007 Sysname IPSEC/7/DBG:
Receive outbound packet: send packet to IP output.
// The encryption card has encapsulated the packet and put it into the outbound IP queue.
*Mar 27 11:48:26:770 2007 Sysname IPSEC/7/DBG:--- Receive IPsec(ESP) packet ---
*Mar 27 11:48:26:770 2007 Sysname IPSEC/7/DBG:Src:1.1.1.2 Dst:1.1.1.1
SPI:367002883(0x15e00503)
*Mar 27 11:48:26:770 2007 Sysname IPSEC/7/DBG:New ESP(RFC2406) Enc Alg:DES Auth
Alg:HMAC-MD5-96
*Mar 27 11:48:26:770 2007 Sysname IPSEC/7/DBG:Replay Checking Enabled! SN:9
*Mar 27 11:48:26:770 2007 Sysname IPSEC/7/DBG:
Send data to encrypt card retry: success to send data to encrypt card!
// The IPsec module sent a packet that needs to be IPsec decapsulated to the encryption card
*Mar 27 11:48:26:962 2007 Sysname IPSEC/7/DBG:
Receive inbound packet: send to IP input queue!
// The encryption card has decapsulated the received packet and put it into the inbound IP queue.
IKE debugging commands
debugging ike
Use debugging ike to enable IKE debugging.
Use undo debugging ike to disable IKE debugging.
Syntax
debugging ike { all | dpd | error | exchange | message | synchronization }
153