SNMP type Measurement Point Service

From GEANT2-JRA1 Wiki

Contents

Introduction

Technical Points

Design

Schema

Example Instances

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";

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

Personal tools