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 
					|
					--port
					port-list
					|--lacp-timeout
					long | short
					 |
					--min-link-count
					num-links
						|--description
					description |--help
					]
			
			 
	 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 
					
- Adds or deletes operation on the ports.
						Valid options are port-add | port-delete | lacp-timeout | description |
						min-link-count.
- --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. Valid
						values are short | long.
- --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.
- --help
- Help for the command.
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 ---