nd-snooping nd-guard
Syntax
nd-snooping nd-guard no nd-snooping nd-guard
描述
This command enables ND guard on the selected VLAN.
The no form of the command disables ND guard and deletes all the IPv6 bindings learned on the VLAN.
NOTE:
ND snooping must be enabled in both the global context and the config-vlan context before this command can be used.
Command context
config-vlan
权威
Administrators or local user group members with execution rights for this command.
Examples
Enabling ND snooping ND guard on VLAN 100:
switch(config)#nd-snooping enableswitch(config)#vlan 100switch(config-vlan-100)#nd-snooping nd-guardswitch(config-vlan-100)#exitswitch(config)#
Disabling ND snooping ND guard on VLAN 100:
switch(config)#vlan 100switch(config-vlan-100)#no nd-snooping nd-guardswitch(config-vlan-100)#exitswitch(config)#