您的位置:首页 > 其它

aruba无线控制器配置VLAN

2009-07-21 00:07 295 查看
1、 Initial Local Controller Setup:

Enter System name [Aruba5000]: Aruba-local01[/b]
Enter VLAN 1 interface IP address [172.16.0.254]: 172.16.0.253[/b]
Enter VLAN 1 interface subnet mask [255.255.255.0]: 255.255.255.0[/b]
Enter IP Default gateway [none]: [/b]
Enter Switch Role, (master|local) [master]: local[/b]
Enter Master switch IP address: 10.3.22[/b].220[/b]
Enter Password for admin login (up to 32 chars): *****[/b]
Re-type Password for admin login: *****[/b]
Enter Password for enable mode (up to 15 chars): ******[/b]
Re-type Password for enable mode: ******[/b]
Do you wish to shutdown all the ports (yes|no)? [no]: no[/b]

Current choices are:

System name: Aruba-local01
VLAN 1 interface IP address: 172.16.0.253
VLAN 1 interface subnet mask: 255.255.255.0
IP Default gateway:
Switch Role: local
Master switch IP address: 10.3.22.220
Ports shutdown: no

If you accept the changes the switch will restart!
Type <ctrl-P> to go back and change answer for any question
Do you wish to accept the changes (yes|no)yes[/b]
Creating configuration... Done.

System will now restart!

2、 Core VLAN Configuration


(Aruba-local01)
User: admin[/b]

Log in to controller
Password: *****[/b]
(Aruba-local01) >enable[/b]
Password:******[/b]
(Aruba-local01) #configure terminal[/b]

Create VLAN 5 & assign an IP address

Enter Configuration commands, one per line. End with CNTL/Z
(Aruba-local01) (config) #vlan 5[/b]

(Aruba-local01) (config) #interface vlan 5[/b]
(Aruba-local01) (config-subif)#ip address 10.3.22.21 255.255.255.0[/b]
(Aruba-local01) (config-subif)#exit[/b]
(Aruba-local01) (config-if)#write m[/b]
Saving Configuration...

Saved Configuration

3、VLAN CONFIGRUATION

(Aruba-local01) #configure terminal[/b]
Enter Configuration commands, one per line. End with CNTL/Z


(Aruba-local01) (config-range) # show vlan[/b]

Check port assignments
VLAN CONFIGURATION
------------------
VLAN Name Ports
---- ---- -----
1 Default Fa2/0-23 Gig2/24 Gig2/25
5 VLAN0005

Assign all Fast Ethernet and Gigabit Ethernet ports to VLAN 5

(Aruba-local01) (config) #interface[/b] range fastethernet 2/0-23[/b]
(Aruba-local01) (config-range) # switchport access vlan 5[/b]
(Aruba-local01) (config-range) # exit[/b]
(Aruba-local01) (config) #interface [/b]range [/b]gigabitethernet 2/24-25[/b]
(Aruba-local01) (config-if)#switchport access vlan 5[/b]
(Aruba-local01) (config-range) # show vlan[/b]


VLAN CONFIGURATION
------------------

Double-check assignments & save configuration
VLAN Name Ports
---- ---- -----
1 Default
5 VLAN0005 Fa2/0-23 Gig2/24 Gig2/25
(Aruba-local01) (config-if)#write m[/b]
Saving Configuration...

Saved Configuration

4、
Saved Configuration
Saving Configuration...
(Aruba-local01) (config-if)#write m[/b]
(Aruba-local01) (config-if)#switchport trunk native vlan 5[/b]
(Aruba-local01) (config-if)#switchport trunk allowed vlan all[/b]
(Aruba-local01) (config-if)#switchport mode trunk[/b]
(Aruba-local01) (config) #interface fastethernet 2/0[/b]
Enter Configuration commands, one per line. End with CNTL/Z
(Aruba-local01) #configure terminal[/b]
5、

(Aruba-local01) #configure terminal[/b]
Enter Configuration commands, one per line. End with CNTL/Z

Assign default gateway

(Aruba-local01) (config) #ip[/b] default-gateway 10.3.22.1[/b]
(Aruba-local01) (config-if)#write m[/b]
Saving Configuration...

Saved Configuration

6、

本文出自 “butter520” 博客,转载请与作者联系!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: