Hello Experts,
I am implementing HA in SRX345 in L3 mode and I also need to set vlan in L3 mode. I have no issue in srx240 with Junos12.1x. I have individual interface on each node to access vlan and switching fab interface is configured to transmit vlan traffic between nodes. Now I am concerning to implement the same scenario in SRX345 and tried to set vlan 100 with irb.100 as below
set interfaces ge-0/0/5 unit 0 family ethernet-switching interface-mode access
set interfaces ge-0/0/5 unit 0 family ethernet-switching vlan members VLAN100
set vlans VLAN100 vlan-id 100
set vlans VLAN100 l3-interface irb.100
set interfaces irb.100 family inet address 10.10.10.1/24
Then when I check config, I got below message
#commit check
warning: Interfaces are changed from route mode to mix mode. Please use the command request sy stem reboot on current node or all nodes in case of HA cluster!
error: In routing-instance default-switch vlan VLAN100 configured under interface ge-0/0/5.0 do es not exist
error: configuration check-out failed
Now if I reboot the device, does it run only in switching mode or both (route and switching) ? Because I need both feature. I can't implement fully in switching mode only.
All your reply are appreciated
Regards
Shyam