Hi Wdudys/Experts,
Need 1 more help, i tried configuring multiple vlan tags on a single reth, it didn't worked. Configuration got committed but i wasn't getting input packets, though output packets were visible. Ping etc not working
The requirement is to consolidate multiple firewall-switch connections on a single firewall interface, firewall cluster is in active-standby. Switch side (a Cisco) is a trunk port with tagged vlans. I tried using following config but no luck.
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 3087 vlan-id 3087
set interfaces reth0 unit 3086 vlan-id 3086
set interfaces reth0 unit 3087 family inet address 165.136.X.X/29
set interfaces reth0 unit 3086 family inet address 172.197.X.X/29
set vlans ABC vlan-id 3087
set vlans XYZ vlan-id 3086
set security zones security-zone ABC interfaces reth0.3087
set security zones security-zone ABC interfaces reth0.3086
Thanks...!!!