D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
90
Example usage:
To delete an entry of IP address 10.48.74.121 from the ARP table:
DGS-3627:admin# delete arpentry 10.48.74.121
Command: create arpentry 10.48.74.121
Success.
DGS-3627:admin#
config arpentry
Purpose Used to configure a static entry’s MAC address in the ARP table.
Syntax
config arpentry <ipaddr> <macaddr>
Description This command configures a static entry’s MAC address in the ARP table. Specify the IP
address and MAC address of the entry.
Parameters
ipaddr - The IP address of the end node or station.
macaddr - The MAC address corresponding to the IP address above.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure a static ARP entry with IP address 10.48.74.121 to have a MAC address of 00-50-BA-00-07-37:
DGS-3627:admin# config arpentry 10.48.74.121 00-50-BA-00-07-37
Command: config arpentry 10.48.74.121 00-50-BA-00-07-37
Success.
DGS-3627:admin#
config arp_aging time
Purpose Used to configure the aging out time for an ARP entry.
Syntax
config arp_aging time <min 0-65535>
Description This command sets the maximum amount of time, in minutes, that a dynamic ARP entry can
remain in the switch’s ARP table, without being accessed, before it is dropped from the table.
Parameters
min - The ARP age-out time, in minutes. The default is 20. The range is 0 to 65535.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure an ARP aging time of 30 minutes:
DGS-3627:admin# config arp_aging time 30
Command: config arp_aging time 30
Success.
DGS-3627:admin#