Chassis Sub-Interface
Location in GUI: Devices » Device Management » Chassis » Interfaces
Diagram
Section titled “Diagram”Classes
Section titled “Classes”chassis (fmc.domains.devices)
Section titled “chassis (fmc.domains.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| sub_interfaces | List | [sub_interfaces] | No |
sub_interfaces (fmc.domains.devices.chassis)
Section titled “sub_interfaces (fmc.domains.devices.chassis)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| port_type | Choice | DATA, DATA_SHARING | Yes | |
| vlan | Integer | min: 1, max: 4094 | Yes |
Examples
Section titled “Examples”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/2Sub-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