BelAir100SN User Guide
System Settings
May 31, 2010
Confidential
Document Number BDTM11001-A01 Released
• For FTPS, the default user name is the unit’s MAC address stripped of
colons. The default password is unit’s MAC address stripped of colons,
followed by @, followed by the node IP address. For example, if the node
has 11:22:33:44:55:66 as a MAC address and 148.16.4.123 as an IP address,
then the default user name is 112233445566 and the default password is
[email protected].
CAUTION!
Do not use these commands to perform a software upgrade on a BelAir node.
Use the upgrade load command instead. Refer to
for full details on performing software upgrades.
Managing Script Files
/system/copy script <script file> <copied file name>
/system/delete script <script file>
/system/rename script <script file> <new name>
/system/show script <script file>
These commands allow you to manage script files.
You can run a script file while in any mode. See
.
Tip
You can also run a script by copying it and pasting it into a CLI session window.
If you use this method:
1 Paste only 20 to 25 commands at a time. Otherwise, you may overfill the
command buffer used for the CLI session. If you overfill the command buffer,
you need to determine exactly which commands were executed and which
were not before proceeding.
2 After pasting a block of commands, verify that your script behaved as
expected; that is, that the pasted commands produced the expected
configuration.
3 After verifying the script behaviour, manually enter the
config-save
and
reboot
commands as required.
Enabling or
Disabling Session
Logging
/system/set session-logging {enable | disable}
When session logging is enabled, all commands entered during a CLI session
are recorded in a command log file. However, if you run repetitive scripts, you
may want to disable logging to avoid filling the file with the same sets of
commands.