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 set enp66s0f2 down
ip link set enp66s0f3 down
ip link set enp66s0f2 master bond0
ip link set enp66s0f3 master bond0
ip link set enp66s0f2 up
ip link set enp66s0f3 up
ip link set bond0 up

That would be a good way to set up a 'mode lacp' companion of the
BondEthernet0 interface you created. If it's connected to a set of switch
ports, you should also check to make sure that the remote is using LACP
signalling.
Incidentally, 'show lacp GigabitEthernet7/0/0 details' is also a great way
to see more operational details of each LAG member. Good luck!

groet,
Pim

On Mon, Jun 13, 2022 at 12:22 PM Chinmaya Aggarwal <chinmaya.agar...@hsc.com>
wrote:

> Hi,
>
> We are trying to create a lacp bond interface on VPP v21.06. Below is the
> configuration we are trying:-
>
> vpp# create bond mode lacp id 0
> vpp# set int state BondEthernet0 up
> vpp# bond add BondEthernet0 GigabitEthernet7/0/0
> vpp# bond add BondEthernet0 GigabitEthernet8/0/0
> vpp# set int state GigabitEthernet7/0/0 up
> vpp# set int state GigabitEthernet8/0/0 up
>
> The command "sh bond" gives below output:-
> vpp# sh bond
> interface name   sw_if_index  mode          load balance  active members
> members
> BondEthernet0    3            lacp          l2            0              2
> vpp#
>
> Here "active members" count is 0 and hence the bond interface is not
> working.
>
> Are we missing out anything from the configuration point of view?
>
> Thanks and Regards,
> Chinmaya Agarwal.
>
> 
>
>

-- 
Pim van Pelt <p...@ipng.nl>
PBVP1-RIPE - http://www.ipng.nl/
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21529): https://lists.fd.io/g/vpp-dev/message/21529
Mute This Topic: https://lists.fd.io/mt/91723467/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to