HP Comware 5 Debug Manual Vol 2

Field
Description
promt Packet processing result or discarding reason.
IPX packet is delivering up Received IPX packet is delivered to the upper layers for processing.
Sending the packet System is sending the IPX packet at the network layer.
Invalid MBuf Invalid buffer for packets.
Getting interface failed Inbound interface of a packet does not exist.
Not IPX interface IPX protocol is disabled on the receiving interface.
Wrong IPX packet IPX packet error, such as an invalid cache or illegal IPX header.
Netbios-propagation disabled on
this interface
Received NetBIOS packets are discarded because the NetBIOS
broadcast function is disabled on the receiving interface.
Wrong MAC encapsulation Destination MAC address of an IPX packet is encapsulated incorrectly.
Broadcast through networks Broadcast packets to another IPX network segment are discarded.
Destination is unreachable Destination address of an IPX packet is unreachable.
IPXRM packet queue full IPX packets are discarded because the packet receiving queue is full.
Destination socket can't be dealed
with
Destination socket address of an IPX packet cannot be resolved.
Wrong IPX type-20 packet Incorrect IPX packets of type 20.
Transport Control field of IPX
type-20 packet >= 8
Illegal transport control field (greater than or equal to 8) of an IPX packet
of type 20.
The IPX type-20 packet has already
traversed this interface
IPX broadcast packets of type 20 are received again.
Wrong interface Incorrect sending interface for IPX packets.
Packet size is greater than interface
MTU
Size of an IPX packet to be sent exceeds the MTU configured for the
interface.
Link Layer failed to send the packet Link layer failed to send IPX packets.
Examples
# Enable IPX packet debugging. Output similar to the following example is generated when an interface
sends an IPX packet to the peer:
<Sysname> debugging ipx packet
*Jul 23 19:45:40:203 2006 Sysname IPX/7/IPXPKT:
Sending, interface = Ethernet1/1,
pktlen = 56, hops = 0, pkttype = 0x1,
dstnet = 0x1, dstnode = ffff-ffff-ffff, dstsocket = 0x453,
srcnet = 0x1, srcnode = 0000-5e01-1800, srcsocket = 0x453
prompt: Sending the packet.
// Ethernet 1/1 sent an IPX packet.
*Jul 23 19:45:43:172 2006 Sysname IPX/7/IPXPKT:
Delivering, interface = Ethernet1/11,
pktlen = 48, hops = 0, pkttype = 0x1,
dstnet = 0x1, dstnode = ffff-ffff-ffff, dstsocket = 0x453,
srcnet = 0x1, srcnode = 0000-5e01-180a, srcsocket = 0x453
239