arp rate-limit

Syntax

arp rate-limit { disable | rate pps drop }

undo arp rate-limit

View

Layer 2 Ethernet interface view, Layer 2 aggregate interface view

Default level

2: System level

Parameters

disable: Disables ARP packet rate limit.

rate pps: Specifies the ARP packet rate in pps, in the range of 5 to 100.

drop: Discards the exceeded packets.

Description

Use arp rate-limit to configure or disable ARP packet rate limit on an interface.

Use undo arp rate-limit to restore the default.

By default, ARP packet rate limit is disabled.

Examples

# Specify the ARP packet rate on layer 2 Ethernet port Ethernet 1/0/1 as 50 pps, and exceeded packets will be discarded.

<Sysname> system-view
[Sysname] interface ethernet 1/0/1
[Sysname-Ethernet1/0/1] arp rate-limit rate 50 drop