dhcpv4-snooping马x-bindings
Syntax
dhcpv4-snooping马x-bindings no dhcpv4-snooping max-bindings
描述
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
-
-
Specifies the maximum number of DHCP bindings. You can use the
show capacities
command to see the maximum available for your switch model.
权威
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/1switch(config-if)#dhcpv4-snooping马x-bindings 512switch(config-if)#exitswitch(config)#
Revert DHCP max bindings to its default on interface 2/2/1:
switch(config)#interface 2/2/1switch(config-if)#no dhcpv4-snooping max-bindingsswitch(config-if)#exitswitch(config)#