You can configure a port channel
for a tenant. Use the efa tenant po configure command to push or
remove the pending port channel configuration. The command pushes the pending
configuration for a port channel when the port channel is in
po-delete-pending, port-delete-pending or
po-lacp-timeout-set-pending state.
efa tenant po configure [ --name | --tenant | --help ]
The following example pushes or removes the pending port channel configuration:
$ efa tenant po show --name ten1po1 --tenant ten1 --detail
=========================================================
Name : ten1po1
Tenant : ten1
ID : 1
Description : tenant1po1
Speed : 10Gbps
MTU :
Negotiation : active
Min Link Count : 2
Lacp Timeout : long
Ports : 10.20.246.6[0/1-2]
: 10.20.246.5[0/1-2]
State : port-delete-pending
Dev State : provisioned
App State : cfg-in-sync
===========================================================
--- Time Elapsed: 111.335777ms ---
$ efa tenant po configure --name ten1po1 --tenant ten1
PortChannel: ten1po1 configured successfully.
--- Time Elapsed: 114.816703ms ---
$ efa tenant po show --name ten1po1 --tenant ten1 --detail
========================================================
Name : ten1po1
Tenant : ten1
ID : 1
Description : tenant1po1
Speed : 10Gbps
MTU :
Negotiation : active
Min Link Count : 2
Lacp Timeout : long
Ports : 10.20.246.6[0/1-2]
: 10.20.246.5[0/1-2]
State : po-created
Dev State : provisioned
App State : cfg-in-sync
=======================================================
--- Time Elapsed: 120.391994ms ---