06-10-2020 07:04 AM
i have getting below error while am deploying template to CSR 1000V and also similar errors in Vedge
Failed to process device request. Error response : rpc-reply error: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="13">
<rpc-error>
<error-type>application</error-type>
<error-tag>operation-failed</error-tag>
<error-severity>error</error-severity>
/ios-sdwan:sdwan/ios-sdwan:interface[ios-sdwan:name='GigabitEthernet1']/ios-sdwan:tunnel-interface/ios-sdwan:encapsulation[ios-sdwan:encap='ipsec']/ios-sdwan:weight
06-11-2020 10:59 AM
Looking at your error message, the template was trying to apply this config:
vpn 0
interface GigabitEthernet1
tunnel-interface
encapsulation ipsec
weight
I would look at the gnerated config before applying and make sure:
#1. There is ip address under GigabitEthernet1
#2. make sure there is color biz-internet or other color
#3. Make sure to remove weight from the template, using default value.
BTW, what device has GigabitEthernet1? Usually, management has GIgabitEthernet0
You might have wrong interface number. They usually are GigabitEthernet0/0/0 or GigabitEthernet0/0/1
Hope this helps.
08-26-2020 03:13 PM
You might have a wrong interface name.go to CLI mode and take the name copy and paste it to the template.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide