Chassis
Location in GUI: Devices » Device Management » Chassis
Diagram
Section titled “Diagram”Classes
Section titled “Classes”devices (fmc.domains)
Section titled “devices (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| chassis | List | [chassis] | No |
chassis (fmc.domains.devices)
Section titled “chassis (fmc.domains.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.+ -]{1,64}$ | Yes | |
| host | String | No | ||
| registration_key | String | No | ||
| nat_policy | String | No | ||
| deploy | Boolean | true, false | No | |
| physical_interfaces | List | [physical_interfaces] | No | |
| sub_interfaces | List | [sub_interfaces] | No | |
| etherchannel_interfaces | List | [etherchannel_interfaces] | No | |
| logical_devices | List | [logical_devices] | No |
physical_interfaces (fmc.domains.devices.chassis)
Section titled “physical_interfaces (fmc.domains.devices.chassis)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| speed | Choice | AUTO, TEN_MBPS, HUNDRED_MBPS, ONE_GBPS, TEN_GBPS, TWENTY_FIVE_GBPS, FORTY_GBPS, HUNDRED_GBPS, TWO_HUNDRED_GBPS, FOUR_HUNDRED_GBPS, DETECT_SFP | Yes | |
| port_type | Choice | DATA, DATA_SHARING | Yes | |
| admin_state | Choice | ENABLED, DISABLED | No | ENABLED |
| auto_negotiation | Boolean | true, false | No | |
| duplex | Choice | AUTO, FULL, HALF | No | FULL |
| fec_mode | Choice | AUTO, CL108RS, CL74FC, CL91RS, DISABLE | No | AUTO |
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 |
etherchannel_interfaces (fmc.domains.devices.chassis)
Section titled “etherchannel_interfaces (fmc.domains.devices.chassis)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| port_type | Choice | DATA, DATA_SHARING | Yes | |
| speed | Choice | AUTO, TEN_MBPS, HUNDRED_MBPS, ONE_GBPS, TEN_GBPS, TWENTY_FIVE_GBPS, FORTY_GBPS, HUNDRED_GBPS, TWO_HUNDRED_GBPS, FOUR_HUNDRED_GBPS, DETECT_SFP | Yes | |
| admin_state | Choice | ENABLED, DISABLED | No | ENABLED |
| auto_negotiation | Boolean | true, false | No | true |
| duplex | Choice | AUTO, FULL, HALF | No | |
| lacp_mode | Choice | ACTIVE, PASSIVE, ON | No | |
| lacp_rate | Choice | DEFAULT, FAST, NORMAL | No | |
| selected_interfaces | List | String | No |
logical_devices (fmc.domains.devices.chassis)
Section titled “logical_devices (fmc.domains.devices.chassis)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9-]{1,64}$ | Yes | |
| ftd_version | String | Yes | ||
| ipv4_address | IP | No | ||
| ipv4_netmask | IP | No | ||
| ipv4_gateway | IP | No | ||
| ipv6_address | String | No | ||
| ipv6_prefix | String | No | ||
| ipv6_gateway | String | No | ||
| search_domain | String | No | ||
| fqdn | String | No | ||
| firewall_mode | Choice | ROUTED, TRANSPARENT | Yes | |
| dns_servers | List | IP | No | |
| device_password | String | Yes | ||
| admin_state | Choice | ENABLED, DISABLED | No | ENABLED |
| permit_expert_mode | Boolean | true, false | No | |
| resource_profile | String | Yes | ||
| assigned_interfaces | List | String | Yes | |
| access_control_policy | String | Yes | ||
| platform_settings | String | No | ||
| licenses | List | Choice[MALWARE, URLFilter, CARRIER, PROTECT, THREAT] | Yes |
Examples
Section titled “Examples”Chassis:
fmc: domains: - name: Global devices: chassis: - name: MyChassisName1 registration_key: cisco123 host: 10.20.10.1