Switching

last person joined: 10 hours ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  bind two trunk interface on same router

    Posted 10-14-2013 15:11

    Dear All , Im currently running a trunking connection between my cisco me3400 and a juniper mx960 using the following lines on juniper side.

     

    trunk1 {
        description "trunking1 connection";
        vlan­tagging;
        unit 2 {
            vlan­id 2;                      
            family inet {
                address 20.0.0.254/32;
            }
        }
        unit 3 {
            vlan­id 3;
            family inet {
                address 30.0.0.254/32;
            }
        }
        unit 4 {
            vlan­id 4;
            family inet {
                address 40.0.0.254/24;
            }
       

     

    Those ips , (20.0.0.254,30.0.0.254 and 40.0.0.254) are used as gws on the cisco connected devices.

    Now I need to duplicate the configuration  adding a second trunk interface.


    My question is, how should i create and configure the second trunk interface and bind it the gws ips confugured on the first trunk so new connected devices can use the same gws ips.

    On IOS it can be  achieved creating the vlans and assign the gws ips on the vlan interfaces (not on the phisical inteface) and then assign the phisic ports to those vlans but it is not the same on junos.

    I will add an scheme to be more explicit.

     

    added.png

     

    Any ideas  ?

    btw , juniper mx960 doesnot allow "ethernet switching" family configuration.

    Leo.

     

     



  • 2.  RE: bind two trunk interface on same router

    Posted 10-15-2013 14:02

    IRB (integrated routing and bridging) could be a solution ?



  • 3.  RE: bind two trunk interface on same router
    Best Answer