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 evpn arp-table

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
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.

Note:

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.

Table 1: show evpn arp-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 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

content_copy zoom_out_map
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)

content_copy zoom_out_map
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

content_copy zoom_out_map
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

content_copy zoom_out_map
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

content_copy zoom_out_map
user@switch> show evpn arp-table count             
1 ARP INET addresses learned in routing instance evpn1 bridge domain __evpn1__

show evpn arp-table extensive

content_copy zoom_out_map
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

content_copy zoom_out_map
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.

footer-navigation