Interconnection between juniper and RouterOS and more...

Hello,

I want to use my RB2011 to interconnect my firewalls just to tested their. In fact, I want to use my RouterOS as gateway for each firewall type and doing a policy based routing.

I used to use Cisco or Juniper as RouterOS. This is the first one and I found this appliance very kind for the moment (there are a lot of possibilities), but here, I have some difficulties with my spirit and the routerOS. May be because, this is a long time a work with Cisco and Juniper. So

I would like to make a trunk between my Juniper SRX and my RB2011. All seem correct. If I doing a show arp on my Juniper I can found one entry:

00:17:95:dc:49:4f 192.168.81.1    192.168.81.1

192.168.81.1 is normale my SVI on my RB2011

but If I try to ping this IP, nothing to do even if with one a source IP.

I wrote some documentation and I must admit that I’m little bit lost.

May be a little map of what I want to do will be better to understand my objective:

My LAN (cisco switch) ↔ Uplink .60.128/30 <->RB2011 (subnet .60.0/25)(SVI .81.0/24)<-> Uplink L2 Trunk allowed Vlan81<->Juniper SRX

What disrupts me, this is a bridge. By default, there is a bridge, may be because of the Wifi AP…

My entries in my Juniper SRX. This is simple ethernet trunk:

reth0 {                             
        description Link-to-RouterOS;
        vlan-tagging;
        redundant-ether-options {
            redundancy-group 1;
        }
        unit 81 {
            description VLAN81;
            vlan-id 81;
            family inet {
                address 192.168.81.254/24;
            }
        }
    }

I don’t if this is clear, but I will answer at your questions.

Thank you for your help.