no-normalization
Syntax
no-normalization;
Hierarchy Level
[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:set routing-instances r1 instance-type evpn set routing-instances r1 no-normalization
no-normalization
of VLAN can be configured Only wheninstance-type virtual-switch
along withprotocols evpn
is preconfigured: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.