SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  two ip addresses on one vlan?

    Posted 05-01-2014 17:43

    On my SRX i have vlan 10 set as L3 with an ip address assigned. How would i then assign a second ip address to this same vlan?



  • 2.  RE: two ip addresses on one vlan?
    Best Answer

     
    Posted 05-01-2014 22:58

    Hello

     

    You could configure secondary-ip like below:

     

    set interface vlan unit 1 family inet addres 10.10.10.1/24

    set interface vlan unit 1 family inet addres 192.168.0.1/24 << Secondary

     

     

        vlan {
            unit 1 {
                family inet {
    address 10.10.10.1/24 address 192.168.0.1/24; } } }

     

     

    Regards,

    Raveen



  • 3.  RE: two ip addresses on one vlan?

    Posted 05-06-2014 18:52

    Out of interest, what reason does this need to be done? Just want to understand. Thanks.



  • 4.  RE: two ip addresses on one vlan?

    Posted 05-12-2014 00:52

    I wanted to seemlessly change the ip addressing of a specific vlan. By adding a second ip i have have both subnets working at the same time.