efa tenant po create

Creates a port channel.

Syntax

efa tenant po create [ --name | --tenant | --speed | --negotiation < active | passive | static > | --port | --number |--lacp-timeout < long | short > | --help]

Parameters

--name
Specifies the port channel name.
--tenant
Specifies the tenant name.
--speed
Configures the speed for the port channel and its member ports. Valid values are 100Mbps, 1Gbps, 10Gbps, 25Gbps, 40Gbps, and 100Gbps.
--negotiation
Configures LACP Negotiation mode for a port channel. Valid values are active, passive, and static.
--port
Specifies the device IP address and Ethernet port details. Example: SW1_IP[0/1],SW2_IP[0/5]
--number
Specifies the port channel interface number generated by the service.
--lacp-timeout
Specifies the length of the timeout. Valid values are short and long.
--help
Displays help for create.

Examples

# efa tenant po create --name pob1 --port 10.20.49.119[0/11],10.20.49.118[0/11] --speed  10Gbps --negotiation active --lacp-timeout short --tenant t4

PortChannel created successfully.
--- Time Elapsed: 3.7572288s ---