SRX

last person joined: 14 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX300 basic setup

    Posted 03-19-2017 02:31

    Hi.

    I am new to Juniper SRX300 and I am trying to setup this scenario:1.PNG

     

     

     

     

     

     

     

     

     

     

    I want to ping each other, but I don't what I am doing wrong.

     

    Help Please? 🙂

     

    Here is some of the configuration on SRX:
    interfaces {
    ge-0/0/0 {
    unit 0 {
    family inet {
    address 192.168.1.2/32;
    }
    }
    }
    ge-0/0/1 {
    unit 0 {
    family ethernet-switching {
    vlan {
    members vlan0;
    }

     

    Thank you.



  • 2.  RE: SRX300 basic setup
    Best Answer

     
    Posted 03-19-2017 05:00

    you need to put the interfaces into any security zone. By default junos puts all interfaces in null zone and no traffic is allowed on null zone.

     

    Try the below.

    set security zones security-zone trust host-inbound-traffic system-services all
    set security zones security-zone trust interfaces ge-0/0/0

    commit

     

    https://kb.juniper.net/KB16556

    https://kb.juniper.net/KB15694

     



  • 3.  RE: SRX300 basic setup

    Posted 03-19-2017 07:07

    Thank you very much, it worked.

     

    Anze