110 MN.00356.E - 003
15.2.5 Console access mode
The “Console access” is available in 48V port through serial port (F03594 or F03622 cable) via Hyperter-
minal (115200bps,n,8,1):
• Default login: admin
• Default password: admin
15.3 COMPILING SCRIPT USING COMMAND RUN
Some Ethernet configurations may require further settings and executed by CLI commands (i.e.: manage-
ment VLAN, bridge mode change, ...).
CLI commands can be sent locally or remotely line by line in a Hyperterminal session.
The script file are an alternative way to perform commands, respect to access the system from local con-
sole connector.
ALFOplus2 allows to execute on microprocessor flash a script previously loaded without command inter-
ruption.
Script procedure:
• create a textual script (suggested editor “Notepad++”)
• start and configure a TFTP server (suggested TFTP32 for Windows or tftpd on Linux/Unix)
• login SM-OS via CLI
• load the script (e.g.: script.txt) to microprocessor non volatile memory via TFTP with command
SM-OS# copy tftp://server_ip/script.txt flash:script.txt
• execute the commands
SM-OS# run script flash:/backup/script.txt
Warnings
• the script must be in UNIX/OSX textual format (using i.e. “Notepad plus plus”)
• the file name must not contain special characters, including _ or -.