R21xx-HP FlexFabric 11900 Security Command Reference
159
You cannot enable dynamic IPv6 source guard on a service loopback interface.
Examples
# Enable IPv6 source guard on Layer 2 Ethernet port Ten-GigabitEthernet 1/0/1 to filter packets
received on the port based on the source IPv6 and MAC addresses.
<Sysname> system-view
[Sysname] interface ten-gigabitethernet 1/0/1
[Sysname-Ten-GigabitEthernet1/0/1] ipv6 verify source ip-address mac-address
Related commands
display ipv6 source binding
reset ip source binding
Use reset ip source binding to clear IPv4 source guard binding entries.
Syntax
reset ip source binding [ static [ ip-address ip-address ] | [ vpn-instance vpn-instance-name ]
[ { dhcp-relay | dhcp-server | dhcp-snooping } [ ip-address ip-address ] ] ]
Views
User view
Predefined user roles
network-admin
Parameters
static: Clears static IPv4 source guard binding entries.
vpn-instance vpn-instance-name: Clears dynamic IPv4 source guard binding entries for a VPN. The
vpn-instance-name argument is the VPN instance name of an MPLS L3VPN, a case-sensitive string of 1
to 31 characters. If you do not specify a VPN, the command clears dynamic IPv4 source guard binding
entries for the public network.
dhcp-relay: Clears dynamic IPv4 source guard binding entries created by DHCP relay.
dhcp-server: Clears dynamic IPv4 source guard binding entries created by DHCP server.
dhcp-snooping: Clears dynamic IPv4 source guard binding entries created by DHCP snooping.
ip-address ip-address: Clears IPv4 source guard binding entries for an IPv4 address.
Usage guidelines
If you do not specify any parameter, the command clears IPv4 source guard binding entries on all
interfaces on the public network.
Examples
# Clear all IPv4 source guard binding entries on the public network.
<Sysname> reset ip source binding
# Clear IPv4 source guard binding entries with the source IPv4 address being 2.2.2.2.
<Sysname> reset ip source binding static ip-address 2.2.2.2
# Clear all dynamic IPv4 source guard binding entries in VPN 1.
<Sysname> reset ip source binding vpn-instance 1
# Clear all dynamic IPv4 source guard binding entries created by DHCP relay in VPN 1.










