SNMP type Measurement Point Service
From GEANT2-JRA1 Wiki
Contents |
[edit]
Introduction
[edit]
Technical Points
- Stability of OIDs - explanation of how stable OIDs are.
- SNMP Version Information - information about different versions of SNMP
- SNMP Agent Configurations - Information about different configurations in which SNMP Agents might be installed
[edit]
Design
- SNMP Type MP Service Engine - Implementation of Service Engine Component interfaces and abstract classes
- SNMP Type Measurement Executor - Implementation of Measurement Executor component interfaces and abstract classes
[edit]
Schema
[edit]
Example Instances
[edit]
Installation guidelines
- Additions to service.properties file:
Add the following properties to service.properties file (preferably under MP Service heading)
service.r.mp.SNMP_Community_Name= service.r.mp.SNMP_Version_Default=
These two properties provide the default values to be used in case the client doesn't provide values for them
- Ant targets (Test Targets) - Target file Name: ant/snmpTypeMP-test-targets.xml
ant test-snmp-executor
Above target can be used to test the executor.
The one who is testing needs to modify some parameter values in the snmpTypeMP-test-targets.xml file
before trying to test. The parameters available are:
t - SNMP Command type \n"
n - hostname of snmp agent \n"
o - OID \n"
i - ifIndex \n"
v - snmp version \n"
c - snmp community name \n"
h - help \n";
[edit]
External Links
- Link to <a href="http://adventnet.com">AdventNet</a> - the provider of java implementation of SNMP protocol
Back to Measurement Point Resources page
