static-channel-group
Use this command to create a static link aggregation group or to add an interface to an existing link aggregation group.
Use the no form of this command to remove an interface from a static link aggregation group without removing the static link aggregation group itself.
Command Syntax
static-channel-group <1-16383>
no static-channel-group
Parameter
<1-16383>
Channel group number.
Default
By default, static channel group is disabled
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface xe1
(config-if)#switchport
(config-if)#static-channel-group 1
(config-if)#exit
#sh run in sa1
!
interface sa1
switchport
port-channel load-balance src-dst-mac
This is an example of no static-channel-group:
#configure terminal
(config)#interface xe1
(config-if)#switchport
(config-if)#no static-channel-group
(config-if)#exit
#sh run in xe1
!
interface xe1
!
#sh run in sa1
!
interface sa1
switchport
port-channel load-balance src-dst-mac
!
Last modified date: 07/13/2023