show ipv6 source-lockdown

Syntax

show ipv6 source-lockdown [binding [interface <IFNAME> | ip <IPV6-ADDR> | 
                                    mac <MAC-ADDR> | vlan <VLAN-ID>] |
                           interface <IFNAME>] [vsx-peer]

Description

Shows summary or detailed IPv6 source lockdown information. When entered without parameters, summary status information for all interfaces (ports) in the binding database is shown.

Command context

Operator (>) or Manager (#)

Parameters

binding

Specifies that detailed lockdown binding record information is to be displayed. The binding database record can be identified by any one of interface (port), ip, mac, or vlan.

interface <IFNAME>

Specifies the client interface (port). When entered without the binding parameter, the summary status information is displayed for the specified interface.

ip <IPV6-ADDR>

Specifies the client IPv6 address.

mac <MAC-ADDR>

Specifies the client MAC address.

vlan <VLAN-ID>

Specifies the ID of an existing VLAN on which the client is connected. Range: 1 to 4094.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

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.

Showing the summary status information for all interfaces in the binding database:

switch# show ipv6 source-lockdown

  INTERFACE  LOCKDOWN  HW-STATUS
  ---------  --------  ---------
  1/1/1      Yes       Yes
  1/1/2      Yes       Yes
  lag112     Yes       --

Showing the summary status information for the specified interface in the binding database:

switch# show ipv6 source-lockdown interface 1/1/2

  INTERFACE  LOCKDOWN  HW-STATUS
  ---------  --------  ---------
  1/1/2      Yes       No

Showing the detailed binding record and related information for all interfaces in the binding database:

switch# show ipv6 source-lockdown binding

 Interface Name        : 1/1/1
 VLAN Id               : 1234
 MAC Address           : 00:50:56:96:e4:cf
 IP Address            : aaaa:bbbb:cccc:dddd:eeee:1234
 Time Remaining        : static
 Lockdown Status       : Yes
 Hardware Status       : Yes
 Hardware Error Reason : --

 Interface Name        : 1/1/2
 VLAN Id               : 1234
 MAC Address           : 00:50:56:96:04:4d
 IP Address            : 4000::1
 Time Remaining        : 3290 seconds
 Lockdown Status       : Yes
 Hardware Status       : No
 Hardware Error Reason : Resource unavailable

 Interface Name        : lag112
 VLAN Id               : 151
 MAC Address           : 00:50:56:96:d8:3d
 IP Address            : 1001::5
 Time Remaining        : 1200 seconds
 Lockdown Status       : No
 Hardware Status       : --
 Hardware Error Reason : --

Showing the detailed binding record and related information for interface 1/1/2:

switch# show ipv6 source-lockdown binding interface 1/1/2

 Interface Name        : 1/1/2
 VLAN Id               : 1234
 MAC Address           : 00:50:56:96:04:4d
 IP Address            : 4000::1
 Time Remaining        : 3290 seconds
 Lockdown Status       : Yes
 Hardware Status       : No
 Hardware Error Reason : Resource unavailable

Showing the detailed binding record and related information for interface 1/1/2 (identified in this example command by the IP address):

switch# show ipv6 source-lockdown binding ip 4000::1

 Interface Name        : 1/1/2
 VLAN Id               : 1234
 MAC Address           : 00:50:56:96:04:4d
 IP Address            : 4000::1
 Time Remaining        : 515 seconds
 Lockdown Status       : No
 Hardware Status       : --
 Hardware Error Reason : --

Showing the detailed binding record and related information for interface 1/1/1 (identified in this example command by the MAC address):

switch# show ipv6 source-lockdown binding mac 00:50:56:96:e4:cf

 Interface Name        : 1/1/1
 VLAN Id               : 1234
 MAC Address           : 00:50:56:96:e4:cf
 IP Address            : aaaa:bbbb:cccc:dddd:eeee:1234
 Time Remaining        : static
 Lockdown Status       : Yes
 Hardware Status       : Yes
 Hardware Error Reason : --

Showing the detailed binding record and related information for interface lag112 (identified in this example command by the VLAN):

switch# show ipv6 source-lockdown binding vlan 151

 Interface Name        : lag112
 VLAN Id               : 151
 MAC Address           : 00:50:56:96:d8:3d
 IP Address            : 1001::5
 Time Remaining        : 1200 seconds
 Lockdown Status       : No
 Hardware Status       : --
 Hardware Error Reason : --