ipv6 source-binding
Syntax
ipv6 source-binding< vlan id > no ipv6 source-binding< vlan id >
Description
添加静态绑定我IPv6客户来源nformation to the switch IPv6 binding database. Although DHCPv6 snooping is often used to dynamically populate the binding database, this command is available for manually adding entries to the switch IPv6 binding database.
Statically configured IPv6 binding information supersedes any dynamically collected binding information for the same client.
The no form of this command removes the specified binding that was statically configured with theipv6 source-binding
command. The no form has no effect on bindings that were dynamically configured with DHCPv6 snooping.
Command context
config
Parameters
-
< vlan id >
-
Specifies the ID of an existing VLAN on which the client is connected. Range: 1 to 4094.
-
-
Specifies the client IPv6 address.
-
-
Specifies the client MAC address.
-
-
Specifies the interface on which the client is connected.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Adding a static IPv6 binding:
switch(config)#ipv6 source-binding 2 2000::2 00:12:11:44:55:12 1/1/28
Removing a IPv6 binding:
switch(config)#no ipv6 source-binding 2 2000::2 00:12:11:44:55:12 1/1/28