Hi,
Please find below configuration and error message and suggest alternate way to achieve the requirement.
Same configuration is working fine in packet mode. We are trying to configure the same in flow mode.
set interfaces ge-0/0/3 gigether-options redundant-parent reth0
set interfaces ge-5/0/3 gigether-options redundant-parent reth0
set interfaces reth0 vlan-tagging
set interfaces reth0 redundant-ether-options redundancy-group 1
set interfaces reth0 unit 100 vlan-id 201
set interfaces reth0 unit 100 family inet address 10.10.14.18/30
set interfaces reth0 unit 105 vlan-id 452
set interfaces reth0 unit 105 family inet address 10.10.20.18/30
set security zones security-zone Untrust interfaces reth0.100
set security zones security-zone Untrust interfaces reth0.105
{primary:node0}[edit routing-instances]
root# show
Untrust {
instance-type vrf;
interface reth0.100;
interface reth1.0;
interface reth2.0;
}
set routing-instances Untrust route-distinguisher 12345:297
set routing-instances Untrust vrf-target target:12345:130
set routing-instances Untrust protocols bgp group Untrust_Airtel type external
set routing-instances Untrust protocols bgp group Untrust_Airtel export Untrust_EXPORT
set routing-instances Untrust protocols bgp group Untrust_Airtel peer-as 6789
set routing-instances Untrust protocols bgp group Untrust_Airtel local-as 12345
set routing-instances Untrust protocols bgp group Untrust_Airtel neighbor 192.168.160.1
set routing-instances Untrust protocols bgp group Untrust1_ISP2 type external
set routing-instances Untrust protocols bgp group Untrust1_ISP2 peer-as 34567
set routing-instances Untrust protocols bgp group Untrust1_ISP2 local-as 12345
set routing-instances Untrust protocols bgp group Untrust1_ISP2 neighbor 192.168.190.2
{primary:node0}[edit]
root# commit check
[edit security zones security-zone Untrust]
'interfaces reth0.105'
Interface reth0.105 must be in the same routing instance as other interfaces in the zone
error: configuration check-out failed