C-PRODUCT-SIM-STAT-MIB

File: C-PRODUCT-SIM-STAT-MIB.mib (23637 bytes)

Imported modules

C-PRODUCT-GROUP-MIB C-PRODUCT-BASE-MIB RFC1155-SMI
RFC-1212

Imported symbols

qsim TimeAndDate portSlot
portNumber vcpSideId Counter
OBJECT-TYPE

Defined Types

SimPortStatEntry  
SEQUENCE    
  simPortClrStatCmd INTEGER
  simPortClrStatTime TimeAndDate
  simPortRxFrames Counter
  simPortTxFrames Counter
  simPortInvalidFrames Counter
  simPortCongestedFrames Counter
  simPortRxOctets Counter
  simPortTxOctets Counter
  simPortRxFcsErrs Counter

SimNewAtmVcStatEntry  
SEQUENCE    
  simNewAtmVcClrStatCmd INTEGER
  simNewAtmVcClrStatTime TimeAndDate
  simNewAtmVcRxFrames Counter
  simNewAtmVcTxFrames Counter
  simNewAtmVcInvalidFrames Counter
  simNewAtmVcCongestedFrames Counter

SimNewDxiVcStatEntry  
SEQUENCE    
  simNewDxiVcClrStatCmd INTEGER
  simNewDxiVcClrStatTime TimeAndDate
  simNewDxiVcRxFrames Counter
  simNewDxiVcTxFrames Counter
  simNewDxiVcInvalidFrames Counter
  simNewDxiVcCongestedFrames Counter
  simNewDxiVcRxOctets Counter
  simNewDxiVcTxOctets Counter
  simNewDxiVcRxClp Counter

SimNewFrameRelayVcStatEntry  
SEQUENCE    
  simNewFrameRelayVcClrStatCmd INTEGER
  simNewFrameRelayVcClrStatTime TimeAndDate
  simNewFrameRelayVcRxFrames Counter
  simNewFrameRelayVcTxFrames Counter
  simNewFrameRelayVcInvalidFrames Counter
  simNewFrameRelayVcCongestedFrames Counter
  simNewFrameRelayVcRxOctets Counter
  simNewFrameRelayVcTxOctets Counter
  simNewFrameRelayVcRxDe Counter
  simNewFrameRelayVcRxFecn Counter
  simNewFrameRelayVcRxBecn Counter

SimLmiStatEntry  
SEQUENCE    
  simLmiClrStatCmd INTEGER
  simLmiClrStatTime TimeAndDate
  simLmiReceivedFrames Counter
  simLmiDiscardedFrames Counter
  simLmiUserLivTimeouts Counter
  simLmiUserXmtLivRequests Counter
  simLmiUserRcvLivResponses Counter
  simLmiUserXmtFullStatusRequests Counter
  simLmiUserRcvFullStatusResponses Counter
  simLmiUserLossSeqNumSyncs Counter
  simLmiUserRcvUnconfigPvcs Counter
  simLmiNetworkPvTimeouts Counter
  simLmiNetworkRcvLivRequests Counter
  simLmiNetworkXmtLivResponses Counter
  simLmiNetworkRcvFullStatusRequests Counter
  simLmiNetworkXmtFullStatusResponses Counter
  simLmiNetworkLossSeqNumSyncs Counter

Defined Values

simStat 1.3.6.1.4.1.43.1.12.1.1.12.5
OBJECT IDENTIFIER    

simPortStat 1.3.6.1.4.1.43.1.12.1.1.12.5.1
OBJECT IDENTIFIER    

simAtmVcStat 1.3.6.1.4.1.43.1.12.1.1.12.5.2
OBJECT IDENTIFIER    

simDxiVcStat 1.3.6.1.4.1.43.1.12.1.1.12.5.3
OBJECT IDENTIFIER    

simFrameRelayVcStat 1.3.6.1.4.1.43.1.12.1.1.12.5.4
OBJECT IDENTIFIER    

simLmiStat 1.3.6.1.4.1.43.1.12.1.1.12.5.5
OBJECT IDENTIFIER    

simNewAtmVcStat 1.3.6.1.4.1.43.1.12.1.1.12.5.6
OBJECT IDENTIFIER    

simNewDxiVcStat 1.3.6.1.4.1.43.1.12.1.1.12.5.7
OBJECT IDENTIFIER    

simNewFrameRelayVcStat 1.3.6.1.4.1.43.1.12.1.1.12.5.8
OBJECT IDENTIFIER    

simPortStatTable 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1
The Serial Interface Module Port Statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SimPortStatEntry

simPortStatEntry 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1
Information about a Serial Interface Module Port Statistics. The slot number (portSlot) of this card can be from 4 to 6. The port number (portNumber) can be from 1 to 4 for QSIM, 1 for HSIM, and from 1 to 8 for OSIM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SimPortStatEntry  

simPortClrStatCmd 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.1
This is issued to clear all statistics of this port. The current time will be stored at simPortClrStatTime.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

simPortClrStatTime 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.2
The time when the last statistics was clear.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeAndDate  

simPortRxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.3
Total received frames with good FCS at this port since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simPortTxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.4
Total transmitted frames at this port since last counter reset. These frames were transmitted successfuly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simPortInvalidFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.5
Total received invalid frames at this port since last counter reset. These frames are received with good FCS but can not be processed due to wrong content.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simPortCongestedFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.6
Total congested frames at this port since last counter reset. These frames were not transmitted due to link congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simPortRxOctets 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.7
Total received octets with good FCS at this port since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simPortTxOctets 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.8
Total transmitted octets at this port since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simPortRxFcsErrs 1.3.6.1.4.1.43.1.12.1.1.12.5.1.1.1.9
Total received frames with bad FCS at this port since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewAtmVcStatTable 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1
The Serial Interface Module ATM VC Statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SimNewAtmVcStatEntry

simNewAtmVcStatEntry 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1.1
Information about a Serial Interface Module ATM VC Statistics. The slot number (portSlot) of this card can be from 4 to 6. The port number (portNumber) can be from 1 to 4 for QSIM, 1 for HSIM, and from 1 to 8 for OSIM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SimNewAtmVcStatEntry  

simNewAtmVcClrStatCmd 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1.1.1
This is issued to clear all statistics of this ATM VC. The current time will be stored at simNewAtmVcClrStatTime.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

simNewAtmVcClrStatTime 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1.1.2
The time when the last statistics was clear.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeAndDate  

simNewAtmVcRxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1.1.3
Total received frames at this ATM VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewAtmVcTxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1.1.4
Total transmitted frames at this ATM VC since last counter reset. These frames were transmitted successfuly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewAtmVcInvalidFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1.1.5
Total received invalid frames at this ATM VC since last counter reset. These frames are received with good VC id but can not be processed due to wrong content.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewAtmVcCongestedFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.6.1.1.6
Total congested frames at this ATM VC since last counter reset. These frames were not transmitted due to link congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewDxiVcStatTable 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1
The Serial Interface Module DXI VC Statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SimNewDxiVcStatEntry

simNewDxiVcStatEntry 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1
Information about a Serial Interface Module DXI VC Statistics. The slot number (portSlot) of this card can be from 4 to 6. The port number (portNumber) can be from 1 to 4 for QSIM, 1 for HSIM, and from 1 to 8 for OSIM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SimNewDxiVcStatEntry  

simNewDxiVcClrStatCmd 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.1
This is issued to clear all statistics of this DXI VC. The current time will be stored at simDxiVcClrStatTime.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

simNewDxiVcClrStatTime 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.2
The time when the last statistics was clear.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeAndDate  

simNewDxiVcRxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.3
Total received frames at this DXI VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewDxiVcTxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.4
Total transmitted frames at this DXI VC since last counter reset. These frames were transmitted successfuly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewDxiVcInvalidFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.5
Total received invalid frames at this DXI VC since last counter reset. These frames are received with good VC id but can not be processed due to wrong content.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewDxiVcCongestedFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.6
Total congested frames at this DXI VC since last counter reset. These frames were not transmitted due to link congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewDxiVcRxOctets 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.7
Total received octets at this DXI VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewDxiVcTxOctets 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.8
Total transmitted octets at this DXI VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewDxiVcRxClp 1.3.6.1.4.1.43.1.12.1.1.12.5.7.1.1.9
Total received frames with CLP bit set at this DXI VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcStatTable 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1
The Serial Interface Module FR VC Statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SimNewFrameRelayVcStatEntry

