Skip to content

Commit fe1ddc6

Browse files
committed
Bump yang models to 17.12
1 parent 69246e5 commit fe1ddc6

32 files changed

+142
-183
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.6.0 (unrelease)
2+
3+
- Drop support for IOS-XE 17.9
4+
- Add `esp-192-aes` and `esp-256-aes` options to `iosxe_crypto_ipsec_transform_set` resource and data source
5+
- Make `v3_auth_algorithm` attribute of `iosxe_snmp_server_user` resource and data source optional
6+
- Add `TLSv1.3` option to `ip_http_tls_version` attribute of `iosxe_system` resource and data source
7+
18
## 0.5.10
29

310
- Fix update issue with `iosxe_restconf` resource and empty `attributes` map

docs/data-sources/route_map.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ Read-Only:
7676
- `match_source_protocol_ospfv3` (List of String) OSPFv3
7777
- `match_source_protocol_rip` (Boolean) Routing Information Protocol (RIP)
7878
- `match_source_protocol_static` (Boolean) Static routes
79-
- `match_tags` (List of Number) Tag value
79+
- `match_tags` (List of Number) Tag value (DEPRECATED - please use tag-val)
8080
- `match_track` (Number) tracking object
8181
- `operation` (String)
8282
- `seq` (Number)
83-
- `set_as_path_prepend_as` (String) <1-65535>;;AS number
83+
- `set_as_path_prepend_as` (String) BGP AS number
8484
- `set_as_path_prepend_as_legacy` (String) <1-65535>;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
8585
- `set_as_path_prepend_last_as` (Number)
8686
- `set_as_path_prepend_last_as_legacy` (Number)
@@ -135,7 +135,7 @@ Read-Only:
135135
- `set_metric_reliability` (Number) EIGRP reliability metric where 255 is 100% reliable
136136
- `set_metric_type` (String) Type of metric for destination routing protocol
137137
- `set_metric_value` (Number) Metric value or Bandwidth in Kbits per second
138-
- `set_tag` (Number) Tag value
138+
- `set_tag` (Number) Tag value (DEPRECATED - please use tag-val)
139139
- `set_vrf` (String) VPN Routing/Forwarding instance name
140140
- `set_weight` (Number) BGP weight for routing table
141141
- `set_weight_legacy` (Number) BGP weight for routing table (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)

docs/guides/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ description: |-
77

88
# Changelog
99

10+
## 0.6.0 (unrelease)
11+
12+
- Drop support for IOS-XE 17.9
13+
- Add `esp-192-aes` and `esp-256-aes` options to `iosxe_crypto_ipsec_transform_set` resource and data source
14+
- Make `v3_auth_algorithm` attribute of `iosxe_snmp_server_user` resource and data source optional
15+
- Add `TLSv1.3` option to `ip_http_tls_version` attribute of `iosxe_system` resource and data source
16+
1017
## 0.5.10
1118

1219
- Fix update issue with `iosxe_restconf` resource and empty `attributes` map

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ All resources and data sources have been tested with the following releases.
2525

2626
| Platform | Version |
2727
| -------------- | ------- |
28-
| Catalyst 8000v | 17.9.4 |
2928
| Catalyst 8000v | 17.12.4 |
3029
| Catalyst 9000v | 17.13.1 |
3130

docs/resources/crypto_ipsec_transform_set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "iosxe_crypto_ipsec_transform_set" "example" {
2626

2727
### Required
2828

29-
- `esp` (String) - Choices: `esp-3des`, `esp-aes`, `esp-des`, `esp-gcm`, `esp-gmac`, `esp-null`, `esp-seal`
29+
- `esp` (String) - Choices: `esp-192-aes`, `esp-256-aes`, `esp-3des`, `esp-aes`, `esp-des`, `esp-gcm`, `esp-gmac`, `esp-null`, `esp-seal`
3030
- `esp_hmac` (String) - Choices: `esp-md5-hmac`, `esp-sha-hmac`, `esp-sha256-hmac`, `esp-sha384-hmac`, `esp-sha512-hmac`
3131
- `name` (String)
3232

docs/resources/interface_ethernet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ resource "iosxe_interface_ethernet" "example" {
4242
merge = false
4343
}
4444
]
45+
bfd_template = "bfd_template1"
46+
bfd_enable = false
47+
bfd_local_address = "1.2.3.4"
4548
ipv6_enable = true
4649
ipv6_mtu = 1300
4750
ipv6_nd_ra_suppress_all = true

