⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtp-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 3 页
字号:
    ::= { rtpRcvrEntry 4 }rtpRcvrRTT OBJECT-TYPE    SYNTAX       Gauge32    MAX-ACCESS   read-only    STATUS       current    DESCRIPTION      "The round trip time measurement taken by the source of the       RTP stream based on the algorithm described on sec. 6 of       RFC 1889, 'RTP: A Transport Protocol for Real-Time       Applications.'  This algorithm can produce meaningful       results when the RTP agent has the same clock as the stream       sender (when the RTP monitor is also the sending host for the       particular receiver).  Otherwise, the entity should return       'noSuchInstance' in response to queries against rtpRcvrRTT."    ::= { rtpRcvrEntry 5 }rtpRcvrLostPackets OBJECT-TYPE    SYNTAX          Counter64    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "A count of RTP  packets lost as observed by this receiver       since rtpRcvrStartTime."    ::= { rtpRcvrEntry 6 }rtpRcvrJitter OBJECT-TYPE    SYNTAX          Gauge32    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "An estimate of delay variation as observed by this       receiver.  (see RFC 1889, 'RTP: A Transport Protocol       for Real-Time Applications' sec.6.3.1 and A.8)."    ::= { rtpRcvrEntry 7 }rtpRcvrTool OBJECT-TYPE    SYNTAX          Utf8String (SIZE(0..127))    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "Name of the application program source of the stream."    ::= { rtpRcvrEntry 8 }rtpRcvrRRs OBJECT-TYPE    SYNTAX          Counter32    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "A count of the number of RTCP Receiver Reports that have       been sent from this receiver, or observed if the RTP entity       is a monitor, since rtpRcvrStartTime."    ::= { rtpRcvrEntry 9 }rtpRcvrRRTime OBJECT-TYPE    SYNTAX         TimeStamp    MAX-ACCESS     read-only    STATUS         current    DESCRIPTION      "rtpRcvrRRTime is the value of SysUpTime at the time that the       last RTCP Receiver Report was received from this receiver, in       the case of a monitor or RR receiver (the RTP Sender).  It is       the  value of SysUpTime at the time that the last RR was sent by       this receiver in the case of an RTP receiver sending the RR."    ::= { rtpRcvrEntry 10 }rtpRcvrPT OBJECT-TYPE    SYNTAX          INTEGER (0..127)    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "Static or dynamic payload type from the RTP header (see       RFC 1889, 'RTP: A Transport Protocol for Real-Time       Applications' sec. 5)."    ::= { rtpRcvrEntry 11 }rtpRcvrPackets OBJECT-TYPE    SYNTAX          Counter64    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "Count of RTP packets received by this RTP host receiver       since rtpRcvrStartTime."    ::= { rtpRcvrEntry 12 }rtpRcvrOctets OBJECT-TYPE    SYNTAX          Counter64    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "Count of non-header RTP octets received by this receiving RTP       host since rtpRcvrStartTime."    ::= { rtpRcvrEntry 13 }rtpRcvrStartTime OBJECT-TYPE    SYNTAX          TimeStamp    MAX-ACCESS      read-only    STATUS          current    DESCRIPTION      "The value of SysUpTime at the time that this row was       created."    ::= { rtpRcvrEntry 14 }----  MODULE GROUPS------ There are two types of RTP Systems, RTP hosts and RTP Monitors.-- Thus there are three kinds of objects: 1) Objects common to both-- kinds of systems, 2) Objects unique to RTP Hosts and 3) Objects-- unique to RTP Monitors.  There is a fourth group, 4) Objects that-- SHOULD be implemented by Multicast hosts and RTP MonitorsrtpGroups OBJECT IDENTIFIER ::= { rtpConformance 1 }rtpSystemGroup      OBJECT-GROUP    OBJECTS         {                    rtpSessionDomain,                    rtpSessionRemAddr,                    rtpSessionIfIndex,                    rtpSessionSenderJoins,                    rtpSessionReceiverJoins,                    rtpSessionStartTime,                    rtpSessionByes,                    rtpSessionMonitor,                    rtpSenderCNAME,                    rtpSenderAddr,                    rtpSenderPackets,                    rtpSenderOctets,                    rtpSenderTool,                    rtpSenderSRs,                    rtpSenderSRTime,                    rtpSenderStartTime,                    rtpRcvrCNAME,                    rtpRcvrAddr,                    rtpRcvrLostPackets,                    rtpRcvrJitter,                    rtpRcvrTool,                    rtpRcvrRRs,                    rtpRcvrRRTime,                    rtpRcvrStartTime                    }    STATUS          current    DESCRIPTION        "Objects available to all RTP Systems."    ::= { rtpGroups 1 }rtpHostGroup    OBJECT-GROUP    OBJECTS     {                rtpSessionLocAddr,                rtpSenderPT,                rtpRcvrPT,                rtpRcvrRTT,                rtpRcvrOctets,                rtpRcvrPackets                }    STATUS      current    DESCRIPTION           "Objects that are available to RTP Host systems, but may not            be available to RTP Monitor systems."    ::= { rtpGroups 2 }rtpMonitorGroup OBJECT-GROUP    OBJECTS     {                rtpSessionNewIndex,                rtpSessionRowStatus                }    STATUS      current    DESCRIPTION        "Objects used to create rows in the RTP Session Table.  These        objects are not needed if the system does not create rows."    ::= { rtpGroups 3 }rtpInverseGroup OBJECT-GROUP    OBJECTS     {                rtpSessionInverseStartTime,                rtpSenderInverseStartTime,                rtpRcvrInverseStartTime                }    STATUS      current    DESCRIPTION            "Objects used in the Inverse Lookup Tables."    ::= { rtpGroups 4 }----  Compliance--rtpCompliances OBJECT IDENTIFIER ::= { rtpConformance 2 }rtpHostCompliance MODULE-COMPLIANCE    STATUS          current    DESCRIPTION            "Host implementations MUST comply."    MODULE           RTP-MIB    MANDATORY-GROUPS {                     rtpSystemGroup,                     rtpHostGroup                     }    GROUP            rtpMonitorGroup    DESCRIPTION        "Host systems my optionally support row creation and deletion.         This would allow an RTP Host system to act as an RTP Monitor."    GROUP            rtpInverseGroup    DESCRIPTION        "Multicast RTP Systems SHOULD implement the optional         tables."        OBJECT  rtpSessionNewIndex            MIN-ACCESS not-accessible                DESCRIPTION                 "RTP system implementations support of                  row creation and deletion is OPTIONAL so                  implementation of this object is OPTIONAL."        OBJECT  rtpSessionDomain           MIN-ACCESS read-only                DESCRIPTION                 "RTP system implementation support of                  row creation and deletion is OPTIONAL.  When                  it is not supported so write access is                  OPTIONAL."        OBJECT  rtpSessionRemAddr            MIN-ACCESS read-only              DESCRIPTION               "Row creation and deletion is OPTIONAL so                read-create access to this object is OPTIONAL."        OBJECT  rtpSessionIfIndex            MIN-ACCESS read-only              DESCRIPTION               "Row creation and deletion is OPTIONAL so                read-create access to this object is OPTIONAL."        OBJECT  rtpSessionRowStatus            MIN-ACCESS not-accessible              DESCRIPTION               "Row creation and deletion is OPTIONAL so                read-create access to this object is OPTIONAL."        OBJECT  rtpSessionInverseStartTime            MIN-ACCESS not-accessible              DESCRIPTION               "Multicast RTP Systems SHOULD implement the optional                tables."        OBJECT  rtpSenderInverseStartTime            MIN-ACCESS not-accessible              DESCRIPTION               "Multicast RTP Systems SHOULD implement the optional                tables."        OBJECT  rtpRcvrInverseStartTime            MIN-ACCESS not-accessible              DESCRIPTION               "Multicast RTP Systems SHOULD implement the optional                tables."    ::= { rtpCompliances 1 }rtpMonitorCompliance MODULE-COMPLIANCE    STATUS          current    DESCRIPTION          "Monitor implementations must comply.  RTP Monitors are not          required to support creation or deletion."    MODULE           RTP-MIB    MANDATORY-GROUPS     {                         rtpSystemGroup,                         rtpMonitorGroup                         }    GROUP                rtpHostGroup    DESCRIPTION        "Monitor implementations may not have access to values in the         rtpHostGroup."    GROUP                rtpInverseGroup    DESCRIPTION        "Multicast RTP Systems SHOULD implement the optional         tables."        OBJECT  rtpSessionLocAddr            MIN-ACCESS not-accessible              DESCRIPTION               "RTP monitor sourcing of RTP or RTCP data packets                is OPTIONAL and implementation of this object is                OPTIONAL."        OBJECT  rtpRcvrPT            MIN-ACCESS not-accessible              DESCRIPTION               "RTP monitor systems may not support                retrieval of the RTP Payload Type from the RTP                header (and may receive RTCP messages only).  When                queried for the payload type information"        OBJECT  rtpSenderPT            MIN-ACCESS not-accessible              DESCRIPTION               "RTP monitor systems may not support                retrieval of the RTP Payload Type from the RTP                header (and may receive RTCP messages only).  When                queried for the payload type information."        OBJECT  rtpRcvrOctets            MIN-ACCESS not-accessible              DESCRIPTION               "RTP monitor systems may receive only the RTCP messages                and not the RTP messages that contain the octet count                of the RTP message.  Thus implementation of this                object is OPTIONAL"        OBJECT  rtpRcvrPackets            MIN-ACCESS not-accessible              DESCRIPTION               "RTP monitor systems may receive only the RTCP messages                and not the RTP messages that contain the octet count                of the RTP message.  Thus implementation of this                object is OPTIONAL."        OBJECT  rtpSessionIfIndex            MIN-ACCESS read-only              DESCRIPTION               "Row creation and deletion is OPTIONAL so                read-create access to this object is OPTIONAL."        OBJECT  rtpSessionInverseStartTime            MIN-ACCESS not-accessible              DESCRIPTION               "Multicast RTP Systems SHOULD implement the optional                tables."        OBJECT  rtpSenderInverseStartTime            MIN-ACCESS not-accessible              DESCRIPTION               "Multicast RTP Systems SHOULD implement the optional                tables."        OBJECT  rtpRcvrInverseStartTime            MIN-ACCESS not-accessible              DESCRIPTION               "Multicast RTP Systems SHOULD implement the optional                tables."    ::= { rtpCompliances 2 }END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -