Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show vlans evpn nd-table

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show vlans evpn nd-table
<brief | detail | extensive>
<count>
<instance-name> 
<mac-address>
<vlan-name>

Description

Display information about INET entries associated with MAC addresses learned through Network Discovery Protocol (NDP).

Options

none

Display information for all INET entries.

brief | detail | extensive

(Optional) Display the specified level of output.

count

(Optional) Display the number of INET addresses learned in a routing instance.

instance

(Optional) Display information for a specified instance.

mac-adress

(Optional) Display information for a specified MAC address.

vlan-name (all)

(Optional) Display information for a specified VLAN or for all VLANs.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show vlans evpn nd-table command. Output fields are listed in the approximate order in which they appear.

Table 1: show vlans evpn nd-table Output Fields

Field Name

Field Description

Level of Output

INET address

The INET address related to the INET entries that are added to the NDP table.

All levels

MAC address

MAC addresses learned through NDP.

brief, detail, extensive, instance, mac-addressvlan-name,,

Logical Interface

Logical interface associated with the routing instance in which the NDP INET address is learned.

brief, instance, mac-addressvlan-name,,

Routing instance

Routing instance in which the NDP INET address is learned.

all levels

Bridging domain

Bridging domain in which the NDP INET address is learned.

all levels

Learning interface

Interface on which the NDP INET address is learned.

detail, extensive

Count

Indicates the number of NDP INET addresses learned in a routing instance in a bridge domain.

count

Sample Output

show vlans evpn nd-table brief

content_copy zoom_out_map
user@switch> show vlans evpn nd-table brief             
INET                MAC                Logical       Routing      Bridging
address             address            interface     instance     domain
8002::2             00:05:86:a0:d5:00  irb.0         evpn1      vlan10     

show vlans evpn nd-table detail

content_copy zoom_out_map
user@switch> show vlans evpn nd-table detail              
INET address: 8002::2
MAC address: 00:05:86:a0:d5:00
  Routing instance: evpn1
   Bridging domain: vlan10
   Learning interface: irb.0

show vlans evpn nd-table extensive

content_copy zoom_out_map
user@switch> show vlans evpn nd-table extensive             
INET address: 8002::2
MAC address: 00:05:86:a0:d5:00
  Routing instance: evpn1
   Bridging domain: vlan10
   Learning interface: irb.0

show vlans evpn nd-table count

content_copy zoom_out_map
user@switch> show vlans evpn nd-table count             
1 ND INET addresses learned in routing instance evpn1 bridge domain vlan10

show vlans evpn nd-table instance evpn1

content_copy zoom_out_map
user@switch> show vlans evpn nd-table instance
evpn1             
INET                MAC                Logical       Routing      Bridging
address             address            interface     instance     domain
8002::2
            00:05:86:a0:d5:00
  irb.0         evpn1        vlan10

show vlans evpn nd-table instance 00:05:86:90:bd:f0 (MAC address)

content_copy zoom_out_map
user@switch> show vlans evpn nd-table              
INET                MAC                Logical       Routing      Bridging
address             address            interface     instance     domain
8002::2
            00:05:86:a0:d5:00
  irb.0         evpn1        __evpn1__

show vlans evpn nd-table vlan-name vlan10

content_copy zoom_out_map
user@switch>show vlans evpn nd-table vlan-name
vlan10             

INET                MAC                Logical       Routing      Bridging
address             address            interface     instance     domain
8002::2            00:05:86:a0:d5:00
  irb.0         evpn1        vlan10

Release Information

Command introduced in Junos OS Release 17.3R1.

Note:

Starting with Junos OS Release 17.4R2, the show vlans evpn nd-table command is replaced by the show ethernet-switching evpn nd-table command.

footer-navigation