Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set protocols dhcp snooping binding file command configures a DHCP snooping binding file for synchronizing DHCP snooping entries from memory.


Command Syntax

set protocols dhcp snooping binding file <file-path>


Parameters

Parameter

Description

file <file-path>

Specifies a file path to save the DHCP snooping binding table.


Usage Guidelines

If a DHCP snooping binding file is specified, the DHCP snooping entries will be synchronized from the memory to the binding file. This prevents DHCP snooping entries data loss in case of power failure. By setting a DHCP snooping binding file, the system can directly load the existing snooping entries from the binding file after if recovers.


Example

  • Configure the DHCP snooping binding file.
admin@Xorplus# set protocols dhcp snooping binding file /tmp/run/dhcp_bind
admin@XorPlus# commit
  • No labels