(file) Return to CIM_BGPStatistics.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_BGPStatistics 
 6           // ==================================================================
 7              [Deprecated { "CIM_BGPEndpointStatistics" }, 
 8               Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Network::BGP" ), 
10               Description ( 
11                  "This class contains statistical information for a Service\'s "
12                  "sessions. It is deprecated since the statistics are defined in "
13                  "the BGP4 MIB at the level of individual peers/ endpoints." )]
14           class CIM_BGPStatistics : CIM_ServiceStatisticalInformation {
15           
16                 [Deprecated { "CIM_BGPEndpointStatistics.InUpdates" }, 
17                  Description ( 
18                     "This is the number of BGP UPDATE messages received on "
19                     "this router\'s BGP connection. This is a 32-bit counter." ), 
20                  Counter, MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerInUpdates" }]
21              uint32 InUpdates;
22 marek 1.1 
23                 [Deprecated { "CIM_BGPEndpointStatistics.OutUpdates" }, 
24                  Description ( 
25                     "This is the number of BGP UPDATE messages transmitted on "
26                     "this router\'s BGP connection. This is a 32-bit counter." ), 
27                  Counter, MappingStrings { 
28                     "MIB.IETF|BGP4-MIB.bgpPeerOutUpdates" }]
29              uint32 OutUpdates;
30           
31                 [Deprecated { "CIM_BGPEndpointStatistics.InTotalMessages" }, 
32                  Description ( 
33                     "This is the total number of BGP messages received on "
34                     "this router\'s BGP connection. This is a 32-bit counter." ), 
35                  Counter, MappingStrings { 
36                     "MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages" }]
37              uint32 InTotalMessages;
38           
39                 [Deprecated { "CIM_BGPEndpointStatistics.OutTotalMessages" }, 
40                  Description ( 
41                     "This is the total number of BGP messages transmitted on "
42                     "this router\'s BGP connection. This is a 32-bit counter." ), 
43 marek 1.1        Counter, MappingStrings { 
44                     "MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages" }]
45              uint32 OutTotalMessages;
46           
47                 [Deprecated { "CIM_BGPEndpointStatistics.LastError" }, 
48                  Description ( 
49                     "This contains the last error code and error subcode for "
50                     "this router\'s BGP connection. If no error has occurred, "
51                     "then each integer in the array is zero." ), 
52                  MappingStrings { "MIB.IETF|BGP4-MIB.bgpPeerLastError" }]
53              uint8 LastError[];
54           
55                 [Deprecated { 
56                     "CIM_BGPEndpointStatistics.FsmEstablishedTransitions" }, 
57                  Description ( 
58                     "This contains the total number of times that the BGP "
59                     "Finite State Machine has transitioned into the "
60                     "established state for this router\'s BGP connection. "
61                     "This is a 32-bit counter." ), 
62                  Counter, MappingStrings { 
63                     "MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions" }]
64 marek 1.1    uint32 FsmEstablishedTransitions;
65           
66                 [Deprecated { "CIM_BGPEndpointStatistics.FsmEstablishedTime" }, 
67                  Description ( 
68                     "This indicates how long, in seconds, this peer has been "
69                     "in the established state, or how long since this peer "
70                     "was last in the established state. It is set to zero "
71                     "when a new peer is configured or when the router is "
72                     "booted. This has the semantics of a 32-bit gauge." ), 
73                  Units ( "Seconds" ), 
74                  Gauge, MappingStrings { 
75                     "MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime" }]
76              uint32 FsmEstablishedTime;
77           
78                 [Deprecated { "CIM_BGPEndpointStatistics.InUpdateElapsedTime" }, 
79                  Description ( 
80                     "This defines the time in seconds since the last BGP "
81                     "UPDATE message was received from the peer. This has the "
82                     "semantics of a 32-bit gauge." ), 
83                  Units ( "Seconds" ), 
84                  Gauge, MappingStrings { 
85 marek 1.1           "MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime" }]
86              uint32 InUpdateElapsedTime;
87           
88           
89           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2