I am new to the EOS side of things. I am trying to setup a LAG between a S4 and a X450. I am confident in my xos configuration but I am unsure on the eos side of things. Here is what I have on the xos side of things:
Here is what I think I need on the eos side of things:
set lacp aadminkey lag.0.10 100
set lacp singleportlag enable
set port lacp port ge.1.47 aadminkey 100
set port lacp port ge.1.48 aadminkey 100
set port lacp port ge.1.47 enable
set port lacp port ge.1.48 enable
set vlan egress 3 lag.0.10 tagged
Can anyone confirm that the eos side of things looks correct?
Sometimes i have problems with lag on S series. Have you tried static lags ? If you don't need dynamic assignment then try to add it staticaly. Try set lacp static lag.0.10 ge.1.47-48 100
don't forget to enable lag globally, it's very common issue 🙂