show ipv6 neighbor

Displays the IPv6 neighbor discovery (ND) entries.

Syntax

show ipv6 neighbor
show ipv6 neighbor { dynamic | static } [ summary ] [ vrf vrf-name ]
show ipv6 neighbor ethernet slot / port [ vrf vrf-name ]
show ipv6 neighbor { ipv6-address | ve vlan_id | summary } [ vrf vrf-name ]
show ipv6 neighbor vrf vrf-name

Parameters

ipv6-address
Restricts the display to the entries for the specified IPv6 address. Specify this parameter in hexadecimal using 16-bit values between colons as documented in RFC 2373.
ethernet slot/port
Restricts the display to the entries for the specified Ethernet interface.
static
Displays the static IPv6 neighbors.
Type
Displays the dynamic IPv6 neighbors .
summary
Displays the summary of IPv6 neighbors.
ve ve-num
Restricts the display to the entries for the specified VE interface. The range is from 1 to 4096.
vrf vrf-name
Displays the IPv6 neighbor information for the specified Virtual Routing/Forwarding (VRF) instance.

Modes

Privileged EXEC mode

Output

The show ipv6 neighbor command displays the following information:

Output field Description
Address Displays the IP address.
Mac-address Displays the MAC address or "UnResolved".
L3 Interface Displays the physical or VE interface.
L2 Interface Displays the Layer 2 interface. Supported values:
  • (Physical interface): "Eth slot / port"
  • (Port-channel): "Po"
  • (VxLAN): "Tu"
  • "PW": VPLS Pseudo-wire
  • "UnResolved"
Vlan / BD Displays the VLAN or the BD for the neighbor entry. VLANs are indicated with a (V) and BDs with (B)
Age In hh:mm:ss format, displays the time since the most recent renewal of a dynamic entry. For a static entry, displays "Never".
Type Displays the neighbor discovery (ND) type. Supported values:
  • "Dynamic"
  • "BGP-EVPN": Entries learned through the BGP-EVPN control plane
  • "BGP-Sticky": Entries learned through the BGP-EVPN control plane—with the "sticky" attribute (static or MY-IP at the originator).
  • "LeakNd": A neighbor entry leaked from another VRF.
  • "PreNd": ND triggered by other than the data traffic, for example, by the static route.
  • "Static"

Examples

The following example illustrates the output of the show ipv6 neighbor command without keywords.

device# show ipv6 neighbor
Total Entries in VRF default-vrf : 8000
Address                    Mac-address      L3 Intf    L2 Intf               Vlan/BD  Age       Type
--------------------------------------------------------------------------------------------------------
100:1:2::1                 887e.25d3.d10b   Ve 4002    Eth 0/50.2            2(B)     00:05:45  Dynamic
100:1:3::1                 887e.25d3.d10b   Ve 4003    Eth 0/50.3            3(B)     00:06:18  Dynamic
100:1:4::1                 887e.25d3.d10b   Ve 4004    Eth 0/50.4            4(B)     00:05:42  Dynamic
10:1:1:2::2                0010.9400.2eeb   Ve 2       Eth 0/37              2(V)     00:09:23  Dynamic
10:1:1:3::2                0010.9400.2eec   Ve 3       Eth 0/37              3(V)     00:09:23  Dynamic
10:1:1:4::2                0010.9400.2eed   Ve 4       Eth 0/37              4(V)     00:09:23  Dynamic 

The following example displays the output of the show ipv6 neighbor summary option.

device# show ipv6 neighbor summary
Static Entries                  : 1
Dynamic Entries                 : 5
Leaked Entries                  : 2
Pre-arp Entries                 : 1
Remote(Mct/Evpn) Entries        : 0
Remote(Mct/Evpn) Sticky Entries : 28
Total Entries                   : 37