It is recommended for initial setup of the EcoNAT to set the system prompt and the time of automatic logout on idle (for closing the session if it is inactive for the specified time). The time of automatic logout is specified in seconds.
EcoNAT:1:# root
EcoNAT:2:# system terminal
EcoNAT:3:system.terminal# type vt100
EcoNAT:4:system.terminal# autologoff_timeout never
EcoNAT:5:system.terminal# max_consoles 20
EcoNAT:6:system.terminal# prompt “MyEcoNAT”
EcoNAT:7:system.terminal# apply
…
APPLY SUCCESS
Save applied configuration into profile ‘lastapply’
MyEcoNAT:9:system.terminal#
Edited parametrs max_consoles and prompt will be applied only after reboot.
After a system boot the prompt parameter is taken from the system terminal prompt, that is in the launch configuration. This invitation can be changed in the relevant branch of the configuration tree and then applying the changes with apply command. When you make changes via the system terminal prompt parameter, they will be displayed at the next system boot.
It is possible to enable / disable the counter of strings and commands using the print_line_num command.
print_line_num off – disable.
print_line_num on – enable (default settings).
EcoNAT:1# system terminal
EcoNAT:2:system.terminal# print_line_num off
EcoNAT:3:system.terminal# apply
…
APPLY SUCCESS
Save applied configuration into profile ‘lastapply’
EcoNAT:system.terminal# ..
EcoNAT# terminal
EcoNAT:system.terminal# print_line_num on
EcoNAT:system.terminal# apply
…
APPLY SUCCESS
Save applied configuration into profile ‘lastapply’
EcoNAT:7:system.terminal#