efa tenant po create

Creates a port channel.

Syntax

efa tenant po create [ --name portchannel-name | --tenant tenant-name | --speed speed-value | --negotiation neg-value | --port port-list | --number po-id --lacp-timeoutvalue ]

Parameters

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

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 ---