nd-snooping max-bindings

Syntax

nd-snooping max-bindings <MAX-BINDINGS>

no nd-snooping max-bindings

Description

Sets the maximum number of ND 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 ND 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 ND max bindings to 768 on interface 2/2/1:

switch(config)# interface 2/2/1
switch(config-if)# nd-snooping max-bindings 768
switch(config-if)# exit
switch(config)#

Revert ND max bindings to its default on interface 2/2/1:

switch(config)# interface 2/2/1
switch(config-if)# no nd-snooping max-bindings
switch(config-if)# exit
switch(config)#