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

flexible-cross-connect-vlan-aware

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
flexible-cross-connect-vlan-aware;

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems name routing-instances name protocols evpn],
[edit routing-instances name protocols evpn]

Description

Enable EVPN-VPWS flexible cross-connect (FXC) VLAN aware service. For FXC service, all point-to-point Ethernet services under the same EVPN-VPWS instance share the same incoming MPLS label. FXC allows you to aggregate attachment circuits in the same EVPN-VPWS instance into a single group. For FXC VLAN aware services, you assign a unique service identifier to each attachment circuits in the same group. As a result, each attachment circuit will have its own Ethernet Auto-Discovery per EVPN Instance (EVI) route. When you enable flexible-cross-connect-vlan-aware services, you configure the pseudowire service (PS) interface under the routing protocol EVPN hierarchy.

The following sample configuration shows an EVPN-VPWS flexible-cross-connect-vlan-aware routing instance:

content_copy zoom_out_map
routing-instances evpn-vpws-A {
   instance-type evpn-vpws;
   interface ps0.0;
   route-distinguisher 192.168.2.3:100;
   vrf-target target:100:100;
   protocols {
      evpn {
         flexible-cross-connect-vlan-aware;
         interface ps0.1 { 
            vpws-service-id {
               local 101;
               remote 201;
            }
         }
      }
    }
 }

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 18.2R1.

footer-navigation