Re: [vpp-dev] LACP bond interface not working

2022-08-04 Thread steven luong via lists.fd.io
sday, June 21, 2022 at 3:01 AM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] LACP bond interface not working Hi, Any suggestions on the issue as to why lacp bond in VPP is not working on VM but it is working on physical machine. Also, are there any log files we can refer to d

Re: [vpp-dev] LACP bond interface not working

2022-06-21 Thread Chinmaya Aggarwal
Hi, Any suggestions on the issue as to why lacp bond in VPP is not working on VM but it is working on physical machine. Also, are there any log files we can refer to debug the issue on VM? Thanks and Regards, Chinmaya Agarwal. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [vpp-dev] LACP bond interface not working

2022-06-16 Thread Chinmaya Aggarwal
Hi, We are trying these VPP's lacp bond configuration on virt-manager VM. Also, we tried the same configurationĀ on VPP installed physical machine. We could see VPP lacp bond configuration working on physical machine while we don't see it working in case of virt-manager VM. We have Centos 8.4 in

Re: [vpp-dev] LACP bond interface not working

2022-06-14 Thread Chinmaya Aggarwal
Hi, Thanks for your response. The bond has been created with mode 802.3ad. Below is the network configuration file:- [root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0 NAME=bond0 DEVICE=bond0 BONDING_MASTER=yes TYPE=Bond ONBOOT=yes BONDING_OPTS=mode=802.3ad HWADDR= PROXY_METHOD=n

Re: [vpp-dev] LACP bond interface not working

2022-06-14 Thread Pim van Pelt
Hi, Unfortunately, your paste of 'bond0' does not reveal how it was created. It could have been any type, how sure are you that it was LACP ? I do not use nmcli and you omitted the config file or creation commands, so I think it's best for you to go to basics: ip link del bond0 ip link set enp30s0

Re: [vpp-dev] LACP bond interface not working

2022-06-14 Thread Chinmaya Aggarwal
Hi, The setup we are trying on has VM1 (running VPP) and VM2 directly connected to each other via two physical interface of same nic (which will be bonded together). On VM2, we have created bond interface for the two physical interface using nmcli. enp7s0: mtu 1500 qdisc fq_codel master bond

Re: [vpp-dev] LACP bond interface not working

2022-06-13 Thread Pim van Pelt
Hoi, Just a thought - what is the other side configured to? I ask because in Linux, you have to be quite explicit about the mode, too. For example, take a look at the appendix of https://ipng.ch/s/articles/2021/08/25/vpp-4.html ## Bond interface ip link add bond0 type bond mode 802.3ad ip link se