How many flows are you sending?

sreepad | jncip-sp
cube 4.3.1.2.3 | xtn 10689
eabu-aa | juniper
exora | bangalore
"yearn > learn > earn"


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Filippo Cugini
Sent: Wednesday, March 06, 2013 7:46 PM
To: [email protected]
Cc: [email protected]
Subject: [j-nsp] Problems with Link Aggregation

Hi,

we configured the link-aggregation on two switches EX3200 with JUNOS software 
10.0R4.7.
We configured the aggregated interface (ae0), containing three ge interfaces 
(ge-0/0/12, ge-0/0/14, ge-0/0/16).
At the operational level, the state of the aggregated interface (show 
interfaces ae0 extensive) shows that the link is up at 3000mbps.

However, when we send traffic on the aggregated link, just one ge works, and we 
experience packet loss when we exceed the throughput of 1000mbps.
Indeed, the statistics of all interfaces show that only the ge-0/0/12 is 
utilized to forward the data traffic, while the other two interfaces send and 
receive only signaling packets.

Any suggestions?

This is our one-side configuration:


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

interfaces {
     ge-0/0/12 {
         ether-options {
             802.3ad ae0;
         }
     }
     ge-0/0/14 {
         ether-options {
             802.3ad ae0;
         }
     }
     ge-0/0/16 {
         ether-options {
             802.3ad ae0;
         }
     }

...

     ae0 {
         aggregated-ether-options {
             minimum-links 2;
             lacp {
                 active;
             }
         }
         unit 0 {
             family inet {
address 10.255.255.2/30;
             }
         }
     }

}


_______________________________________________
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