Hi
just tried to get software version or installed hotfix per SNMP.
the guide CP_SNMP_BestPracticesGuide.pdf mentioned:
Major version fwVerMajor
.1.3.6.1.4.1.2620.1.1.22
Minor version fwVerMinor
.1.3.6.1.4.1.2620.1.1.23
I tried this on different appliances (R80.40), running the command on the gateway itself.
[Expert@R8040]# snmpwalk -v 2c -c REMOVED localhost .1.3.6.1.4.1.2620.1.1.22
SNMPv2-SMI::enterprises.2620.1.1.22.0 = Gauge32: 9
[Expert@R8040# snmpwalk -v 2c -c REMOVED localhost .1.3.6.1.4.1.2620.1.1.23
SNMPv2-SMI::enterprises.2620.1.1.23.0 = Gauge32: 9
[Expert@R8040]# snmpget -v 2c -c REMOVED localhost .1.3.6.1.4.1.2620.1.1.23
SNMPv2-SMI::enterprises.2620.1.1.23 = No Such Instance currently exists at this OID
[Expert@R8040]# snmpget -v 2c -c REMOVED localhost .1.3.6.1.4.1.2620.1.1.22
SNMPv2-SMI::enterprises.2620.1.1.22 = No Such Instance currently exists at this OID
[Expert@R8040]# snmpwalk -v 2c -c REMOVED localhost 1.3.6.1.4.1.2620.1.6.16.7
SNMPv2-SMI::enterprises.2620.1.6.16.7.0 = STRING: "Check Point 6200P"
What did I wrong?
Is there any way to get this by SNMP?
Best Regards