You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## 0.1.10 (unreleased)
2
-
2
+
- Add `fabric_l3_handoff_ip_transit` resource and data source
3
3
- Add `transitPeerNetworkId` as `id` to `transit_peer_network` resource
4
4
- Add `anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways`
5
5
- BREAKING CHANGE: Modified `fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+
-`fabric_id` (String) ID of the fabric this device belongs to
28
+
-`network_device_id` (String) Network device ID of the fabric device
29
+
30
+
### Read-Only
31
+
32
+
-`external_connectivity_ip_pool_name` (String) External connectivity ip pool will be used by Catalyst Center to allocate IP address for the connection between the border node and peer
33
+
-`id` (String) The id of the object
34
+
-`interface_name` (String) Interface name of the layer 3 handoff ip transit
35
+
-`local_ip_address` (String) Local ipv4 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
36
+
-`local_ipv6_address` (String) Local ipv6 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
37
+
-`remote_ip_address` (String) Remote ipv4 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
38
+
-`remote_ipv6_address` (String) Remote ipv6 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
39
+
-`tcp_mss_adjustment` (Number) TCP maximum segment size (mss) value for the layer 3 handoff. Allowed range is [500-1440]. TCP MSS Adjustment value is applicable for the TCP sessions over both IPv4 and IPv6
40
+
-`transit_network_id` (String) ID of the transit network of the layer 3 handoff ip transit
41
+
-`virtual_network_name` (String) SName of the virtual network associated with this fabric site
42
+
-`vlan_id` (Number) VLAN number for the Switch Virtual Interface (SVI) used to establish BGP peering with the external domain for the virtual network. Allowed VLAN range is 2-4094 except for reserved vlans (1, 1002-1005, 2046, 4094)
Copy file name to clipboardExpand all lines: docs/guides/changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: |-
8
8
# Changelog
9
9
10
10
## 0.1.10 (unreleased)
11
-
11
+
- Add `fabric_l3_handoff_ip_transit` resource and data source
12
12
- Add `transitPeerNetworkId` as `id` to `transit_peer_network` resource
13
13
- Add `anycast_gateway` resource and data source, this resource now only works with Catalyst Center version 2.3.7.5+ `/sda/anycastGateways`
14
14
- BREAKING CHANGE: Modified `fabric_site` resource to use `/dna/intent/api/v1/sda/fabricSites` API endpoint, this resource now only works with Catalyst Center version 2.3.7.5+
-`fabric_id` (String) ID of the fabric this device belongs to
35
+
-`network_device_id` (String) Network device ID of the fabric device
36
+
-`transit_network_id` (String) ID of the transit network of the layer 3 handoff ip transit
37
+
-`virtual_network_name` (String) SName of the virtual network associated with this fabric site
38
+
-`vlan_id` (Number) VLAN number for the Switch Virtual Interface (SVI) used to establish BGP peering with the external domain for the virtual network. Allowed VLAN range is 2-4094 except for reserved vlans (1, 1002-1005, 2046, 4094)
39
+
40
+
### Optional
41
+
42
+
-`external_connectivity_ip_pool_name` (String) External connectivity ip pool will be used by Catalyst Center to allocate IP address for the connection between the border node and peer
43
+
-`interface_name` (String) Interface name of the layer 3 handoff ip transit
44
+
-`local_ip_address` (String) Local ipv4 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
45
+
-`local_ipv6_address` (String) Local ipv6 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
46
+
-`remote_ip_address` (String) Remote ipv4 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
47
+
-`remote_ipv6_address` (String) Remote ipv6 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
48
+
-`tcp_mss_adjustment` (Number) TCP maximum segment size (mss) value for the layer 3 handoff. Allowed range is [500-1440]. TCP MSS Adjustment value is applicable for the TCP sessions over both IPv4 and IPv6
description: External connectivity ip pool will be used by Catalyst Center to allocate IP address for the connection between the border node and peer
55
+
example: "MyPool1"
56
+
exclude_test: true
57
+
- model_name: virtualNetworkName
58
+
data_path: '0'
59
+
requires_replace: true
60
+
response_data_path: response.0.virtualNetworkName
61
+
mandatory: true
62
+
type: String
63
+
description: SName of the virtual network associated with this fabric site
64
+
example: SDA_VN1
65
+
- model_name: vlanId
66
+
data_path: '0'
67
+
requires_replace: true
68
+
response_data_path: response.0.vlanId
69
+
type: Int64
70
+
mandatory: true
71
+
description: VLAN number for the Switch Virtual Interface (SVI) used to establish BGP peering with the external domain for the virtual network. Allowed VLAN range is 2-4094 except for reserved vlans (1, 1002-1005, 2046, 4094)
72
+
example: 205
73
+
- model_name: tcpMssAdjustment
74
+
data_path: '0'
75
+
response_data_path: response.0.tcpMssAdjustment
76
+
type: Int64
77
+
min_int: 500
78
+
max_int: 1440
79
+
description: TCP maximum segment size (mss) value for the layer 3 handoff. Allowed range is [500-1440]. TCP MSS Adjustment value is applicable for the TCP sessions over both IPv4 and IPv6
80
+
example: 1400
81
+
- model_name: localIpAddress
82
+
data_path: '0'
83
+
requires_replace: true
84
+
response_data_path: response.0.localIpAddress
85
+
type: String
86
+
description: Local ipv4 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
87
+
example: "10.0.0.1/24"
88
+
- model_name: remoteIpAddress
89
+
data_path: '0'
90
+
requires_replace: true
91
+
response_data_path: response.0.remoteIpAddress
92
+
type: String
93
+
description: Remote ipv4 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
94
+
example: "10.0.0.2/24"
95
+
- model_name: localIpv6Address
96
+
data_path: '0'
97
+
requires_replace: true
98
+
response_data_path: response.0.localIpv6Address
99
+
type: String
100
+
description: Local ipv6 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
101
+
exclude_test: true
102
+
- model_name: remoteIpv6Address
103
+
data_path: '0'
104
+
requires_replace: true
105
+
response_data_path: response.0.remoteIpv6Address
106
+
type: String
107
+
description: Remote ipv6 address for the selected virtual network. Enter the IP addresses and subnet mask in the CIDR notation (IP address/prefix-length). Not applicable if you have already provided an external connectivity ip pool name
0 commit comments