Home/Catalog/CNT245-MIB

CNT245-MIB

AI MIB Summary

The CNT245-MIB provides SNMP management interfaces for the CNT Compression Engine hardware, enabling monitoring of compression throughput, session states, and resource utilization metrics specific to CNT's data compression appliances.

This defines the CNT Compression Engine MIB
Main OID:
cnt2Compression.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5
23
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

23 total
Object Name
cnt2CompressionThis defines the CNT Compression Engine MIB
MODULE-IDENTITY
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5
SNMPv2-SMIThis defines the CNT Compression Engine MIB
Unknown
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5
cnt2CompressionTableA list of compression/decompression engines on this system.
SEQUENCE OF Cnt2CompressionEntry
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1
cnt2CompressionEntryAn instance of a compression/decompression.
Cnt2CompressionEntry
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1.1
cnt2CompressionSlotIndexThe slot number where this compression/ decompression was done. This index matches cnt2SlotIndex.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1.1.1
cnt2CompressionIndexThe relative instance of the compression/decompression engine for this slot. This index is always 1.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1.1.2
cnt2BytesToCompressThe 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.ro
Counter64
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1.1.3
cnt2CompressedBytesThe 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.ro
Counter64
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1.1.4
cnt2BytesToDecompressThe 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.ro
Counter64
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1.1.5
cnt2DecompressedBytesThe 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.ro
Counter64
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.1.1.6
cnt2ifCompressionNumberThe number of interfaces using compression/ decompression in this system.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.2
cnt2ifCompressionTableA list of interface entries using compression/ decompression in this system. The number of entries is given by cnt2ifCompressionNumber.
SEQUENCE OF Cnt2ifCompressionEntry
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.3
cnt2ifCompressionEntryAn interface entry using compression/ decompression.
Cnt2ifCompressionEntry
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.3.1
cnt2ifCompressionSlotIndexThe slot number where this compression was done. This index matches cnt2IfSlotIndex.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.3.1.1
cnt2ifCompressionIndexThe local interface index on which this compression was done. This index matches cnt2IfIndex.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.3.1.2
cnt2ifCompressedOctetsThe 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.ro
Counter64
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.3.1.3
cnt2ifCompressionRatioThe 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.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.3.1.4
cnt2ifDecompressionTableA list of interface entries using decompression in this system. The number of entries is given by cnt2ifCompressionNumber.
SEQUENCE OF Cnt2ifDecompressionEntry
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.4
cnt2ifDecompressionEntryAn interface entry using decompression.
Cnt2ifDecompressionEntry
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.4.1
cnt2ifDecompressionSlotIndexThe slot number where this decompression was done. This index matches cnt2IfSlotIndex.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.4.1.1
cnt2ifDecompressionIndexThe local interface index on which this decompression was done. This index matches cnt2IfIndex.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.4.1.2
cnt2ifDecompressedOctetsThe 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.ro
Counter64
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.4.1.3
cnt2ifDecompressionRatioThe 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.ro
Integer32
.1.3.6.1.4.1.1.3.6.1.4.1.333.333.1.3.6.1.4.1.333.2.2.1.3.6.1.4.1.333.2.4.4.5.4.1.4
CNT245-MIB - SNMP MIB Reference | MIBs Explorer