HUAWEI-IPHC-MIB

File: HUAWEI-IPHC-MIB.mib (24687 bytes)

Imported modules

HUAWEI-MIB SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF SNMP-FRAMEWORK-MIB RFC1213-MIB
IF-MIB

Imported symbols

hwDatacomm OBJECT-TYPE MODULE-IDENTITY
Counter64 Integer32 NOTIFICATION-TYPE
RowStatus TEXTUAL-CONVENTION OBJECT-GROUP
MODULE-COMPLIANCE NOTIFICATION-GROUP SnmpAdminString
ifIndex ifName

Defined Types

HWCompressType  
The Compress type: withoutCompress(1), enableTcpCompress(2), enableRtpCompress(3), enableEcRtpCompress(4), enableUdpCompressOnly(5), enableUdpandRtpCompressOnly(6)
TEXTUAL-CONVENTION    
  INTEGER withoutCompress(1), enableTcpCompress(2), enableRtpCompress(3), enableEcRtpCompress(4), enableUdpCompressOnly(5), enableUdpandRtpCompressOnly(6)  

HWCompressFormat  
Compress packets in ietf-format(defined in RFC2507) or not
TEXTUAL-CONVENTION    
  INTEGER ietf(1), nonstandard(2)  

HwIphcTcpConfigEntry  
SEQUENCE    
  hwIphcTcpIfIndex Integer32
  hwIphcTcpEnable HWCompressType
  hwIphcTcpConnnectionNumber Integer32
  hwIphcTcpRowStatus RowStatus

HwIphcTcpConfigEffectEntry  
SEQUENCE    
  hwIphcTcpEffectEnable HWCompressType
  hwIphcTcpEffectConnnectionNumber Integer32

HwIphcRtpConfigEntry  
SEQUENCE    
  hwIphcRtpIfIndex Integer32
  hwIphcRtpEnable HWCompressType
  hwIphcRtpConnnectionNumber Integer32
  hwIphcRtpNValue Integer32
  hwIphcRtpFormatType HWCompressFormat
  hwIphcRtpRowStatus RowStatus

HwIphcRtpConfigEffectEntry  
SEQUENCE    
  hwIphcRtpEffectEnable HWCompressType
  hwIphcRtpEffectConnnectionNumber Integer32
  hwIphcRtpEffectNValue Integer32

HwIphcTcpRunInfoEntry  
SEQUENCE    
  hwIphcTcpSentTotalPackets Counter64
  hwIphcTcpSentTotalBytes Counter64
  hwIphcTcpSentCompressPackets Counter64
  hwIphcTcpSentCompressBytes Counter64
  hwIphcTcpSavedBytes Counter64
  hwIphcTcpCompressRatio Integer32
  hwIphcTcpReceivedTotalPackets Counter64
  hwIphcTcpReceivedCompressPackets Counter64
  hwIphcTcpReceivedCompressErrorPackets Counter64
  hwIphcTcpReceivedCompressDiscardPackets Counter64

HwIphcRtpRunInfoEntry  
SEQUENCE    
  hwIphcRtpSentTotalPackets Counter64
  hwIphcRtpSentTotalBytes Counter64
  hwIphcRtpSentCompressPackets Counter64
  hwIphcRtpSentCompressBytes Counter64
  hwIphcRtpSavedBytes Counter64
  hwIphcRtpCompressRatio Integer32
  hwIphcRtpReceivedTotalPackets Counter64
  hwIphcRtpReceivedCompressPackets Counter64
  hwIphcRtpReceivedCompressErrorPackets Counter64
  hwIphcRtpReceivedCompressDiscardPackets Counter64

Defined Values

hwIphcMIB 1.3.6.1.4.1.2011.5.25.154
HUAWEI-IPHC-MIB is a private MIB defined by Huawei. It describes the configurations, configuration status, and statistics of IP packet header compression.
MODULE-IDENTITY    

hwIphcInfoObjects 1.3.6.1.4.1.2011.5.25.154.1
OBJECT IDENTIFIER    

hwIphcTcpConfigTable 1.3.6.1.4.1.2011.5.25.154.1.1
This table is used to configure the parameters of IP/TCP header compression.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIphcTcpConfigEntry

hwIphcTcpConfigEntry 1.3.6.1.4.1.2011.5.25.154.1.1.1
An entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIphcTcpConfigEntry  

hwIphcTcpIfIndex 1.3.6.1.4.1.2011.5.25.154.1.1.1.1
Index of the interface enabled with IP/TCP header compression, the same as IfIndex of this interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hwIphcTcpEnable 1.3.6.1.4.1.2011.5.25.154.1.1.1.2
Identifies whether IP/TCP header compression is enabled on the interface. The default value is 2.
Status: current Access: read-create
OBJECT-TYPE    
  HWCompressType  

