nd-snooping trust

Syntax

nd-snooping trust

no nd-snooping trust

Description

Enables ND snooping trust on the selected interface (port). Only server packets received on trusted ports are forwarded. All the ports are untrusted by default.

The no form of the command disables ND snooping trust on the selected port.

Command context

config-if

Authority

Administrators or local user group members with execution rights for this command.

Examples

On the 6400 Switch Series, interface identification differs.

Enabling ND snooping trust on interface 2/2/1:

switch(config)# interface 2/2/1
switch(config-if)# nd-snooping trust
switch(config-if)# exit
switch(config)#

Disabling ND snooping trust on interface 2/2/1:

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