BelAir100SN User Guide
System Settings
May 31, 2010
Confidential
Document Number BDTM11001-A01 Released
Example - Script
int-wifi-2.4GHz-1
set channel 11
set admin-state enabled
show config
int-stop
int-wifi-5GHz-1
set channel 155
set backhaul admin-state disabled
show config
config-save
check-db-change-start
/protocol/nat/set scope 1 dhcp-server vlan 401 based-ip 45.89.233.0 lease-time 30
/protocol/nat/set scope 1 status enabled
/protocol/nat/set admin-state enabled
check-db-change-stop
int-db-change-start
config-save
/system/reboot
y
int-stop
Transferring Files to and
from a BelAir Node
/system/tftpget remoteip <ip_addr> remotefile <filename>
[localfile <filename>]
/system/tftpput remoteip <ip_addr> localfile <filename>
[remotefile <name>]
/system/getfile remoteip <ip_addr> remotefile <filename>
[localfile <filename>]
[{tftp|
ftp [user <username> password <password>]|
ftps [user <username> password <password>]}]
These commands allow you to transfer files, such as script files, to and from a
BelAir node.
For the
tftpget
and
getfile
commands, if you do not specify a local file name,
then the transferred file maintains the same name as on the remote file system.
For the
tftpput
command, if you do not specify a remote file name, then the
transferred file maintains the same name as on the local file system.
For the
getfile
command:
• The default protocol is TFTP.
• For FTP, the default user name is
anonymous
and the default password is
root@
followed by the node IP address. For example, if the node has
148.16.4.123 as an IP address, then the default password is
[email protected].