This article describes the procedure of configuring VLAN retagging/translation for transparent mode chassis cluster. The goal in this example will be to re-tag traffic from vlan444 to vlan555.
The topology:
[host1]---vlan444-trunk---[reth0--SRX-retagging--reth1]----vlan555-trunk----[host2]
The relevant configuration:
set interfaces reth0 redundant-ether-options redundancy-group 1 set interfaces reth0 unit 0 family bridge interface-mode trunk set interfaces reth0 unit 0 family bridge vlan-id-list 555 set interfaces reth0 unit 0 family bridge vlan-rewrite translate 444 555 set interfaces reth1 redundant-ether-options redundancy-group 1 set interfaces reth1 unit 0 family bridge interface-mode trunk set interfaces reth1 unit 0 family bridge vlan-id-list 555 set bridge-domains v555 domain-type bridge set bridge-domains v555 vlan-id 555