Delete a Port Channel

You can delete a port channel.

About this task

Follow this procedure to delete a port channel.
Note

Note

For more information on syntax and command examples, see the ExtremeCloud Orchestrator Command Reference, 3.2.1 .

Procedure

Run the efa tenant po delete command.
efa tenant po delete [ --name |--force |--tenant |--help]

Example

  1. The following example deletes the specified POs:
    efa tenant po delete --name po1,po2 --tenant tenant11
    PortChannel: po1 deleted successfully.
    PortChannel: po2 deleted successfully.
    --- Time Elapsed: 1.133774283s ---
  2. The following example deletes a PO even when it is associated with an EPGs:
    efa tenant po delete --name po1 --tenant tenant11 --force
    PortChannel Delete with force will update associated EndpointGroups and Networks and 
    deletes them if there are no other ports associated to them (N/Y): y
    PortChannel: po1 deleted successfully.
    --- Time Elapsed: 1.890092303s ---