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

no-normalization

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
no-normalization;

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems name routing-instances name],
[edit logical-systems name routing-instances name bridge-domains name bridge-options],
[edit routing-instances name ],
[edit routing-instances name bridge-domains name bridge-options]

Description

The no-normalization statement disables VLAN ID (VID) normalization for interfaces. This allows the configuration of VLAN-based service for EVPN with VID translation. This means the customer can have a different VID per Ethernet segment per PE with a strict compliance of RFC 7432. Use of this statement sets the Ethernet tag ID to zero.

Configuration of vlan-id none and no-normalization statements together enable transportation of dual-tagged frames across the EVPN core network in a virtual switch instance type.

Following are examples of the prerequisites for and use of the no-normalization statement on routing instance r1:

  • no-normalization statement can be configured Only for EVPN instances:

    content_copy zoom_out_map
    set routing-instances r1 instance-type evpn
    set routing-instances r1 no-normalization
    
  • no-normalization of VLAN can be configured Only when instance-type virtual-switch along with protocols evpn is preconfigured:

    content_copy zoom_out_map
    set routing-instances r1 instance-type virtual-switch
    set routing-instances r1 protocols evpn
    set routing-instances r1 bridge-domains xyz bridge-options no-normalization
    

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 17.3R1.

footer-navigation