clear nd-snooping binding

Syntax

clear nd-snooping binding {all | ipv6< IPV6-ADDR >vlan< vlan id >| port| vlan< vlan id >}

描述

Clears ND snooping binding entries.

Command context

Operator (>) or Manager (#)

Parameters

all

Specifies that all ND binding information is to be cleared.

ip< IPV6-ADDR >vlan< vlan id >

Specifies the IPv6 address and VLAN for which all ND binding information is to be cleared.

port

Specifies the port for which all ND binding information is to be cleared.

vlan< vlan id >

Specifies the VLAN for which all ND binding information is to be cleared. Range: 1 to 4094.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

On the 6400 Switch Series, interface identification differs.

清除所有NDbinding information for 5000::1:

switch(config)#clear nd-snooping binding ipv6 5000::1

清除所有NDbinding information for 5000::1 vlan 1:

switch(config)#clear nd-snooping binding ipv6 5000::1 vlan 1

清除所有NDbinding information for port 1/1/10:

switch(config)#clear nd-snooping binding port 1/1/10

清除所有NDbinding information for VLAN 10:

switch(config)#clear nd-snooping binding vlan 10

清除所有NDbinding information:

switch(config)#clear nd-snooping binding all