DC-OPT-MIB: View SNMP OID List / Download MIB
VENDOR: CODEX
Home | MIB: DC-OPT-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
codex | 1.3.6.1.4.1.449 | |||
cdxProductSpecific | 1.3.6.1.4.1.449.2 | |||
cdx6500 | 1.3.6.1.4.1.449.2.1 | |||
cdx6500Statistics | 1.3.6.1.4.1.449.2.1.3 | |||
cdx6500StatOtherStatsGroup | 1.3.6.1.4.1.449.2.1.3.2 | |||
cdx6500DCStatTable | 1.3.6.1.4.1.449.2.1.3.2.10 | |||
cdx6500DCGenStatTable | 1.3.6.1.4.1.449.2.1.3.2.10.1 | |||
cdx6500DCGenStatTableEntry | 1.3.6.1.4.1.449.2.1.3.2.10.1.1 | |||
cdx6500DCGenStatDSPStatus | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.1 | integer | read-only |
This parameter specifies the current status/existence of the DC SIMM/DSP on the motherboard. up - DC SIMM/DSP is installed and operational. down - DC SIMM/DSP is non-functional. missing - DC SIMM/DSP is missing. Enumeration: 'down': 1, 'up': 2, 'missing': 3. |
cdx6500DCGenStatHndlrSWRev | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.2 | integer | read-only |
This parameter displays the DC Handler Software Revision Number. |
cdx6500DCGenStatFnctnSWRev | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.3 | integer | read-only |
DC Function Revision number. For example, revision number of DSP firmware. |
cdx6500DCGenStatMaxChannels | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.4 | integer | read-only |
Number of DC Channels supported. |
cdx6500DCGenStatChanInUse | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.5 | integer | read-only |
Number of DC Channels in use. |
cdx6500DCGenStatMaxSmltChanUse | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.6 | integer | read-only |
Maximum number of DC Channels in use simultaneously since the last stats reset. |
cdx6500DCGenStatRejectConn | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.7 | integer | read-only |
Number of call requests rejected due to the unavailability of DC channels. |
cdx6500DCGenStatAggCRatio | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.8 | displaystring | read-only |
Ratio of total number of incoming charactersfor all DC channels to total number of outgoing characters for all channels, for the past minute. |
cdx6500DCGenStatCurrEncQDepth | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.9 | integer | read-only |
Current number of frames in the encoder queue, waiting to be compressed. |
cdx6500DCGenStatMaxEncQDepth | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.10 | integer | read-only |
Maximum number of frames that were on the encoder queue since the last stats reset. |
cdx6500DCGenStatTmOfMaxEncQDepth | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.11 | displaystring | read-only |
Time when the maximum Encoder Queue Depth is reached. |
cdx6500DCGenStatCurrDecQDepth | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.12 | integer | read-only |
Current number of frames in the decoder queue, waiting to be decompressed. |
cdx6500DCGenStatMaxDecQDepth | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.13 | integer | read-only |
Maximum number of frames that were on the decoder queue waiting to be decompressed. |
cdx6500DCGenStatTmOfMaxDecQDepth | 1.3.6.1.4.1.449.2.1.3.2.10.1.1.14 | displaystring | read-only |
Time when the maximum Decoder Queue Depth is reached. |
cdx6500DCChanStatTable | 1.3.6.1.4.1.449.2.1.3.2.10.2 | no-access |
The Data Compression Channel Statistics Table. |
|
1.3.6.1.4.1.449.2.1.3.2.10.2.1 | no-access |
Each entry in this table pertains to the Data Compression Channel statistics. |
||
cdx6500DCChanStatChanNum | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.1 | integer | read-only |
Channel number whose statistics were requested. |
cdx6500DCChanStatTmOfLastStatRst | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.2 | displaystring | read-only |
Time when the node restarted or the stats reset by CTP/SNMP Manager command. |
cdx6500DCChanStatChanState | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.3 | integer | read-only |
Activity state of the DC channel. dspDown - DSP is down. idle - DSP is ready to be assigned to a connection. negotiating - Source has accepted the Call Request and is waiting for a Call Accept from the destination node. dataPassing - Normal data passing state. apClearing - Call Clear request arrived from access side. npClearing - Call Clear request arrived from network side. clearingCall - A call collision or a Call Clear along with a X.25 reset or a `start buffer discarding'. flushingOnClr - Call has been cleared with FLUSH, waiting packets to flush from DC Handler rings. flushingData - Waiting for x25 confirm. flushingDCRing - Waiting for the data on the DC Handler ring to be flushed after a x.25 confirm or stop discard. clearing - Call has been cleared. Enumeration: 'flushingData': 5, 'dspDown': 1, 'npClearing': 8, 'flushingOnClr': 10, 'apClearing': 7, 'clearingCall': 9, 'dataPassing': 4, 'flushingDCRing': 6, 'idle': 2, 'negotiating': 3, 'clearing': 11. |
cdx6500DCChanStatSourceChan | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.4 | displaystring | read-only |
Access Protocol's identity string. |
cdx6500DCChanStatDestChan | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.5 | displaystring | read-only |
Network Protocol's identity string. |
cdx6500DCChanStatXmitCRatio | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.6 | displaystring | read-only |
Actual compression ratio for outgoing data. This is a 60 second snapshot. Range is 1 - 9.2 |
cdx6500DCChanStatNumOfEncFrames | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.7 | counter | read-only |
Number of frames received from the Access Protocol to be compressed. |
cdx6500DCChanStatNumOfCharInToEnc | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.8 | counter | read-only |
Number of bytes pushed into the encoder to be compressed. |
cdx6500DCChanStatNumOfCharOutOfEnc | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.9 | counter | read-only |
Number of compressed bytes produced by the encoder. |
cdx6500DCChanStatNumOfDecFrames | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.10 | counter | read-only |
Number of frames received from the Network Protocol to be decompressed. |
cdx6500DCChanStatNumOfCharInToDec | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.11 | counter | read-only |
Number of bytes pushed into the decoder to be decompressed. |
cdx6500DCChanStatNumOfCharOutOfDec | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.12 | counter | read-only |
Number of decompressed bytes produced by the decoder. |
cdx6500DCChanStatEncAETrnstnCnt | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.13 | counter | read-only |
Number of times the encoder switched from compressed mode to anti-expansion mode. |
cdx6500DCChanStatEncAEFrameCnt | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.14 | counter | read-only |
Number of anti-expansion frames sent by the encoder. |
cdx6500DCChanStatEncAEModeStatus | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.15 | integer | read-only |
Anti Expansion mode Status for Encoder : on - Data Compression is in the anti expansion mode. off - Data Compression is out of the anti expansion mode. Enumeration: 'on': 2, 'off': 1. |
cdx6500DCChanStatDecAETrnstnCnt | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.16 | counter | read-only |
Number of times the decoder switched from compressed mode to anti-expansion mode. |
cdx6500DCChanStatDecAEFrameCnt | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.17 | counter | read-only |
Number of anti-expansion frames received by the decoder. |
cdx6500DCChanStatDecAEModeStatus | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.18 | integer | read-only |
Anti Expansion mode Status for Decoder : on - Data Compression is in the anti expansion mode. off - Data Compression is out of the anti expansion mode. Enumeration: 'on': 2, 'off': 1. |
cdx6500DCChanStatDSWithBadFrames | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.19 | counter | read-only |
Number of decoded frames detected by the decoder to have been corrupted. This includes frames with bad headers. |
cdx6500DCChanStatDSWithBadHeaders | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.20 | counter | read-only |
Number of decoded frames detected by the decoder to have a bad header. |
cdx6500DCChanStatDSDueToRstOrCng | 1.3.6.1.4.1.449.2.1.3.2.10.2.1.21 | counter | read-only |
Number of packets discarded while processing a X.25 reset or during node congestion. |
cdx6500Controls | 1.3.6.1.4.1.449.2.1.4 | |||
cdx6500ContDC | 1.3.6.1.4.1.449.2.1.4.9 | |||
cdx6500ContResetAllDCStats | 1.3.6.1.4.1.449.2.1.4.9.1 | integer | read-write |
Reset the DC Statistics for all channels. Enumeration: 'reset': 1, 'noreset': 2. |
cdx6500ContDCTable | 1.3.6.1.4.1.449.2.1.4.9.2 | no-access |
These resets require the channel number as the index. |
|
1.3.6.1.4.1.449.2.1.4.9.2.1 | no-access |
Each entry represents a control parameter used to reset Channel Statistics or Channel Vocabulary. |
||
cdx6500ContDCChanNum | 1.3.6.1.4.1.449.2.1.4.9.2.1.1 | integer | read-only |
Channel number used as the index. |
cdx6500ContResetDCChanStats | 1.3.6.1.4.1.449.2.1.4.9.2.1.2 | integer | read-write |
Reset the DC Statistics for this channel. Enumeration: 'reset': 1, 'noreset': 2. |
cdx6500ContResetDCChanVocab | 1.3.6.1.4.1.449.2.1.4.9.2.1.3 | integer | read-write |
Reset the vocabulary/history buffer for this channel if this channel number is active. Enumeration: 'reset': 1, 'noreset': 2. |