ipv6 source-lockdown
Syntax
ipv6 source-lockdown
no ipv6 source-lockdown
Description
Enables IPv6 source lockdown for all VLANs on the selected interface (port).
The no form of this command disables IPv6 source lockdown for the selected interface (port).
Command context
config-if
Authority
Administrators or local user group members with execution rights for this command.
Examples
On the 6400 Switch Series, interface identification differs.
Enabling IPv6 source lockdown on interface 1/1/1:
switch(config)# interface 1/1/1 switch(config-if)# ipv6 source-lockdown
Enabling IPv6 source lockdown on interface lag112:
switch(config)# interface lag112 switch(config-if)# ipv6 source-lockdown
Disabling IPv6 source lockdown on interface 1/1/1:
switch(config)# interface 1/1/1 switch(config-if)# no ipv6 source-lockdown