Hi,
thanks for your feedback.
In the meantime, we were able to setup a LAB and tested this out.
It works well. Just one modification was needed: the native vlan was only in the native-vlan-statement and not in the trunk itself.
I guess this was needed, because the PSA is sending and also receiving untagged frames over its internal port.
So, in the end, the config looks like this:
ge-0/0/31 {
description "psanode0";
native-vlan-id 25;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ 5 10 15 ];
}
}
}
}
https://kb.juniper.net/InfoCenter/index?page=content&id=KB17419
BR, Christoph.