SRX

 View Only
last person joined: 14 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  RVI switching, on irb interface only

    Posted 12 days ago

    I'm in a situation where I'm not

    using the standard vlan interface.

    I'm only using the irb interface.

    I realize that the RVI will still

    function however the switching

    part is not functioning. I need

    ways to use the RVI so that

    traffic that is mixed, i.e., tagged,

    untagged traffic will mesh. For

    lack of better terms.

    Can I get some comments, on

    perhaps, RVI statements that

    will switch these types of traffic.

    I run an srx300, with os 15.xxxx .



    ------------------------------
    Adrian Aguinaga
    B.S.C.M. I.T.T. Tech
    (Construction Management)
    A.A.S. I.T.T. Tech
    (Drafting & Design)
    ------------------------------


  • 2.  RE: RVI switching, on irb interface only

    Posted 11 days ago

    The irb interface does replace the RVI with vlan interfaces on newer devices like the SRX300 you have.  The command structure for vlans changed on newer hardware and RVI id no longer used.

    Can you share the interfaces you are trying to get tagged and untagged and the specific issue and configurations in use now?



    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
    http://puluka.com/home
    ------------------------------



  • 3.  RE: RVI switching, on irb interface only

    Posted 11 days ago

    Thx for you reply Mr. Spuluka .

    I have the following device

    setup.

    Gateway -> srx300(15.1X49-D60.7) ->

    srx550(12.1X46-D40.2) -> device(wifi) ->

    device(wifi media bridge) ->

    standard switch stack(rvi completes here

    but my locale hates when I turn this off)

    The srx300 is using an irb with no vlan

    interface(purposely, I want it this way).

    The srx550 uses a vlan interface and

    it is the device that uses untagged

    traffic, really mostly and by nature.

    There is a problem in my locale as

    I described. So what I need some

    direction on are some statements to

    solidify no failure. I recently finally

    see dhcp4 is operating properly and

    the switching(RVI) is aligned, but I

    want assurance. Hmm, something with

    cache, or even just basic flow. Perhaps

    my use of tagging is even mis-configured

    and I want this be taken account.

    Hopefully something simple and same

    statement on both device if possible.

    Links???? Code itself?

    srx300 attaches from ge-0/0/3.0 to

    srx550 ge-0/0/0.0 , both srx

    internal only.

        ge-0/0/3 {

            promiscuous-mode;

            native-vlan-id 1;

            speed 1g;

            mtu 9192;

            link-mode full-duplex;

            mac xx:xx:xx:xx:xx:xx;

            gratuitous-arp-reply;

            gigether-options {

                auto-negotiation;

            }

            unit 0 {

                radio-router {

                    bandwidth 20;

                    resource 100;

                    latency 80;

                    quality 93;

                    data-rate 45;

                    threshold 40;

                }

                arp-resp;

                family ethernet-switching {

                    interface-mode trunk;

                    vlan {

                        members [ default vlan0 ];

                    }

                    policer {

                        input MyToken-Bucket;

                        output MyToken-Bucket;

                    }

                }

            }

        }



    srx300 attaches from ge-0/0/3.0 to

    srx550 ge-0/0/0.0 , both srx

    internal only.

        ge-0/0/0 {

            promiscuous-mode;

            flexible-vlan-tagging;

            native-vlan-id 200;

            speed 1g;

            mtu 1522;

            link-mode full-duplex;

            gratuitous-arp-reply;

            gigether-options {

                auto-negotiation;

            }

            unit 0 {

                radio-router {

                    bandwidth 20;

                    resource 100;

                    latency 80;

                    quality 93;

                    data-rate 45;

                    threshold 40;

                }

                arp-resp;

                vlan-id 1;

                family ethernet-switching {

                    port-mode access;

                    vlan {

                        members vlan1;

                    }

                }

            }

        }



    ------------------------------
    Adrian Aguinaga
    B.S.C.M. I.T.T. Tech
    (Construction Management)
    A.A.S. I.T.T. Tech
    (Drafting & Design)
    ------------------------------



  • 4.  RE: RVI switching, on irb interface only

    Posted 8 days ago

    Will two SRX directly connected be permanent or is this a staged replacement plan?

    For the two interfaces connected I see that the SRX300 is in trunk mode with two vlans assigned and the SRX550 is in access mode with 1 vlan (all that can be assigned).  

    If you need to bridge two vlans than both ports will need to be in trunk mode with the same vlan tags.



    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
    http://puluka.com/home
    ------------------------------



  • 5.  RE: RVI switching, on irb interface only

    Posted 8 days ago

    I will certainly do what has been recommended. I realize I need to make some changes to my equipment. I use it as an intermediate device. It has use, and safety is a concern.

    Thx, Puluka



    ------------------------------
    Adrian Aguinaga
    B.S.C.M. I.T.T. Tech
    (Construction Management)
    A.A.S. I.T.T. Tech
    (Drafting & Design)
    ------------------------------