- CheckMates
- :
- Products
- :
- Quantum
- :
- SMB Gateways (Spark)
- :
- What is supported for SNMP?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is supported for SNMP?
Hi so I'm having a hard time understanding what is supported for polling. I was going through the mib file located on the SMB device and found OIDs for pulling licensing info. Snmpwalk of the tree returns nothing. Like empty strings (I guess that is technically something).. its not saying the OID doesn't exist, its just returning a empty string. I opened a ticket with support and they're telling me the only thing supported on the SMB is what is listed on the snmp page. I pointed out everything listed there is a snmptrap which is different then a polled OID. I was told to file a RFE, which I think is basically the generic go way message. :). I did open like 6 other tickets so its possible they're getting a bit tired of me.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To loop back around on this, tac final agreed something was wrong. At first they were thinking the snmp trap page is the only thing supported but after discussing polling/trapping they reviewed things and opened a task with CFG.
Fix is in R80.20.01 (992000915)
There are still a few things do look sort of strange but at least I can see the CK and some of the license info now.
If you want your snmp issues fixed bother support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stop bothering with TAC, they rarely know about such things.
You can monitor nearly everything with SNMP. Memory and CPU usage, storage space, network interfaces, VPN status, cluster status, etc. The only thing that I am unable to monitor is FANs, voltages and temperatures. I was thinking to open RFE about this but for now I use my own script to do that.
Anyway, if you are using Zabbix I can provide you with ready to use template.
This document is all you need: SNMP Best Practices
And the right CHECKPOINT-MIB of course:
checkpoint MODULE-IDENTITY
LAST-UPDATED "201312261309Z"
ORGANIZATION "Check Point"
CONTACT-INFO "Check Point"
DESCRIPTION "Check Point MIB
See the most common OIDs, with detailed descriptions, in the SNMP Best Practices Guide - sk98552
(https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...)"
REVISION "201312261309Z"
DESCRIPTION "Update the SMIv1 MIB to SMIv2"
::= { enterprises 2620 }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Funny you say that. Playing around with Zabbix is what lead me to here. I'm using the 3.4 template from zabbix user download section.
Good to know the mib hasn't been updated in 7 years. ;). Looks like the same mib on the SMB.
/shrug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, I also used the template from Zabbix downloads but extended it with triggers for VPNs and Cluster monitoring. I wonder why it is not working for you then...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I guess I wasn't clear on this. SNMP polling works fine. SNMP polling of the licensing OID tree does not work. It returns empty strings.
Basically snmpwalk - .1.3.6.1.4.1.2620.1.6.18 (which should be svnLicensing)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, same here. Only SVN Foundation (.1.3.6.1.4.1.2620.1.6.1.0) is reported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SNMP is a mess in these appliances. MIBs are not accurate, most OIDs do not work and there are some OIDs that work but are not in the MIBs (Example: IPS stats).
I had to created separate templates for enterprise appliances and SMB 1400 appliances. I didn't test the 1500s, but I already expect I'll have to create a third template.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To loop back around on this, tac final agreed something was wrong. At first they were thinking the snmp trap page is the only thing supported but after discussing polling/trapping they reviewed things and opened a task with CFG.
Fix is in R80.20.01 (992000915)
There are still a few things do look sort of strange but at least I can see the CK and some of the license info now.
If you want your snmp issues fixed bother support.