simNewFrameRelayVcStatEntry 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1
Information about a Serial Interface Module FR VC Statistics. The slot number (portSlot) of this card can be from 4 to 6. The port number (portNumber) can be from 1 to 4 for QSIM, 1 for HSIM, and from 1 to 8 for OSIM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SimNewFrameRelayVcStatEntry  

simNewFrameRelayVcClrStatCmd 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.1
This is issued to clear all statistics of this FR VC. The current time will be stored at simNewFrameRelayVcClrStatTime.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

simNewFrameRelayVcClrStatTime 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.2
The time when the last statistics was clear.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeAndDate  

simNewFrameRelayVcRxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.3
Total received frames at this FR VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcTxFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.4
Total transmitted frames at this FR VC since last counter reset. These frames were transmitted successfuly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcInvalidFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.5
Total received invalid frames at this FR VC since last counter reset. These frames are received with good VC id but can not be processed due to wrong content.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcCongestedFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.6
Total congested frames at this FR VC since last counter reset. These frames were not transmitted due to link congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcRxOctets 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.7
Total received octets at this FR VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcTxOctets 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.8
Total transmitted octets at this FR VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcRxDe 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.9
Total received frames with DE bit set at this FR VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcRxFecn 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.10
Total received frames with FECN bit set at this FR VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simNewFrameRelayVcRxBecn 1.3.6.1.4.1.43.1.12.1.1.12.5.8.1.1.11
Total received frames with BECN bit set at this FR VC since last counter reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiStatTable 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1
LMI statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SimLmiStatEntry

simLmiStatEntry 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1
LMI statistics entry. The slot index (portSlot) of this entry can be from 4 to 6. The port index (portNumber) can be from 1 to 8 for FAM, 1 to 4 for QSIM and 1 for HSIM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SimLmiStatEntry  

simLmiClrStatCmd 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.1
This is a command to clear all LMI statistics. This object applies when LMI protocol is not 'none'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

simLmiClrStatTime 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.2
The time when the last LMI statistics was cleared. This object applies when LMI protocol is not 'none'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeAndDate  

simLmiReceivedFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.3
Received LMI frames. This object applies when LMI protocol is not 'none'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiDiscardedFrames 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.4
Discarded LMI frames. This object applies when LMI protocol is not 'none'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiUserLivTimeouts 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.5
User-side LIV timeouts. This object applies when LMI procedure is user-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiUserXmtLivRequests 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.6
User-side LIV requests. This object applies when LMI procedure is user-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiUserRcvLivResponses 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.7
User-side LIV responses. This object applies when LMI procedure is user-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiUserXmtFullStatusRequests 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.8
User-side full status requests. This object applies when LMI procedure is user-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiUserRcvFullStatusResponses 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.9
User-side full status responses. This object applies when LMI procedure is user-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiUserLossSeqNumSyncs 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.10
User-side loss of sequence number synchronization. This object applies when LMI procedure is user-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiUserRcvUnconfigPvcs 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.11
User-side unconfigured PVCs. This object applies when LMI procedure is user-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiNetworkPvTimeouts 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.12
Network-side PV timeouts. This object applies when LMI procedure is network-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiNetworkRcvLivRequests 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.13
Network-side LIV requests. This object applies when LMI procedure is network-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiNetworkXmtLivResponses 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.14
Network-side LIV responses. This object applies when LMI procedure is network-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiNetworkRcvFullStatusRequests 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.15
Network-side full status requests. This object applies when LMI procedure is network-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiNetworkXmtFullStatusResponses 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.16
Network-side full status responses. This object applies when LMI procedure is network-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

simLmiNetworkLossSeqNumSyncs 1.3.6.1.4.1.43.1.12.1.1.12.5.5.1.1.17
Network-side loss of sequence number synchronization. This object applies when LMI procedure is network-side or bidirectional.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter