| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| All, I got checkpoint snmp to work on my SPLAT NGx R65 enforcement modules. the command I use is this: snmpwalk -v 1 -c splat_R65 127.0.0.1:260 .1.3.6.1.4.1.2620 the question I have is this. Where in the output that will show CPU utilization? Since the SPLAT box is dual quad-core IBM x3650, I would like to see the snmp cpu utilization matches with what I see in SmartView Monitor. Comments anyone? Thanks. |
| |||
| I use this ucd/net OID's at splat ucd/net - CPU Usage - User Data Source Type : COUNTER OID: .1.3.6.1.4.1.2021.11.50.0 ucd/net - CPU Usage - Nice, Data Source Type : COUNTER OID: .1.3.6.1.4.1.2021.11.51.0 ucd/net - CPU Usage - System Data Source Type : COUNTER OID: .1.3.6.1.4.1.2021.11.52.0 ucd/net - Load Average - 1 Minute Data Source Type : GAUGE OID: .1.3.6.1.4.1.2021.10.1.3.1 ucd/net - Load Average - 5 Minute Data Source Type : GAUGE OID: .1.3.6.1.4.1.2021.10.1.3.2 ucd/net - Load Average - 15 Minute Data Source Type : GAUGE OID: .1.3.6.1.4.1.2021.10.1.3.3 There are some PDF's in SecureKnowledge for example SecurePlatform_SNMP_OS_MIB.pdf And another Check_Point_MIBs_R65.pdf, but i don't have the location at the moment. |
| |||
| The problem with standard snmpd (port 161) is that if you have multiple-CPUs machine, it can be tricky. However, I found a work-around using checkpoint snmp port 260: snmpwalk -v 1 -c yourcommunity 192.168.1.1:260 1.3.6.1.4.1.2620.1.6.7.2.4.0 example: [Expert@labgw]# snmpwalk -v 1 -c cciesec2006 127.0.0.1:260 1.3.6.1.4.1.2620.1.6.7.2.4.0 SNMPv2-SMI::enterprises.2620.1.6.7.2.4.0 = INTEGER: 15 [Expert@labgw]# |
![]() |
| Thread Tools | |
| Display Modes | |
| |