[revisited] Nokia IP Firewall Checkpoint Template V0.2

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

lamerz
Posts: 6
Joined: Fri Jan 23, 2004 10:56 am
Location: France

Post by lamerz »

ymartin59 wrote:
kharford wrote: I did have snmp and csnmpd running at the same time. I needed to set up a proxy in Net-SNMP on the firewall to query the Checkpoint mib.
KMH
Hello,
May you describe how you configured that proxy ? Thank you in advance.
You need to put this in your snmpd.conf and restart snmpd:
proxy -v 1 -c public localhost:260 .1.3.6.1.4.1.2620

You only need this with NetSNMP, since Nokia IPSO 3.8 (?) this proxy is already configured; just start cpsnmpd with cpconfig.
yanhannet
Posts: 16
Joined: Mon Jun 20, 2005 9:45 pm

Post by yanhannet »

can't get any data when i use the oid .1.3.6.1.4.1.2620......
but could get from oid 1.3.6.1.4.1.94. ....
device : nokia 350 470 750
i want to monitor them ,but i didn't the oid detail ...
can you help me ?
kharford
Cacti User
Posts: 50
Joined: Thu Jul 07, 2005 11:53 am
Location: Mass, USA

Post by kharford »

This is what I puit in my snmpd.conf file:

proxy -v 1 -c public localhost:260 .1.3.6.1.4.1.2620


Now you must have the Checkpoint SNMP daemon running on port 260 for this to work


KMH
poezie
Posts: 24
Joined: Tue Feb 28, 2006 7:53 am

Rejected Graphs

Post by poezie »

Hi

Can you please help as we are getting graphs in all the other vies but nothing is getting graphed in the Rejected graph has anyone got any ideas ?

Thanks
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

You may derive the OID from the resource/snmp_queries/ XML template: .1.3.6.1.4.1.2620.1.1.25.5.1.11 and .1.3.6.1.4.1.2620.1.1.25.5.1.12. Please try to snmpwalk against them from command line to see, whether the device responds. Or set Settings->Logging Level to DEBUG for one polling cycle and find those OIDs in log/cacti.log along with the results
Reinhard
vinx
Posts: 18
Joined: Mon Mar 06, 2006 12:02 pm

Post by vinx »

Hello All,

I downloaded template and script.

I tried to monitor my Checkpoint firewall, but it shows empty graph.

SNMP is working:

Code: Select all

SNMP Information
System: IPSO firewall 3.8.1-BUILD028 releng 1518 12.02.2004-222502 i386
Uptime: 6383809
Hostname: firewall
Location:
Contact: 
but nothing appears in the graph.
Any idea?
User avatar
Pumpi
Cacti User
Posts: 259
Joined: Wed Jan 14, 2004 3:23 am
Location: Germany

Post by Pumpi »

vinx,

have you enabled the Checkpoint SNMP daemon with cpconfig on your enforcement points (firewalls) ?

Otherwise you will get only Nokia IPSO related informations via SNMP.

Pumpi
vinx
Posts: 18
Joined: Mon Mar 06, 2006 12:02 pm

Post by vinx »

Pumpi wrote:vinx,

have you enabled the Checkpoint SNMP daemon with cpconfig on your enforcement points (firewalls) ?
Do you know how to do?
vinx
Posts: 18
Joined: Mon Mar 06, 2006 12:02 pm

Post by vinx »

vinx wrote:
Pumpi wrote:vinx,

have you enabled the Checkpoint SNMP daemon with cpconfig on your enforcement points (firewalls) ?
Do you know how to do?
Ok, stupid question. I found it.

my question is... how to set the ro community name?
barahona
Posts: 6
Joined: Thu May 11, 2006 5:51 am

Not OIDs working

Post by barahona »

Hi,

First, very good work with the graphical templates, thanks for sharing it. :)

I cant generate working graphs. Two problems found:

- fwIfTable graph is not creating rrd nor asking snmp questions. I have checked everything that I know but I have no idea why is not working. Not really sure how to check if the OIDs from the XML have been imported correctly (no error appeared after importing).

- Connections/CPU Usage/Memory Usage/Packets accepted/Packets dropped/Packets logged/Packets rejected graphs have not OIDs but after add them to the Data Templates are working.

Debian 3.1
Cacti 0.8.6h (debian package)

Any help will be really apreciated.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Some users reported that they had to import twice. Not sure on this. But you may try.
Then, please post the firewall XML file of ./resource/snmp_queries. And perhaps a screenshot would help
Reinhard
barahona
Posts: 6
Joined: Thu May 11, 2006 5:51 am

Post by barahona »

lvm wrote:Some users reported that they had to import twice. Not sure on this. But you may try.
Then, please post the firewall XML file of ./resource/snmp_queries. And perhaps a screenshot would help
Reinhard
Just now, I have been able to make it work. It seems that some kind of inconsistence was on my cacti database in the table data_template_data. Probably because I had imported the templates around 10 times but now really sure why. :(

After delete all the templates from cacti and manually deletions in the table data_template_data (glups :-? ) of any rest of the template, importing the templates again and some time and coffee later graphs was its working.

Very nice work. Thanks.
barahona
Posts: 6
Joined: Thu May 11, 2006 5:51 am

snmp checkpoint counters resets

Post by barahona »

Hi,

I noticed that every time a policy is charged in the FW, the snmp counters of checkpoint regarding drops/accepts/rejects etc. are resets as well. This breaks all graphics (a huge peak) and become the graph unusable.

cacti 0.8.6h
rrdtool 1.0.49

Is only happened to me? :(

Has anybody how to avoid it?

Thanks in advance.
Attachments
graph_image.php.png
graph_image.php.png (1.91 KiB) Viewed 15613 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: snmp checkpoint counters resets

Post by gandalf »

barahona wrote:Has anybody how to avoid it?
You may set some MAXIMUM value for the data source. All readings exceeding this will be interpreted as NaN. When doing so, remember to rrdtool tune all existing files to apply this change
Reinhard
barahona
Posts: 6
Joined: Thu May 11, 2006 5:51 am

Re: snmp checkpoint counters resets

Post by barahona »

lvm wrote:
barahona wrote:Has anybody how to avoid it?
You may set some MAXIMUM value for the data source. All readings exceeding this will be interpreted as NaN. When doing so, remember to rrdtool tune all existing files to apply this change
Reinhard
Thanks for the quick response lvm. :)

I read another solution using DERIVE instead COUNTER with "Maximum Value" equals to cero. I have testing it and seems that works as I espected, but not sure about the implications.

Could be that configuration right?

Best regards.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest