Ap> enables
Ap # configuration test
Ap (configuration) #hostname myap
Two: Assign an IP address to BVI.
When an AP connects to a wired network, it will automatically create a BVI (Bridging Virtual Interface) to connect to the network, allowing all ports to be aggregated under one IP address. [Explain that we can only configure the IP address of AP on BVI interface, but not on other interfaces]
Ap # configuration test
AP (config) # InterfaceBVi1/Enter BVI interface configuration mode.
AP (config-if) # ipaddress mask//The ip address mask assigned to you by the second address is the mask.
Three: Look at the network mapping.
AP (config) # dot11network-map30//Establish wireless network mapping.
AP # show dot 1 1 network map//displays the wireless network map.
AP # showdot11adjacent-AP//displays the list of AP adjacent to AP.
Demo:
Ap(config-if)#ip address10.0.0.1255.255.0
Ap(config-if)#ip address dhcp?
Client id specifies the client id to use.
Hostname specifies a value for the Hostname option.
Ap (configuration -if)#ip address dhcp
Commands for enabling and disabling interfaces: Turn off disabling without turning off enabling.
Fourth: Configure SSID.
The SSID (Service Set Identifier) is a unique identifier that allows a client to identify an access point (AP).
Ap (configuration) #int dot 1 1radio 0
Ap (configuration-if) # ssidmaap
AP (config-if-ssid) # AuthenticationOpen//Set the authentication type.
Five: monitoring AP status
AP # show interface dot11radio plus the corresponding interface number.
Six: Configure services
1:Telnet/SSH
Ap (Configuration) # Line vty 0 4
Ap (configuration line) # Login locally
Ap (configuration line) #end
Ap # display operation
!
Line con 0
Line vty 0 4
Local login
Line vty 5 15
log in
!
end
2: Hot backup
The standby device is located near the AP it monitors, and its configuration is the same as that of the monitored device. Standby devices need to monitor AP through Ethernet and wireless ports. If the monitored device fails to respond, the standby AP will be activated online to replace the monitored device in the network.
Ap (Configuration) #iapp Alternate mac Address
Ap (Configuration -if)# Interface dot 1 1 Radio 0
Ap (configuration -if)# ssid ssid- string
AP (config-if) # infrastructure-ssid [optional]
Ap (configuration -if)# exit
Ap (Configuration) #iapp Alternate Polling-Frequency Seconds
Ap (Configuration) # Exit
Ap # Display iapp Standby-Parameters
3. Domain name system
Ap (Configuration) #ip Domain Name Sina.com
Disable domain name lookup
Ap (Configuration) # No ip Domain-Find
4:HTTP
The following commands can provide security for the HTTP server and change the configuration of the default help directory.
Ap (configuration) #ip http
Ap (Configuration) #ip http Authentication Local
Ap (Configuration) #ip http Port 8080
Ap (Configuration) # Access List 1 Allowed Hosts 10.0. 1. 1
Ap (Configuration) #ip http Access-Category 1