IPv6 First Hop Security
OL-32830-01 Command Line Interface Reference Guide 540
25
Command Mode
Global Configuration mode
User Guidelines
Use the ipv6 neighbor binding address-prefix command to add a static prefix to
the Neighbor Prefix table.
Use the no ipv6 neighbor binding address-prefix vlan
vlan-id
ipv6-prefix
/
prefix-length
command to remove one static entry from the Neighbor
Prefix table.
Use the no ipv6 neighbor binding address-prefix vlan
vlan-id
command to remove
all static entries from the Neighbor Prefix table defined on the given VLAN.
Use the no ipv6 neighbor binding address-prefix command to remove all static
entries from the Neighbor Prefix table.
Examples
Example 1. The following example adds two static entries. The second one can be
used for stateless configuration.
switchxxxxxx(config)#
ipv6 neighbor binding address-prefix vlan 100
2001:0DB8:101::/64
switchxxxxxx(config)#
ipv6 neighbor binding address-prefix vlan 100
2001:0DB8:100::/64 autoconfig
Example 2. The following example deletes a single static entry:
switchxxxxxx(config)#
no ipv6 neighbor binding address-prefix vlan 100
2001:0DB8:101::/64
Example 3. The following example deletes all static entries defined on the
specified VLAN:
switchxxxxxx(config)#
no ipv6 neighbor binding address-prefix vlan 100