studyfisher,无线控制器的配置问题(V7)
1676093618,
问题描述:
请教,
要求某个SSID如testssid,最多可以允许接入 20个用户,并对该SSID所在网络进行流控,每个用户上行带宽为1mbps,下行 3mbps 。
V7的控制器的命令是什么?
谢谢。
最佳答案
wlan service-template 7
ssid testssid
client max-count 20
client-rate-limit direction inbound mode static cir 1000
client-rate-limit direction outbound mode static cir 3000
service-template enable
比V5少一个wlan-ess接口的配置,其他都一样。
谢谢,其实V7上少了wlan-ess接口是通过什么来完成原来这个V5接口该完成的功能的呢?
studyfisher 发表时间:顶楼上