Link Level Interface Policy
Location in GUI: Fabric
» Access Policies
» Policies
» Interface
» Link Level
Diagram
Section titled “Diagram”Classes
Section titled “Classes”interface_policies (apic.access_policies)
Section titled “interface_policies (apic.access_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
link_level_policies | List | [link_level_policies] | No |
link_level_policies (apic.access_policies.interface_policies)
Section titled “link_level_policies (apic.access_policies.interface_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
speed | Choice | auto , 100M , 1G , 10G , 25G , 40G , 100G , 400G , inherit | No | inherit |
link_delay_interval | Integer | min: 0 , max: 10000 | No | 0 |
link_debounce_interval | Integer | min: 0 , max: 5000 | No | 100 |
auto | Boolean | true , false | No | true |
fec_mode | Choice | inherit , cl91-rs-fec , cl74-fc-fec , auto-fec , ieee-rs-fec , cons16-rs-fec , disable-fec | No | inherit |
physical_media_type | Choice | auto , sfp-10g-tx | No |
Examples
Section titled “Examples”apic: access_policies: interface_policies: link_level_policies: - name: 10G speed: 10G link_delay_ms: 10 link_debounce_ms: 110 auto: true fec_mode: inherit - name: 10G-Copper speed: 10G auto: true fec_mode: inherit physical_media_type: sfp-10g-tx