SCSP-MIB

File: SCSP-MIB.mib (25920 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
experimental Integer32 IpAddress
Counter32 TEXTUAL-CONVENTION RowStatus
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

ScspPIDType  
The protocol type associated with a SCSP instance.
TEXTUAL-CONVENTION    
  INTEGER atmarp(1), nhrp(2), mars(3), dhcp(4), lnni(5)  

ScspHFSMStateType  
The various states of the Hello Finite State Machine.
TEXTUAL-CONVENTION    
  INTEGER down(1), waiting(2), uniConn(3), biConn(4)  

ScspCAFSMStateType  
The various states of the Cache Alignment Finite State Machine.
TEXTUAL-CONVENTION    
  INTEGER down(1), msNego(2), cacheSumm(3), cacheUpdate(4), aligned(5)  

SCSPVPIInteger  
An integer large enough to contain the value of a VPI.
TEXTUAL-CONVENTION    
  Integer32 0..255  

SCSPVCIInteger  
An integer large enough to contain the value of a VCI.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

ScspServerGroupEntry  
SEQUENCE    
  scspServerGroupID Integer32
  scspServerGroupPID ScspPIDType
  scspServerGroupRowStatus RowStatus

ScspLSEntry  
SEQUENCE    
  scspLSID OCTET STRING Size(0..63)
  scspLSHelloInterval Integer32
  scspLSDeadFactor Integer32
  scspLSCAReXmInterval Integer32
  scspLSCSUSReXmtInterval Integer32
  scspLSCSUReXmtInterval Integer32
  scspLSCSAMaxReXmt Integer32
  scspLSRowStatus RowStatus

ScspDCSEntry  
SEQUENCE    
  scspDCSID OCTET STRING Size(0..63)
  scspDCSCAFSMState ScspCAFSMStateType
  scspDCSCASequence Integer32
  scspDCSCAIn Counter32
  scspDCSCAOut Counter32
  scspDCSCAInvalidIn Counter32
  scspDCSCADuplicateIn Counter32
  scspDCSMSState INTEGER
  scspDCSCSUSIn Counter32
  scspDCSCSUSOut Counter32
  scspDCSCSUSInvalidIn Counter32
  scspDCSCSURequestIn Counter32
  scspDCSCSURequestOut Counter32
  scspDCSCSUReplyOut Counter32
  scspDCSCSUReplyIn Counter32
  scspDCSCSUInvalidRequestIn Counter32
  scspDCSCSUInvalidReplyIn Counter32
  scspDCSCSAIn Counter32
  scspDCSCSAOut Counter32
  scspDCSCSAReXmted Counter32
  scspDCSCSAReXmtQDepth Integer32
  scspDCSRowStatus RowStatus

Defined Values

scspMIB 1.3.6.1.3.2001
This module defines a portion of the management information base (MIB) for managing Server Cache Synchronization protocols entities.
MODULE-IDENTITY    

scspObjects 1.3.6.1.3.2001.1
OBJECT IDENTIFIER    

scspNotifications 1.3.6.1.3.2001.2
OBJECT IDENTIFIER    

scspConformance 1.3.6.1.3.2001.3
OBJECT IDENTIFIER    

scspServerGroupTable 1.3.6.1.3.2001.1.1
The objects defined in this table are used to for the management of server groups. There is one entry in this table for each server group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ScspServerGroupEntry

scspServerGroupEntry 1.3.6.1.3.2001.1.1.1
Each entry contains attributes associated with a scsp server group.
Status: current Access: not-accessible
OBJECT-TYPE    
  ScspServerGroupEntry  

scspServerGroupID 1.3.6.1.3.2001.1.1.1.1
This is the Group ID of this SCSP server group instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

scspServerGroupPID 1.3.6.1.3.2001.1.1.1.2
This is the protocol ID of this SCSP server group instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  ScspPIDType  

scspServerGroupRowStatus 1.3.6.1.3.2001.1.1.1.3
This object allows entries to be created and deleted from the scspServerGroupTable. This table is closely coupled with the scspLSTable, scspDCSTable, and the corresponding protocol dependent tables. A new row creation in this table results in creation of corresponding entries in the scspLSTable and scspDCSTable. In addition, entries in appropriate protocol dependent table may also be added. When the scspServerRowStatus is deleted by setting this object to destroy(6), this results in removing corresponding entries in scspLSTable, scspDCSTable, and those in corresponding protocol dependent table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

scspLSTable 1.3.6.1.3.2001.1.2
The objects defined in this table are for the management of SCSP local server (LS).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ScspLSEntry

scspLSEntry 1.3.6.1.3.2001.1.2.1
Information about the Local Server in a SCSP group. Each entry contains attributes associated a LS.
Status: current Access: not-accessible
OBJECT-TYPE    
  ScspLSEntry  

scspLSID 1.3.6.1.3.2001.1.2.1.1
This is the Local Server ID of this Local Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

scspLSHelloInterval 1.3.6.1.3.2001.1.2.1.2
This object contains the value for HelloInterval for the Local Server. It is the time (in seconds) between sending of consecutive Hello messages from this server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

scspLSDeadFactor 1.3.6.1.3.2001.1.2.1.3
This object contains the value for DeadFactor. The DeadFactor along with HelloInterval are sent with outgoing 'Hello' messages. If the DCS does not received 'Hello' message from this LS within the time out interval 'HelloInterval*DeadFactor' (in seconds), then the DCS MUST consider the LS to be stalled.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

scspLSCAReXmInterval 1.3.6.1.3.2001.1.2.1.4
The time out interval (in seconds) for re-sending CA message to the DCS if no response is received.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

scspLSCSUSReXmtInterval 1.3.6.1.3.2001.1.2.1.5
The time out interval (in seconds) for re-sending CSUS Request to the DCS if not all CSA Records corresponding to the CSAS records in the CSUS message have been received.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

scspLSCSUReXmtInterval 1.3.6.1.3.2001.1.2.1.6
The time out interval (in seconds) for re-sending CSU Request to the DCS if not all CSA Records corresponding to the CSU request have not been acknowledged.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

scspLSCSAMaxReXmt 1.3.6.1.3.2001.1.2.1.7
The maximum number of retransmission of a CSA record. If acknowledge fails to occur when the maximum number is reached, an 'abnormal event' has happened between the LS/DCS link.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

scspLSRowStatus 1.3.6.1.3.2001.1.2.1.8
This object allows entries to be created and deleted from the scspLSTable. This table is closely coupled with DCS table and its corresponding protocol dependent tables. A new row creation in this table results in creation of new rows in the DCS table for each of its configured DCSs (peer servers). In addition, entries are created in the appropriate protocol dependent tables. When the scspServerRowStatus is deleted by setting this object to destroy(6), this results in removing the corresponding entries in the DCS table of the same Server Group. In addition, entries in the corresponding protocol dependent table will also be removed.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

scspDCSTable 1.3.6.1.3.2001.1.3
The objects defined in this table are used for the management of the DCS session between the LS and DCS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ScspDCSEntry

scspDCSEntry 1.3.6.1.3.2001.1.3.1
Information about each DCS session between the LS and its DCSs. The table is indexed by scspServerGroupID, scspServerGroupPID, and scspDCSID.
Status: current Access: not-accessible
OBJECT-TYPE    
  ScspDCSEntry  

scspDCSID 1.3.6.1.3.2001.1.3.1.1
This ID is used to identify a directly connected server(DCS).
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

scspDCSCAFSMState 1.3.6.1.3.2001.1.3.1.2
The current state of the Cache Alignment Finite State Machine. The allowable states are: down(1), msNego(2), cacheSumm(3), cacheUpdate(4), aligned(5).
Status: current Access: read-only
OBJECT-TYPE    
  ScspCAFSMStateType  

scspDCSCASequence 1.3.6.1.3.2001.1.3.1.3
The current CA sequence number associated with this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -2147483648..2147483647  

scspDCSCAIn 1.3.6.1.3.2001.1.3.1.4
The number of CA messages received from this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCAOut 1.3.6.1.3.2001.1.3.1.5
The number of CA messages sent to this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCAInvalidIn 1.3.6.1.3.2001.1.3.1.6
The number of invalid CA messages received from this DCS. During Master/Slave negotiation state, two types of messages are correct: 1) CA from the DCS has the M, I, and O bits on, with no CSAS records and sender's ID is larger than the LSID. 2) CA from the DCS has the M and I bits off and the sender's ID is smaller than the LSID. All other types of CA messages are invalid and ignored. During Cache Summarize State, two kinds of message errors are possible: 1) M bit in received CA is set incorrectly; 2) CA sequence number is neither equal nor one more than the current LS's CA sequence number when LS is slave or CA sequence number is neither equal nor one less than the current LS's CA sequence number when LS is master. Other common errors include failed check sum, failed authentication if applicable, errors in the message fields.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCADuplicateIn 1.3.6.1.3.2001.1.3.1.7
The number of duplicate CA messages received from this DCS. A CA message is considered duplicate when 1)LS is master and received a CA message with its sequence number one less than the current sequence number; or 2)LS is slave and received a CA message with its sequence number equal to the LS's current sequence number.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSMSState 1.3.6.1.3.2001.1.3.1.8
The master/slave status of this DCS. This object should be ignored when CAFSM is in 'down' state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER master(1), slave(2)  

