Skip to content

Chassis Etherchannel Interface

Location in GUI: Devices » Device Management » Chassis » Interfaces

Diagram
NameTypeConstraintMandatoryDefault Value
etherchannel_interfacesList[etherchannel_interfaces]No

etherchannel_interfaces (fmc.domains.devices.chassis)

Section titled “etherchannel_interfaces (fmc.domains.devices.chassis)”
NameTypeConstraintMandatoryDefault Value
nameStringYes
port_typeChoiceDATA, DATA_SHARINGYes
speedChoiceAUTO, TEN_MBPS, HUNDRED_MBPS, ONE_GBPS, TEN_GBPS, TWENTY_FIVE_GBPS, FORTY_GBPS, HUNDRED_GBPS, TWO_HUNDRED_GBPS, FOUR_HUNDRED_GBPS, DETECT_SFPYes
admin_stateChoiceENABLED, DISABLEDNoENABLED
auto_negotiationBooleantrue, falseNotrue
duplexChoiceAUTO, FULL, HALFNo
lacp_modeChoiceACTIVE, PASSIVE, ONNo
lacp_rateChoiceDEFAULT, FAST, NORMALNo
selected_interfacesListStringNo

Prerequisites:

fmc:
domains:
- name: Global
devices:
chassis:
- name: MyChassisName1
registration_key: cisco123
host: 10.20.10.1
physical_interfaces:
- name: Ethernet1/1
speed: ONE_GBPS
port_type: DATA
admin_state: ENABLED
auto_negotiation: true
- name: Ethernet1/2
speed: ONE_GBPS
port_type: DATA
admin_state: ENABLED
auto_negotiation: true

Ether-channel Interface:

fmc:
domains:
- name: Global
devices:
chassis:
- name: MyChassisName1
etherchannel_interfaces:
- name: Port-channel10
port_type: DATA
speed: ONE_GBPS
duplex: FULL
lacp_mode: ACTIVE
lacp_rate: FAST
selected_interfaces:
- Ethernet1/1
- Ethernet1/2