I'm working on troubleshooting some issues with a Barracuda Spam Firewall. We have SNMP OIDs defined, per the Barracuda documentation, for: inQueueSize, outQueueSize, deferredQueueSize, avgEmailLatency, and notifyQueueSize.
The Barracuda documentation lists these as:
OID Object Description
1.3.6.1.4.1.20632.2.2 | inQueueSize | Number of messages waiting to be processed by the Barracuda Spam & Virus Firewall. |
1.3.6.1.4.1.20632.2.3 | outQueueSize | Number of messages waiting to be sent to the mail server. Note that alerts and notifications are queued separately from outbound email. |
1.3.6.1.4.1.20632.2.4 | deferredQueueSize | Number of messages deferred because they could not be processed, and will be requeued for processing. |
1.3.6.1.4.1.20632.2.5 | avgEmailLatency | Difference between the time a message was received by the Barracuda Spam & Virus Firewall and the time it is sent to the mail server. |
1.3.6.1.4.1.20632.2.8 | notifyQueueSize | Count of messages in the notification queue. |
When polling these from the command line, they all work:
$ snmpget -On -v2c -c public 192.168.1.1 1.3.6.1.4.1.20632.2.2
.1.3.6.1.4.1.20632.2.2 = INTEGER: 5
$ snmpget -On -v2c -c public 192.168.1.1 1.3.6.1.4.1.20632.2.3
.1.3.6.1.4.1.20632.2.3 = INTEGER: 3087
$ snmpget -On -v2c -c public 192.168.1.1 1.3.6.1.4.1.20632.2.4
.1.3.6.1.4.1.20632.2.4 = INTEGER: 9
snmpget -On -v2c -c public 192.168.1.1 1.3.6.1.4.1.20632.2.5
.1.3.6.1.4.1.20632.2.5 = INTEGER: 2
snmpget -On -v2c -c public 192.168.1.1 1.3.6.1.4.1.20632.2.8
.1.3.6.1.4.1.20632.2.8 = INTEGER: 1
When polling them from the Orion UnDP poller, I get "The OID is not supported."

Any ideas? Even stranger? These are already built within Orion, but the numbers being returned are incorrect:
