CNT245-MIB: View SNMP OID List / Download MIB
VENDOR: COMPUTER NETWORK TECHNOLOGY
Home | MIB: CNT245-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 |
cnt2Compression | 1.3.6.1.4.1.333.2.4.5 |
This defines the CNT Compression Engine MIB |
||
cnt2CompressionTable | 1.3.6.1.4.1.333.2.4.5.1 | no-access |
A list of compression/decompression engines on this system. |
|
1.3.6.1.4.1.333.2.4.5.1.1 | no-access |
An instance of a compression/decompression. |
||
cnt2CompressionSlotIndex | 1.3.6.1.4.1.333.2.4.5.1.1.1 | integer32 | read-only |
The slot number where this compression/ decompression was done. This index matches cnt2SlotIndex. |
cnt2CompressionIndex | 1.3.6.1.4.1.333.2.4.5.1.1.2 | integer32 | read-only |
The relative instance of the compression/decompression engine for this slot. This index is always 1. |
cnt2BytesToCompress | 1.3.6.1.4.1.333.2.4.5.1.1.3 | counter64 | read-only |
The number of bytes submitted to the engine for compression. This value will include all bytes submitted whether or not compression was successful. This value will always be equal or larger than cnt2CompressedBytes. |
cnt2CompressedBytes | 1.3.6.1.4.1.333.2.4.5.1.1.4 | counter64 | read-only |
The number of bytes received from the engine after compression. This value will include all of the bytes received from the engine whether or not compres- sion was successful, since the engine returns the initial size in any unsucces- sful attempt at compression. This value will be equal or smaller than cnt2BytesToCompress. |
cnt2BytesToDecompress | 1.3.6.1.4.1.333.2.4.5.1.1.5 | counter64 | read-only |
The number of bytes submitted to the engine for decompression. This value will include all bytes submitted whether or not decompression was successful. This value will always be equal or smaller than cnt2DecompressedBytes. |
cnt2DecompressedBytes | 1.3.6.1.4.1.333.2.4.5.1.1.6 | counter64 | read-only |
The number of bytes received from the engine after decompression. This value will include all of the bytes received from the engine whether or not decompres- sion was successful, since the engine returns the initial size in any unsucces- sful attempt at decompression. This value will be equal or larger than cnt2BytesToDecompress. |
cnt2ifCompressionNumber | 1.3.6.1.4.1.333.2.4.5.2 | integer32 | read-only |
The number of interfaces using compression/ decompression in this system. |
cnt2ifCompressionTable | 1.3.6.1.4.1.333.2.4.5.3 | no-access |
A list of interface entries using compression/ decompression in this system. The number of entries is given by cnt2ifCompressionNumber. |
|
1.3.6.1.4.1.333.2.4.5.3.1 | no-access |
An interface entry using compression/ decompression. |
||
cnt2ifCompressionSlotIndex | 1.3.6.1.4.1.333.2.4.5.3.1.1 | integer32 | read-only |
The slot number where this compression was done. This index matches cnt2IfSlotIndex. |
cnt2ifCompressionIndex | 1.3.6.1.4.1.333.2.4.5.3.1.2 | integer32 | read-only |
The local interface index on which this compression was done. This index matches cnt2IfIndex. |
cnt2ifCompressedOctets | 1.3.6.1.4.1.333.2.4.5.3.1.3 | counter64 | read-only |
The number of bytes that were compressed out of the transmitted data stream. To calculate the compression ratio for trans- mitted data, the following calculation would be used: ifOutOctets + cnt2ifCompressedOctets ------------------------------------ ifOutOctets. to calculate the overall compression for this interface, the following calculation would be used: ifOutOctets + cnt2ifCompressedOctets + cnt2ifDecompressedOctets + ifInOctets -------------------------------------- ifOutOctets + ifInOctets. |
cnt2ifCompressionRatio | 1.3.6.1.4.1.333.2.4.5.3.1.4 | integer32 | read-only |
The Compression ratio for this index. The value is represent of 1 to xx.xx Compression Ratio. Example: Ratio of 1:15.82 would have this set to a value of 1582. The internal Calculation is done as: 100 * (ifOutOctets + cnt2ifCompressedOctets) --------------------------------------------- ifOutOctets Then the result is mod by 100 for floating point. This OID gets created dynamically when there is a compression circuit active. |
cnt2ifDecompressionTable | 1.3.6.1.4.1.333.2.4.5.4 | no-access |
A list of interface entries using decompression in this system. The number of entries is given by cnt2ifCompressionNumber. |
|
1.3.6.1.4.1.333.2.4.5.4.1 | no-access |
An interface entry using decompression. |
||
cnt2ifDecompressionSlotIndex | 1.3.6.1.4.1.333.2.4.5.4.1.1 | integer32 | read-only |
The slot number where this decompression was done. This index matches cnt2IfSlotIndex. |
cnt2ifDecompressionIndex | 1.3.6.1.4.1.333.2.4.5.4.1.2 | integer32 | read-only |
The local interface index on which this decompression was done. This index matches cnt2IfIndex. |
cnt2ifDecompressedOctets | 1.3.6.1.4.1.333.2.4.5.4.1.3 | counter64 | read-only |
The number of bytes that were compressed out of the received data stream. To calculate the compression ratio for received data, the following calculation would be used: ifInOctets + cnt2ifDeCompressedOctets ------------------------------------- ifInOctets to calculate the overall compression for this interface, the following calculation would be used: ifOutOctets + cnt2ifCompressedOctets + cnt2ifDecompressedOctets + ifInOctets -------------------------------------- ifOutOctets + ifInOctets. |
cnt2ifDecompressionRatio | 1.3.6.1.4.1.333.2.4.5.4.1.4 | integer32 | read-only |
The Decompression ratio for this index. The value is represent 1 to xx.xx decompression Ratio. Example: Ratio of 13.82 :1 would have this set to a value of 1382. The internal Calculation is done as: 100 * (ifInOctets + cnt2ifDeCompressedOctets) --------------------------------------------- ifInOctets Then the result is mod by 100 for floating point. This OID gets created dynamically when there is a decompression circuit active. |