Switching

last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  Ex4200 logical unit is not allowed on aggregated links??

    Posted 01-24-2009 06:43

    Hi

     

    root@Switch1# commit
    [edit interfaces ge-0/0/2]
      'unit 0'
         logical unit is not allowed on aggregated links
    error: configuration check-out failed

     

     

     

    I found an above error when i commit my config.

     

     

    My config......

     

     

     

    aggregated-devices {
        ethernet {
            device-count 1

     }

    }

     

    [edit interfaces ae0]
    root@Switch1# show
    aggregated-ether-options {
        link-speed 1g;
        lacp {
            active;
            periodic fast;
        }
    }
    unit 0 {
        family ethernet-switching {
            port-mode trunk;
            vlan {
                members [ orange Charry ];
            }

     

    [edit interfaces ge-0/0/2]

     

    ether-options {
        speed {
            1g;
        }
        802.3ad ae0;
    }
    unit 0 {
        family ethernet-switching {
            port-mode access;
            vlan {
                members Charry;
            }
        }

     

     

    would any body like to help to solve issue.

     

    Thanx

     

    Fahad        



  • 2.  RE: Ex4200 logical unit is not allowed on aggregated links??
    Best Answer

    Posted 01-26-2009 01:48

    Hi Fahad,

     

    Yep, the error message tells you exactly what's wrong 🙂

     

    You are not allowed to have a "unit <number>" defined under the same interface (ge-0/0/2) that you also have defined as a member of an 802.3ad aggregate link (ae0).  All the units MUST be defined underneath the aggregate interface (ae0).  Issue the command "deactivate interfaces ge-0/0/2 unit 0" and commit again.

     

    Rgds,

     

    Guy