Delete Pending Port Channel Configuration

You can delete pending configuration on a port channel.

About this task

Follow this procedure to push or remove the pending configuration on a port channel.

Procedure

Run the following command:
efa tenant po configure

The efa tenant po configure command pushes or removes the pending configuration of a port channel when it is in one of the following states:

po-delete-pending | po-port-delete-pending | po-lacp-timeout-set-pending | po-description-set-pending | po-min-links-count-set-pending | po-mtu-delete-pending

Example

efa tenant po show
+------+--------+----+--------+------+-------------+----------+---------+------------------+------------+-------------+-----------------------+
| Name | Tenant | ID | Speed  | MTU  | Negotiation | Min Link |  Lacp   |      Ports       |   State    |  Dev State  |        App State      |
|      |        |    |        |      |             |  Count   | Timeout |                  |            |             |                       |
+------+--------+----+--------+------+-------------+----------+---------+------------------+------------+-------------+-----------------------+
| po1  |  tv3   | 1  | 10Gbps | 9216 |   active    |    1     |  short  | 10.20.61.91[0/4] | po-created | provisioned | po-mtu-delete-pending |
|      |        |    |        |      |             |          |         | 10.20.61.90[0/4] |            |             |                       |
+------+--------+----+--------+------+-------------+----------+---------+------------------+------------+-------------+-----------------------+
Port Channel Details

--- Time Elapsed: 349.591086ms ---



$ efa tenant po configure --name po1 --tenant tv3

PortChannel: po1 configured successfully.

--- Time Elapsed: 114.816703ms ---


(efa:extreme)extreme@node-1:~$ efa tenant po show
+------+--------+----+--------+-----+-------------+----------+---------+------------------+------------+-------------+-------------+
| Name | Tenant | ID | Speed  | MTU | Negotiation | Min Link |  Lacp   |      Ports       |   State    |  Dev State  |  App State  |
|      |        |    |        |     |             |  Count   | Timeout |                  |            |             |             |
+------+--------+----+--------+-----+-------------+----------+---------+------------------+------------+-------------+-------------+
| po1  |  tv3   | 1  | 10Gbps |     |   active    |    1     |  short  | 10.20.61.91[0/4] | po-created | provisioned | cfg-in-sync |
|      |        |    |        |     |             |          |         | 10.20.61.90[0/4] |            |             |             |
+------+--------+----+--------+-----+-------------+----------+---------+------------------+------------+-------------+-------------+
Port Channel Details

--- Time Elapsed: 693.178441ms ---