Is there any way to reset the Interface>>Wireless>>Traffic TX/RX bytes/packet/drops/errors counters such as can be done with the ETH and Bridge interfaces?
Thanks.
Vance
Is there any way to reset the Interface>>Wireless>>Traffic TX/RX bytes/packet/drops/errors counters such as can be done with the ETH and Bridge interfaces?
Thanks.
Vance
In CLI you can do the following:
/interface reset-counters wlan1
It seems in GUI it’s not possible for wireless interfaces, or was forgotten to implement.
Excellent. Thanks.
It wasn’t covered in the Wiki that I could find, although the CLI command you provided had occurred to me. It didn’t work because I tried
/interface wlan1 reset-counters
which is wrong.
A tip: in CLI you can press TAB at any valid location (ie. before or after a word) and it will show you what as next is possible.