Netconf edit-config - replace #129
Closed
bruckynetworkstest
started this conversation in
General
Replies: 1 comment 3 replies
-
yes of course -- and thank you for using discussions for this rather than issues, much appreciated! will try to help but no promises though :) been a hot minute since ive thought about netconf config things. can try later but in the short term would defo recommend snagging logs and seeing if there is anything obvious in there (channel logs and/or scrapli logs). do you also need to commit the config maybe? dont recall just didn't see a commit so figured id ask! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
First, is it ok just to drop queries in here if I get stuck on something?
I am really enjoying working with the library and progressing through converting everything I have done in Python into Go.
I am just having issues trying to do a netconf edit-config operation=replace for any individual module for a Cisco ios-xe virtual router.
My Go script has not problems, it runs and when completed on stdout it states it has been successful. I can see on the test device me logging in, but there is no change to the config module.
I am using a payload which is successful when i try with native NC, scrapli and nornir_scrapli/netconf.
Is it something incorrect I am applying ? I can add and delete whole modules fine and with no issues, just when trying an idempotent approach for operation replace.
Beta Was this translation helpful? Give feedback.
All reactions