show ethernet-switching evpn nd-table
Syntax
show ethernet-switching 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 ethernet-switching evpn nd-table
command.
Output fields are listed in the approximate order in which they appear.
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 ethernet-switching evpn nd-table brief
- show ethernet-switching evpn nd-table detail
- show ethernet-switching evpn nd-table extensive
- show ethernet-switching evpn nd-table count
- show ethernet-switching evpn nd-table instance evpn1
- show ethernet-switching evpn nd-table instance 00:05:86:90:bd:f0 (MAC address)
- show ethernet-switching evpn nd-table vlan-name vlan10
show ethernet-switching evpn nd-table brief
user@switch> show ethernet-switching 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 ethernet-switching evpn nd-table detail
user@switch> show ethernet-switching 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 ethernet-switching evpn nd-table extensive
user@switch> show ethernet-switching 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 ethernet-switching evpn nd-table count
user@switch> show ethernet-switching evpn nd-table count 1 ND INET addresses learned in routing instance evpn1 bridge domain vlan10
show ethernet-switching evpn nd-table instance evpn1
user@switch> show ethernet-switching 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 ethernet-switching evpn nd-table instance 00:05:86:90:bd:f0 (MAC address)
user@switch> show ethernet-switching 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 ethernet-switching evpn nd-table vlan-name vlan10
user@switch>show ethernet-switching 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.4R2.
Starting with Junos OS Release 17.4R2, the show ethernet-switching
evpn nd-table
command replaces the show vlans evpn nd-table
command.