Home > other >  Cisco AP cap3502e simple configuration
Cisco AP cap3502e simple configuration

Time:01-28

? User Access Verification
Username: Cisco
Password: Cisco
Ap> Show version (can see the current version information)

(set up the system name)
1. Ap> The enable
2. Ap# config t
3. The Ap (config) # hostname Cisco (setting system name)

(DHCP automatically obtain IP address)
1. The ap (config) # int bVI 1
2. The ap (config - if) # IP address DHCP
3. The ap (config - if) # no shutdown
# 4. Ap (config - if) exit

(manually specify the IP address)
1. The ap (config) # int bVI 1
2. The ap (config) # IP address 192.168.2.8 255.255.255.0
3. The ap (config - if) # no shut
# 4. Ap (config - if) exit
5. The ap (config) # IP default gateway - 192.168.2.1

Configuration (SSID)
1. Ap (config) # dot11 ssid Cisco 2.4 G 2.4 G (create a named Cisco ssid)
2. The ap (config - ssid) # # guest - McOnfig - ssid) authentication open (using open attestation, WPA/connected must use open authentication)
# 3. The ap (config - ssid) authentication key - management wpa version 2 (connected use for key management)
4. The ap (config - ssid) # wpa wpa2-psk ASCII @ sonypsp2000 @ (set pre Shared key)
5. The ap (config - ssid) # exit

6. The ap (config) # 5 g dot11 ssid Cisco (create a 5 g called Cisco ssid)
7. The ap (config - ssid) # guest - mode (broadcast the ssid)
# 8. Ap (config - ssid) authentication open (using open attestation, WPA/connected must use open authentication)
# 9. Ap (config - ssid) authentication key - management wpa version 2 (connected use for key management)
10. The ap (config - ssid) # wpa wpa2-psk ASCII @ sonypsp2000 @ (set pre Shared key)
11. The ap (config - ssid) # exit

(SSID is bound to the wi-fi interface)
# 1. The ap (config) interface dot11Radio 0 (2.4 G wi-fi interface configuration)
# 2. Ap (config - if) encryption mode ciphers aes - CCM (using CCMP encryption algorithm)
3. The ap (config - if) # ssid Cisco 2.4 G (binding ssid)
4. The ap (config - if) # no shutdown
5. The ap (config - if) # exit
6. The ap (config) # interface dot11Radio 1 (5 g wi-fi interface configuration)
# 7. The ap (config - if) encryption mode ciphers aes - CCM (using CCMP encryption algorithm)
8. The ap (config - if) # 5 g ssid Cisco bound (ssid)
9. The ap (config - if) # no shutdown
# 10. Ap (config - if) exit
11. The ap (config - if) # end

(save the configuration file for the startup configuration file)
1. Ap# copy running - config startup - config (save the current configuration file for the launch configuration file)
2. The Destination filename [startup - config]? # (hit enter directly can)
3. The Building configuration... [OK]

Note: remember to save the configuration after a configuration file, otherwise the power configuration after all disappear,

Need according to the demand of their wifi and password, not rigid practices,
  • Related