set port-channel-mode
To set the port channel mode for an EtherChannel, use the set port-channel-mode command.
set port-channel-mode {active | on}
Syntax Description
Sets the interface in an EtherChannel to be active.active
Sets the interface in an EtherChannel to be on. Only supported for Data or
Data-sharing interfaces.
on
Command Default
The default mode is active.
Command Modes
scope eth-uplink/scope fabric a/create port-channel/
Command History
ModificationRelease
Command added.2.4(1)
Usage Guidelines
You can configure each physical Data or Data-sharing interface in an EtherChannel to be:
• Active—Sends and receives LACP updates. An active EtherChannel can establish connectivity with
either an active or a passive EtherChannel. You should use the active mode unless you need to minimize
the amount of LACP traffic.
• On—The EtherChannel is always on, and LACP is not used. An “on” EtherChannel can only establish
a connection with another “on” EtherChannel.
Non-data interfaces only support active mode.
Example
The following example adds Port-Channel 1 with 4 member interfaces, sets the type to data, and sets
the EtherChannel to On mode.
firepower# scope eth-uplink
firepower /eth-uplink # scope fabric a
firepower /eth-uplink/fabric # create port-channel 1
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/1
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/2
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/3
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # create member-port Ethernet1/4
firepower /eth-uplink/fabric/port-channel/member-port* # exit
firepower /eth-uplink/fabric/port-channel* # set port-type data
firepower /eth-uplink/fabric/port-channel* # set port-channel-mode on
Cisco Firepower 4100/9300 FXOS Command Reference
208
S Commands
set port-channel-mode