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
preconditions: Robot Framework, Java (at least Runtime Environment) and Jython must be installed
download robotframework-snmplibrary.jar or robotframework-snmplibrary.zip and unzip it
add robotframework-snmplibrary.jar to a classpath
in a Robot Framework project file settings add:
| Library | org.robotframework.javalib.library.AnnotationLibrary | net/sourceforge/rfsnmpjava/**.class |
run using jybot
SnmpLibrary keywords documentation created by libdoc
In case of bugs and suggestions please report a ticket.