Table of Contents

SNMP simulation schema reference

The latest simulator will create a file marked as AutoBuildVersion="1.3", which looks like the empty XML overview below. Earlier versions do not support some of the tags and expect different OID ordering.

   <Simulation>

      <Agents>

         <Agent
            ip=""
            MacAddress=""
            Name=""
            Port=""
            AutoBuildVersion=""
            engineID=""
            userName=""
            authenticationAlgorithm=""
            encryptionAlgorithm=""
            authenticationPassword=""
            encryptionPassword=""
         />

      </Agents>

      <ProxyAgents>

         <ProxyAgent
            ip=""
            MacAddress=""
            Name=""
            Port=""
            AutoBuildVersion=""
            engineID=""
            userName=""
            authenticationAlgorithm=""
            encryptionAlgorithm=""
            authenticationPassword=""
            encryptionPassword=""
            deviceIP=""
            devicePort=""
            maxFileSize=""
            maxDuration=""
         />

      </ProxyAgents>

      <DatabaseAgents>

         <DatabaseAgent
            ip=""
            MacAddress=""
            Name=""
            Port=""
            AutoBuildVersion=""
            engineID=""
            userName=""
            authenticationAlgorithm=""
            encryptionAlgorithm=""
            authenticationPassword=""
            encryptionPassword=""
            databaseType=""
            databaseServer=""
            databaseName=""
            databaseTable=""
            user=""
            password=""
         />

      </DatabaseAgents>

      <Options>

         <MaxResponseWeight></MaxResponseWeight>

      </Options>

      <DefaultDefinitionAttributes
         LogOutput=""
         Comment=""
         Delay=""
         Save=""
         SkipOID=""
         Weight=""
         SameResponse=""
      />

      <Definitions>

         <Definition
            OID=""
            Type=""
            ReturnValue=""
            LogOutput=""
            Comment=""
            Delay=""
            Save=""
            SkipOID=""
            Weight=""
            SameResponse=""
         />

      </Definitions>

   </Simulation>