📄 rohc-mib
字号:
MAX-ACCESS read-only STATUS current DESCRIPTION "The date and time when the context started to be able to compress packets or decompress packets, respectively. The value '0000000000000000'H is returned if the context has not been activated yet." DEFVAL { '0000000000000000'H } ::= { rohcContextEntry 7 }rohcContextDeactivationTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The date and time when the context stopped being able to compress packets or decompress packets, respectively, because it expired or was terminated for other reasons. The value '0000000000000000'H is returned if the context has not been deactivated yet." DEFVAL { '0000000000000000'H } ::= { rohcContextEntry 8 }rohcContextPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of all packets passing this context. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable." ::= { rohcContextEntry 9 }rohcContextIRs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of all IR packets sent or received, respectively, by this context. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable." REFERENCE "RFC 3095, Section 5.7.7.1" ::= { rohcContextEntry 10 }rohcContextIRDYNs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of all IR-DYN packets sent or received, respectively, by this context. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable." REFERENCE "RFC 3095, Section 5.7.7.2" ::= { rohcContextEntry 11 }rohcContextFeedbacks OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of all feedbacks sent or received, respectively, by this context. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable." ::= { rohcContextEntry 12 }rohcContextDecompressorFailures OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of all decompressor failures so far in this context. The number is only valid for decompressor contexts, i.e., if rohcInstanceType has the value decompressor(2). Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable." ::= { rohcContextEntry 13 }rohcContextDecompressorRepairs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of all context repairs so far in this context. The number is only valid for decompressor contexts, i.e., if rohcInstanceType has the value decompressor(2). Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable." ::= { rohcContextEntry 14 }rohcContextAllPacketsRatio OBJECT-TYPE SYNTAX RohcCompressionRatio MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the compression ratio so far over all packets passing this context. The compression is computed over all bytes of the IP packets including the IP header but excluding all lower layer headers." ::= { rohcContextEntry 15 }rohcContextAllHeadersRatio OBJECT-TYPE SYNTAX RohcCompressionRatio MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the compression ratio so far over all packet headers passing this context. The compression is computed over all bytes of all headers that are subject to compression for the used profile." ::= { rohcContextEntry 16 }rohcContextAllPacketsMeanSize OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the mean compressed packet size of all packets passing this context. The packet size includes the IP header and payload but excludes all lower layer headers. The mean value is given in byte rounded to the next integer value." ::= { rohcContextEntry 17 }rohcContextAllHeadersMeanSize OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the mean compressed packet header size of all packets passing this context. The packet header size is the sum of the size of all headers of a packet that are subject to compression for the used profile. The mean value is given in byte rounded to the next integer value." ::= { rohcContextEntry 18 }rohcContextLastPacketsRatio OBJECT-TYPE SYNTAX RohcCompressionRatio MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the compression ratio concerning the last 16 packets passing this context or concerning all packets passing this context if they are less than 16, so far. The compression is computed over all bytes of the IP packets including the IP header but excluding all lower layer headers." ::= { rohcContextEntry 19 }rohcContextLastHeadersRatio OBJECT-TYPE SYNTAX RohcCompressionRatio MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the compression ratio concerning the headers of the last 16 packets passing this context or concerning the headers of all packets passing this context if they are less than 16, so far. The compression is computed over all bytes of all headers that are subject to compression for the used profile." ::= { rohcContextEntry 20 }rohcContextLastPacketsMeanSize OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the mean compressed packet size concerning the last 16 packets passing this context or concerning all packets passing this context if they are less than 16, so far. The packet size includes the IP header and payload but excludes all lower layer headers. The mean value is given in byte rounded to the next integer value." ::= { rohcContextEntry 21 }rohcContextLastHeadersMeanSize OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the mean compressed packet header size concerning the last 16 packets passing this context or concerning all packets passing this context if they are less than 16, so far. The packet header size is the sum of the size of all headers of a packet that are subject to compression for the used profile. The mean value is given in byte rounded to the next integer value." ::= { rohcContextEntry 22 }---- conformance information--rohcCompliances OBJECT IDENTIFIER ::= { rohcConformance 1 }rohcGroups OBJECT IDENTIFIER ::= { rohcConformance 2 }---- compliance statements--rohcCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities that implement the ROHC-MIB. Note that compliance with this compliance statement requires compliance with the ifCompliance3 MODULE-COMPLIANCE statement of the IF-MIB (RFC2863)." MODULE -- this module MANDATORY-GROUPS { rohcInstanceGroup, rohcContextGroup } GROUP rohcStatisticsGroup DESCRIPTION "A compliant implementation does not have to implement the rohcStatisticsGroup." GROUP rohcTimerGroup DESCRIPTION "A compliant implementation does not have to implement the rohcTimerGroup." OBJECT rohcInstanceContextStorageTime MIN-ACCESS read-only DESCRIPTION "A compliant implementation does not have to support changing the value of object rohcInstanceContextStorageTime." OBJECT rohcContextStorageTime MIN-ACCESS read-only DESCRIPTION "A compliant implementation does not have to support changing the value of object rohcContextStorageTime." GROUP rohcContextStatisticsGroup DESCRIPTION "A compliant implementation does not have to implement the rohcContextStatisticsGroup." ::= { rohcCompliances 1 }rohcInstanceGroup OBJECT-GROUP OBJECTS { rohcChannelType, rohcChannelFeedbackFor, rohcChannelDescr, rohcChannelStatus, rohcInstanceFBChannelID, rohcInstanceVendor, rohcInstanceVersion, rohcInstanceDescr, rohcInstanceClockRes, rohcInstanceMaxCID, rohcInstanceLargeCIDs, rohcInstanceMRRU, rohcInstanceStatus, rohcProfileVendor, rohcProfileVersion, rohcProfileDescr, rohcProfileNegotiated } STATUS current DESCRIPTION "A collection of objects providing information about ROHC instances, used channels and available profiles." ::= { rohcGroups 2 }rohcStatisticsGroup OBJECT-GROUP OBJECTS { rohcInstanceContextsTotal, rohcInstanceContextsCurrent, rohcInstancePackets, rohcInstanceIRs, rohcInstanceIRDYNs, rohcInstanceFeedbacks, rohcInstanceCompressionRatio } STATUS current DESCRIPTION "A collection of objects providing ROHC statistics." ::= { rohcGroups 4 }rohcContextGroup OBJECT-GROUP OBJECTS { rohcContextCIDState, rohcContextProfile, rohcContextDecompressorDepth } STATUS current DESCRIPTION "A collection of objects providing information about ROHC compressor contexts and decompressor contexts." ::= { rohcGroups 5 }rohcTimerGroup OBJECT-GROUP OBJECTS { rohcInstanceContextStorageTime, rohcContextStorageTime, rohcContextActivationTime, rohcContextDeactivationTime } STATUS current DESCRIPTION "A collection of objects providing statistical information about ROHC compressor contexts and decompressor contexts." ::= { rohcGroups 6 }rohcContextStatisticsGroup OBJECT-GROUP OBJECTS { rohcContextPackets, rohcContextIRs, rohcContextIRDYNs, rohcContextFeedbacks, rohcContextDecompressorFailures, rohcContextDecompressorRepairs, rohcContextAllPacketsRatio, rohcContextAllHeadersRatio, rohcContextAllPacketsMeanSize, rohcContextAllHeadersMeanSize, rohcContextLastPacketsRatio, rohcContextLastHeadersRatio, rohcContextLastPacketsMeanSize, rohcContextLastHeadersMeanSize } STATUS current DESCRIPTION "A collection of objects providing statistical information about ROHC compressor contexts and decompressor contexts." ::= { rohcGroups 7 }END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -