clear dhcpv6-snooping binding
Syntax
clear dhcpv6-snooping binding {all | ip <IPV6-ADDR> vlan <VLAN-ID> |
interface <IFNAME> | vlan <VLAN-ID>}
Description
Clears DHCPv6 snooping binding entries.
Command context
Operator (>
) or Manager (#
)
Parameters
all
Specifies that all DHCPv6 binding information is to be cleared.
ip <IPV6-ADDR> vlan <VLAN-ID>
Specifies the IPv6 address and VLAN for which all DHCPv6 binding information is to be cleared.
interface <IFNAME>
Specifies the interface for which all DHCPv6 binding information is to be cleared.
vlan <VLAN-ID>
Specifies the VLAN for which all DHCPv6 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.
Clearing all DHCPv6 binding information for 5000::1 vlan 1:
switch(config)# clear dhcpv6-snooping binding ip 5000::1 vlan 1
Clearing all DHCPv6 binding information for interface 1/1/10:
switch(config)# clear dhcpv6-snooping binding interface 1/1/10
Clearing all DHCPv6 binding information for VLAN 10:
switch(config)# clear dhcpv6-snooping binding vlan 10
Clearing all DHCPv6 binding information:
switch(config)# clear dhcpv6-snooping binding all