- This topic has 2 replies, 1 voice, and was last updated 4 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
UK Tech Forums
› UKTH forums › ๐ Wireless Routers & Modems › ASUS & Wireless › Useful Telnet Commands for ASUS Routers Via Telnet, an ASUS router and modem router will give the following stats: tcapi show Info_Adslย –ย ย shows the dsl stats for modem router units – DSL-AC56U etc. lsmod – shows...
Via Telnet, an ASUS router and modem router will give the following stats:
tcapi show Info_Adslย –ย ย shows the dsl stats for modem router units – DSL-AC56U etc.
lsmod – shows which loadable kernel modules are currently loaded
cat /proc/tc3162/adsl_stats – show DSL status, such as DSL SNR, attenuation, attainable rate, DSL uptime etc.
cat /tmp/adsl/info_adsl.txt – show list of DSL stats inย – works for DSL-AC68U
bcm_xdslctl info โstatsย (for DSL-AC88U)
bcm_xdslctl stop (for DSL-AC88U) stops DSL connection
UK Sentinel
In a completely sane world, madness is the only freedom (J.G.Ballard).
You need to login in order to vote
and these for the DSL-AC88U โฆ…
For xDSL connection link down/up (only DSL connection disconnect/restart)
bcm_xdslctl connection โdown
bcm_xdslctl connection โup
For xDSL driver down/up (whole DSL PHY driver down/reinitiate)
bcm_xdslctl stop
bcm_xdslctl start
In a completely sane world, madness is the only freedom (J.G.Ballard).
You need to login in order to vote
For DSL-AX82U to adjust SNR values (ADSL) still testing for VDSL ?
xdslctl configure1 –snr XXX
In a completely sane world, madness is the only freedom (J.G.Ballard).
You need to login in order to vote