트랩 수신(Cisco EnvMonShutdownNotification)

System.NetworkManagement.Cisco.Node.ciscoEnvMonShutdownNotification (Rule)

Cisco 네트워크 장치에서 받을 때 SNMP 트랩 ciscoEnvMonShutdownNotification에 대한 이벤트를 만듭니다.

Knowledge Base article:

요약

이 규칙은 SNMP 트랩 ciscoEnvMonShutdownNotification을 Cisco 장치에서 수신할 때 이에 대한 이벤트를 생성합니다.

Element properties:

TargetSystem.NetworkManagement.Cisco_Node
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.SnmpTrapEventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="System.NetworkManagement.Cisco.Node.ciscoEnvMonShutdownNotification" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Cisco_Node" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="NetworkLibrary!System.NetworkManagement.SnmpTrapEventProvider">
<IP>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</IP>
<OIDProps>
<OIDProp>.1.3.6.1.4.1.9.9.13.3.0.1</OIDProp>
</OIDProps>
<EventOriginId>$Target/Id$</EventOriginId>
<PublisherId>$Target/Id$</PublisherId>
<PublisherName>Snmp Event</PublisherName>
<Channel>SnmpEvent</Channel>
<LoggingComputer/>
<EventNumber>1603</EventNumber>
<EventCategory>5</EventCategory>
<EventLevel>10</EventLevel>
<UserName/>
<Params/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>