Closed KaraRyougi closed 2 years ago
Are all three of these prompts used: $ # >
In which contexts are each one of them used?
Thanks.
When an account with Operator priviledge logs into VyOS, the prompt is always >
. (However according to VyOS this mode will soon be deprecated...)
Admin account uses $
in normal mode , and #
in configuration mode. (which is currently well-supported)
Can you show me a code example including the exception for what breaks (especially on the original Netmiko connection).
How do you go from operator mode into the Admin account?
I am going to close this as no one is actively working on it...if anyone is still interested in this issue, let me know and we can re-open it or create a new issue.
Should be fixed here:
Should be fixed here:
In operator mode, the prompt terminator is
>
instead of$
or#
.The current framework only supports a
pri_prompt_terminator
and analt_prompt_terminator
. Maybealt_prompt_terminator
can be a list?