有时调试需要关闭Clientmatch,可以通过关闭特定终端来测试效果或排查问题。使用以下命令为客户端禁用Clientmatch
#add ap arm client-match unsupported 3c:97:0e:4f:b3:86
使用下面命令检查客户端在Clientmatch unsupported列表下是否列出
#show ap arm client-match unsupported
Client Match Unsteerable Clients
---------------------------------
MAC Unsteerable Flags Last Steer Time Total steers/successful
--- ----------------- --------------- -----------------------
3c:97:0e:4f:b3:86 Administrator added Mar 27 02:49:19 2014 0/0
S: Sticky L: Load Balance B: Bandsteer I: IOS
Total Unsteerable Clients:1
使用以下命令从unsupported 客户端列表中删除
#clear ap arm client-match unsupported client-mac 3c:97:0e:4f:b3:86
很有用的command,我们这边刚好有个特殊的终端,总是会在两个AP之间不停的ClientMatch
之前想实现没找到命令,原来在这里