You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a way to change the menu prompt dynamically during the use of the CLI. This is to mimic the behavior of CLIs by companies like Cisco/Juniper/etc. In those CLIs, when you enter a menu, you can select a device identifier for example, and the menu prompt now changes to include the device identifier. That signifies to the user that you have chosen a specific device to work with.
Here is an example:
cli> modify 11:22:33:44:55:66
modify 11:22:33:44:55:66> set name router1
modify 11:22:33:44:55:66> set DNS 8.8.8.8
modify 11:22:33:44:55:66> save
cli>
I hope that this helps.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I am looking for a way to change the menu prompt dynamically during the use of the CLI. This is to mimic the behavior of CLIs by companies like Cisco/Juniper/etc. In those CLIs, when you enter a menu, you can select a device identifier for example, and the menu prompt now changes to include the device identifier. That signifies to the user that you have chosen a specific device to work with.
Here is an example:
I hope that this helps.
Thank you.
The text was updated successfully, but these errors were encountered: