Closed achurak closed 1 year ago
Hi @achurak
yes, this looks like a bug. A long term fix would be us switching from vrnetlab to boxen (wink @carlmontanari),
but for a short term fix we would need to fix the prompt to make it #
instead of #
.
Since this is purely a vrnetlab issue, could you please move this to github.com/hellt/vrnetlab? Thanks
Hello,
Not sure if I'm missing something here or if it's truly a bug but as the last command in the default n9kv config it saves the running config:
The way nexus devices indicate copy progress looks like this:
So when the custom startup config is being applied the config is still being saved but every
#
from that progress bar is erroneously treated as the switch being ready to accept the next command:Because of this sometimes a few first commands from the custom startup-config manage to squeeze in and the rest is ignored and sometimes all of them are ignored depending on the latency and luck.
Am I doing something wrong? Is there a way to apply my custom config only after the default one is saved or is there a way to skip the config save step in the default config?