Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Loadsharing portchannel between EX2300 and Nexus 9000

$
0
0

Hello.

We have a portchannel between a couple of nexus 9300 switches and a ex2300-48T. 

We get them to talk lacp between each other but no loadsharing is happening all the traffic is going out one uplink. 

Has anyone had the same problem and in that case how did you solve it? 

 

xe-0/1/0 {
description UPLINK;
ether-options {
802.3ad ae0;
}
}
xe-0/1/1 {
description UPLINK;
ether-options {
802.3ad ae0;
}

 

ae0 {
description UPLINK;
aggregated-ether-options {
load-balance {
adaptive;
}
lacp {
active;
periodic fast;
}
}
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members all;
}
}
}

 

Aggregated interface: ae0
    LACP state:       Role   Exp   Def  Dist  Col  Syn  Aggr  Timeout  Activity
      xe-0/1/0           Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active
      xe-0/1/0        Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
      xe-0/1/1           Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active
      xe-0/1/1        Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
    LACP protocol:        Receive State  Transmit State          Mux State
      xe-0/1/0                  Current   Slow periodic Collecting distributing
      xe-0/1/1                  Current   Slow periodic Collecting distributing

 


This is the first time with ex2300 and also first time with Juniper and cisco in portchannel. 

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles