Skip to content

Chassis Sub-Interface

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

Diagram
NameTypeConstraintMandatoryDefault Value
sub_interfacesList[sub_interfaces]No

sub_interfaces (fmc.domains.devices.chassis)

Section titled “sub_interfaces (fmc.domains.devices.chassis)”
NameTypeConstraintMandatoryDefault Value
nameStringYes
port_typeChoiceDATA, DATA_SHARINGYes
vlanIntegermin: 1, max: 4094Yes

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
- name: Ethernet1/3
speed: ONE_GBPS
port_type: DATA
admin_state: ENABLED
auto_negotiation: true
etherchannel_interfaces:
- name: Port-channel10
port_type: DATA
speed: ONE_GBPS
duplex: FULL
lacp_mode: PASSIVE
lacp_rate: FAST
selected_interfaces:
- Ethernet1/1
- Ethernet1/2

Sub-Interface:

fmc:
domains:
- name: Global
devices:
chassis:
- name: MyChassisName1
registration_key: cisco123
host: 10.20.10.1
sub_interfaces:
- name: Port-channel10.10
port_type: DATA
vlan: 10
- name: Ethernet1/3.30
port_type: DATA
vlan: 30