Server Management - Systems Insight Manager
1833780 Members
2233 Online
110063 Solutions
New Discussion

SonicWall MIBS in SIM5?

 
Andrew_346
Regular Advisor

SonicWall MIBS in SIM5?

Has anyone compiled and registered SonicWall MIBS into SIM5.0? I'm running Pro2040s between colocation sites and I'd like to receive traps through SIM.

Problem is, I get an error on compile:

Line: 61: Error defining OBJECT IDENTIFIER: invalid registration for snmpTraps

The code looks good when compared to other MIBs.

TIA
-Andrew
1 REPLY 1
Stacy Rogers
Occasional Advisor

Re: SonicWall MIBS in SIM5?

If you're referring to the sonicwall-firewall and sonicwall-smi MIBs, they can be loaded with these changes.

First load the sonicwall-smi.mib into Systems Insight Manager. The files need to be in the Systems Insight Manager\mibs directory.

Change this line in the sonicwall-firewall.mib from
snmpTraps OBJECT IDENTIFIER ::= {snmpModules 1 1 5 }
to
snmpTraps1 OBJECT IDENTIFIER ::= {snmpModules 1 }
snmpTraps2 OBJECT IDENTIFIER ::= {snmpTraps1 1 }
snmpTraps OBJECT IDENTIFIER ::= {snmpTraps2 5 }

Then in each of the traps at the end of the file, remove the 0 in the ::= statement.
For example, from ::= { sonicwallFwTrapRoot 0 6} to ::= { sonicwallFwTrapRoot 6}

After making these changes, you should be able to load the mib.