tzarski0
tzarski0
Until pyats 24.2, login and command execution on IOS-XE Controller-Mode works. However starting 24.3 it doesn't. Simple test: 1. Boot and configure the IOS-XE Controller-Mode 2. Try to connect to...
The configuration groups that is backed up has the "topology" data that defines: - if the group is single device or dual device - for dual device, listing which parcels...
When doing backup of configuration groups in 20.12, the following log is printed: ERROR - Failed backup configuration group edge_basic automated rules The API Path in sastre is "tag/tagRules/{configGroupId}", but...
1. On test vManage go to Workflows -> Create Configuration Group and follow the workflow to create test config group. 2. Run: sdwan --verbose backup all --workdir test 3. Run:...
Push of basic parcel fails with: ``` │ Error: Configuration Read Error │ │ with module.sdwan.sdwan_system_basic_profile_parcel.system_basic_profile_parcel["system2-basic"], │ on ../terraform-sdwan-nac-sdwan/sdwan_profile_parcels.tf line 152, in resource "sdwan_system_basic_profile_parcel" "system_basic_profile_parcel": │ 152: gps_longitude = try(each.value.basic.longitude,...
The following resource: ``` resource "sdwan_transport_routing_bgp_profile_parcel" "transport_routing_bgp_profile_parcel" { as_number = 65000 description = "VPN 0 BGP" feature_profile_id = "2b88b3c6-f6e4-4218-90bd-4c0b24b28241" hold_time = 3 id = (known after apply) ipv4_eibgp_maximum_paths_variable = "{{vpn0_bgp_ipv4_maximum_paths}}"...
sdwan_transport_routing_bgp_profile_parcel missing local_as and local_as_variable parameters under ipv4_neighbors and ipv6_neighbors
sdwan_transport_routing_bgp_profile_parcel as_number should be optional, not required. When as_number_variable is set, then as_number is not required.
If you configure sdwan_transport_management_vpn_profile_parcel with ipv6 route without explicitly specifying admin distance: ``` resource "sdwan_transport_management_vpn_profile_parcel" "example" { name = "Example" description = "My Example" feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac" ipv6_static_routes = [...
When configuration group was created by terraform and then removed in UI, the state refresh fails with: ``` │ Error: Client Error │ │ with module.sdwan.sdwan_configuration_group.configuration_group["single_device"], │ on ../terraform-sdwan-nac-sdwan/sdwan_configuration_groups.tf line...