Skip to content

ERX Toolbox

Station statistics

Here some examples how to get statistics for stations connected to UAP

iwconfig <1>
wlanconfig ath0 list station <2>
ip -s -h link show dev eth0 <3>

<1> get UAP interfaces ( iwconfig --help for broad info)
this can change tx-power also
<2> get stations statistics on specified UAP interface <3> stats for interface

PPPoE interface status and logs

show interfaces pppoe pppoe0
show interfaces pppoe pppoe0 log

Add repository to ER-X

configure
set system package repository wheezy components 'main contrib non-free'
set system package repository wheezy distribution wheezy 
set system package repository wheezy url http://archive.debian.org/debian
commit
save
exit

Remove repository from ER-X

configure
delete system package repository wheezy
commit , save
exit

HW NAT enable

Enable means use CPU (hardware) instead software.

configure
set system offload hwnat enable
commit ; save

Disable traffic control after upgrade

show configuration

configure
delete traffic-control
commit
save
exit
reboot now
Last updated on