Interface Discovery

Microsoft.SystemCenter.NetworkDevice.Interface.Discovery (Discovery)

Targets all discovered interfaces and populates all non-key fields.

Knowledge Base article:

Summary

This discovery looks for network interfaces on discovered devices.

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.NetworkDevice.Interface.DiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.NetworkDevice.Interface.Discovery" Enabled="true" Target="NetworkDevice!Microsoft.SystemCenter.NetworkDevice">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.NetworkDevice.Interface">
<Property PropertyID="ifIndex"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.SystemCenter.NetworkDeviceContainsInterface"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.NetworkDevice.Interface.DiscoveryProvider">
<IP>$Target/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<Interval>3600</Interval>
<CommunityString>$Target/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
</DataSource>
</Discovery>