home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / BaseMibDef.conf < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-21  |  1.7 KB  |  53 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <BASE_MIB_DEF>
  4.   <!--
  5.  This is the base mib definition file
  6.  Please specify the oid's to be polled for finding the base-mibs in this
  7.  file. The identification is the sysoid .It means when an snmp Object
  8.  with sysoid ...... is found then the following oids will be tested for
  9.  If the object responds for that oid then it is assumed to have
  10.  implemented the mib given alongside. The user can have as many mibs
  11.  tested as he wants for an object with a given sysoid
  12.  The syntax is as shown below. The usefulness of the base-mibs will be clear
  13.  when you have a look at the examplePolling.conf file. There you will see
  14.  the polling of variables based on groups and one of the properties upon
  15.  which the groups are based on is the Base-mibs.
  16.  The basemibs, a node or an interface supports are stored in the TopoObject as a comma-separated string
  17.  Poll Filters can access this Vector by doing a obj.get("BaseMibs")
  18.  where obj is the TopoObject.As a rule RFC-1213 mib can be assumed to be supported
  19.  if the obj.isSNMP field is true. So The test for oid 1.1 in the example given below
  20.  is redundant , but it is given in order to make it clear that multiple variables
  21.  (mib support) can be tested for a node.
  22. SYNTAX
  23.  sysoid  .1.3.6.1.....
  24.  oidtotestfor  NameOfMIB
  25.  oidtotestfor  NameOfMIB
  26.  ...
  27.  
  28. 1.1  RFC-1213
  29.  
  30.  
  31. Example Syntax:
  32.  
  33.   <DATA
  34.      SYSOID=".1.3.6.1.50.2.5">
  35.     <TEST
  36.        OID=".1.3.6.1.50.2.5.6.7.1"
  37.        MIB-NAME="TEST-MIB1" />
  38.     <TEST
  39.        OID=".1.3.6.1.2.1.56.1.1.1"
  40.        MIB-NAME="TEST-MIB2" />
  41.   </DATA>
  42.  
  43.  
  44. -->
  45.   <DATA
  46.      SYSOID=".1.3.6.1.4.1.43.1.8.13">
  47.     <TEST
  48.        OID=".1.3.6.1.2.1.16.1.1.1"
  49.        MIB-NAME="RMON-RFC1271" />
  50.   </DATA>
  51. </BASE_MIB_DEF>
  52.  
  53.