Active3 years, 3 months ago
  1. Checkpoint Serial Number Cli Splatter
  2. Checkpoint Serial Number Cli Splat Command To Find
  3. Serial Number Check
  4. Kumpulan Serial Number Idm
  5. Checkpoint Cli Show Serial Number

Check Point CLI Reference Card – v2.1 by Jens Roesen. Expert Mode GAiA clish SPLAT cpshell IPSO clish IPSO shell. Log show View log fle number from the log list index. Basic troubleshootng cpview View OS and sofware blade statstcs. See sk101878. How to determine the exact model of a Check Point appliance from the CLI.

Serial number idm

Checkpoint Serial Number Cli Splatter

I'm unable to get the manufacturer serial number when I do an SNMP get on an OID .2.47.1.1.1.1.11.1.0. If I do an snmpget with the below command on the OID with the command:

I get the message:

Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: joint-iso-ccitt.47.1.1.1.1.11.1.0

I did search on google for the possible cause of error by going to this SO thread as it is caused by missing the instance subidentifier.

I performed an SNMPtranslate for the OID and I got the below string joint-iso-ccitt.47.1.1.1.1.11.1.0.

And when I performed an snmpwalk on the OID by the below command i get the message as END OF MIB.

Please let me know where I'm going wrong and let me know the exact generic OID to get the manufacturers serial number.

Community
Santhosh PaiSanthosh Pai
1,5956 gold badges19 silver badges45 bronze badges

2 Answers

Who tells you the OID is .2.47.1.1.1.1.11.1.0?

Seriously speaking, a normal OID starts with .1, except .0.0 which is very special.

Checkpoint Serial Number Cli Splat Command To Find

Lex LiLex Li
44.4k7 gold badges82 silver badges107 bronze badges

If you start with walking the top of the MIB tree, you'll soon find out which variables your equipment supports:

Remove the '-Ont' to get translated names, where possible, instead of the fully numeric OIDs.

If you're looking for vendor-independent data, you could look into a MIB that most equipment supports, SNMPV2-MIB:

Checkpoint Serial Number Cli Splat

However, you'll find it does not contain any serial number variable. Most vendors provide a vendor-specific (or product-specific) MIB which will define, among other things, serial number. However, like most things in SNMP, it's entirely up to each vendor which MIBs they choose to implement.

Jolta

Serial Number Check

Jolta
2,4061 gold badge23 silver badges39 bronze badges

Kumpulan Serial Number Idm

Not the answer you're looking for? Browse other questions tagged snmpnet-snmp or ask your own question.

Checkpoint Cli Show Serial Number

Asset Retrieval on IP Series Appliances running Gaia OS
Solution IDsk69648
ProductIP Appliances, Security Gateway
VersionR75.40, R75.40VS, R75.45, R75.46, R75.47, R76, R77, R77.10, R77.20, R77.30
OSGaia
Platform / ModelIP2450, IP1280, IP690, IP560, IP390, IP290, IP150
Date Created 27-Mar-2012
Last Modified 21-May-2016

There is a shell script that can be used on IP Series appliances to perform asset retrieval.

The script is called 'asset', and it is located in the /bin/ directory. It generates an output file named 'outfile' in your current working directory.

To run this script:

[Expert@gw-1d7325]# cd /bin

[Expert@gw-1d7325]# ls -al | grep asset

-rwxr--r-- 1 admin root 4369 Feb 15 15:20 asset

[Expert@gw-1d7325]# ./asset

To read the output file:

[Expert@gw-1d7325]# cat outfile

Example Output:

Note: In IP150 appliance, the output will be limited.

For IPSO: In IPSO, asset information can be retrieved in Voyager. It can also be retrieved with the show asset hardware command.

This solution has been verified for the specific scenario, described by the combination of Product, Version and Symptoms. It may not work in other scenarios.
Give us Feedback