Collecting AP Online Information
Checking AP Status on the AC (Web System)
- Check whether AP status is normal.
Choose Monitoring > AP > AP List to check AP status.
- Check whether an AP has an IP address.
Choose Configuration > AC Config > IP > DHCP Address Pool. In Address Pool List, select an address pool. In Address Pool Information, check detailed information about the IP address pool. Check whether the AP has obtained an IP address based on the MAC address.
- If the AP has an IP address, check whether the IP address can be pinged.
Choose Diagnosis > Diagnosis Tool > Ping and ping the IP address.
- Check whether the number of APs exceeds the maximum number allowed by the license.
Choose Maintenance > License > License Info to check the license information.
- Check whether the AP is in the non-authenticated AP list.
Choose Configuration > AP Config > AP Config > AP Info > Non-authorized AP List to check whether any APs fail to be authenticated.
- Check whether the MAC address or SN of the AP conflicts with that of another AP or is incorrectly set.
Choose Monitoring > AP > AP List and select All to check information about all APs. Check whether the MAC address and SN of the AP are the same as those of another AP.
Checking AP Status on the AC (CLI)
- Check whether AP status is normal.
Run the display ap all command to check AP status.
<AC6605> display ap all Total AP information: fault: fault [1] nor : normal [1] vmiss: ver-mismatch [1] ------------------------------------------------------------------------------------------ ID MAC Name Group IP Type State STA Uptime ------------------------------------------------------------------------------------------ 0 dcd2-fc22-d880 dcd2-fc22-d880 default 10.1.7.254 AP7110DN-AGN nor 0 7H:18M:44S 1 dcd2-fcf4-6420 dcd2-fcf4-6420 default - AP7110DN-AGN fault 0 - 2 e468-a352-7a10 e468-a352-7a10 default 10.1.7.250 AP5010SN-GN vmiss 0 - ------------------------------------------------------------------------------------------
- Check whether an AP has an IP address.
Run the display ip pool { interface interface-pool-name | name ip-pool-name } used command to check allocated IP addresses. Check whether the AP has obtained an IP address based on the MAC address.
[AC6605] display ip pool interface Vlanif1219 used Pool-name : Vlanif1219 Pool-No : 4 Lease : 1 Days 0 Hours 0 Minutes Domain-name : - DNS-server0 : - NBNS-server0 : - Netbios-type : - Position : Interface Status : Unlocked Gateway-0 : 10.1.1.2 Network : 10.1.0.0 Mask : 255.255.240.0 VPN instance : -- Conflicted address recycle interval: - ----------------------------------------------------------------------------- Start End Total Used Idle(Expired) Conflict Disable ----------------------------------------------------------------------------- 10.1.0.1 10.1.15.254 4093 4 4084(0) 5 0 ----------------------------------------------------------------------------- Network section : ----------------------------------------------------------------------- Index IP MAC Lease Status ----------------------------------------------------------------------- 4085 10.1.15.246 dcd2-fc9a-c800 7375 Used 4086 10.1.15.247 1047-80af-fbc0 7369 Used 4087 10.1.15.248 dcd2-fcf4-6420 7929 Used 4090 10.1.15.251 dcd2-fc22-d880 9368 Used -----------------------------------------------------------------------
- If the AP has an IP address, check whether the IP address can be pinged.
Run the ping command to ping the IP address.
[AC6605] ping 10.1.15.251 PING 10.1.15.251: 56 data bytes, press CTRL_C to break Reply from 10.1.15.251: bytes=56 Sequence=1 ttl=255 time=1 ms Reply from 10.1.15.251: bytes=56 Sequence=2 ttl=255 time=1 ms Reply from 10.1.15.251: bytes=56 Sequence=3 ttl=255 time=1 ms Reply from 10.1.15.251: bytes=56 Sequence=4 ttl=255 time=1 ms Reply from 10.1.15.251: bytes=56 Sequence=5 ttl=255 time=1 ms --- 10.1.15.251 ping statistics --- 5 packet(s) transmitted 5 packet(s) received 0.00% packet loss round-trip min/avg/max = 1/1/1 ms
- Check whether the number of APs exceeds the maximum number allowed by the license.
Run the display license resource usage command to check the license information.
<AC6605> display license resource usage Activated License: - FeatureName | ConfigureItemName | ResourceUsage CRFEA1 LH85WLANAP00 4/4
- Check whether the AP is in the non-authenticated AP list.
Run the display ap unauthorized record command.
<AC6605> display ap unauthorized record
- Check whether the MAC address or SN of the AP conflicts with that of another AP or is incorrectly set.
Run the display wlan wdev ap-information ap-mac mac-address command in the diagnostic view to check the MAC address and SN of the AP.
<AC6605> display wlan wdev ap-information ap-mac mac-address
Checking CAPWAP Link Information and Packet Statistics on the AC
[AC6605-diagnose] display capwap linkinfo //Check CAPWAP link information. [AC6605-diagnose] display capwap statistics control-packets [ by-link link-id | by-mac mac-address ] //Check statistics on CAPWAP control packets.
Collecting Trace Information on the AC
The trace information is collected in real time.
[AC6605] trace enable [AC6605] trace object mac-address mac-address
Checking CAPWAP Link Information and Packet Statistics on the AP
[ap-1-diagnose] display capwap statistics control-packets [ by-link link-id | by-mac mac-address ] //Check statistics on CAPWAP control packets.