port-channel min-bandwidth - static LAG min-bandwidth
Use this command to set the minimum number of aggregated bandwidth that need to be up in the LAG(SA) interface. When the minimum number of bandwidth are configured for a LAG(SA), if the active links bandwidth for that interface become less than the configured value, then the whole LAG(SA) is brought down. When the number of active links bandwidth become the same or more than the configured value, then the whole LAG is restored.
Use the no form of this command to remove the minimum number of aggregated bandwidth that need to be up in the LAG interface.
Note: The minimum number of aggregated bandwidth should be same across both ends of an aggregation interface. If not configured, then on one of the nodes the LAG port will be treated as up and on the other as down and traffic will be discarded.
Note: When a LAG port is moved to the down state because it does not have the minimum number of required bandwidth up and running, then the traffic on the remaining interfaces in the LAG will be counted as port-block discards.
Command Syntax
port-channel min-bandwidth <1-1000>g
no port-channel min-bandwidth
Parameters
<1-1000>g
for 1 to 1000 gigabits/s
Default
By default, port channel min- bandwidth is disabled.
Command Mode
Interface mode
Applicability
This command was introduced from OcNOS version 1.3.8
Example
#configure terminal
(config)#interface sa1
(config-if)#port-channel min-bandwidth 10g
Last modified date: 07/13/2023