Use this command to display information for configured IPv6 interfaces.
interface-name | (Optional) Displays information for a specific VLAN interface in the routing interface format of vlan.x.y. This interface must be configured for IP routing. Valid VLAN interface y values: 1 - 4094. |
prefix | (Optional) Displays a single line of information for each configured or learned prefix for the specified interface. |
brief | (Optional) Displays a summary of either all routing interfaces or the specified interface. |
All command modes.
This example shows how to display configuration information for VLAN 51:
System(rw)->show ipv6 interface vlan.0.51 vlan.0.51 is Operationally down, Administratively down IPv6 is enabled link-local address is fe80::21f:45ff:fe5b:f5cf%vlan.0.51 Global unicast address(es): 2001:11ac:fd34:50::abcd:33, subnet is 2001:11ac:fd34:50::/64 Joined group address(es): (None) IPV6 forwarding disabled IPV6 address auto-configuration is enabled MTU is 1500 bytes ICMP error messages limited to one every 100 milliseconds Sending of ICMP Destination Unreachable Messages is enabled Sending of ICMP Redirect Messages is enabled Sending of ICMP Echo-Reply Messages is enabled ND DAD is enabled, number of DAD attempts: 1 System(su-config)->
This example shows how to display the IP interface information using the brief option:
System(su)->show ipv6 interface vlan.0.51 brief Admin Oper Interface IPv6 Address Prefix Status Status ------------ --------------------------------------- --------- ------ ------ vlan.0.51 2001:11ac:fd34:50::abcd:33 64 up up vlan.0.51 fe80::21f:45ff:fe5b:f5cf%vlan.0.51 10 up up System(su)->
This example shows how to display the IP interface information using the prefix option:
System(su)->show ipv6 interface vlan.0.51 prefix FLAGS: C = Auto config O = Onlink A = Ipv6 Address P = Ipv6 Prefix S = Advertising Suppressed IP Address Flags Valid Preferred -------------------------------------------- ----- -------------- -------------- 2001:11ac:fd34:50::abcd:33/64 ACO 2592000 604800 System(su)->