Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tunnel protection ipsec profile ErrorMessage:unknown element #133

Open
alex-shukur opened this issue Mar 8, 2024 · 2 comments
Open

tunnel protection ipsec profile ErrorMessage:unknown element #133

alex-shukur opened this issue Mar 8, 2024 · 2 comments

Comments

@alex-shukur
Copy link

alex-shukur commented Mar 8, 2024

Cisco CSR1000v
Cisco 8000v

resource "iosxe_interface_tunnel" "vti" {
name = 20
shutdown = false
ipv4_address = "hidden"
ipv4_address_mask = "hidden"
tunnel_source = "hidden"
tunnel_destination_ipv4 = "hidden"
tunnel_mode_ipsec_ipv4 = true
tunnel_protection_ipsec_profile = "AWS-IPSEC-PROFILE"
}

Failed to configure object (PATCH), got error: HTTP Request failed: StatusCode 400, RESTCONF errors {Error:[{ErrorType:application
│ ErrorTag:malformed-message ErrorAppTag: ErrorPath:/Cisco-IOS-XE-native:native/interface/Tunnel ErrorMessage:unknown element: profile in
│ /ios:native/ios:interface/ios:Tunnel[ios:name='20']/ios-tun:tunnel/ios-tun:protection/ios-crypto:ipsec/ios-crypto:profile ErrorInfo:}]} {PatchId:
│ GlobalStatus:{Ok:false Errors:{Error:[]}} EditStatus:{Edit:[]} Errors:{Error:[]}}

@alex-shukur
Copy link
Author

Also doesn't exist element lifetime in iosxe_crypto_ikev2_profile

@danischm
Copy link
Member

Which version of XE are you using? Have you been able to configure the corresponding CLI commands manually?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants