Dell Windows Server Physical and Teamed Relationship Discovery Rule

Dell.WindowsServer.Detailed.NICUnitLinks.Discovery (Discovery)

Knowledge Base article:

Summary

This Discovery rule discovers relationships between physical and the teamed network interfaces

Element properties:

TargetDell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Dell.WindowsServer.Detailed.NICUnitLinkCreator.DataSource Default

Source Code:

<Discovery ID="Dell.WindowsServer.Detailed.NICUnitLinks.Discovery" Target="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit" Remotable="false" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.WindowsServer.EnrichedNetworkInterfaceUnit">
<Property TypeID="Dell.WindowsServer.EnrichedNetworkInterfaceUnit" PropertyID="NetConnectionID"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit">
<Property TypeID="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit" PropertyID="NetConnectionID"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Dell.WindowsServer.EnrichedPhysicalNIC.References.EnrichedTeamedNICUnit"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Dell.WindowsServer.Detailed.NICUnitLinkCreator.DataSource">
<IntervalSeconds>86400</IntervalSeconds>
<Computer>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Computer>
<NetConnectionID>$Target/Property[Type="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit"]/NetConnectionID$</NetConnectionID>
<LogLevel>0</LogLevel>
<EnableCorrelation>false</EnableCorrelation>
<TeamNicIndex>$Target/Property[Type="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit"]/index$</TeamNicIndex>
</DataSource>
</Discovery>