efa tenant po delete

Deletes a portchannel.

Syntax

efa tenant po delete [ --name |--force |--tenant |--help]

Parameters

--name
Specifies portchannel name or comma-separated portchannel names. Ex: po1 or po1,po2,po3.
--force
Forces the portchannel deletion if the option is provided.
--tenant
Specifies the tenant name.
--help
Displays help for delete.

Examples

This example deletes the specified POs.
(efa:extreme)extreme@node-1:~$ efa tenant po delete --name po1,po2 --tenant tenant11

PortChannel: po1 deleted successfully.

PortChannel: po2 deleted successfully.

--- Time Elapsed: 1.133774283s ---
This example deletes a PO even when it is associated with an EPG.
(efa:extreme)extreme@node-1:~$ 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 ---