HP Comware 5 Debug Manual Vol 1

Field
Sent a packet (length bytes) to IP ip-address port port
VRF Index vrf-index successfully.
The vrf-index argument indicates the index of a VPN
instance. A value of 0 for the vft-index indicates the
public network.
Examples
# Enable VAM client error debugging on the VAM client. When the shutdown command is executed on
a tunnel interface, output similar to the following example is generated:
<Client> debugging vam client error
<Client> system-view
[Client] interface tunnel 1
[Client-Tunnel1] shutdown
*Jan 6 11:55:48:342 2007 Client VAM/7/ERROR:VAM_Client:
The interface state is not ready.
# Enable VAM event debugging for the VAM client. After the client registers with the VAM server, output
similar to the following example is generated:
<Client> debugging vam client event
*Jan 6 11:46:11:824 2007 Client VAM/7/EVENT:VAM_Client:
Sent KEEPALIVE request successfully.
*Jan 6 11:46:11:834 2007 Client VAM/7/EVENT:VAM_Client:
Received a packet of type 13.
*Jan 6 11:46:11:834 2007 Client VAM/7/EVENT:VAM_Client:
Received KEEPALIVE response.
# Enable VAM packet debugging for the VAM client. After the client registers with the VAM server, output
similar to the following example is generated:
<Client> debugging vam client packet
*Jan 6 11:40:29:830 2007 Client VAM/7/PACKET:VAM_Client:
Sent a packet (38 bytes) to IP 28.1.1.21 port 40959 VRF Index 0 successfully.
// The client sent a 38-byte packet to port 40959 of the device whose IP is 28.1.1.21 in the public
network.
*Jan 6 11:40:29:830 2007 Client VAM/7/PACKET:VAM_Client:
Received a packet (38 bytes) from IP 28.1.1.21 port 40959 VRF Index 0.
// The client received a 38-byte packet from port 40959 of the device whose IP is 28.1.1.21 in the public
network.
debugging vam server
Use debugging vam server to enable VAM server debugging.
Use undo debugging vam server to disable VAM server debugging.
Syntax
debugging vam server { all | error | event | packet }
undo debugging vam server { all | error | event | packet }
Default
VAM server debugging is disabled.
426