ICMPv6 (Ping) モニター

System.NetworkManagement.ICMPMonitor.ICMPv6_IPv6.IPStatus (UnitMonitor)

ネットワーク デバイスからの IPv6 Ping への応答を監視します。

Knowledge Base article:

概要

このモニターは、対象の IPv6 アドレスのデバイスが ICMP Ping メッセージに応答しているかどうかを示します。モニターの状態は、次のいずれかになります。

構成

このモニターでは、次のオプションを構成できます。

オプション

定義

既定

間隔

デバイスの状態を確認する間隔 (秒)

120 秒

再試行回数

各監視期間内でサンプリングを中止するまでに再試行する回数

3

サンプル数

モニターの状態が変わるまでの連続サンプルの数

3

タイムアウト

値をサンプリングするときにデバイスからの応答を待つ時間。この時間が過ぎると、サンプリングがタイムアウトし、再びサンプリングが開始されます。

1,000 ミリ秒

パケット サイズ

ICMP プローブ パケットのサイズ (バイト)

32 バイト

原因

このモニターの警告状態は、対象の IPv6 ネットワーク デバイスが ICMP Ping メッセージに応答していないことを示します。

解決方法

デバイスがオンラインで、ICMP Ping に応答するように構成されていることを確認します。ネットワーク監視プールにあるすべての監視サーバーから、ICMP でデバイスに Ping を送信できることを確認します。ネットワーク監視プールにあるすべての監視サーバーのファイアウォールが、ICMP Ping の受信と送信を許可するように構成されていることを確認します。

Element properties:

TargetSystem.NetworkManagement.ICMPv6_IPv6
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ICMPMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
IPv6 エンドポイントが ICMP Ping に応答していません
{0} が ICMP Ping に応答していません。エンドポイントがオフラインか管理サーバーから到達できない、または ICMP が無効になっています。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.ICMPMonitor.ICMPv6_IPv6.IPStatus" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.ICMPv6_IPv6" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ICMPMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.ICMPMonitor.ICMPv6_IPv6.IPStatus.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.IPv6"]/Address$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Responding" MonitorTypeStateID="ICMPResponding" HealthState="Success"/>
<OperationalState ID="NotResponding" MonitorTypeStateID="ICMPNotResponding" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IP>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.IPv6"]/Address$</IP>
<Interval>120</Interval>
<NoOfRetries>3</NoOfRetries>
<NumberOfSamples>3</NumberOfSamples>
<Timeout>1000</Timeout>
<PacketSizeBytes>32</PacketSizeBytes>
</Configuration>
</UnitMonitor>