SRX

last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  How can i achieve this setup?

    Posted 05-28-2015 05:46
      |   view attached

    Hi Guys,

     

    Please check the attached digram and advice.

    I have an EX switch and SRX 240 and am required to link the 2 devices behind the switch and the SRX. how can i achieve this?

    Attachment(s)

    pdf
    network-diagram.pdf   90 KB 1 version


  • 2.  RE: How can i achieve this setup?
    Best Answer

     
    Posted 05-28-2015 07:55

    ex:

     

    ge-0/0/0 {
        description "to CE";
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members xxx;
                }
            }
        }                                   
    }                                       
    ge-0/0/1 {
        description "to srx";
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members xxx;
                }
            }
        }                                   
    }                                       

    srx:

     

     

    ge-0/0/0 {
        description "to ex";
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members yyy;
                }
            }
        }                                   
    }                                       
    ge-0/0/1 {
        description "to CE";
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan {
                    members yyy;
                }
            }
        }                                   
    }