dhcpv4-snooping max-bindings
Syntax
dhcpv4-snooping max-bindings <MAX-BINDINGS>
no dhcpv4-snooping max-bindings
Description
Sets the maximum number of DHCP bindings allowed on the selected interface. For all interfaces on which this command is not run, the default max bindings applies.
The no form of the command reverts max bindings for the selected interface to its default.
Command context
config-if
Parameters
<MAX-BINDINGS>
Specifies the maximum number of DHCP bindings. You can use the
show capacities
command to see the maximum available for your switch model.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Set the DHCP max bindings to 512 on interface 2/2/1:
switch(config)# interface 2/2/1 switch(config-if)# dhcpv4-snooping max-bindings 512 switch(config-if)# exit switch(config)#
Revert DHCP max bindings to its default on interface 2/2/1:
switch(config)# interface 2/2/1 switch(config-if)# no dhcpv4-snooping max-bindings switch(config-if)# exit switch(config)#