Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

第 3 章 H3C WA2220E-AG

目錄

3.1. 用戶界面
3.1.1. Console
3.1.2. 啟用HTTP
3.1.3. Telnet
3.2. 用戶認證
3.3. FAT/FIT AP
3.3.1. 異常處理
3.4. IP Address
3.5. SSID
3.6. 用戶驗證
3.6.1. Telnet
3.6.2. WEP
3.6.3. WAP2
3.6.4. WAP2 cipher
3.6.5. Mac
3.7. WLAN
3.7.1. 用戶互通與隔離
3.8. DHCP

預設參數

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

3.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.
		
		

3.1.1. Console

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

3.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.
			
			

3.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