Got it

WLAN V200R003&V200R005 Typical Configuration Examples-Example for Configuring APs to Dynamically Go Online

Latest reply: Aug 31, 2017 03:44:18 1902 1 0 0 0

4.1.2  Example for Configuring APs to Dynamically Go Online

Specifications

  • Applicable ACs: AC6605 and AC6005

  • Applicable APs: all APs

Networking Requirements

As shown in Figure 4-1, the AC is connected to an aggregation switch in inline or bypass mode. Before configuring the WLAN service, configure APs to go online on the AC.

Figure 4-1  Networking diagram for configuring APs to dynamically go online
747f755ed541445d9ac677b137b94111

Data Plan

Configuration Item Data
AC's Telnet address 172.168.100.1/24
Management VLAN VLAN 100
AC carrier ID/AC ID CTC/1
AC source address 192.168.10.1/24
IP address pool for APs 192.168.10.2 to 192.168.10.254/24
DHCP server The AC functions as the DHCP server.

Configuration Procedure

  1. Configure the AC and APs to communicate.
  2. Enable the DHCP server function to configure the AC to assign IP addresses to APs.
  3. Configure global parameters on the AC.
  4. Set the AP authentication mode and enable APs to go online.

Configuration Notes

  • By default, APs go online dynamically. In this example, APs are not configured.
  • In actual networking, avoid IP address conflict on the same LAN. If the IP address of another device conflicts with AP's default IP address, the AP cannot go online or device communication is affected.
    964cc331bf494dc88d68667c776a039b NOTE:

    In V200R003C00 and later versions, the AP's default IP address is 169.254.1.1/16.

  • No ACK mechanism is provided for multicast packet transmission on air interfaces. In addition, wireless links are unstable. To ensure stable transmission of multicast packets, they are usually sent at low rates. If a large number of such multicast packets are sent from the network side, the air interfaces may be congested. You are advised to configure multicast packet suppression to reduce impact of a large number of low-rate multicast packets on the wireless network. Exercise caution when configuring the rate limit; otherwise, the multicast services may be affected.
    • In direct forwarding mode, you are advised to configure multicast packet suppression on switch interfaces connected to APs.
    • In tunnel forwarding mode, you are advised to configure multicast packet suppression on WLAN-ESS interfaces of the AC.
    For details on how to configure traffic suppression, see 4.20.1.4 Multicast Packet Suppression Is Not Configured, and A Large Number of Low-Rate Multicast Packets Affect the Wireless Network.
  • Configure port isolation on the interfaces of the device directly connected to APs. If port isolation is not configured and direct forwarding is used, a large number of unnecessary broadcast packets may be generated in the VLAN, blocking the network and degrading user experience.

  • In tunnel forwarding mode, the management VLAN and service VLAN cannot be the same. Only packets from the management VLAN are transmitted betweeen the AC and APs. Packets from the service VLAN are not allowed between the AC and APs.

Procedure

  1. Configure the AC and APs to communicate.
    1. Configure routes for the access switch.

      # On the access switch, add Eth0/0/1 connected to APs and GE0/0/1 connected to the AC to VLAN 100 (management VLAN) so that the AC and APs can communicate in VLAN 100.

      <Quidway> system-view
      [Quidway] vlan batch 100
      [Quidway] interface ethernet 0/0/1
      [Quidway-Ethernet0/0/1] port link-type trunk
      [Quidway-Ethernet0/0/1] port trunk pvid vlan 100
      [Quidway-Ethernet0/0/1] port trunk allow-pass vlan 100
      [Quidway-Ethernet0/0/1] port-isolate enable
      [Quidway-Ethernet0/0/1] quit
      [Quidway] interface gigabitethernet 0/0/1
      [Quidway-GigabitEthernet0/0/1] port link-type trunk
      [Quidway-GigabitEthernet0/0/1] port trunk allow-pass vlan 100
      [Quidway-GigabitEthernet0/0/1] quit
      

    2. Configure the AC.

      # Run telnet 172.168.100.1 to log in to the AC and add GE0/0/1 to VLAN 100.

      <AC6605> system-view
      [AC6605] sysname AC
      [AC] vlan batch 100
      [AC] interface gigabitethernet 0/0/1
      [AC-GigabitEthernet0/0/1] port link-type trunk
      [AC-GigabitEthernet0/0/1] port trunk allow-pass vlan 100
      [AC-GigabitEthernet0/0/1] quit
      

  2. Configure the DHCP server function so that APs can dynamically obtain IP addresses.

    # Log in the AC and enable the DCHP server function.

    [AC] dhcp enable
    [AC] interface Vlanif 100
    [AC-Vlanif100] ip address 192.168.10.1 24
    [AC-Vlanif100] dhcp select interface
    [AC-Vlanif100] quit
    

  3. Configure AC system parameters.

    # Configure the country code.

    [AC] wlan ac-global country-code cn
      Warning: Modify the country code may delete configuration on those AP which us
    e the global country code and reset them, are you sure to continue?[Y/N]:y 

    # Configure the AC ID and carrier ID.

    [AC] wlan ac-global ac id 1 carrier id other

    # Configure the source interface.

    [AC] wlan
    [AC-wlan-view] wlan ac source interface vlanif 100

  4. Set the AP authentication mode.

    # Set AP authentication mode to MAC address authentication.

    [AC-wlan-view] ap-auth-mode mac-auth
    

    # Query the AP device type.

    [AC-wlan-view] display ap-type all
      All AP types information:                                                     
      ------------------------------------------------------------------------------
      ID     Type                                                                   
      ------------------------------------------------------------------------------
      17     AP6010SN-GN                                                            
      19     AP6010DN-AGN                                                           
      21     AP6310SN-GN                                                            
      23     AP6510DN-AGN                                                           
      25     AP6610DN-AGN                                                           
      27     AP7110SN-GN                                                            
      28     AP7110DN-AGN                                                           
      29     AP5010SN-GN                                                            
      30     AP5010DN-AGN                                                           
      31     AP3010DN-AGN                                                           
      33     AP6510DN-AGN-US                                                        
      34     AP6610DN-AGN-US                                                        
      35     AP5030DN                                                               
      36     AP5130DN                                                               
      37     AP7030DE                                                               
      38     AP2010DN                                                               
      39     AP8130DN                                                               
      40     AP8030DN                                                               
      42     AP9330DN                                                                
      ------------------------------------------------------------------------------
      Total number: 19

    # Add APs of AP6010DN-AGN type offline according to the obtained device type ID (19).

    [AC-wlan-view] ap id 1 type-id 19 mac 60de-4476-e360
    [AC-wlan-ap-1] quit
    [AC-wlan-view] quit
    [AC] quit
    

  5. Verify the configuration.

    # Run the display ap all and display ap-run-info id 1 command to display information about online APs.

From group: WLAN

WLAN V200R003&V200R005 Typical Configuration Examples-Example for Configuring APs to Dynamically Go Online-2437453-1
View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.