Replies: 2 comments
-
@falz Let me test if I can reproduce your behavior or not. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ktbyers curious if you were able to investigate this? if no issue curious details of what system you'ren testing on (IOS type/version/etc) cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're pushing configs to Cisco IOS-XE devices (ASR920, 16.9.x), and am working on moving from MERGE to FULL. We're aware of an issue with the
^C
character actually having to bechr(3)
per https://napalm.readthedocs.io/en/latest/support/ios.html#bannerBefore pushing, we scrub config for this using this, which I believe to be correct, and it does properly commit:
However, no matter what, we get a diff showing the banners added and being removed, weather we use
load_replace_candidate()
orload_merge_candidate()
Our goal is to have NO diff to signal to the operator (yes, a human still) that things are good.
Curious if others have this issue?
Beta Was this translation helpful? Give feedback.
All reactions