Class CIM_IPNetworkSecurityIndication
extends CIM_SecurityIndication

IPNetworkSecurityIndication is a class that represents events that have a network context, i.e. a source or destination address is a necessary property of the indication. More specific Indication subclasses that can derive from this class are for example, firewall or intrusion detection subclasses. This class is not limited to use on IPv4 networks but has numerical property support for IPv4 networks that can be used for efficient implementations of search and analysis.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_Indication
   |
   +--CIM_ProcessIndication
   |
   +--CIM_AlertIndication
   |
   +--CIM_SecurityIndication
   |
   +--CIM_IPNetworkSecurityIndication

Direct Known Subclasses

CIM_IPPacketFilterIndication

Class Qualifiers

NameData TypeValue
DescriptionstringIPNetworkSecurityIndication is a class that represents events that have a network context, i.e. a source or destination address is a necessary property of the indication. More specific Indication subclasses that can derive from this class are for example, firewall or intrusion detection subclasses. This class is not limited to use on IPv4 networks but has numerical property support for IPv4 networks that can be used for efficient implementations of search and analysis.
Experimentalbooleantrue
Indicationbooleantrue
UMLPackagePathstringCIM::Event
Versionstring2.10.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
DestAddressstring
DescriptionstringThe address for the destination of the network traffic associated with this Indication from the Detector's point of view. This address MUST be identical to the IPv4NumericDestAddress if both property values are not NULL and the IPVersionSupport property is "IPv4".
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.IPv4NumericDestAddress, CIM_IPNetworkSecurityIndication.IPVersionSupport
DestMACAddressstring
DescriptionstringThe MAC address for the destination address for this message from the Detector's point of view.
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.DestAddress, CIM_IPNetworkSecurityIndication.IPv4NumericDestAddress
DestPortuint32
DescriptionstringThe port for the destination address for this message from the Detector's point of view.
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.DestAddress, CIM_IPNetworkSecurityIndication.IPv4NumericDestAddress
DestPrefixLengthuint8
DescriptionstringThe prefix length for the IPv6 address for the destination of the network traffic associated with this Indication from the Detector's point of view.
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.DestAddress, CIM_IPNetworkSecurityIndication.IPVersionSupport
IPv4NumericDestAddressuint32
DescriptionstringThe IPv4 destination address in numeric form. This address MUST be identical to the DestAddress property if both property values are not NULL and the IPVersionSupport property is "IPv4".
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.DestAddress, CIM_IPNetworkSecurityIndication.IPVersionSupport
IPv4NumericSourceAddressuint32
DescriptionstringThe IPv4 source address in numeric form. This address MUST be identical to the SourceAddress property if both property values are not NULL and the IPVersionSupport property is "IPv4".
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.SourceAddress, CIM_IPNetworkSecurityIndication.IPVersionSupport
IPVersionSupportuint16
DescriptionstringThis property explicitly defines support for different versions of the IP protocol for the traffic associated with this Indication.
Requiredbooleantrue
ValueMapstring0, 2, 3
ValuesstringUnknown, IPv4, IPv6
MessageTypeuint16
DescriptionstringAn integer indicating the type of message to which the Indication applies. Generic indications of this class SHOULD set the value to Unknown. DMTF subclasses will define specific values from the DMTF Class Reserved range.
OverridestringMessageType
Requiredbooleantrue
ValueMapstring0, .., 2, 3..500, 16000..
ValuesstringUnknown, DMTF Reserved, Not Applicable, DMTF Class Reserved, Vendor Reserved
Protocoluint16
DescriptionstringAn integer indicating the type of network protocol for the traffic associated with this Indication.
Requiredbooleantrue
ValueMapstring0, 2, 3, 4, 5, 6
ValuesstringUnknown, ARP, TCP, UDP, ICMP, IGMP
SourceAddressstring
DescriptionstringThe address for the originator of the network traffic associated with this Indication from the Detector's point of view. This address MUST be identical to the IPv4NumericSourceAddress if both property values are not NULL and the IPVersionSupport property is "IPv4" .
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.IPv4NumericSourceAddress, CIM_IPNetworkSecurityIndication.IPVersionSupport
SourceMACAddressstring
DescriptionstringThe MAC address for the source address for this message from the Detector's point of view.
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.SourceAddress, CIM_IPNetworkSecurityIndication.IPv4NumericSourceAddress
SourcePortuint32
DescriptionstringThe port for the source address for this message from the Detector's point of view.
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.SourceAddress, CIM_IPNetworkSecurityIndication.IPv4NumericSourceAddress
SourcePrefixLengthuint8
DescriptionstringThe prefix length for the IPv6 address for the originator of the network traffic associated with this Indication from the Detector's point of view.
ModelCorrespondencestringCIM_IPNetworkSecurityIndication.SourceAddress, CIM_IPNetworkSecurityIndication.IPVersionSupport

Inherited Properties

NameData Type
AlertingElementFormatuint16
AlertingManagedElementstring
AlertTypeuint16
Descriptionstring
EventCountuint16
EventIDstring
EventTimedatetime
IndicationFilterNamestring
IndicationIdentifierstring
IndicationStartCountTimedatetime
IndicationTimedatetime
Messagestring
MessageIDstring
OtherAlertingElementFormatstring
OtherAlertTypestring
OtherSeveritystring
OwningEntitystring
PerceivedSeverityuint16
ProbableCauseuint16
ProbableCauseDescriptionstring
ProviderNamestring
SequenceContextstring
SequenceNumbersint64
SystemCreationClassNamestring
SystemNamestring
Trendinguint16
CorrelatedIndicationsstring[]
Effectsuint16[]
Mechanismsuint16[]
MessageArgumentsstring[]
MoreSpecificEffectsstring[]
MoreSpecificMechanismsstring[]
MoreSpecificResourcesstring[]
RecommendedActionsstring[]
Resourcesuint16[]

Class Methods