show configuration protocols evpn
Syntax
Release Information
Statement introduced in Junos OS Release 14.1X53-D15 for QFX Series switches.
Description
An Ethernet VPN (EVPN) enables you to connect a group of dispersed customer sites using a Layer 2 virtual bridge. This command displays configured EVPN information.
Required Privilege Level
view
List of Sample Output
command-name (optional-text)Output Fields
Table 1 describes the output fields for the command show-protocols-evpn.
Table 1: Output Fields for Command show protocols evpn
Field Name | Field Description |
---|---|
encapsulation | Encapsulation method will always be vxlan. |
extended-vni-list | Lists the VXLAN Network Identifiers (VNIs) that are part of the EVPN/VXLAN MP-BGP domain. These VNIs are configured with the command extended-vni-list. |
vni-routing-options | Displays route targets (RTs) for each VXLAN Network Identifier (VNI) instance configured with the vni-options command. |
Sample Output
command-name (optional-text)
user@host> show configuration protocols evpn
encapsulation vxlan; extended-vni-list [ 1100 1200 1300 1400 ]; multicast-mode ingress-replication; vni-routing-options { vni 1100 { vrf-target export target:1:100; } vni 1200 { vrf-target export target:1:200; } vni 1300 { vrf-target export target:1:300; } vni 1400 { vrf-target export target:1:400; } }