Linksys DES-3028/DES-3028P/DES-3052/DES-3052P Portable DVD Player User Manual


 
DES-3028 DES-3028P DES-3052 DES-3052P Layer 2 Fast Ethernet Switch CLI Reference Manual
Example Usage:
To configure a static ARP entry for the IP address 10.48.74.12 and MAC address 00:50:BA:00:07:36:
DES-3028P:4#config arpentry 10.48.74.12 00-50-BA-00-07-36
Command: config arpentry 10.48.74.12 00-50-BA-00-07-36
Success.
DES-3028P:4#
delete arpentry
Purpose Used to delete a static entry into the ARP table.
delete arpentry {[<ipaddr> | all]}
This command is used to delete a static ARP entry, made using the
create arpentry command above, by specifying either the IP
address of the entry or all. Specifying all clears the Switch’s ARP
table.
<ipaddr> The IP address of the end node or station.
all Deletes all ARP entries.
Restrictions Only administrator-level users can issue this command.
Syntax
Description
Parameters
Example Usage:
To delete an entry of IP address 10.48.74.121 from the ARP table:
DES-3028P:4#delete arpentry 10.48.74.121
Success.
Command: delete arpentry 10.48.74.121
DES-3028P:4#
config arp_aging time
Purpose Used to configure the age-out timer for ARP table entries on the
Switch.
Syntax
config arp_aging time <value 0-65535>
Description This command sets the maximum amount of time, in minutes, that
an ARP entry can remain in the Switch’s ARP table, without being
accessed, before it is dropped from the table.
Parameters
time <value 0-65535> The ARP age-out time, in minutes. The
value may be set in the range of 0-65535 minutes with a default
setting of 20 minutes.
Restrictions Only administrator-level users can issue this command.
Example Usage:
To configure ARP aging time:
DES-3028P:4#config arp_aging time 30
Success.
Command: config arp_aging time 30
DES-3028P:4#
177