Menu

Home

Marcin Kowalczyk

Robot Framework SNMP Library

General

This library provides functionality of SNMP (Simple Network Management Protocol) manager.

Version 1.0 released on 26th of January 2014.

The library uses Snmp4j and Robot Framework Annotation Library. Distributed jar file contains both libraries.

All three versions of SNMP are supported: 1, 2c, and 3. It is possible to send following messages: GET, GETNEXT, GETBULK, SET and INFORM.

While developing, following versions were used:
- Robot Framework 2.8.3
- RIDE 1.2.3
- Python 2.7.5, 2.7.6
- Java 7 (1.7.0)
- Jython 2.7b1

Author: Marcin Kowalczyk

Installation

  1. preconditions: Robot Framework, Java (at least Runtime Environment) and Jython must be installed

  2. download robotframework-snmplibrary.jar or robotframework-snmplibrary.zip and unzip it

  3. add robotframework-snmplibrary.jar to a classpath

  4. in a Robot Framework project file settings add:
    | Library | org.robotframework.javalib.library.AnnotationLibrary | net/sourceforge/rfsnmpjava/**.class |

  5. run using jybot

Keywords

SnmpLibrary keywords documentation created by libdoc

Example

SnmpLibrary example usage

Bugs and suggestions

In case of bugs and suggestions please report a ticket.