Manages ACI Link Level Policy
Location in GUI:
Fabric
» Access Policies
» Policies
» Interface
» Link Level
module "aci_link_level_policy" {
source = "netascode/link-level-policy/aci"
version = ">= 0.1.0"
name = "100G"
speed = "100G"
auto = true
fec_mode = "disable-fec"
}
Name | Version |
---|---|
terraform | >= 1.0.0 |
aci | >= 2.0.0 |
Name | Version |
---|---|
aci | >= 2.0.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | Link level interface policy name. | string |
n/a | yes |
speed | Interface speed. Choices: inherit , 100M , 1G , 10G , 25G , 40G , 100G , 400G . |
string |
"inherit" |
no |
auto | Auto negotiation. | bool |
true |
no |
fec_mode | Forward error correction (FEC) mode. Choices: inherit , cl91-rs-fec , cl74-fc-fec , ieee-rs-fec , cons16-rs-fec , disable-fec . |
string |
"inherit" |
no |
Name | Description |
---|---|
dn | Distinguished name of fabricHIfPol object. |
name | Link level interface policy name. |
Name | Type |
---|---|
aci_rest_managed.fabricHIfPol | resource |