配置ssh登录
ssh server enable
public-key local create rsa
local-user *
server-type ssh
加密显示用户密码local-user password-display-mode cipher-force
备份配置文件tftp IP put filename
配置交换机时间NTP更新:
当交换机能上外网时候,不需要配置NTP服务器,使用了国家授时中心的服务器202.112.10.30
配置命令如下:
ntp-service unicast-server 202.112.10.30
clock timezone beijing add 8
当交换机不能上外网时候,要配置NTP服务器,将h3c配置成NTP服务器命令如下:
ntp-service refclock-master
将一台交换机设置成从公网的ntp server更新时间,然后当做内网的ntp server
wx3008配置:
console登录的是无线控制器,要输入oap connect slot 0进入网络交换机系统
启用poe供电:进入交换机端口,输入poe enable即可
配置无线控制器:
interface WLAN-ESS 1
quit
wlan service-template 1 cleae
ssid test
authentication-method open-system
bind WLAN-ESS 1
service-template enable
quit
wlan radio-policy 1
quit
wlan ap test_ap1 model WA2210-AG
serial-id 210235A42VB099001899
radio 1 type dot11g
radio enable
save
显示无线ap状况:dis wlan ap all
启用telnet服务:telnet server enable
h3c s5500 EI 更新软件:
a. 下载新版本
b. 用tftp上传btm文件
c. bootrom update file S5500EI-BTM-702.btm slot 1
d. reboot
e. 用tftp上传bin文件
f. boot-loader file S5500EI-CMW520-R2208-S168.bin slot 1 main
g. reboot
删除文件并释放磁盘空间:
del filename
reset recycle-bin
阅读(3750) | 评论(0) | 转发(0) |