Hello,
I have 2 4900 Brocade Switches, version 6.2.2b and I'm looking to set up a customer polling to monitor port errors. Does anyone no the MIB OID to set the custom poller up.
Thanks
HI StealthRider--
Have you Googled this? I did a search and got the following link:
http://www.oidview.com/mibs/1588/md-1588-1.html
Also, I'm going to move this post to the NPM forum.
M
Yes,
I have google this and I came up with the that link on my many search in google. I'm looking for an OID that will give me the total count for ports error. Not looking for error on any one port. All port, the Total.
Port errors are collected on the interface level. Creating a UnDPs for interface errors from the MIB2.interfaces MIB and transforming the results with a column sum function should do the trick. Errors are measured as in and out on seperate OIDS so you will actually create 2 UnDPs.
Andy,
Thanks for the help. I understand thats I'm going to create 2 device pollers, one of for In bound errors and one for Outbound errors. My next question is where can I information on how to tranforming the results with a colums sum function.