Routing

last person joined: 3 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  SRX-Series route "into" VLAN

    Posted 01-17-2011 02:32

    (i first put this topic in the srx section instead, so i deleted the first one and put this one up. sorry if anyone reads twice and is annoyed :-I )

     

    Hi,

     

    i got an SRX240 with two interfaces configured:

     

    tldr: how to route from one vlan (or "no" vlan) into another vlan?

     

     

    ge-0/0/0 (no vlan-tagging)

      unit 0: family inet address 10.0.0.1/24

     

    ge-0/0/1 vlan-tagging

            unit 5: family inet address 10.0.5.1/24 vlan-id 5

     unit 6: family inet address 10.0.6.1/24 vlan-id 6

            unit 7: family inet address 10.0.7.1/24 vlan-id 7

     

    i would like to route traffic like this:

    static 

      route 10.5.0.0/24 next-hop 10.0.5.2

            route 10.6.0.0/24 next-hop 10.0.6.2

            ...

    with 10.0.x.2 on a switch connected to ge-0/0/1.

     

    as always i'd be happy not only for the solution, but also for some keywords or hints where to look so i can figure myself :smileywink:

     

    thanks in advance. 

    chris



  • 2.  RE: SRX-Series route "into" VLAN
    Best Answer

    Posted 01-17-2011 03:21

    Hi there,

     

    static routing configuration:

     

    set routing-option static route <destination-network> next-hop <next-hop address>

     

    Don't forget to assign that interface into security zone and create security policy.

     

    Regards,

    yo



  • 3.  RE: SRX-Series route "into" VLAN

    Posted 01-17-2011 04:39

    actually i had all of your ideas covered. looked into it again and found my faults.

     

    had misconfigured the next-hop router, so obviously my ping/ssh couldnt work. (stupid me)

     

    thanks ,)