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.
<Agents>
<Agent
ip=""
MacAddress=""
Name=""
Port=""
AutoBuildVersion=""
engineID=""
userName=""
authenticationAlgorithm=""
encryptionAlgorithm=""
authenticationPassword=""
encryptionPassword=""
/></Agents>
<ProxyAgent
ip=""
MacAddress=""
Name=""
Port=""
AutoBuildVersion=""
engineID=""
userName=""
authenticationAlgorithm=""
encryptionAlgorithm=""
authenticationPassword=""
encryptionPassword=""
deviceIP=""
devicePort=""
maxFileSize=""
maxDuration=""
/></ProxyAgents>
<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=""
/><Definition
OID=""
Type=""
ReturnValue=""
LogOutput=""
Comment=""
Delay=""
Save=""
SkipOID=""
Weight=""
SameResponse=""
/></Definitions>
</Simulation>