Use this command to display configured entries in the IPv6 neighbor discovery cache.
ipv6-address | (Optional) Specifies the IPv6 address to display. |
group | (Optional) Displays neighbor entries in groups of 5, delineated by a line-break. |
interface interface | (Optional) Specifies that only entries for the specified interface should display. |
verbose | (Optional) Specifies that additional information should display regardless of terminal column size. |
statistics | (Optional) Specifies that various IPv6 neighbor cache statistics should display. |
If ipv6-address is not specified, all IPv6 address entries will display.
If group is not specified, all interfaces are displayed without line-breaks.
If interface interface is not specified, all interfaces will display.
If verbose is not specified, the default level of data based upon options specified will display.
If statistics is not specified, entry information will display.
All command modes.
The following example shows how to display information for all learned IPv6 neighbor entries in the neighbor discovery cache:
System(su)->show ipv6 neighbors FLAGS: I = Incomplete R = Reachable S = Stale D = Delay P = Probe L = Local F = Fixed (Static) H = Host Interest V = VRRP 2 = Secondary VLAN Note: Additional information is available by using the 'verbose' option or by increasing the size of your terminal columns to 111 (use 'set width') Ipv6 Address Hardware Address Flg Age Interface --------------------------------------- ----------------- --- ------ --------------- 2013:0:0:0:0:0:0:2 00-11-88-fd-8e-f0 LR - vlan.0.11 fe80:0:0:0:211:88ff:fefd:8ef0 00-11-88-fd-8e-f0 LR - vlan.0.11 --------------------------------------- ----------------- --- ------ --------------- Neighbor Entries Found: 2 System(su)->
Show IPv6 Neighbors Output Display provides an explanation of the command output.
Output... | What it displays... |
---|---|
IPv6 address | An IPv6 address of a neighbor entry. |
Hardware Address | The MAC address of an IPv6 neighbor entry. |
Flg | Zero or more flags associated with an IPv6 neighbor entry:
|
Age | The length of time this entry has existed. |
Updated | The length of time since the last update for this entry. |
Expire | The length of time before this entry moves from its current state to the next state. |
Interface | The interface the ARP entry is assigned to. |
Port | The host port for this entry. |
The following example shows how to display cache statistics information for all IPv4 and IPv6 neighbors:
System(su)->show ipv6 neighbors statistics Total Number of Entries (IPv4 and IPv6): 9 Number of IPv4 Entries: 3 Number of IPv6 Entries: 6 Number of Static Entries: 1 Number of Dynamic Entries: 9 Number of Static Entries Loaded While Booting: 0 Total Number of ARP Packets Received: 3048320 * Number of Request Packets Received: 3037009 * Number of Reply Packets Received: 11311 * Number of Gratuitous ARP Packets Received: 11552 * Number of ARP packets Sent: 778 * Number of ARP Entries that Could not be Resolved: 0 * *This blade only System(su)->