CNT245-MIB

File: CNT245-MIB.mib (15555 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI RFC-1212

Imported symbols

enterprises Integer32 MODULE-IDENTITY
Counter64 OBJECT-TYPE

Defined Types

Cnt2CompressionEntry  
SEQUENCE    
  cnt2CompressionSlotIndex Integer32
  cnt2CompressionIndex Integer32
  cnt2BytesToCompress Counter64
  cnt2CompressedBytes Counter64
  cnt2BytesToDecompress Counter64
  cnt2DecompressedBytes Counter64

Cnt2ifCompressionEntry  
SEQUENCE    
  cnt2ifCompressionSlotIndex Integer32
  cnt2ifCompressionIndex Integer32
  cnt2ifCompressedOctets Counter64
  cnt2ifCompressionRatio Integer32

Cnt2ifDecompressionEntry  
SEQUENCE    
  cnt2ifDecompressionSlotIndex Integer32
  cnt2ifDecompressionIndex Integer32
  cnt2ifDecompressedOctets Counter64
  cnt2ifDecompressionRatio Integer32

Defined Values

cnt2Compression 1.3.6.1.4.1.333.2.4.5
This defines the CNT Compression Engine MIB
MODULE-IDENTITY    

cnt2CompressionTable 1.3.6.1.4.1.333.2.4.5.1
A list of compression/decompression engines on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2CompressionEntry

cnt2CompressionEntry 1.3.6.1.4.1.333.2.4.5.1.1
An instance of a compression/decompression.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cnt2CompressionEntry  

cnt2CompressionSlotIndex 1.3.6.1.4.1.333.2.4.5.1.1.1
The slot number where this compression/ decompression was done. This index matches cnt2SlotIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2CompressionIndex 1.3.6.1.4.1.333.2.4.5.1.1.2
The relative instance of the compression/decompression engine for this slot. This index is always 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2BytesToCompress 1.3.6.1.4.1.333.2.4.5.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnt2CompressedBytes 1.3.6.1.4.1.333.2.4.5.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnt2BytesToDecompress 1.3.6.1.4.1.333.2.4.5.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnt2DecompressedBytes 1.3.6.1.4.1.333.2.4.5.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnt2ifCompressionNumber 1.3.6.1.4.1.333.2.4.5.2
The number of interfaces using compression/ decompression in this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2ifCompressionTable 1.3.6.1.4.1.333.2.4.5.3
A list of interface entries using compression/ decompression in this system. The number of entries is given by cnt2ifCompressionNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2ifCompressionEntry

cnt2ifCompressionEntry 1.3.6.1.4.1.333.2.4.5.3.1
An interface entry using compression/ decompression.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cnt2ifCompressionEntry  

cnt2ifCompressionSlotIndex 1.3.6.1.4.1.333.2.4.5.3.1.1
The slot number where this compression was done. This index matches cnt2IfSlotIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2ifCompressionIndex 1.3.6.1.4.1.333.2.4.5.3.1.2
The local interface index on which this compression was done. This index matches cnt2IfIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2ifCompressedOctets 1.3.6.1.4.1.333.2.4.5.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnt2ifCompressionRatio 1.3.6.1.4.1.333.2.4.5.3.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2ifDecompressionTable 1.3.6.1.4.1.333.2.4.5.4
A list of interface entries using decompression in this system. The number of entries is given by cnt2ifCompressionNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cnt2ifDecompressionEntry

cnt2ifDecompressionEntry 1.3.6.1.4.1.333.2.4.5.4.1
An interface entry using decompression.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cnt2ifDecompressionEntry  

cnt2ifDecompressionSlotIndex 1.3.6.1.4.1.333.2.4.5.4.1.1
The slot number where this decompression was done. This index matches cnt2IfSlotIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2ifDecompressionIndex 1.3.6.1.4.1.333.2.4.5.4.1.2
The local interface index on which this decompression was done. This index matches cnt2IfIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cnt2ifDecompressedOctets 1.3.6.1.4.1.333.2.4.5.4.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cnt2ifDecompressionRatio 1.3.6.1.4.1.333.2.4.5.4.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32