Hi,
As far as I remember, encapsulation flexible-ethernet-services allows to specify different encapsulation type for each unit of the interface. So, should be, yes.
------------------------------
FARID AKHUNDOV
------------------------------
Original Message:
Sent: 08-29-2024 02:40
From: djadhav
Subject: Question on flexible-ethernet-services encapsulation
Hi all.
I know that the 'extended-vlan-ccc' encapsulation is used to on an L2VPN PE's CE-facing interface in order to accept both single-tagged (TPID=0x8100) as well as dual-tagged(TPID=0x9100) frames from the CE.
Can that also be achieved via 'flexible-ethernet-services' encapsulation as shown below?
interfaces {
ge-0/0/2 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 100 {
encapsulation vlan-ccc ;
vlan-id 100;
}
}
}
Thanks,
Deepak