I have a vSRX and trying to configure transparent mode on it, but for some reason the commands are not being accepted. I checked the feature explorer and it is supported.
Layer 2 Transparent Mode
Support is available for Layer 2 transparent mode deployments. In transparent mode, the vSRX instance filters packets that traverse the instance without modifying any of the source or destination information in the IP packet headers. Transparent mode is useful for protecting servers that mainly receive traffic from untrusted sources because there is no need to reconfigure the IP settings of routers or protected servers.
I am trying to apply following config
ge-0/0/1 {
unit 0 {
family bridge {
interface-mode access;
vlan-id 10;
}
}
}
ge-0/0/2 {
unit 0 {
family bridge {
interface-mode access;
vlan-id 20;
}
}
}
bridge-domains {
L2-VLAN-10 {
domain-type bridge;
vlan-id 10;
}
L2-VLAN-20 {
domain-type bridge;
vlan-id 20;
}
}
Am I missing something?
Any help is greatly appriciated!
[UPDATE 1]
I set the l2-learning global-mode to trasparent-mode and rebooted the device. After it came back I checked the mode and is still shows as Not set.
[edit]
root# show protocols
l2-learning {
global-mode transparent-bridge;
}
root# run show ethernet-switching global-information
Global Configuration:
MAC aging interval : 0
MAC learning : Enabled
MAC statistics : Disabled
MAC limit Count : 0
MAC limit hit : Disabled
MAC packet action drop: Disabled
LE aging time : 1200
LE VLAN aging time : 1200
Global Mode : Not set
#vSRX#bridge#vsrx-ng#Transparent