SRX

last person joined: 5 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX210 tunnel ipip

    Posted 07-17-2016 06:58
    I'm doing a PoC for a customer who connects to his remote offices via tunnel IP over IP.

    I just realised the SRX 210 I am to use has just one tunnel ipip interface‎; ip-0/0/0 and the customer has multiple remote sites.

    Is there a workaround ‎to create more tunnelled  ipip interfaces on the SRX 210 firewall?


  • 2.  RE: SRX210 tunnel ipip
    Best Answer

    Posted 07-17-2016 21:20

    YES

    as it is with all Juniper interfaces you need to define a LOGICAL (sub-)interface and you can have many of them

     

     

    so define (configure)

    set interfaces ip-0/0/0 unit 0 ...

    set interfaces ip-0/0/0 unit  1 ...

    set interfaces ip-0/0/0 unit 27 ...

    ...

    the same is true for GRE tunnel interface (gr-0/0/0), IPSEC tunnel (st0) and others

     

    with best regards

     

    Alexander Marhold



  • 3.  RE: SRX210 tunnel ipip

    Posted 07-17-2016 22:23

    Thanks a lot Alex.

     

    Would try it and let you know how it goes

     

    Sam



  • 4.  RE: SRX210 tunnel ipip

    Posted 07-17-2016 21:27

     Hi,

     

    Here is the configuration example for an ipip tunnel on the SRX :-

    https://kb.juniper.net/InfoCenter/index?page=content&id=KB23986&actp=search

     

    Regards,

    Sahil Sharma

    ---------------------------------------------------

    Please mark my solution as accepted if it helped, Kudos are appreciated as well.



  • 5.  RE: SRX210 tunnel ipip

    Posted 07-17-2016 22:24

    Thanks Sahil