Sieć VLAN zależy od bazowych urządzeń sieciowych

System.NetworkManagement.VLAN.VLANDependsOnUnderlyingNodes (DependencyMonitor)

Ten monitor zależności służy do ustalania dostępności sieci VLAN na podstawie dostępności urządzeń sieciowych wchodzących w jej skład

Knowledge Base article:

Podsumowanie

Jest to monitor zależności zbierający informacje o stanie dostępności urządzeń sieciowych w monitorowanej sieci VLAN. Ten monitor może mieć dwa stany:

Przyczyny

Ten monitor pokazuje błąd, jeśli co najmniej jedno z urządzeń sieciowych w sieci VLAN jest niedostępne.

Rozwiązania

Skorzystaj z eksploratora kondycji, aby określić stan urządzenia sieciowego, które jest niedostępne, i rozwiązać problem.

Element properties:

TargetSystem.NetworkManagement.VLAN
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipSystem.NetworkManagement.VLANLayeredOverNode
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Jedno lub więcej urządzeń sieciowych w sieci VLAN ma złą kondycję
Co najmniej jedno urządzenie sieciowe w sieci VLAN {0} ma nieprawidłową kondycję.

Source Code:

<DependencyMonitor ID="System.NetworkManagement.VLAN.VLANDependsOnUnderlyingNodes" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.VLAN" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="NetworkLibrary!System.NetworkManagement.VLANLayeredOverNode" MemberMonitor="SystemHealth!System.Health.AvailabilityState">
<Category>Custom</Category>
<AlertSettings AlertMessage="System.NetworkManagement.VLAN.VLANDependsOnUnderlyingNodes.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>