用命令行接口配置
1、用超级终端登陆:规则9600-8-1 无流控制
2、用默认用户名登陆:admin
Usernmae:admin
Password: 空
HP Procurve Access Point 420#
3、进入配置模式
HP Procurve Access Point 420#configure
Enter configuration conmands,one per line ,End weith CTRL/Z
HP Procurve Access Point 420(config)#
4、设置管理员帐户及密码
HP Procurve Access Point 420(config)#username admin (可自定义)
HP Procurve Access Point 420(config)#password 1AB2F
5、配置内网接口
HP Procurve Access Point 420(config)#interface ethernet
HP Procurve Access Point 420(if-ethernet)#show (可看到默认地址192.168.1.1/24)
HP Procurve Access Point 420(if-ethernet)#)#no dhcp 取消dhcp 服务
HP Procurve Access Point 420(if-ethernet)#ip add 192.168.0.100 255.255.255.0 192.168.0.254
HP Procurve Access Point 420(if-ethernet)#exit
6、配置无线接口
HP Procurve Access Point 420(config)#show interface wireless g 可查看无线状态
HP Procurve Access Point 420#country cn 国家代码
HP Procurve Access Point 420(config)#interface wireless g
HP Procurve Access Point 420(if-wireless gt)#ssid hp420
HP Procurve Access Point 420(if-ethernet)#channel 6 (一般配1、6、11)
7、到此为止,接口配置完毕,就可以做无线所用了,如果有复杂的加密或通道设置,建议IE页面登陆,必须安装java 程序才能正常显示页面,当然也可以telnet 登陆,如果你是高手的话
8、IE配置选项,主要在configuration 和security中
9、故障排除:根据灯的闪烁,判断故障所在
转载于:https://blog.51cto.com/jianfei/44140