HP Comware 5 Debug Manual Vol 2

debugging fr inarp
Use debugging fr inarp to enable InARP debugging for frame relay.
Use undo debugging fr inarp to disable InARP debugging for frame relay.
Syntax
debugging fr inarp [ interface interface-type interface-number [ dlci dlci-number ] ]
undo debugging fr inarp [ interface interface-type interface-number [ dlci dlci-number ] ]
Default
InARP debugging for frame relay is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
interface-type interface-number: Specifies an interface by its type and number.
dlci-number: Specifies the DLCI of a virtual circuit, in the range of 16 to 1007.
Usage guidelines
Table 9 describes output fields and messages for the debugging fr inarp command.
Table 63 Output from the debugging fr inarp command
Field
Description
request InARP request message.
reply InARP response message.
hard len Length of the hardware address, which is 2 for a DLCI.
hard Hardware address type, which is fixed to 0x000F for
frame relay.
prot len Length of the protocol address.
prot Type of the protocol address.
sender Source protocol address.
target Destination protocol address.
Examples
# Enable InARP debugging. Output similar to the following example is generated when the following
conditions exist:
Router A and Router B are connected through frame relay-enabled interfaces.
InARP is enabled on the interfaces or DLCIs on the interfaces.
<RouterA> debugging fr inarp
*0.265583484 RouterA FR/7/debug8: INARP: Serial2/0 (out) request, dlci = 200
*0.265583484 RouterA FR/7/debug8: hard len = 2, hard = 0x000F
*0.265583484 RouterA FR/7/debug8: prot len = 4, prot = 0x0800
*0.265583484 RouterA FR/7/debug8: sender: 2.2.2.1, target: 0.0.0.0
77