What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

How to pull RT68 WAN interface Stats

puyallup

New Around Here
I'm looking for some help troubleshooting any issue I'm having with the WAN interface on my RT68U. Is there a telnet command to pull WAN interface stats? Possible CRC errors or anything like that.

I have a Comcast Gig and I have notice that after either rebooting my Router or Cable Modem or disconnecting the cable between them for a couple of seconds and putting it back I get full gig speed (900ish) I'm expecting at any time of the day or night. However after several hours those speed slow to 500 - 600ish Mb. So I'm trying to determine the root cause.

All the setting on the router should be correct:
1. Reset to default and reconfigured the router
2. Disabled QOS
3. Disabled Span Tree
4. Enabled CTF/FA

I have tried different cable modems: MB8600 and CM1000 hoping that it might be an issue with the Gig interface on that side. At this point hoping I can find some clues thru the router stats before I look at replacing the router altogether.
 
Try using ifconfig on your WAN interface (it's either eth0 or vlan2).

Look for errors on RX/TX packets or collisions.

Code:
admin@RT-AC68U:/tmp/home/root# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 30:5A:3A:C7:8A:20
          inet addr:82.22.119.92  Bcast:82.22.119.255  Mask:255.255.252.0
          inet6 addr: fe80::325a:3aff:fec7:8a20/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:667895873 errors:0 dropped:0 overruns:0 frame:0
          TX packets:544806117 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2890493476 (2.6 GiB)  TX bytes:2402824941 (2.2 GiB)
          Interrupt:179 Base address:0x4000

admin@RT-AC68U:/tmp/home/root# ifconfig vlan2
vlan2     Link encap:Ethernet  HWaddr 30:5A:3A:C7:8A:20
          inet6 addr: fe80::325a:3aff:fec7:8a20/128 Scope:Link
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top