H3C设备修改wifi密码命令行
<WX2540H-AC-XAZL>sys # 进入无线控制器telnet控制台。进入管理模式
System View: return to User View with Ctrl+Z.
[WX2540H-AC-XAZL]wlan service-template 1 #进入无线模块配置子模式
[WX2540H-AC-XAZL-wlan-st-1]dis this #用dis this 显示本无线模块的具体信息。
#
wlan service-template 1
ssid MySong
vlan 6
akm mode psk
preshared-key pass-phrase cipher $c$3$ncL1FJVuRVKpbgQSmWCb7ffOfLyZ8wk5mR8oXVLz
cipher-suite ccmp
cipher-suite tkip
security-ie rsn
security-ie wpa
service-template enable
#
return
[WX2540H-AC-XAZL-wlan-st-1]preshared-key pass-phrase simple 88888888
#####偿试直接配置明文密码,8个8 失败。。
Please first disable the service template. #提示请先停止无线模块。再操作。
[WX2540H-AC-XAZL-wlan-st-1]undo service-template 1? ## 输入无线模块序号提示错误。忘了后面该输啥!!!
^
% Unrecognized command found at '^' position. # 意思是找不到或无法识别标注处的命令。
[WX2540H-AC-XAZL-wlan-st-1]undo service-template ? # 把错误及后面的命令删除,打个?号,看提示:
enable Enable the service template #这是出来的提示。只有一个单词。
[WX2540H-AC-XAZL-wlan-st-1]undo service-template enable #按提示输入命令,停止无线。
[WX2540H-AC-XAZL-wlan-st-1]preshared-key pass-phrase simple 88888888 ###重新输入修改密码命令,没有报错,没有提示,应该是成功了。
[WX2540H-AC-XAZL-wlan-st-1]service-template enable #启动无线模块。
Please wait...Done. #请等待,完成。看意思是修改后启动成功,应该没问题了。
[WX2540H-AC-XAZL-wlan-st-1]dis this ###再次看一下具体信息,看看有什么出入没有。除了密码部分,应该没啥变化了。
#
wlan service-template 1
ssid MySong
vlan 6
akm mode psk
preshared-key pass-phrase cipher $c$3$A9HsqgNlRmvSgosq0avAJ/iQ9+KI21m6CPMw
cipher-suite ccmp
cipher-suite tkip
security-ie rsn
security-ie wpa
service-template enable
#
return
[WX2540H-AC-XAZL-wlan-st-1]qu ###直接输 qu ,竟然提示错误,应该有命令突冲
^
% Ambiguous command found at '^' position.
[WX2540H-AC-XAZL-wlan-st-1]quit ###输全了单词,好了退出来了。
[WX2540H-AC-XAZL]sa for #### 如果修改成功,一定别忘了保存。
Validating file. Please wait...
Configuration is saved to device successfully. ##看到这两条,最主要看到最后那个单词,保存就成功了!!
备注:dis cu | in wlan #查看已有的wlan