Operational modeΒΆ
When connecting to the CLI, it starts in operational mode, identified by the following prompt:
vrouter>
In this mode, the user can:
- display the help of a command (ex:
help edit
) - retrieve the state of the device (ex:
show state
) - retrieve the running configuration of the device (ex:
show config
) - switch to the edition mode (ex:
edit running
) - update the startup configuration of the device (
copy running startup
) - send commands (ex:
cmd reboot
)