[j-nsp] Layer3 LACP Bundle
Bill Blackford
BBlackford at nwresd.k12.or.us
Wed Oct 28 13:03:05 EDT 2009
I believe I have it working. Thank you to all who posted on list and off.
Adding speed 100m to each physical link seem to do the trick (as I am handing off to a bundled FE pair).
chassis {
aggregated-devices {
ethernet {
device-count 2;
}
}
}
ge-0/0/22 {
description "Port1";
ether-options {
speed {
100m;
}
802.3ad ae0;
}
}
ge-0/0/23 {
description "Port2";
ether-options {
speed {
100m;
}
802.3ad ae0;
}
}
ae0 {
description L3;
aggregated-ether-options {
lacp {
active;
}
}
unit 0 {
family inet {
address xxx.xxx.xxx.xxx/29;
}
}
}
Thanks all
-b
-----Original Message-----
From: Árni Birgisson [mailto:abirgisson at fattoc.com]
Sent: Wednesday, October 28, 2009 9:50 AM
To: Bill Blackford
Cc: juniper-nsp at puck.nether.net
Subject: Re: [j-nsp] Layer3 LACP Bundle
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 at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
Arni Birgisson
Network Engineer
FATTOC Iceland
Adalstraeti 6
101 Reykjavik
Iceland
More information about the juniper-nsp
mailing list