docs/resources/line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Optional:
8282
- `password` (String)
8383
- `password_level` (Number) Set exec level password
8484
- Range: `0`-`255`
85-
- `password_type` (String) - Choices: `0`, `7`
85+
- `password_type` (String) - Choices: `0`, `6`, `7`
8686
- `privilege_level` (Number) - Range: `0`-`15`
8787
- `stopbits` (String) Set async line stop bits
8888
- Choices: `1`, `1.5`, `2`
@@ -110,7 +110,7 @@ Optional:
110110
- `password` (String)
111111
- `password_level` (Number) Set exec level password
112112
- Range: `0`-`255`
113-
- `password_type` (String) - Choices: `0`, `7`
113+
- `password_type` (String) - Choices: `0`, `6`, `7`
114114
- `transport_input` (String) Define which protocols to use when connecting to the terminal server
115115
- `transport_input_all` (Boolean) All protocols
116116
- `transport_input_none` (Boolean) Define no transport protocols for line

docs/resources/route_map.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ Optional:
162162
- `match_source_protocol_ospfv3` (List of String) OSPFv3
163163
- `match_source_protocol_rip` (Boolean) Routing Information Protocol (RIP)
164164
- `match_source_protocol_static` (Boolean) Static routes
165-
- `match_tags` (List of Number) Tag value
165+
- `match_tags` (List of Number) Tag value (DEPRECATED - please use tag-val)
166166
- `match_track` (Number) tracking object
167167
- Range: `1`-`1000`
168168
- `operation` (String) - Choices: `deny`, `permit`
169-
- `set_as_path_prepend_as` (String) <1-65535>;;AS number
169+
- `set_as_path_prepend_as` (String) BGP AS number
170170
- `set_as_path_prepend_as_legacy` (String) <1-65535>;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
171171
- `set_as_path_prepend_last_as` (Number) - Range: `1`-`10`
172172
- `set_as_path_prepend_last_as_legacy` (Number) - Range: `1`-`10`
@@ -228,7 +228,7 @@ Optional:
228228
- Choices: `external`, `internal`, `type-1`, `type-2`
229229
- `set_metric_value` (Number) Metric value or Bandwidth in Kbits per second
230230
- Range: `0`-`4294967295`
231-
- `set_tag` (Number) Tag value
231+
- `set_tag` (Number) Tag value (DEPRECATED - please use tag-val)
232232
- Range: `0`-`4294967295`
233233
- `set_vrf` (String) VPN Routing/Forwarding instance name
234234
- `set_weight` (Number) BGP weight for routing table

docs/resources/snmp_server_user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ resource "iosxe_snmp_server_user" "example" {
3232

3333
- `grpname` (String) Group to which the user belongs
3434
- `username` (String) Name of the user
35-
- `v3_auth_algorithm` (String) Use HMAC SHA/MD5 algorithm for authentication
36-
- Choices: `md5`, `sha`
3735
- `v3_auth_password` (String) Authentication password for user
3836

3937
### Optional
@@ -45,6 +43,8 @@ resource "iosxe_snmp_server_user" "example" {
4543
- `v3_auth_access_ipv6_acl` (String) Specify IPv6 Named Access-List
4644
- `v3_auth_access_standard_acl` (Number) Standard IP Access-list allowing access with this community string
4745
- Range: `1`-`99`
46+
- `v3_auth_algorithm` (String) Use HMAC SHA/MD5 algorithm for authentication
47+
- Choices: `md5`, `sha`
4848
- `v3_auth_priv_aes_access_acl_name` (String) Access-list name
4949
- `v3_auth_priv_aes_access_ipv6_acl` (String) Specify IPv6 Named Access-List
5050
- `v3_auth_priv_aes_access_standard_acl` (Number) Standard IP Access-list allowing access with this community string

docs/resources/system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ resource "iosxe_system" "example" {
6060
- `ip_http_secure_trustpoint` (String) Set http secure server certificate trustpoint
6161
- `ip_http_server` (Boolean) Enable http server
6262
- `ip_http_tls_version` (String) Set TLS version for HTTP secure server
63-
- Choices: `TLSv1.0`, `TLSv1.1`, `TLSv1.2`
63+
- Choices: `TLSv1.0`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`
6464
- `ip_multicast_routing` (Boolean) Enable IP multicast forwarding
6565
- `ip_multicast_routing_distributed` (Boolean) Distributed multicast switching
6666
- `ip_routing` (Boolean) Enable or disable IP routing

0 commit comments

Comments
 (0)