Aruba3400无线控制器配置手册
1. 初始化配置
1.1. 无线控制器初始化配置
Enter System name [Aruba3400]:
Enter VLAN 1 interface IP address [172.16.0.254]: Enter VLAN 1 interface subnet mask [255.255.255.0]: Enter IP Default gateway [none]:
Enter Switch Role, (master|local) [master]: ————————————控制器角色
Enter Country code (ISO-3166),
You have chosen Country code CN for China (yes|no)?: yes 可用RF channel及功率参数 Enter Time Zone [PST-8:0]: UTC8:0——————————————-时区系统(UTC、PST等)及所在时区 Enter Time in UTC [06:07:59]: 6:11:30——————————————所选时区系统的标准时间而不是本地时间,
Enter Date (MM/DD/YYYY) [8/14/2011]: 否则控制器的时钟可能就不对了。 Enter Password for admin login (up to 32 chars): ****** Re-type Password for admin login: ******
Enter Password for enable mode (up to 15 chars): ****** Re-type Password for enable mode: ******
Do you wish to shutdown all the ports (yes|no)? [no]:
Current choices are:
System name:
VLAN 1 interface IP address: 172.16.0.254 VLAN 1 interface subnet mask: 255.255.255.0 IP Default gateway: none Switch Role: master Country code: cn Time Zone: UTC8:0 Ports shutdown: no
If you accept the changes the switch will restart!
Type
Aruba WLAN简明配置手册
System will now restart!
Shutdown processing started
1.2. 恢复出厂设置-无线控制器
注意以下两条command的区别: (Aruba3400) #write erase
All the configuration will be deleted. Press 'y' to proceed : Write Erase successful
(Aruba3400) #
(Aruba3400) #write erase all
Switch will be factory defaulted. All the configuration and databases will be deleted. Press 'y' to proceed : (Aruba3400) # (Aruba3400) #
(Aruba3400) #reload
Do you really want to reset the system(y/n): y System will now restart! write erase只删除配置文件。而write erase all将删除配置文件、控制器内部数据库及license,将控制器 重置为出厂状态。
1.3. 恢复出厂设置-Aruba AP
连接AP console口至串行通讯终端(9600bits/s, 8-N-1)。 加电启动AP。
APBoot 1.0.9.12 (build 22797) Built: 2009-11-04 at 15:53:54
Model: AP-10x
CPU: AR7161 revision: A2
Clock: 680 MHz, DDR clock: 340 MHz, Bus clock: 170 MHz DRAM: 128 MB POST1: passed Copy: done Flash: 16 MB
PCI: scanning bus 0 ...
dev fn venID devID class rev MBAR0 MBAR1 MBAR2 MBAR3 00 00 168c 0029 00002 01 10000000 00000000 00000000 00000000
2
Aruba WLAN简明配置手册
01 00 168c 0029 00002 01 10010000 00000000 00000000 00000000 Net: eth0
Radio: ar922x#0, ar922x#1
Hit
apboot> purgeenv ——————————————清除配置 Un-Protected 1 sectors .done
Erased 1 sectors Writing
apboot> save ————————————————保存环境 Saving Environment to Flash... Un-Protected 1 sectors .done
Erased 1 sectors Writing
apboot> boot ————————————————启动AP Checking image @ 0xbf100000
3
Aruba WLAN简明配置手册
2. 基本网络参数配置及维护
2.1. 基本网络参数配置
? 配置Vlan
(Aruba800) (config) #vlan 200
(Aruba800) (config) #interface fastethernet 1/0
接入模式:(Aruba800) (config-if)#switchport access vlan 200 (Aruba800) (config-if)#switchport mode access
中继模式:(Aruba800) (config-if)#switchport trunk allowed vlan all (Aruba800) (config-if)#switchport mode trunk (Aruba800) (config-if)#show vlan VLAN CONFIGURATION ------------------
VLAN Name Ports ---- ---- -----
1 Default FE1/1-7 100 VLAN0100 GE1/8 200 VLAN0200 FE1/0
? 配置IP address
(Aruba800) (config) #interface vlan 200
(Aruba800) (config-subif)#ip address 192.168.202.254 255.255.255.0 (vlan interface) (Aruba800) (config-subif)#ip helper-address 10.10.10.1 (DHCP relay)
? 配置IP route
配置缺省路由: (Aruba800) (config) #ip default-gateway 192.168.1.1
配置静态路由:(Aruba800) (config) #ip route 10.10.10.0 255.255.255.0 172.16.0.1 (Aruba800) (config) #show ip route
Codes: C - connected, O - OSPF, R - RIP, S - static
M - mgmt, U - route usable, * - candidate default Gateway of last resort is 192.168.1.1 to network 0.0.0.0 S* 0.0.0.0/0 [1/0] via 192.168.1.1* S 10.10.10.0/24 [1/0] via 172.16.0.1* C 172.16.0.0 is directly connected, VLAN1 C 192.168.1.0 is directly connected, VLAN100 C 192.168.202.0 is directly connected, VLAN200
4
相关推荐: