dhcpv6-snooping max-bindings
Syntax
dhcpv6-snooping max-bindings <MAX-BINDINGS>
no dhcpv6-snooping max-bindings
Description
Sets the maximum number of DHCPv6 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 DHCPv6 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
On the 6400 Switch Series, interface identification differs.
Set the DHCPv6 max bindings to 512 on interface 2/2/1:
switch(config)# interface 2/2/1 switch(config-if)# dhcpv6-snooping max-bindings 512 switch(config-if)# exit switch(config)#
Revert DHCPv6 max bindings to its default on interface 2/2/1:
switch(config)# interface 2/2/1 switch(config-if)# no dhcpv6-snooping max-bindings switch(config-if)# exit switch(config)#