胖AP多SSID配置关键点在于AP管理地址的配置。
我们通常配置胖AP时都是通过WEB 方式配置的,所以第一步需要配置AP上的管理地址。
我们通常在配置单个SSID时:
交换机的端口是access状态
在AP中配置ap(config)#interface bvi 1
ap(config-bvi)#ip add 1.1.1.1 255.255.255.0
ap(config)# ip default-gateway 1.1.1.254
在配置多SSID时,端口的状态是trunk。
如果管理VLAN是VLAN1,配置如下:
Switch(config)interface fa0/1
Sw port mode trunk
AP配置
ap(config)#interface bvi 1
ap(config-bvi)#ip add 1.1.1.1 255.255.255.0
ap(config)# ip default-gateway 1.1.1.254
如果管理vlan是vlan10 (除了vlan1)配置如下:
Switch(config)interface fa0/1
Sw port mode trunk
Sw trunk native vlan 10
AP配置
ap(config)#interface bvi 1
ap(config-bvi)#ip add 1.1.1.1 255.255.255.0
ap(config)# ip default-gateway 1.1.1.254
配置完成后,我们就可以通过web 来配置AP了
配置多SSID时,我们要在SSID MANAGER里配置,不能在express setup 里面配置。
express setup只能配置单SSID或多SSID但只能广播一个SSID。