libteam icon indicating copy to clipboard operation
libteam copied to clipboard

Unable to get LACP runner working

Open davidchen7 opened this issue 6 years ago • 2 comments

I followed Redhat teaming configuration guide [1] to configure NIC teaming, except LACP runner, others work as expected. Here is my config file (from example lacp_1.conf): { "device": "team0", "runner": { "name": "lacp", "active": true, "fast_rate": true, "tx_hash": ["eth", "ipv4", "ipv6"] }, "link_watch": {"name": "ethtool"}, "ports": {"eth0": {}, "eth1": {}} } I can create LACP team interface, "teamdctl team0 state" shows correctly, but after I perform: $ ip link set up dev team0

$ ip a shows NO-CARRIER and state is DOWN for team interface. dmesg shows both eth0 and eth1 link are ready, but team0 is not. Please share if you have any suggestions or pointers.

Thank you!

[1] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configure_a_network_team_using-the_command_line

davidchen7 avatar Oct 23 '18 12:10 davidchen7

Maybe you need to check the configurations of the neighbor and use the tcpdump to check the LACP packets. With the given information, it is hard to tell if the neighbor's LAG is configured correctly.

stcheng avatar Oct 24 '18 22:10 stcheng

Thank you for the suggestion Shuotian! I will investigate more.

Best Regards, David

Shuotian Cheng [email protected] 於 2018年10月25日 上午6:51 寫道:

Maybe you need to check the configurations of the neighbor and use the tcpdump to check the LACP packets. With the given information, it is hard to tell if the neighbor's LAG is configured correctly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

davidchen7 avatar Oct 25 '18 12:10 davidchen7