xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
304
config arpentry
Purpose
Used to configure a static entry in the ARP table.
Syntax
config arpentry <ipaddr> <macaddr>
Description
This command is used to configure a static entry in the ARP Table.
The user may specify the IP address and the corresponding MAC
address of an entry in the Switch’s ARP table.
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 for the IP address 10.48.74.12 and MAC address 00:50:BA:00:07:36:
DGS-3627:5#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.
DGS-3627:5#
config gratuitous_arp send ipif_status_up
Purpose
Used to enable/disable the sending of gratuitous ARP requests
while the IP interface status comes up.
Syntax
config gratuitous_arp send ipif_status_up [enable | disable]
Description
The command is used to enable/disable sending of gratuitous ARP
request packets while the IPIF interface comes up. This is used to
automatically announce the interface’s IP address to other nodes.
By default, the state is disabled.
Parameters
enable
−
Enable sending of gratuitous ARP when IPIF status
comes up.
disable
−
Disable sending of gratuitous ARP when IPIF status
comes up.
Restrictions
Only Administrator and Operator-level users can issue this
command.
Example usage:
To enable send gratuitous ARP request in a normal situation:
DGS-3627:5#config gratuitous_arp send ipif_status_up enable
Command: config gratuitous_arp send ipif_status_up enable
Success.
DGS-3627:5#