Specifications

DGS-3224TGR Gigabit Ethernet Switch CLI Reference Manual
12
ARP COMMANDS
The ARP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following
table.
Command Parameters
config arp_aging time <min 0-65535>
show arpentry {ipif(1) <ipif_name 12> | ipaddress(2) <ipaddr> | static(3)}
clear arptable
Each command is listed, in detail, in the following sections.
config arp_aging
Purpose
Used to configure the age-out timer for ARP table entries on the switch.
Syntax config arp_aging time <min 0-65535>
Description
This command sets the maximum amount of time, in minutes, that a ARP entry can remain in
the switch’s ARP table, without being accessed, before it is dropped from the table.
Parameters
time <min 0-65535> The ARP age-out time, in minutes. The default is 20.
Restrictions
Only administrator-level users can issue this command.
Example Usage:
To configure ARP aging time:
DGS-3224TGR:4#config arp_aging time 30
Command: config arp_aging time 30
Success.
DGS-3224TGR:4#
58