Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

第 21 章 H3C WA2220E-AG

目录

21.1. 用户界面
21.1.1. Console
21.1.2. 启用HTTP
21.1.3. Telnet
21.2. 用户认证
21.3. FAT/FIT AP
21.3.1. 异常处理
21.4. IP Address
21.5. SSID
21.6. 用户验证
21.6.1. Telnet
21.6.2. WEP
21.6.3. WAP2
21.6.4. WAP2 cipher
21.6.5. Mac
21.7. WLAN
21.7.1. 用户互通与隔离
21.8. DHCP

默认参数

IP:192.168.0.50
User: admin
Password: h3capadmin
SSID: H3C
HTTP:enable
	

21.1. 用户界面

		
[WA2220E-AG]display user-interface
  Idx  Type     Tx/Rx      Modem Privi Auth  Int
+ 0    CON 0    9600       -     3     N     -
  1    VTY 0               -     0     A     -
  2    VTY 1               -     0     A     -
  3    VTY 2               -     0     A     -
  4    VTY 3               -     0     A     -
  5    VTY 4               -     0     A     -
  +    : Current UI is active.
  F    : Current UI is active and work in async mode.
  Idx  : Absolute index of UIs.
  Type : Type and relative index of UIs.
  Privi: The privilege of UIs.
  Auth : The authentication mode of UIs.
  Int  : The physical location of UIs.
  A    : Authentication use AAA.
  L    : Authentication use local database.
  N    : Current UI need not authentication.
  P    : Authentication use current UI's password.
		
		

21.1.1. Console

			
system-view
user-interface aux 0
authentication-mode password
set authentication password simple chen
			
			

21.1.2. 启用HTTP

status

			
[WA2220E-AG]display ip http
HTTP port: 80
WLAN ACL: 0
Basic ACL: 0
Current connection: 0
Operation status: Running
			
			

enable

			
<WA2220E-AG>system-view
[WA2220E-AG]ip http enable
Info: HTTP server has been started!
			
			

disable

			
[WA2220E-AG]undo ip http enable
[WA2220E-AG]
%Apr 26 12:28:31:522 2000 WA2220E-AG HTTPD/4/Log:Stop HTTP server.
			
			

21.1.3. Telnet

启动

			
<WA2220E-AG>system-view
System View: return to User View with Ctrl+Z.
[WA2220E-AG]telnet server enable
% Start Telnet server

[WA2220E-AG]telnet server enable
% Telnet server has been started
			
			

关闭

			
[WA2220E-AG]telnet server enable
% Start Telnet server
			
			

设置密码

			
[WA2220E-AG]user-interface vty 0 4
[WA2220E-AG-ui-vty0-4]authentication-mode password
[WA2220E-AG-ui-vty0-4]set authentication password cipher your_password
[WA2220E-AG-ui-vty0-4]user privilege level 2
[WA2220E-AG-ui-vty0-4]quit