How to work with SNMP tools #501
Quali-Community
started this conversation in
Useful Tips & Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
SNMP Overview
SNMP (Simple Network Management Protocol) is an “Internet standard protocol” for managing devices on IP networks.
SNMP uses an extensible design, where the available information is defined by management information bases (MIBs). MIBs describe the structure of the management data of a device subsystem; they use a hierarchical namespace containing object identifiers (OID). Each OID identifies a variable that can be read or set via SNMP.
SNMP in TestShell Studio
In TestShell Studio we have 3 tools to work with SNMP:
In order to capture data out of SNMP traps you can use earthier an external MIB Browser that will allow you to use the relevant OID out of the SNMP trap or you can use Studio Grab SNMP Trap tool in order to grab the trap and extract the OID out of it.
Capture SNMP traps using TestShell Studio
The following section will describe what are the steps you should perform in order to create a simple test that will enable you to capture SNMP traps and extract data out of the relevant OID using TestShell Studio tools.
Note – Before you will be able to start capturing any SNMP trap you need to make sure that your device is configured to send SNMP Traps to the IP where you will run the test.
2. The second step will be adding a “Grab SNMP” tool to our canvas in order to capture all SNMP traps that are being sent from our device. After defining the session (which should be the same session as we defined in step 1) we can click activate and get all SNMP traps that our device sent to our computer.
Using the Grab SNMP tool we can capture all SNMP traps and also get further details about each one of the traps:
Using SNMP Manager tool in TestShell Studio
SNMP manager tool allows to run specific SNMP methods.
The following steps will describe a simple example for working with SNMP manger tool:

3. After setting the session we can use all available methods, in the following example we will see how to get a value:Attachments:
Oriel Belzer (Oriel.B) - 11/28/2012 07:55 AM
· 2646 ·
Beta Was this translation helpful? Give feedback.
All reactions