05-25-2006, 12:58 PM
|
#2 (permalink)
|
| New Member
Join Date: May 2006 Model: 7100T
Posts: 5
Post Thanks: 0 Thanked 0 Times in 0 Posts
| After taking another look at the "BlackBerry Enterprise Server for Microsoft Exchange Version 4.0 Maintenance Guide Appendix C: SNMP Values" I noticed that for the BlackBerry Enterprise Server events section the traps are defined as ".1.3.6.4.1.3530.9". The MIB loads up the traps as ".1.3.6.4.1.3530.5.9". So the documentation is closer to some of the traps we are seeing in our production environment.
The problem in the MIB file is they have coded:
-- RIM
-- FROM RIM-MIB;
rim OBJECT IDENTIFIER ::= { enterprises 3530}
blackBerryServer OBJECT IDENTIFIER ::= {rim 5}
besTrapVariables OBJECT IDENTIFIER ::= {blackBerryServer 9}
The besTrapVariables line should be instead
besTrapVariables OBJECT IDENTIFIER ::= {rim 9}
In order to make it dependent on the "3530" tree. I can't believe we are the first ones to stumble across this. Was this correct in previous BES versions? |
| Offline
| |