Difference between revisions of "snmp"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with "mib files location $CPDIR/lib/snmp/ translating to/from OIDs and mib descriptions $ snmptranslate -Tz | grep -i <description | OID> category:snmp category:monitoring")
 
 
Line 1: Line 1:
mib files location
+
mib files location on check point device
 
  $CPDIR/lib/snmp/
 
  $CPDIR/lib/snmp/
  
translating to/from OIDs and mib descriptions
+
==mib descriptions and OID of interest==
  $ snmptranslate -Tz | grep -i <description | OID>
+
 
 +
 
 +
 
 +
appliance model
 +
  "svnApplianceProductName"                      "1.3.6.1.4.1.2620.1.6.16.7"
 +
 
 +
get check point version
 +
"svnVersion"                    "1.3.6.1.4.1.2620.1.6.4.1"
 +
 
 +
example:
 +
[Expert@chkpfw1:0]# '''snmpget -v2c -c public localhost 1.3.6.1.4.1.2620.1.6.4.1.0'''
 +
SNMPv2-SMI::enterprises.2620.1.6.4.1.0 = STRING: "R80.20"
 +
 
 +
 
 +
 
  
 
[[category:snmp]]
 
[[category:snmp]]
 
[[category:monitoring]]
 
[[category:monitoring]]

Latest revision as of 18:39, 15 April 2021

mib files location on check point device

$CPDIR/lib/snmp/

mib descriptions and OID of interest

appliance model

"svnApplianceProductName"                       "1.3.6.1.4.1.2620.1.6.16.7"

get check point version "svnVersion" "1.3.6.1.4.1.2620.1.6.4.1"

example:

[Expert@chkpfw1:0]# snmpget -v2c -c public localhost 1.3.6.1.4.1.2620.1.6.4.1.0
SNMPv2-SMI::enterprises.2620.1.6.4.1.0 = STRING: "R80.20"