Hi Bill

Not sure if it makes a difference, but try telling the switch that it's a 1G link , i.e.

aggregated-ether-options {
    link-speed 10g;
    lacp {
        active;
    }
}

Failing that, maybe if you look in the logs, or at the show interface ae0 extensive and show lacp interfaces output maybe something is obvious ...

I certainly have these working in our lab here

cheers
Sean


On 10/28/09 5:23 PM, Bill Blackford wrote:
I am attempting to form a L3 bundle on a EX3200 and am running into snags. I've 
been able to form L2 LACP bundles but first time attempting at L3.
I'm not able to link with another switch, host or device that also is 
configured with a LACP L3 bundle.

Details:


EX3200
Ver 9.5R2.7




  chassis {
     aggregated-devices {
         ethernet {
             device-count 2;
         }
     }
}


     ge-0/0/22 {
         description "Port1";
         ether-options {
             802.3ad ae0;
         }
     }
     ge-0/0/23 {
         description "Port2";
         ether-options {
             802.3ad ae0;
         }
     }


     ae0 {
         description L3 Bundle;
         aggregated-ether-options {
             lacp {
                 active;
             }
         }
         unit 0 {
             family inet {
                 address xxx.xxx.xxx.xxx/29;
             }
         }
     }




Thanks in advance

-b



--
Bill Blackford
Senior Network Engineer
Technology Systems Group
Northwest Regional ESD

my /home away from home

_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp


_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to