scspDCSCSUSIn 1.3.6.1.3.2001.1.3.1.9
The number of CSUS sent from this DCS to the LS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSUSOut 1.3.6.1.3.2001.1.3.1.10
The number of CSUS sent from LS to this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSUSInvalidIn 1.3.6.1.3.2001.1.3.1.11
The number of Invalid CSUS sent from this DCS to the LS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSURequestIn 1.3.6.1.3.2001.1.3.1.12
The number of CSU requests LS received from this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSUReplyOut 1.3.6.1.3.2001.1.3.1.13
The number of CSU replies sent from LS to this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSURequestOut 1.3.6.1.3.2001.1.3.1.14
The number of CSU requests sent from LS to this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSUReplyIn 1.3.6.1.3.2001.1.3.1.15
The number of CSU replies LS received from this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSUInvalidRequestIn 1.3.6.1.3.2001.1.3.1.16
The number of invalid CSU requests LS received from this DCS. The possible errors in the CSU request messages: the received CSU request's Receiver ID is not equal to the LSID, etc. Other common errors include failed authentication if applicable, errors in the message fields, etc.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSUInvalidReplyIn 1.3.6.1.3.2001.1.3.1.17
The number of invalid CSU replies LS received from this DCS. The possible errors in the CSU reply messages: the received CSU reply's Receiver ID is not equal to the LSID, etc. Other common errors include failed authentication if applicable, errors in the message fields, etc.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSAIn 1.3.6.1.3.2001.1.3.1.18
The total number of CSA records received from this DCS to this LS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSAOut 1.3.6.1.3.2001.1.3.1.19
The total number of CSA records sent from LS to this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSAReXmted 1.3.6.1.3.2001.1.3.1.20
The total number of CSA records re-transmited from LS to this DCS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scspDCSCSAReXmtQDepth 1.3.6.1.3.2001.1.3.1.21
The depth of CSA Re-transmit queue associated with this DCS. The CSAs in the Re-transmit queue are pending to acknowledged.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

