(H3C AC+AP) On the H3C AC, query which AP is under the user's mac address or IP address

Cause: The WiFi signal of the user terminal keeps disconnecting and reconnecting, and it is found that the signal of the AP has disappeared. There is no problem after checking the configuration, but later it is found that restarting can restore the use of the AP, but such problems will still occur after a period of time , because the AP does not have a spare replacement for maintenance, this AP affects the user to drift on other APs, so it needs to be restarted for a few days, and then it is necessary to query the management address of the AP, and directly open the remote restart AP. (The APs belonging to this department are used up and there is no backup, but the management AP is completely managed independently, so I can only try to borrow from the person in charge of wireless management at the network department, but it is not clear what the situation is)

The WiFi I use is not an AP at the user site, but a home router, just for demonstration purposes

1. First confirm whether the WiFi can be connected (if it is an AP on the ceiling of the hall, then some special means are required to check)

0496cf8be1ad483986cce5df1c1e9592.png

 2. If it is connected, check the IP address of the terminal immediately (turn on the WiFi in the settings, or download a wireless magic box "WiFi Magic Box")

3b62510c79c6473baf8bb5f9c1f4d9c4.png

 3. On the AC, check which AP the terminal's IP address is under

8e354a7dc9384a16800f66462ec576cd.jpeg

4. After checking, check the management address of the AP (you can see that the IP address of this AP is 172.17.188.110)

854a7d9074064790b9004ad5ff06eb43.png

 5. Next, try to log in remotely (Telnet) to check whether the AP can log in remotely. If not, just enable remote login.

(1) If this happens, it means that the AP cannot log in remotely

efb91e59c1564942b08685eda7a9cbde.png

(2) The console port cannot be logged in

 fae66e145b1e43e49a1a38ef1d503a6a.png

 (3) Enter the probe mode and enable remote login for all APs

717936331ae94a268b9710b1bf8bbd45.png

 6. After telnet remote, restart the AP5f98332c7a884a629b8b522b3a90230b.png

 (Usually, the name of the AP should be written on the AP shell, and the name in the AP configuration should also be modified to facilitate positioning. The one I encountered happened to have nothing written, because it is powered by POE, and the network cable of the switch is not positioned)

d19b1aea130d46e99250e4cf1bd861cb.png

所需要的一些基本命令

dis wlan  client | include 172.17.132.193

display wlan client或者display wlan client ap all
	查看所有AP下的终端IP地址和mac地址信息

display wlan client ap AP-1
	查看AP-1这一个AP下的终端IP地址和mac地址信息

display wlan client mac-address 1234-1234-1234
	查看这个mac地址的终端连接着那一台AP

display wlan client mac-address 1234-1234-1234 verbose
	查看这个mac地址的终端连接着那一台AP以及详细信息(终端的ip、mac和ap的名字、SSID、所属VLAN、信道等配置信息)


display wlan client | include 192.168.1.1
	查看这个IP地址终端属于那一台AP
display wlan client | include 1234-1234-1234
	查看这个mac地址终端属于那一台AP

display wlan ap all 
    查看所有AP

display wlan ap all address 
    查看所有AP的IP地址

 

 

Guess you like

Origin blog.csdn.net/gyfvaf/article/details/130741509