hwIphcTcpConnnectionNumber 1.3.6.1.4.1.2011.5.25.154.1.1.1.3
The maximum number of IP/TCP header compression sessions on the interface.The default value is 16.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwIphcTcpRowStatus 1.3.6.1.4.1.2011.5.25.154.1.1.1.4
Row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwIphcTcpConfigEffectTable 1.3.6.1.4.1.2011.5.25.154.1.2
This table lists the valid parameters of IP/TCP header compression on the interface after negotiation with the peer interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIphcTcpConfigEffectEntry

hwIphcTcpConfigEffectEntry 1.3.6.1.4.1.2011.5.25.154.1.2.1
An entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIphcTcpConfigEffectEntry  

hwIphcTcpEffectEnable 1.3.6.1.4.1.2011.5.25.154.1.2.1.1
Identifies whether the IP/TCP header compression is effective on the interface after negotiation with the peer interface.
Status: current Access: read-only
OBJECT-TYPE    
  HWCompressType  

hwIphcTcpEffectConnnectionNumber 1.3.6.1.4.1.2011.5.25.154.1.2.1.2
The maximum number of valid IP/TCP header compression sessions on the interface after negotiation with the peer interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwIphcRtpConfigTable 1.3.6.1.4.1.2011.5.25.154.1.3
This table is used to configure the parameters of IP/UDP or IP/UDP/RTP header compression.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIphcRtpConfigEntry

hwIphcRtpConfigEntry 1.3.6.1.4.1.2011.5.25.154.1.3.1
An entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIphcRtpConfigEntry  

hwIphcRtpIfIndex 1.3.6.1.4.1.2011.5.25.154.1.3.1.1
Index of the interface enabled with IP/UDP or IP/UDP/RTP header compression, the same as IfIndex of this interface
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hwIphcRtpEnable 1.3.6.1.4.1.2011.5.25.154.1.3.1.2
Identifies whether IP/UDP and IP/UDP/RTP header compression is enabled on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  HWCompressType  

hwIphcRtpConnnectionNumber 1.3.6.1.4.1.2011.5.25.154.1.3.1.3
The maximum number of IP/UDP and IP/UDP/RTP header compression sessions on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwIphcRtpNValue 1.3.6.1.4.1.2011.5.25.154.1.3.1.4
The number of packet retransmissions when EcRTP is enabled on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwIphcRtpFormatType 1.3.6.1.4.1.2011.5.25.154.1.3.1.5
Compressed packet format supported by the interface.
Status: current Access: read-create
OBJECT-TYPE    
  HWCompressFormat  

hwIphcRtpRowStatus 1.3.6.1.4.1.2011.5.25.154.1.3.1.6
Row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwIphcRtpConfigEffectTable 1.3.6.1.4.1.2011.5.25.154.1.4
This table lists the valid parameters of IP/UDP and IP/UDP/RTP header compression on the interface after negotiation with the peer interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIphcRtpConfigEffectEntry

hwIphcRtpConfigEffectEntry 1.3.6.1.4.1.2011.5.25.154.1.4.1
An entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIphcRtpConfigEffectEntry  

hwIphcRtpEffectEnable 1.3.6.1.4.1.2011.5.25.154.1.4.1.1
Identifies whether IP/UDP and IP/UDP/RTP header compression is effective on the interface after negotiation with the peer interface.
Status: current Access: read-only
OBJECT-TYPE    
  HWCompressType  

hwIphcRtpEffectConnnectionNumber 1.3.6.1.4.1.2011.5.25.154.1.4.1.2
The maximum number of valid IP/UDP and IP/UDP/RTP header compression sessions on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwIphcRtpEffectNValue 1.3.6.1.4.1.2011.5.25.154.1.4.1.3
The number of packet retransmissions when EcRTP is enabled on the interface after negotiation with the peer interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwIphcStatisticsObjects 1.3.6.1.4.1.2011.5.25.154.2
OBJECT IDENTIFIER    

hwIphcTcpRunInfoTable 1.3.6.1.4.1.2011.5.25.154.2.1
This table lists statistics on IP/TCP header compression.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIphcTcpRunInfoEntry

hwIphcTcpRunInfoEntry 1.3.6.1.4.1.2011.5.25.154.2.1.1
An entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIphcTcpRunInfoEntry  

