terraform-provider-iosxe icon indicating copy to clipboard operation
terraform-provider-iosxe copied to clipboard

Terraform Cisco IOS-XE Provider

Results 54 terraform-provider-iosxe issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.32.0 to 0.33.0. Commits 64b63a6 go.mod: update golang.org/x dependencies 7701413 internal/mcp: move jsonschema out of mcp/internal 125cd11 jsonschema: pre-compile regexps 2f18550 jsonschema: better errors unmarshaling ints 635622b...

dependencies
go

stevenca@STEVENCA-M-4RY2 wireless % terraform plan ``` │ Error: Value Conversion Error │ │ with module.wlc.iosxe_restconf.nested_list, │ on wlc/main.tf line 64, in resource "iosxe_restconf" "nested_list": │ 64: resource "iosxe_restconf" "nested_list" {...

IOS-XE 17.9.5 We are using a for_each loop to create iosxe_interface_ethernet interfaces en masse. Each port is using an iosxe_template to supply the interface parameters. The first creation succeeds. Other...

enhancement
question

**Description** Can you please implement support for enabling scp server? **show running-config | i scp** This is part of the running config: ``` ip scp server enable ``` **json path:...

**Description** Can you please implement the support for ZBFW in the policy-maps? Kind regards, Jan **show running-config policy-map** This is part of the running config: ``` policy-map type inspect some_policymap...

**Description** Can you please implement the support for ZBFW zones? Kind regards, Jan **show running-config class-map github-classmap** This is part of the running config: ``` zone security some_zone_a zone security...

Description Hi, Can you please add support for class-maps for ZBFW? Thank you Jan **show running-config class-map github-classmap** This is part of the running config: ``` Building configuration... Current configuration...

Currently iosxe_ntp resource does not allow to set on a global level the ntp source interface like below sample configuration ``` ntp source Loopback0 ``` Asking for an attribute in...

Currently ssh configuration like the below is not reflected in any resouce. ``` ip ssh source-interface Loopback0 ip ssh version 2 ``` Asking for a resource e.g. iosxe_ssh or e.g....

Following global CLI commands are currently not reflected as attributes of iosxe_aaa resource. Example IOS-XE CLI config ``` ip tacacs source-interface Loopback0 ip radius source-interface Loopback0 ``` This could be...