Hi,
I have a SRX 300 and I am trying to bridge layer 2 data over GRE tunnel. I have found a configuration for MX, but I do not have some these commands. (bridge under interfaces) I was wondering if there is a SRX configuration that will help me. I tried several things like virtual-router or virtual-switch but I get message that only interfaces with interface-mode cannot be set on interface in show routing-instance. I cannot set gr-0/0/0 with interface-mode command.
[edit routing-instances]
root# show
vdsl {
instance-type virtual-switch;
##
## Warning: Only interface with 'interface-mode' is allowed in a virtual-switch
##
interface gr-0/0/0.0;
interface ge-0/0/1.0;
}
set chassis fpc 0 pic 1 tunnel-services bandwidth 1g
set chassis network-services enhanced-ip
set interfaces ge-0/1/2 unit 0 family inet address 192.0.2.2/30
set interfaces ge-0/1/6 unit 0 family bridge interface-mode trunk
set interfaces ge-0/1/6 unit 0 family bridge vlan-id-list 1-100
set interfaces gr-0/1/10 unit 0 tunnel source 192.0.2.2
set interfaces gr-0/1/10 unit 0 tunnel destination 192.0.2.1
set interfaces gr-0/1/10 unit 0 family bridge interface-mode trunk
set interfaces gr-0/1/10 unit 0 family bridge vlan-id-list 1-100
set routing-instances VS1 instance-type virtual-switch
set routing-instances VS1 bridge-domains bd0 vlan-id 10
set routing-instances VS1 interface ge-0/1/2.0
set routing-instances VS1 interface ge-0/1/6.0
set routing-instances VS1 interface gr-0/1/10.0