hwIphcTcpSentTotalPackets 1.3.6.1.4.1.2011.5.25.154.2.1.1.1
Total number of sent packets with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpSentTotalBytes 1.3.6.1.4.1.2011.5.25.154.2.1.1.2
Total number of the bytes of sent packets with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpSentCompressPackets 1.3.6.1.4.1.2011.5.25.154.2.1.1.3
Number of compressed packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpSentCompressBytes 1.3.6.1.4.1.2011.5.25.154.2.1.1.4
Number of the bytes of compressed packets with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpSavedBytes 1.3.6.1.4.1.2011.5.25.154.2.1.1.5
Number of the bytes saved after compression with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpCompressRatio 1.3.6.1.4.1.2011.5.25.154.2.1.1.6
Compression ratio.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwIphcTcpReceivedTotalPackets 1.3.6.1.4.1.2011.5.25.154.2.1.1.7
Total number of received packets with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpReceivedCompressPackets 1.3.6.1.4.1.2011.5.25.154.2.1.1.8
Total number of received compressed packets with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpReceivedCompressErrorPackets 1.3.6.1.4.1.2011.5.25.154.2.1.1.9
Number of incorrectly-compressed packets with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTcpReceivedCompressDiscardPackets 1.3.6.1.4.1.2011.5.25.154.2.1.1.10
Number of the packets discarded due to failed decompression with IP/TCP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpRunInfoTable 1.3.6.1.4.1.2011.5.25.154.2.2
This table lists statistics on IP/UDP or IP/UDP/RTP header compression.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIphcRtpRunInfoEntry

hwIphcRtpRunInfoEntry 1.3.6.1.4.1.2011.5.25.154.2.2.1
An entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIphcRtpRunInfoEntry  

hwIphcRtpSentTotalPackets 1.3.6.1.4.1.2011.5.25.154.2.2.1.1
Total number of sent packets with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpSentTotalBytes 1.3.6.1.4.1.2011.5.25.154.2.2.1.2
Total number of the bytes of sent packets with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpSentCompressPackets 1.3.6.1.4.1.2011.5.25.154.2.2.1.3
Number of sent compressed packets with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpSentCompressBytes 1.3.6.1.4.1.2011.5.25.154.2.2.1.4
Number of the bytes of sent compressed packets with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpSavedBytes 1.3.6.1.4.1.2011.5.25.154.2.2.1.5
Number of saved bytes after compression with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpCompressRatio 1.3.6.1.4.1.2011.5.25.154.2.2.1.6
Compression ratio.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwIphcRtpReceivedTotalPackets 1.3.6.1.4.1.2011.5.25.154.2.2.1.7
Total number of received packets with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpReceivedCompressPackets 1.3.6.1.4.1.2011.5.25.154.2.2.1.8
Total number of the bytes of received compressed packets with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpReceivedCompressErrorPackets 1.3.6.1.4.1.2011.5.25.154.2.2.1.9
Number of received incorrectly-compressed packets with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcRtpReceivedCompressDiscardPackets 1.3.6.1.4.1.2011.5.25.154.2.2.1.10
Number of packets discarded due to failed compression with IP/UDP or IP/UDP/RTP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwIphcTraps 1.3.6.1.4.1.2011.5.25.154.3
OBJECT IDENTIFIER    

hwIphcContextError 1.3.6.1.4.1.2011.5.25.154.3.1
During a specified period, the number of the CONTEXT_STATE packets received by the compressor exceeds the threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwIphcContextErrorResume 1.3.6.1.4.1.2011.5.25.154.3.2
During a specified period, the number of the CONTEXT_STATE packets received by the compressor restores to the normal state.
Status: current Access: read-only
NOTIFICATION-TYPE    

hwIphcConformance 1.3.6.1.4.1.2011.5.25.154.4
OBJECT IDENTIFIER    

hwIphcCompliances 1.3.6.1.4.1.2011.5.25.154.4.1
OBJECT IDENTIFIER    

hwIphcCompliance 1.3.6.1.4.1.2011.5.25.154.4.1.1
The compliance statement for systems supporting the HUAWEI-IPHC-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hwIphcGroups 1.3.6.1.4.1.2011.5.25.154.4.2
OBJECT IDENTIFIER    

hwIphcInfoGroup 1.3.6.1.4.1.2011.5.25.154.4.2.1
Standard HUAWEI IPHC Configuration group.
Status: current Access: read-only
OBJECT-GROUP    

hwIphcStatisticsGroup 1.3.6.1.4.1.2011.5.25.154.4.2.2
Standard HUAWEI IPHC Statistics group.
Status: current Access: read-only
OBJECT-GROUP    

hwIphcNotificationGroup 1.3.6.1.4.1.2011.5.25.154.4.2.3
Standard HUAWEI IPHC Notification group.
Status: current Access: read-only
NOTIFICATION-GROUP