debug arp packet buffer

Configures or clears the ARP-packet buffer.

Syntax

debug arp packet buffer all
no debug arp packet buffer all
debug arp packet buffer { circular | linear } packet-count num-packets [ vrf vrf-name ]
debug arp packet buffer clear [ vrf vrf-name ]
debug arp packet buffer interface { ethernet slot / port | port-channel number | ve ve-id } [ rx | tx ]
no debug arp packet buffer interface { ethernet slot / port | port-channel number | ve ve-id } [ rx | tx ]

Parameters

all
Specifies all ARP-packet buffers.
circular
Specifies circular buffer type.
linear
Specifies linear buffer type.
packet-count num-packets
Specifies a value from 64 through 2056.
clear
Clears the buffer contents.
vrf vrf-name
Specifies the name of the VRF instance. If this option is not used, details for the default VRF are shown in the output.
interface
Specifies an Ethernet or VE interface.
ethernet
Specifies a physical Ethernet interface.
slot
Specifies a valid slot number. For devices that do not support linecards, specify 0.

port
Specifies a valid port number.
port-channel number
Specifies a port-channel interface.
ve ve-id
Specifies a virtual ethernet (VE) interface.
rx
Specifies whether to capture only transmitted packets.
tx
Specifies whether to capture received packets.

Modes

Privileged EXEC mode

Usage Guidelines

Diagnostic commands are developed and intended for specialized troubleshooting. Work closely with Extreme Networks technical support when running debug or show system internal commands and interpreting their results.

If neither rx nor tx are specified, both transmitted and received packets are captures.

To disable ARP packet capture on a specified interface, use the no debug dhcp packet buffer interface command.

To disable ARP packet capture on all interfaces, use the no debug dhcp packet buffer all command.

Examples

The following command enables ARP packet capture for transmitting data on Ethernet interface 1/5.

device# debug arp packet buffer interface ethernet 1/5 tx

The following command disables ARP packet capture on all interface.

device# no debug arp packet buffer all