Class CIM_BGPStatistics
extends 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.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalInformation
   |
   +--CIM_ServiceStatisticalInformation
   |
   +--CIM_BGPStatistics

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DeprecatedstringCIM_BGPEndpointStatistics
DescriptionstringThis 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.
UMLPackagePathstringCIM::Network::BGP
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
FsmEstablishedTimeuint32
DeprecatedstringCIM_BGPEndpointStatistics.FsmEstablishedTime
DescriptionstringThis 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.
Gaugebooleantrue
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime
PUnitstringsecond
UnitsstringSeconds
FsmEstablishedTransitionsuint32
Counterbooleantrue
DeprecatedstringCIM_BGPEndpointStatistics.FsmEstablishedTransitions
DescriptionstringThis 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.
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions
InTotalMessagesuint32
Counterbooleantrue
DeprecatedstringCIM_BGPEndpointStatistics.InTotalMessages
DescriptionstringThis is the total number of BGP messages received on this router's BGP connection. This is a 32-bit counter.
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerInTotalMessages
InUpdateElapsedTimeuint32
DeprecatedstringCIM_BGPEndpointStatistics.InUpdateElapsedTime
DescriptionstringThis 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.
Gaugebooleantrue
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime
PUnitstringsecond
UnitsstringSeconds
InUpdatesuint32
Counterbooleantrue
DeprecatedstringCIM_BGPEndpointStatistics.InUpdates
DescriptionstringThis is the number of BGP UPDATE messages received on this router's BGP connection. This is a 32-bit counter.
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerInUpdates
OutTotalMessagesuint32
Counterbooleantrue
DeprecatedstringCIM_BGPEndpointStatistics.OutTotalMessages
DescriptionstringThis is the total number of BGP messages transmitted on this router's BGP connection. This is a 32-bit counter.
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages
OutUpdatesuint32
Counterbooleantrue
DeprecatedstringCIM_BGPEndpointStatistics.OutUpdates
DescriptionstringThis is the number of BGP UPDATE messages transmitted on this router's BGP connection. This is a 32-bit counter.
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerOutUpdates
LastErroruint8[]
DeprecatedstringCIM_BGPEndpointStatistics.LastError
DescriptionstringThis 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.
MappingStringsstringMIB.IETF|BGP4-MIB.bgpPeerLastError

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_ServiceStatisticalInformation
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_ServiceStatisticalInformation
ServiceCreationClassNamestringCIM_ServiceStatisticalInformation
ServiceNamestringCIM_ServiceStatisticalInformation
SystemCreationClassNamestringCIM_ServiceStatisticalInformation
SystemNamestringCIM_ServiceStatisticalInformation

Class Methods