gmac63
March 9, 2007, 1:48pm
1
Is there a good way to collect network interface statistics, much like [not exactly as] tcpdump? I need to know specific interface statistics such as dropped packets, retries, errors, etc.
I am still having an issue with my routerboard 532A [ see: “Routerboard/RouterOS losing serious connection” http://forum.mikrotik.com/t/routerboard-routeros-losing-serious-connection/11344/1 for more information ].
I may have the issue narrowed down to:
the routerboard/RouterOS does not work well with the DEMARC fiber device ( connects the network to a fiber WAN called MetroE ) or
there is a serious issue with setting the NICs on the routerboard to 10/full or
there is a serious issue with dropping packets using bridged interfaces or
the routerboard is defective or
a combination of all the above.
I NEED to determine the issue. Any and all help is greatly appreciated. These types of devices should NOT have this issue.
Thanks all
-Wes
If you query with snmp you can get these values, if the NIC supports them. This helps track down when you are having auto negotiation mismatches, etc.
gmac63
March 9, 2007, 6:04pm
3
This is a good suggestion, but does RouterOS support this SNMP information? I will try that today. I HAVE to know what the issue is.
Can “the Dude” help me?
Thanks.
-Wes
/interface print oid
0 R name=.1.3.6.1.2.1.2.2.1.2.1 mtu=.1.3.6.1.2.1.2.2.1.4.1
mac-address=.1.3.6.1.2.1.2.2.1.6.1 admin-status=.1.3.6.1.2.1.2.2.1.7.1
oper-status=.1.3.6.1.2.1.2.2.1.8.1 bytes-in=.1.3.6.1.2.1.2.2.1.10.1
packets-in=.1.3.6.1.2.1.2.2.1.11.1 discards-in=.1.3.6.1.2.1.2.2.1.13.1
errors-in=.1.3.6.1.2.1.2.2.1.14.1 bytes-out=.1.3.6.1.2.1.2.2.1.16.1
packets-out=.1.3.6.1.2.1.2.2.1.17.1
discards-out=.1.3.6.1.2.1.2.2.1.19.1 errors-out=.1.3.6.1.2.1.2.2.1.20.1
Sam
gmac63
March 10, 2007, 12:33am
5
Thanks Sam. I did an snmpwalk and got the information I needed. 0 errors which means I have bigger issues.
-Wes