terraform-provider-iosxe
terraform-provider-iosxe copied to clipboard
Terraform Cisco IOS-XE Provider
Can you please add support for the following interface subcommands: ``` spanning-tree portfast load-interval [number] auto qos voip cisco-phone (no) logging event link-status (no) snmp trap link-status```
### Overview The [iosxe_access_list_extended resource](https://registry.terraform.io/providers/CiscoDevNet/iosxe/latest/docs/resources/access_list_extended) does not configure an ACL correctly once modifications to the ACL sequence numbers are made. When the sequence of statements are reordered, Terraform reflect these...
I stumbled into the issue that at least the current version of the provider has issues creating or renaming vlans to long names. Yes I'm aware that long vlan-names arent...
Hi, The following attributes are missing in the resource iosxe_interface_tunnel. In the context of ipsec protected tunnels these are important. ip mtu 1400 tunnel vrf X kind regards
Currently, Yang-model [IOS-XE HTTP](https://github.com/YangModels/yang/blob/main/vendor/cisco/xe/17121/Cisco-IOS-XE-http.yang) is not fully supported hence the restconf generic workaround needs to be used to control the following example IOS-XE CLI ``` ip http secure-active-session-modules none ip...
Configuring a layer 2 port-channel also requires ethernet attributes to be set. Currently `Port-channel` is not a valid `type` element. Sample IOS-XE CLI config ``` interface Port-channel1 description #uplink switchport...
Hi, since I am still new to terraform, I am not 100% certain if this is actually how its intended to work. So just close the issue if all works...
Hi All, Are the all ISIS ressources currently in developpement? regards
Would be nice to have restconf possibility to configure "Smart Licensing Using Policy". #1 Hardware platform: cisco C9800-40-K9 (1GL) #2 config commands: license smart url cslu https://licensing.corporate/cslu/v1/pi/corporate.onprem license smart vrf...