Hello,
Use VPLS instance for that:
interfaces { ge-0/0/0 { per-unit-scheduler; vlan-tagging; encapsulation flexible-ethernet-services; unit 34 { encapsulation vlan-vpls; vlan-id 34; family vpls; } } ge-0/0/3 { flexible-vlan-tagging;
encapsulation flexible-ethernet-services; unit 34 { encapsulation vlan-vpls; vlan-id 34;
family vpls; } }} routing-instances { Bridge-2-IFLs { instance-type vpls; vlan-id 34; interface ge-0/0/0.34; interface ge-0/0/3.34; protocols { vpls { no-tunnel-services; } } } }
You'd get as close to bridging as You can, except one cannot run STP inside VPLS instance on SRX kit.
HTH
thx
Alex