Allows the operator to set the administrative status for the network device to "Up"
Allows the operator to set the administrative status for the network device to "Up"
Target | Microsoft.SystemCenter.NetworkDevice.Interface |
Accessibility | Public |
Category | Maintenance |
Enabled | True |
Remotable | False |
Timeout | 300 |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
PA | ProbeAction | System.SnmpProbe | Default |
<Task ID="Microsoft.SystemCenter.NetworkDevice.Interface.SetAdminUp" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.NetworkDevice.Interface" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="Snmp!System.SnmpProbe">
<Walk>false</Walk>
<IsWriteAction>true</IsWriteAction>
<IP>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<CommunityString>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>.1.3.6.1.2.1.2.2.1.7.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>2</Syntax>
<Value VariantType="3">1</Value>
</SnmpVarBind>
</SnmpVarBinds>
</ProbeAction>
</Task>