In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >
Share
Shulou(Shulou.com)06/01 Report--
Most of the wireless networks deployed by Cisco devices today are CUWN, and the infrastructure is WLC+LAP. In addition, if there is a better management platform, there will generally be devices such as MSE and PI.
But sometimes, some customers need to deploy a separate AP for temporary use, or just want to save the cost of WLC and deploy fat AP separately. So the main points of fat AP configuration, here is a simple record.
First, if we deploy only one SSID on AP to use
First of all, let's talk about the excuse for connecting to the AP switch, which can be configured as follows:
En
Conf t
Int Gig 1/1
Switchport mode trunk
Switchport trunk encapsulation dot1q
Switchport trunk native vlan 50
Switchport trunk allowed vlan 1d50 > > the VLAN1 here mainly refers to native vlan
This way of configuration is the simplest, as follows the main points.
1. First we need to create a SSID that maps to the corresponding VLAN
Enable > enter privileged mode
Conf ter > enter global mode
Dot11 ssid Cisco > create a SSID named Cisco
Vlan 50 > the vlan associated with Cisco this SSID is vlan50
Authentication open > Open authentication. If you want to configure some authentication methods, you can choose, such as PSK, etc.
If Guest-mode is configured with authentication, you need to configure the corresponding password.
End
2. Configure 2.4G interface and Ethernet interface
Conf t
Interface Dot11Radio 0
Ssid Cisco
Exit
Interface Dot11Radio 0.50
Encapsulation dot1Q 50
Bridge-group 1
Exit
Interface GigabitEthernet 0
Bridge-group 1
Interface GigabitEthernet 0.50
Encapsulation dot1Q 50
Bridge-group 1
Note: if you need to configure 5G, the dot11radio1 interface and dot11radio0 interface are similar in configuration. In fact, there is no need to create a subinterface of dot11radio 0, just use the main interface directly. Generally, when configuring multiple SSID, you must create a subinterface, because different SSID has to correspond to different vlan.
3. After this configuration, you should be able to search for the SSID of Cisco and connect to the SSID, which can be viewed with the following command:
The following example
Ap# show dot11 associations
802.11 Client Stations on Dot11Radio0
SSID [Cisco]:
MAC Address IP address Device Name Parent State
0811.967e.c384 192.168.50.4 ccx-client ap self Assoc
2. For multiple SSID
1. Point 1: when creating a SSID, you need to configure the mode as mbssid
Dot11 ssid Cisco
...
Mbssid guest-mode
...
2. Point 2: you need to use tags for different subinterfaces to encapsulate corresponding SSID, such as vlan10, encapsulate dot1q 10
Int dot11radio 0.10
Encap dot1q 10
3. Point 3: configure mbssid under the corresponding main interface
Int dot11radio 0
...
Mbssid
...
There has been little change in other configurations.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.