D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
293
config gratuitous_arp periodical_send
Description The command is used to configure the interval for periodical sending of gratuitous ARP
request packet. By default, the interval is 0.
Parameters
ipif <ipif_name 12> - Interface name of L3 interface.
interval <value 0-65535> - Periodically send gratuitous ARP interval time in seconds.0 means
not send gratuitous ARP periodically.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure gratuitous ARP interval to 5 for IPIF System:
DGS-3627:admin# config gratuitous_arp send periodically ipif System interval 5
Command: config gratuitous_arp send periodically ipif System interval 5
Success.
DGS-3627:admin#
enable gratuitous_arp trap
Purpose Used to enable gratuitous ARP trap and log state.
Syntax
enable gratuitous_arp {ipif <ipif_name 12>} {trap | log}
Description The command is used to enable gratuitous ARP trap and log state. The switch can trap and
log the IP conflict event to inform the administrator. By default, trap is disabled and event log
is enabled.
Parameters
ipif <ipif_name 12> - Interface name of L3 interface
trapSpecify to enable traps for gratuitous ARP.
logSpecify to enable the log for gratuitous ARP.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To enable system interface’s gratuitous ARP log and trap:
DGS-3627:admin# enable gratuitous_arp ipif System trap log
Command: enable gratuitous_arp ipif System trap log
Success.
DGS-3627:admin#
disable gratuitous_arp trap
Purpose Used to disable interface’s gratuitous ARP log and trap.
Syntax
disable gratuitous_arp {ipif <ipif_name 12>} {trap | log}
Description The command is used to disable gratuitous ARP trap and log state.
Parameters
ipif <ipif_name 12> - Interface name of L3 interface
trapSpecify to disable traps for gratuitous ARP.
logSpecify to disable the log for gratuitous ARP.
Restrictions Only Administrator and Operator-level users can issue this command.