Hi,
I’ve performance issues with RB500 routing 2 Ethernet Segments.
I assume it has to do with collisions. But I cant find a counter
or indication in ROS. The switch is dumb so no numbers too.
Any hints where to find collision counter?
Stefan
Hi,
I’ve performance issues with RB500 routing 2 Ethernet Segments.
I assume it has to do with collisions. But I cant find a counter
or indication in ROS. The switch is dumb so no numbers too.
Any hints where to find collision counter?
Stefan
There are no collisions on full duplex ethernet.
You can query the snmp for the NIC to get the error counts and other useful data though. Typically a auto-negotiation issue will cause certain problems, fixing them at 100 full to see if that helps.
Sam
There are however, things like CRC Errors, Frame Errors, etc etc etc…
I’d definately second a call for counters inside MT…
[@cip-office] interface> print oid
Flags: X - disabled, D - dynamic, R - running
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
The stats are there, they just aren’t accessable outside of snmp.
Sam