Chassis Physical 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 |
|---|---|---|---|---|
| physical_interfaces | List | [physical_interfaces] | 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 |
Examples
Section titled “Examples”Prerequisites:
fmc: domains: - name: Global devices: chassis: - name: MyChassisName1 registration_key: cisco123 host: 10.20.10.1Physical Interface:
fmc: domains: - name: Global devices: chassis: - name: MyChassisName1 physical_interfaces: - name: Ethernet1/1 speed: ONE_GBPS port_type: DATA admin_state: ENABLED auto_negotiation: true