show evpn arp-table
Syntax
show evpn arp-table <address> <brief |count | detail | extensive> <instance instance-name> <logical-system logical-system-name>
Description
Show Ethernet VPN (EVPN) Address Resolution Protocol (ARP) entries associated with learned MAC addresses.
Routing platforms support the following command that displays the same information and
includes the same options: show bridge evpn arp-table
.
Devices learn the MAC addresses associated with IPv6 addresses using the Network Discovery Protocol (NDP) instead of with ARP. As a result, for IPv6 traffic, use show evpn nd-table to see MAC addresses the device learns from NDP.
Routing platforms also support the show bridge evpn nd-table
command
that displays similar information and includes the same options as the show evpn
nd-table
command.
Options
none |
Display brief information about the EVPN ARP table. |
address |
(Optional) Display ARP information for the specified MAC address. |
brief | count | detail |extensive |
(Optional) Display the specified level of output. |
instance <instance-name> |
oot(Optional) Display ARP information for the specified routing instance . |
logical-system <logical-system-name> |
(Optional) Display ARP information for the specified logical system or all logical systems. |
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show evpn arp-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 ARP table. |
All levels |
MAC address |
MAC addresses learned through ARP. |
brief, detail, extensive, instance, mac-address,, |
Logical Interface |
Logical interface associated with the routing instance in which the ARP INET address is learned. |
brief, instance, mac-address,, |
Routing instance |
Routing instance in which the ARP INET address is learned. |
all levels |
Bridging domain |
Bridging domain in which the ARP INET address is learned. |
all levels |
Learning interface |
Interface on which the ARP INET address is learned. |
detail, extensive |
Count |
Indicates the number of ARP INET addresses learned in a routing instance in a bridge domain. |
count |
Sample Output
- show evpn arp-table
- show evpn arp-table 00:05:86:a0:dc:f0 (MAC address)
- show evpn arp-table brief
- show evpn arp-table detail
- show evpn arp-table count
- show evpn arp-table extensive
- show evpn arp-table instance evpn1
show evpn arp-table
user@host> show evpn arp-table INET MAC Logical Routing Bridging address address interface instance domain 172.16.113.2 00:05:86:a0:dc:f0 irb.0 evpn1 __evpn1__
show evpn arp-table 00:05:86:a0:dc:f0 (MAC address)
user@host> show evpn arp-table 00:05:86:a0:dc:f0 INET MAC Logical Routing Bridging address address interface instance domain 172.16.113.2 00:05:86:a0:dc:f0 irb.0 evpn1 __evpn1__
show evpn arp-table brief
user@host> show evpn arp-table brief INET MAC Logical Routing Bridging address address interface instance domain 172.16.113.2 00:05:86:a0:dc:f0 irb.0 evpn1 __evpn1__
show evpn arp-table detail
user@host> show evpn arp-table detail INET address: 172.16.113.2 MAC address: 00:05:86:a0:dc:f0 Routing instance: evpn1 Bridging domain: __evpn1__ Learning interface: irb.0
show evpn arp-table count
user@switch> show evpn arp-table count 1 ARP INET addresses learned in routing instance evpn1 bridge domain __evpn1__
show evpn arp-table extensive
user@host> show evpn arp-table extensive INET address: 172.16.113.2 MAC address: 00:05:86:a0:dc:f0 Routing instance: evpn1 Bridging domain: __evpn1__ Learning interface: irb.0
show evpn arp-table instance evpn1
user@host> show evpn arp-table instance evpn1 INET MAC Logical Routing Bridging address address interface instance domain 172.16.113.2 00:05:86:a0:dc:f0 irb.0 evpn1 __evpn1__
Release Information
Command introduced in Junos OS Release 15.1.
logical system option introduced in Junos OS Release 18.1R1.