scspDCSRowStatus 1.3.6.1.3.2001.1.3.1.22
This object allows DCS entries to be created and deleted from the scspDCSTable. This table is closely coupled with its corresponding protocol dependent table. A new row creation in this table results in creation of a new row in the corresponding protocol dependent table. When the scspServerRowStatus is deleted by setting this object to destroy(6), this results in removing the corresponding entries in its corresponding protocol dependent table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

scspCSAReXmExceed 1.3.6.1.3.2001.2.1
Retransmission of a CSA to this DCS has exceeded maximum retry limit, indicating an 'abnormal event' has happened between the LS/DCS association. The HSFM associated with this DCS is transitioned into the 'Waiting' state, and a 'scspHFSMWaiting' trap is also generated.
Status: current Access: read-create
NOTIFICATION-TYPE    

scspCompliances 1.3.6.1.3.2001.3.1
OBJECT IDENTIFIER    

scspGroups 1.3.6.1.3.2001.3.2
OBJECT IDENTIFIER    

scspCompliance 1.3.6.1.3.2001.3.1.1
The compliance statement for entities that are required for the management of SCSP.
Status: current Access: read-create
MODULE-COMPLIANCE    

scspLSGroup 1.3.6.1.3.2001.3.2.1
A collection of objects which support the management of the Server group and the Local Server. This group is mandatory.
Status: current Access: read-create
OBJECT-GROUP    

scspDCSGroup 1.3.6.1.3.2001.3.2.2
A collection of objects which support the management of the information exchange session between the LS and its associated DCS. This group is mandatory.
Status: current Access: read-create
OBJECT-GROUP