Hi,
does anybody know if L2PT is supported on QFX5100 and EX4300? I'am trying to configure it but it dosn't work for. QinQ working fine. protocols layer2-control mac-rewrite not.
I have very simple lab topology:
cisco-------ex4300------qfx500-----cisco
On Ex4300 and QFX configuration is similar:
client ports:
interfaces xe-0/0/47
flexible-vlan-tagging;
native-vlan-id 50;
encapsulation extended-vlan-bridge;
unit 50 {
vlan-id-list 1-4094;
input-vlan-map push;
output-vlan-map pop;
}
Uplink Port:
xe-0/0/46
flexible-vlan-tagging;
mtu 9000;
encapsulation extended-vlan-bridge;
ether-options {
ethernet-switch-profile {
tag-protocol-id 0x88a8;
}
}
unit 50 {
vlan-id 50;
}
AND L2PT
protocols{
layer2-control {
mac-rewrite {
interface xe-0/0/47 {
protocol {
cdp;
}
}
}
}
Please Help
Bukke