Not sure if it matters, but are you using 2 bundles?
Otherwise you could try setting the device-count to 1.

-Arni


On Oct 28, 2009, at 4: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 juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp



Arni Birgisson  
Network Engineer
FATTOC Iceland
Adalstraeti 6
101 Reykjavik
Iceland

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

Reply via email to