Set Interface Administrative Up

Microsoft.SystemCenter.NetworkDevice.Interface.SetAdminUp (Task)

Allows the operator to set the administrative status for the network device to "Up"

Knowledge Base article:

Summary

Allows the operator to set the administrative status for the network device to "Up"

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.SnmpProbe Default

Source Code:

<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>