Configuration example of a small network WLAN Basic Service (IPv4)

WLAN Basic Business Profile

Wireless Local Area Network WLAN (Wireless Local Area Network) broadly refers to radio waves, laser, infrared and the like instead of the network part or all of the wired LAN transmission medium constituted. WLAN technology described in this article is based on the 802.11 family of standards, i.e., the high-frequency signal (e.g., 2.4GHz or 5GHz) as a wireless LAN transmission medium.

802.11 is a wireless network communications industry standard IEEE 1997 is defined as WLAN. Since this standard and constantly replenished and improved, forming 802.11 standard series, for example 802.11,802.11a, 802.11b, 802.11e, 802.11g, 802.11i, 802.11n, 802.11ac and so on.

Network Topology

 

 

                                                                                                                                     FIG 1 Configuration example of a small network WLAN Basic Service (IPv4 network)

Business needs

Business users through WLAN access network to meet the most basic needs of mobile office. And occurs when the mobile roaming within the coverage area, without affecting the user's service usage.

Configuration process

Configuration Roadmap

It follows the idea of ​​a small network configuration WLAN basic service:

  1. Disposed between the AP, AC and upper-layer network devices implement Layer communicate.
  2. AC is configured as a DHCP server assigns an IP address STA and AP.
  3. AP arranged on the line.
    1. Create an AP group, for the same configuration will need to be added to the AP AP are set to achieve a unified configuration.
    2. Configuration parameters of the AC system, comprising an interface for communication between the source country code, AC and AP.
    3. AP authentication mode on-line and off-line introducing AP, AP implemented on a normal line.
  4. WLAN service configuration parameters to achieve STA WLAN access network functions.

 

configuration list

 AC configuration:

1, the configuration AC, so that can be transmitted between the AP and AC CAPWAP message

# Configuration AC, the upstream interface GE0 / 0/2 added VLANs 100 (management VLAN)

<6005> sysname AC
# 创建vlan100、101
[AC] vlan batch 100 to 101
[AC]interface gigabitethernet 0/0/2
[ACgigabitethernet 0/0/2]port link-type access
[ACgigabitethernet 0/0/2]port default vlan 100

AC # Configure downlink interface GE0 / 0/1 was added VLAN101 (service VLAN)

[AC] interface gigabitethernet 0/0/1
[AC-GigabitEthernet0/0/1] port link-type trunk
[AC-GigabitEthernet0/0/1] port trunk pvid vlan 101
[AC-GigabitEthernet0/0/1] port trunk allow-pass vlan all
[AC]quit

2, AC arranged as a DHCP server, the IP address assigned to the STA and AP

# Configure the DHCP server based on the interface address pool, wherein, VLANIF 100 interface provides an IP address for the AP, VLANIF101 provide IP addresses for the STA.

[AC] dhcp enable
[AC] interface vlanif 100
[AC-Vlanif100] ip address 169.254.158.62 24
[AC-Vlanif100] dhcp select interface
[AC-Vlanif100] quit
[AC] interface vlanif 101
[AC-Vlanif101] ip address 192.168.36.2 24
[AC-Vlanif101] dhcp select interface
[AC-Vlanif101] quit

3, see the AP address pool and AC source interface

[The AC] CAPWAP Source interface vlanif101 
# vlan This port is connected to the AP vlan 
[the AC] DIS the pool IP interface vlan 101

4, arranged on the line AP

[AC] wlan
[AC-wlan-view] ap-group name ap-group1
[AC-wlan-ap-group-ap-group1] quit
[AC-wlan-view]ap auth-mode no-auth
[AC-wlan-view]ap-name AP1
[AC-wlan-view]quit

5, placed ssid

[AC]ssid-profire name wlan-net
[AC-wlan-net]ssid wlan-net
[AC-wlan-net]quit

6, security configuration

[AC]security-profire name wlan-net
[AC-wlan-net]security open

7, configuration vap

[AC]vap-profire name wlan-net
[AC-wlan-net]security-profire wlan-net
[AC-wlan-net]ssid-profire wlan-net
[AC-wlan-net]quit
[AC]ap-id 0
[AC-ap-id 0]vap-profire wlan-net wlan 1 radio 0
[AC-ap-id 0]vap-profire wlan-net wlan 1 radio 1

 

Guess you like

Origin www.cnblogs.com/Blockblogs/p/11461437.html