efa tenant po update

Updates port channel parameters such as name, operation, management IP, and port.

Syntax

efa tenant po update [ --name po-name | --tenant tenant-name | --operation { port-add | port-delete | lacp-timeout | description | min-link-count | mtu-add | mtu-delete } | --port port-list |--lacp-timeout { long | short } | --min-link-count num-links |--description description |--mtu int32 ]

Parameters

--name po-name
Specifies the name of the port channel.
--tenant tenant-name
Specifies tenant name.
--operation { port-add | port-delete | lacp-timeout | description | min-link-count | mtu-add | mtu-delete }
Adds or deletes operation on the ports.
--port port-list
Specifies device IP along with ethernet port details. Example: SW1_IP [0/1], SW2_IP[0/5]
--lacp-timeout { long | short }
Specifies LACP timeout configuration.
--min-link-count num-links
Specifies the least number of links that need to be operationally up to declare the port channel as operationally up. The default value is 1. Valid values are 1 through 64.
--description
Describes the port channel.
--mtu int32
MTU configuration for the port channel. Valid values are 1500 through 9216.

Examples

This example updates the min-link-count of an existing PO.
(efa:extreme)extreme@node-1:~$ efa tenant po update --name po11 --tenant tenant21 
--operation min-link-count --min-link-count 1

PortChannel: po11 updated successfully.

--- Time Elapsed: 378.143836ms ---
This example updates the lacp-timeout of an existing PO.
(efa:extreme)extreme@node-1:~$ efa tenant po update --name po11 --tenant tenant21 
--operation lacp-timeout --lacp-timeout long

PortChannel: po11 updated successfully.

--- Time Elapsed: 5.883514246s ---