Nokia IP Firewall Checkpoint Template
Moderators: Developers, Moderators
IPSO firewall
Hi,
I'm trying to use the nokia xml template to graph memory on some firewall (ipso 3..
My problem is to get the real memory usage.
I have openned the 260 port whith cpsnmp-start command.
I made some tests and compare it with vmstat, ps -aux , fw ctl pstat, voyager, clish and cacti (snmp).
None of these give me the same result (I tend to say snmp is right, but I have no way to prouve it). The difference between those results is really important.
We contact Nokia support, as privilegied custumers, with no result.
Does anyone have feedback about it ?
What is really graphed via snmp ?? (physical memory used , system memory, kernel memory ..... )
thanks in advance for answers
I'm trying to use the nokia xml template to graph memory on some firewall (ipso 3..
My problem is to get the real memory usage.
I have openned the 260 port whith cpsnmp-start command.
I made some tests and compare it with vmstat, ps -aux , fw ctl pstat, voyager, clish and cacti (snmp).
None of these give me the same result (I tend to say snmp is right, but I have no way to prouve it). The difference between those results is really important.
We contact Nokia support, as privilegied custumers, with no result.
Does anyone have feedback about it ?
What is really graphed via snmp ?? (physical memory used , system memory, kernel memory ..... )
thanks in advance for answers
:)
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: Using the NOKIA scripts for SPLAT
But even those entries do not belong to my template! There is NO script in my template at all. And CPU data is gathered from following OIDs:lightningbit wrote:D:/Wwwroot/cacti/scripts/checkpointNG.pl fwsplat01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.1.4.0,
output: U
IDLE: .1.3.6.1.4.1.2620.1.6.7.2.3.0
SYSTEM: .1.3.6.1.4.1.2620.1.6.7.2.2.0
USAGE: .1.3.6.1.4.1.2620.1.6.7.2.4.0
USER: .1.3.6.1.4.1.2620.1.6.7.2.1.0
Please try to snmpwalk these OIDs from your firewall and post the results
Reinhard
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
TO ALL!
I just discovered a problem concerning the templates I provided. Please make sure, thatist set (see Data Template: Firewall - Proc System).
If you have to correct the OID, please make sure to "Clear Poller cache".
Reinhard
I just discovered a problem concerning the templates I provided. Please make sure, that
Code: Select all
SYSTEM: .1.3.6.1.4.1.2620.1.6.7.2.2.0
If you have to correct the OID, please make sure to "Clear Poller cache".
Reinhard
host availability
For host availability script .. take a look here http://forums.cacti.net/viewtopic.php?t ... ailability
I forget to specify this ... Sorry !
I forget to specify this ... Sorry !
-
- Posts: 26
- Joined: Fri Sep 30, 2005 4:23 am
Re: Using the NOKIA scripts for SPLAT
lvm wrote:But even those entries do not belong to my template! There is NO script in my template at all. And CPU data is gathered from following OIDs:lightningbit wrote:D:/Wwwroot/cacti/scripts/checkpointNG.pl fwsplat01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.1.4.0,
output: U
IDLE: .1.3.6.1.4.1.2620.1.6.7.2.3.0
SYSTEM: .1.3.6.1.4.1.2620.1.6.7.2.2.0
USAGE: .1.3.6.1.4.1.2620.1.6.7.2.4.0
USER: .1.3.6.1.4.1.2620.1.6.7.2.1.0
Please try to snmpwalk these OIDs from your firewall and post the results
Reinhard
Reinhard,
I know your template does not use the script (you told me last time, the post you are referring to is my first try with the Nokia script, not the checkpoint one.
As said I'm now using your script, which works much much better
except for the CPU (as explained in another post)
so I did the SNMP walk of the IOD's you told ... the results are ... emtpy :
C:\>snmpwalk -v1 -c public fw01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.2.3.0
C:\>snmpwalk -v1 -c public fw01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.2.2.0
C:\>snmpwalk -v1 -c public fw01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.2.4.0
C:\>snmpwalk -v1 -c public fw01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.2.1.0
C:\>
no results.....
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Please make sure that both snmp agents are running: checkpoints and nokias. As I'm not the fw admin, I don't really know how to start them. Our fw admin told me, there would be nothing else than to strat both; nothing to be configured or the like. But as long as the snmpwalk fails, you won't get any results in cacti. So this has at least been cleared out now.
Reinhard
Reinhard
-
- Posts: 26
- Joined: Fri Sep 30, 2005 4:23 am
Hi,
yes, both agents are running
I actually didn't try with SNMP v 2c but there is a test :
C:\>snmpwalk -v2c -c public fw01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.2.1.0
SNMPv2-SMI::enterprises.2620.1.6.7.2.4.0 = No Such Instance currently exists at this OID
L.
yes, both agents are running
Code: Select all
# ps -ef | grep snmp
root 4044 1 0 Oct12 ? 00:00:00 /opt/CPshrd-R55/bin/cpsnmpd -p 260
root 4556 1 0 Oct12 ? 00:02:16 /usr/sbin/snmpd -s -l /dev/null -P /var/run/snmpd -a -c /etc/snmp/snmpd.users.conf 161
root 4560 1 0 Oct12 ? 00:00:02 /usr/sbin/cpsnmpagentx
root 20606 20539 0 13:09 pts/0 00:00:00 grep snmp
C:\>snmpwalk -v2c -c public fw01.mycompany.com .1.3.6.1.4.1.2620.1.6.7.2.1.0
SNMPv2-SMI::enterprises.2620.1.6.7.2.4.0 = No Such Instance currently exists at this OID
L.
-
- Posts: 26
- Joined: Fri Sep 30, 2005 4:23 am
-
- Posts: 2
- Joined: Fri Feb 03, 2006 11:15 am
Nokia IP Firewall Checkpoint Template
Good morning,
I've made some test and I've see that only the nokia snmp agent is running.
Any body knows how to enable the checkpoint agent?
Regards,
Vincent
I've made some test and I've see that only the nokia snmp agent is running.
Any body knows how to enable the checkpoint agent?
Regards,
Vincent
Re: Nokia IP Firewall Checkpoint Template
vincent.kilchoer wrote:Good morning,
I've made some test and I've see that only the nokia snmp agent is running.
Any body knows how to enable the checkpoint agent?
Regards,
Vincent
for my memory try you have to find a file nammed cpsnmpd
If I remember right, run cpsnmpd start
good luck,
eos
:)
Who is online
Users browsing this forum: No registered users and 1 guest