Hello Juniper community!
Im new here so let me say Hello!
I am lack of information about configuration IRB interface on SRX345.
I read in other topic on this forum that i need to change l2-learning global-mode to switching with this command: set protocols l2-learning global-mode..
Configuration:
-version 15.1X49-D45;
-SRX's are configured now on default-mode (transparent-mode)
-SRX345 are in CHASSIS CLUSTER
-(most problematic thing) I dont have possibility to connect to them physically. Im connected to them by SSH - so i can not change config without 'commit confirmed' option. For obvious reason.
And questions (problems) that i have are:
1. When i change global mode to switching-mode after reboot i will be able to connect to them without problem?
Is it changing routing or something that can cut me off after reboot?
2. Will 'commit confirmed' option still be in config after reboot?
Thanks in advance!
Some config:
show interfaces irb
unit 614 {
family inet {
address 10.118.228.1/26;
}
}
show vlans
dmz_614 {
vlan-id 614;
l3-interface irb.614;
}
show security zones:
security-zone dmz_614 {
host-inbound-traffic {
system-services {
ping;
ssh;
}
}
interfaces {
irb.614;
}
}
BR//
Bukem