
Cedar 880AG Enterprise Dual-Radio AP/Bridge
2.
To change the login password:
Cedar# config system password
Current Password:
New Password:
Re-confirmed:
3.
To change the privilege password:
Cedar# config system enable_password
Current Password:
New Password:
Re-confirmed:
4.
To change the SNTP offset to Pacific Standard Time zone.
Cedar# config sntp offset –8
5.
To upgrade the firmware:
Cedar# upgrade ftp server 192.168.15.184 username admin password xxxx file
cedar880ag-05172005-1.0.0.120a.bin
6.
To execute a CLI command file:
Cedar# import system runtime_cfg 192.168.15.184/batch.cli/admin/xxx
11.8.2 Network
Commands
Network parameter changes take effect immediately. You can perform the following CLI
commands via the console.
1.
Configure static IP address, for example 192.168.1.188.
Cedar# config interface lan ip 0 mode static
Cedar# config interface lan ip 0 addr 192.168.1.188 netmask 255.255.255.0
Cedar# show interface lan
2.
Configure default route. For example, direct all unknown traffic to 192.168.1.1. A
default route has both the net and netmask parameters set to 0.0.0.0.
Cedar# config ip route add net 0.0.0.0 netmask 0.0.0.0 gw 192.168.1.1 if lan
Cedar# show ip route
99