LAG Min-link feature
Hello,
I am testing the LAG minimum link functionality and its seems to have wrong behavior.
My setup has LAG of 3 links, when i shutdown 2 link, the LAG is down, but traffic still passing through remaining link.
Setup :
admin@CSW1:~$ show interfaces portchannel
Flags: A - active, I - inactive, Up - up, Dw - Down, N/A - not available,
S - selected, D - deselected, * - not synced
No. Team Dev Protocol Ports Oper Key Admin Key Fast Rate
----- ------------ ----------- --------------------------- ---------- ----------- -----------
1 PortChannel1 LACP(A)(Dw) Ethernet8(D) Ethernet12(D) 11 auto false
Ethernet16(S)
admin@CSW2:~$ show interfaces portchannel
Flags: A - active, I - inactive, Up - up, Dw - Down, N/A - not available,
S - selected, D - deselected, * - not synced
No. Team Dev Protocol Ports Oper Key Admin Key Fast Rate
----- ------------ ----------- --------------------------- ---------- ----------- -----------
1 PortChannel1 LACP(A)(Dw) Ethernet16(S) Ethernet8(D) 11 auto false
Ethernet12(D)
configuration :
sudo config portchannel add PortChannel1 --min-links=2
},
"PORTCHANNEL": {
"PortChannel1": {
"admin_status": "up",
"fast_rate": "false",
"lacp_key": "auto",
"min_links": "2",
"mtu": "9100"
}
with LACP up :
admin@CSW1:~$ show interfaces counters rates
Last cached time was 2023-03-30 18:37:05.420338
IFACE STATE RX_OK RX_BPS RX_PPS RX_UTIL TX_OK TX_BPS TX_PPS TX_UTIL
----------- ------- ------------- ------------- ------------ --------- ----------- ------------- ------------ ---------
Ethernet0 U 1,188,332,917 10542.26 MB/s 7027917.05/s 84.34% 942,966,002 10411.96 MB/s 6941311.25/s 83.30%
Ethernet4 D 0 0.00 B/s 0.00/s 0.00% 0 0.00 B/s 0.00/s 0.00%
Ethernet8 X 0 0.00 B/s 0.00/s 0.00% 0 0.00 B/s 0.00/s 0.00%
Ethernet12 U 92,599,057 5209.21 MB/s 3472810.23/s 41.67% 91,611,999 5205.66 MB/s 3470436.90/s 41.65%
Ethernet16 U 852,332,465 5209.56 MB/s 3473042.73/s 41.68% 851,468,265 5205.99 MB/s 3470663.20/s 41.65%
with LACP down :
admin@CSW2:~$ show interfaces counters rates
IFACE STATE RX_OK RX_BPS RX_PPS RX_UTIL TX_OK TX_BPS TX_PPS TX_UTIL
----------- ------- ------------- ------------- ------------ --------- ------------- ------------- ------------ ---------
Ethernet0 D 0 0.00 B/s 0.00/s 0.00% 0 0.00 B/s 0.00/s 0.00%
Ethernet4 D 0 0.00 B/s 0.00/s 0.00% 0 0.00 B/s 0.00/s 0.00%
Ethernet8 D 890,026,230 0.00 B/s 0.00/s 0.00% 169,096,686 0.00 B/s 0.00/s 0.00%
Ethernet12 D 2,689,953,468 849.34 KB/s 566.23/s 0.01% 2,754,027,704 885.37 KB/s 590.25/s 0.01%
Ethernet16 U 4,610,709,212 11019.75 MB/s 7346498.10/s 88.16% 4,502,157,229 11020.11 MB/s 7346739.82/s 88.16%
Ethernet20 U 7,668,862,974 11021.44 MB/s 7347625.33/s 88.17% 8,190,541,870 11021.04 MB/s 7347356.81/s 88.17%
Please sign in to leave a comment.
Comments
1 comment