System information
Manual:Console login process
15
[admin@MikroTik] >>
It is possible to write commands that consist of multiple lines. When entered line is not a complete command and
more input is expected, console shows continuation prompt that lists all open parentheses, braces, brackets and
quotes, and also trailing backslash if previous line ended with backslash-whitespace.
[admin@MikroTik] > {
{... :put (\
{(\... 1+2)}
3
When you are editing such multiple line entry, prompt shows number of current line and total line count instead of
usual username and system name.
line 2 of 3> :put (\
Sometimes commands ask for additional input from user. For example, command '/password' asks for old and new
passwords. In such cases prompt shows name of requested value, followed by colon and space.
[admin@MikroTik] > /password
old password: ******
new password: **********
retype new password: **********
FAQ
Q: How do I turn off colors in console?
A: Add '+c' after login name.
Q: After logging in console prints rubbish on the screen, what to do?
Q: My expect script does not work with newer 3.0 releases, it receives some strange characters. What are those?
A: These sequences are used to automatically detect terminal size and capabilities. Add '+t' after login name to turn
them off.
Q: Thank you, now terminal width is not right. How do I set terminal width?
A: Add '+t80w' after login name, where 80 is your terminal width.
[ Top | Back to Content ]