HSRP 端點狀態

System.NetworkManagement.Cisco.HSRPEndpoint.Status (UnitMonitor)

追蹤 HSRP 端點的狀態

Knowledge Base article:

摘要

此監視會指出此裝置上 HSRP 端點目前的操作狀態。 此監視有三種可能的狀態:

設定

您可以在此監視上設定下列選項:

選項

定義

預設

間隔

裝置狀態檢查的間隔時間,以秒為單位

240 秒

重試次數

在捨棄監視間隔的樣本之前,每個間隔的嘗試次數

3

樣本數

監視變更狀態之前的連續樣本數

3

逾時

在樣本逾時並重新嘗試取樣值之前,等待裝置回應的時間,以毫秒為單位

3,500 毫秒

原因

裝置已報告 HSRP 端點發生問題。

解決方式

請使用健全狀況總管,在監視的 [狀態變更事件] 索引標籤上查看狀態變更的詳細資料。 此資料顯示裝置回應查詢時所傳回的物件識別碼 (OID) 和值。 請針對裝置的特定 OID 參考裝置製造商的文件,以取得有關問題和疑難排解程序的詳細資訊。

Element properties:

TargetSystem.NetworkManagement.Cisco_Fault_HSRPEndpoint
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.HealthStateSNMPMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
HSRP 端點狀況不良
{0} 處於狀況不良的狀態,值為 {1}。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.Cisco.HSRPEndpoint.Status" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Cisco_Fault_HSRPEndpoint" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.HealthStateSNMPMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Cisco.HSRPEndpoint.Status.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/SnmpVarBinds/SnmpVarBind[OID='.1.3.6.1.4.1.9.9.106.1.2.1.1.15.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.HSRPEndpoint"]/Index$']/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="DeviceUp" MonitorTypeStateID="MTSDeviceSuccess" HealthState="Success"/>
<OperationalState ID="DeviceOperWarn" MonitorTypeStateID="MTSDeviceWarning" HealthState="Warning"/>
<OperationalState ID="DeviceOperDown" MonitorTypeStateID="MTSDeviceError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<HealthStateSuccess>^(5|6)$</HealthStateSuccess>
<HealthStateWarning>^(1|2|3|4)$</HealthStateWarning>
<HealthStateError>-1</HealthStateError>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<NumberOfSamples>3</NumberOfSamples>
<Timeout>3500</Timeout>
<OID>.1.3.6.1.4.1.9.9.106.1.2.1.1.15.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.HSRPEndpoint"]/Index$</OID>
</Configuration>
</UnitMonitor>