Create a Port Channel

You can create a port channel for a tenant. A port channel, also known as a Link Aggregation Group (LAG) is a communication link between devices. You can specify speed, LACP negotiation, port, port channel number, LACP timeout, and the number of links that are required to be up.

About this task

Follow this procedure to create a port channel.

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

Procedure

Run the efa tenant po create command to create a port channel.
efa tenant po create --name <po-name> --tenant <tenant-name> --description <po-description> --mtu <1500-9216> --speed <100Mbps|1Gbps|10Gbps|25Gbps|40Gbps|100Gbps> --negotiation <active|passive|static> --port <list-of-po-members> --min-link-count <min-link-count> --number <po-number> --lacp-timeout <short|long>

Example