Re: [j-nsp] Are IRB interfaces still not functional under SRX?

2014-04-05 Thread Klaus Groeger
On SRX branches one configures :




interfaces {

    vlan {

         unit 123 {

             family inet {

                        address 192.168.123.1/24

             }

         }

    }

    ge-0/0/0 {

          unit 0 {

             family ethernet-switching

                  vlan {

                       members 123

                   }

             }

         }

    }

}




vlan {

    onetwothree {

        vlan-id 123

        l3-interface vlan.123

    }

}




On SRX IRBs are called RVIs (Routed VLAN Interfaces). This way one gets 
interfaces configured

 as switching interfaces with a routable address. You may apply most L2 options 
in branch SRX as needed, even LAGs and all the other stuff. 




Regards,      Klaus
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Re: [j-nsp] Are IRB interfaces still not functional under SRX?

2014-04-05 Thread Morgan McLean
Klaus,

Yes its RVI on branch but its IRB on datacenter SRX; you can't even
configure vlans on them.

Anyway, thanks all for the answers, just needed to verify I wasn't going
crazy.

Thanks,
Morgan


On Sat, Apr 5, 2014 at 5:58 AM, Klaus Groeger kla...@gmail.com wrote:

 On SRX branches one configures :




 interfaces {

 vlan {

  unit 123 {

  family inet {

 address 192.168.123.1/24

  }

  }

 }

 ge-0/0/0 {

   unit 0 {

  family ethernet-switching

   vlan {

members 123

}

  }

  }

 }

 }




 vlan {

 onetwothree {

 vlan-id 123

 l3-interface vlan.123

 }

 }




 On SRX IRBs are called RVIs (Routed VLAN Interfaces). This way one gets
 interfaces configured

  as switching interfaces with a routable address. You may apply most L2
 options in branch SRX as needed, even LAGs and all the other stuff.




 Regards,  Klaus
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp