Holds data common to all csm objects
| Column Name | Column Datatype | Column Null Option | Column Comment |
| bgppeeridentifier | integer | not null | The BGP Identifier of this entry's BGP peer. Binary representation. |
| bgpidentifier | integer | not null | The BGP Identifier of local system. Binary representation. |
| server_addr | integer | not null | Server IP address |
| probe_addr | integer | not null | SNMP/RMON agent IP address |
| intervaldatetime | date | not null | Interval start date and time |
| intervalduration | integer | not null | Length of the interval |
| bgppeerstate | integer | not null | The BGP peer connection state. |
| bgppeeradminstatus | integer | not null | The desired state of the BGP connection. A transition from 'stop' to 'start' will cause the BGP Start Event to be generated. A transition from 'start' to 'stop' will cause the BGP Stop Event to be generated. This parameter can be used to restart BGP peer connections. Care should beused in providing write access to this object without adequate authentication. |
| bgppeerinupdates | integer | not null | The number of BGP UPDATE messages received on this connection. This object should be initialized to zero (0) when the connection is established. |
| bgppeeroutupdates | integer | not null | The number of BGP UPDATE messages transmitted on this connection. This object should be initialized to zero (0) when the connection is established. |
| bgppeerintotalmessages | integer | not null | The total number of messages received from the remote peer on this connection. This object should be initialized to zero when the connection is established. |
| bgppeerouttotalmessages | integer | not null | The total number of messages transmitted to the remote peer on this connection. This object should be initialized to zero when the connection is established. |
| bgppeerlasterror | integer | not null | The last error code and subcode seen by this peer on this connection. If no error has occurred, this field is zero. Otherwise, the first byte of this two byte OCTET STRING contains the error code, and the second byte contains the subcode. |
| bgppeerfsmestablishedtrans | integer | not null | The total number of times the BGP FSM transitioned into the established state. |
| bgppeerfsmestablishedtime | integer | not null | This timer 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 the router is booted. |
| bgppeerholdtime | integer | not null | Time interval in seconds for the Hold Timer established with the peer. The value of this object is calculated by this BGP speaker by using the smaller of the value in bgpPeerHoldTimeConfigured and the Hold Time received in the OPEN message. This value must be at lease three seconds if it is not zero (0) in which case the Hold Timer has not been established with the peer, or, the value of bgpPeerHoldTimeConfigured is zero (0). |
| bgppeerkeepalive | integer | not null | Time interval in seconds for the KeepAlive timer established with the peer. The value of this object is calculated by this BGP speaker such that, when compared with bgpPeerHoldTime, it has the same proportion as what bgpPeerKeepAliveConfigured has when compared with bgpPeerHoldTimeConfigured. If the value of this object is zero (0), it indicates that the KeepAlive timerhas not been established with the peer, or, the value of bgpPeerKeepAliveConfigured is zero (0). |
| bgppeerinupdateelapsedtime | integer | not null | Elapsed time in seconds since the last BGP UPDATE message was received from the peer. Each time bgpPeerInUpdates is incremented, the value of this object is set to zero (0). |
Product Name: Unicenter Network and System Management
Table Type: Table