System.NetworkManagement.SnmpWalkWA (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
NoOfRetriesint$Config/NoOfRetries$Number of RetriesThe number of times that an SNMP GETNEXT operation will retry if it times out.
Timeoutint$Config/Timeout$TimeoutThe amount of time (in milliseconds) before an SNMP GETNEXT operation times out.
OutputFilestring$Config/OutputFile$Output FileThe file where the output of the walk will be written.
OIDstring$Config/OID$OIDThe OID specifies which portion of the ojbject identifier space will be searched using GETNEXT requests. All variables in the subtree below the given OID are queried.

Source Code:

<WriteActionModuleType ID="System.NetworkManagement.SnmpWalkWA" Accessibility="Internal">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Snmp!System.SnmpVarBindsSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="NoOfRetries" type="xsd:unsignedInt" default="3"/>
<xsd:element name="Timeout" type="xsd:unsignedInt" default="500"/>
<xsd:element name="Port" type="xsd:unsignedInt" default="161"/>
<xsd:element name="SNMPv3UserName" type="xsd:string"/>
<xsd:element name="SNMPv3AuthProtocol" type="xsd:string"/>
<xsd:element name="SNMPv3AuthPassword" type="xsd:string"/>
<xsd:element name="SNMPv3PrivProtocol" type="xsd:string"/>
<xsd:element name="SNMPv3PrivPassword" type="xsd:string"/>
<xsd:element name="SNMPv3ContextName" type="xsd:string"/>
<xsd:element name="IP" type="xsd:string"/>
<xsd:element name="CommunityString" type="xsd:string"/>
<xsd:element name="Version" type="xsd:string"/>
<xsd:element name="OutputFile" type="xsd:string"/>
<xsd:element name="OID" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="NoOfRetries" ParameterType="int" Selector="$Config/NoOfRetries$"/>
<OverrideableParameter ID="Timeout" ParameterType="int" Selector="$Config/Timeout$"/>
<OverrideableParameter ID="OutputFile" ParameterType="string" Selector="$Config/OutputFile$"/>
<OverrideableParameter ID="OID" ParameterType="string" Selector="$Config/OID$"/>
</OverrideableParameters>
<ModuleImplementation>
<Native>
<ClassID>C3713D4D-B1FF-4835-A644-8EF774830FA2</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>