Hi Spuluka,
This does work on local-switching l2circuits.
I have added an MTU size of 1530 on both l2circuit configurations.
Still no luck.
A-side:
beeelze@core-gbs-01# show interfaces ge-1/1/2
flexible-vlan-tagging;
mtu 9100;
encapsulation flexible-ethernet-services;
gigether-options {
ethernet-switch-profile {
tag-protocol-id [ 0x8100 0x88a8 ];
mac-learn-enable;
}
}
unit 10103 {
encapsulation vlan-ccc;
vlan-tags outer 0x88a8.103 inner 0x8100.103;
input-vlan-map pop-pop;
output-vlan-map push-push;
family ccc {
mtu 1530;
}
}B-side:
beeelze@core-nkh-02# show interfaces ge-1/1/0
speed 1g;
mtu 9100;
link-mode full-duplex;
encapsulation ethernet-ccc;
gigether-options {
no-auto-negotiation;
}
unit 0 {
family ccc {
}
}L2circuit:
neighbor XXX.XXX.XXX.XXX {
interface ge-1/1/0.0 {
virtual-circuit-id 111971;
mtu 1530;
}
}Beeelze