This article explains how to configure in-band and out-of-band management access to the SRX device for transparent mode.
The IRB interface is the only layer 3 interface when the device is configured in the transparent/bridge mode. It cannot be configured in a security zone; so all the interfaces that are in layer 2 mode will be part of a security zone. The IRB interface will use the ge-0/0/0 interface to perform the routing. It sends ARP requests via all the interfaces and will detect the interface, which gets the response for the IP configured on ge-0/0/0. This is how it communicates on layer 3.
CLI configuration: Configure IRB and the underlying interface:
root@# show interfaces | match interfaces | display set set interfaces ge-0/0/1 unit 0 family bridge interface-mode access set interfaces ge-0/0/1 unit 0 family bridge vlan-id 2 set interfaces irb unit 0 family inet address 1.1.1.1/24
root@# show bridge-domains | display set set bridge-domains IRB domain-type bridge set bridge-domains IRB vlan-id 2 set bridge-domains IRB routing-interface irb.0
root@# show security zones | display set set security zones security-zone trust interfaces ge-0/0/1.0 host-inbound-traffic system-services http
set interfaces ge-0/0/0 unit 0 family bridge interface-mode access set interfaces ge-0/0/0 unit 0 family bridge vlan-id 2
Configure the IRB interface to be in the transparent mode: set bridge-domains IRB domain-type bridge set bridge-domains IRB vlan-id 2 set bridge-domains IRB routing-interface irb.0
set bridge-domains IRB domain-type bridge set bridge-domains IRB vlan-id 2 set bridge-domains IRB routing-interface irb.0
set interfaces irb unit 0 family inet address 172.22.145.190/24
set security zones functional-zone management interfaces ge-0/0/0.0 host-inbound-traffic system-services all
set routing-option static route 0.0.0.0/0 next-hop 172.22.145.1