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-unaware

date_range 19-Nov-23

Syntax

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

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 unaware Service. For EVPN-VPWS 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 into a single group. When you enable flexible-cross-connect-vlan-unaware services, you can bundle a number of attachment circuits in the same group. The group of attachment circuits share the same VPWS service tunnel, local service instance ID, and Ethernet Auto-Discovery per EVPN Instance (EVI) route.

The following sample configuration shows a flexible-cross-connect-vlan-unaware routing instance.

content_copy zoom_out_map
routing-instances bng-2
   protocols {
      evpn {
         label-allocation per-instance;
         flexible-cross-connect-vlan-unaware;
         group ac1 {
            interface xe-0/0/32.101;
            interface xe-0/0/30.101;
            interface xe-0/0/32.102;
            service-id {
                local 101;
                remote 102;
            }
        }
    }
}

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