Network\CIM_BGPStatistics.mof.mof (HTML version)

Return to index
CIM_BGPStatistics Superclass: CIM_ServiceStatisticalInformation
This class contains statistical information for a Service's sessions. It is deprecated since the statistics are defined in the BGP4 MIB at the level of individual peers/ endpoints.
Qualifiers:Version ( "2.7.0" ) UMLPackagePath ( "CIM::Network::BGP" ) Deprecated { "CIM_BGPEndpointStatistics" }
Parameters (local in grey)
Counter
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages" }
Deprecated { "CIM_BGPEndpointStatistics.InTotalMessages" }
uint32 InTotalMessages ;
This is the total number of BGP messages received on this router's BGP connection. This is a 32-bit counter.
Counter
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions" }
Deprecated { "CIM_BGPEndpointStatistics.FsmEstablishedTransitions" }
uint32 FsmEstablishedTransitions ;
This contains the total number of times that the BGP Finite State Machine has transitioned into the established state for this router's BGP connection. This is a 32-bit counter.
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerLastError" }
Deprecated { "CIM_BGPEndpointStatistics.LastError" }
uint8 LastError [ 2 ] ;
This contains the last error code and error subcode for this router's BGP connection. If no error has occurred, then each integer in the array is zero.
Counter
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerOutUpdates" }
Deprecated { "CIM_BGPEndpointStatistics.OutUpdates" }
uint32 OutUpdates ;
This is the number of BGP UPDATE messages transmitted on this router's BGP connection. This is a 32-bit counter.
Counter
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerInUpdates" }
Deprecated { "CIM_BGPEndpointStatistics.InUpdates" }
uint32 InUpdates ;
This is the number of BGP UPDATE messages received on this router's BGP connection. This is a 32-bit counter.
Gauge
Punit ( "second" )
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime" }
Units ( "Seconds" )
Deprecated { "CIM_BGPEndpointStatistics.InUpdateElapsedTime" }
uint32 InUpdateElapsedTime ;
This defines the time in seconds since the last BGP UPDATE message was received from the peer. This has the semantics of a 32-bit gauge.
Gauge
Punit ( "second" )
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime" }
Units ( "Seconds" )
Deprecated { "CIM_BGPEndpointStatistics.FsmEstablishedTime" }
uint32 FsmEstablishedTime ;
This indicates how long, in seconds, this peer has been in the established state, or how long since this peer was last in the established state. It is set to zero when a new peer is configured or when the router is booted. This has the semantics of a 32-bit gauge.
Counter
MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages" }
Deprecated { "CIM_BGPEndpointStatistics.OutTotalMessages" }
uint32 OutTotalMessages ;
This is the total number of BGP messages transmitted on this router's BGP connection. This is a 32-bit counter.
MaxLen ( 256 )
Propagated ( "CIM_Service.SystemCreationClassName" )
Key
string SystemCreationClassName ;
The scoping System's CreationClassName.
MaxLen ( 256 )
Propagated ( "CIM_Service.Name" )
Key
string ServiceName ;
The scoping Service's Name.
MaxLen ( 256 )
Propagated ( "CIM_Service.CreationClassName" )
Key
string ServiceCreationClassName ;
The scoping Service's CreationClassName.
MaxLen ( 256 )
Propagated ( "CIM_Service.SystemName" )
Key
string SystemName ;
The scoping System's Name.
MaxLen ( 256 )
Key
string CreationClassName ;
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.
MaxLen ( 256 )
Key
Override ( "Name" )
string Name ;
The Name property, inherited from StatisticalInformation, serves as part of the object key.
string ElementName ;
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.