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

📄 rfc2128.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
            answer(2),            callback(3)        }        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The call origin."        ::= { callHistoryEntry 10 }callHistoryChargedUnits OBJECT-TYPE        SYNTAX      AbsoluteCounter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of charged units for this connection.             For incoming calls or if charging information is             not supplied by the switch, the value of this object             will be zero."        ::= { callHistoryEntry 11 }callHistoryInfoType OBJECT-TYPE        SYNTAX      INTEGER {            other(1),                   -- e.g. for non-isdn media            speech(2),            unrestrictedDigital(3),     -- 64k/s data            unrestrictedDigital56(4),   -- with 56k rate adaption            restrictedDigital(5),            audio31(6),                 -- 3.1 kHz audio            audio7(7),                  -- 7 kHz audio            video(8),            packetSwitched(9),            fax(10)        }        MAX-ACCESS  read-onlyRoeck                   Standards Track                        [Page 27]RFC 2128                    Dial Control MIB                  March 1997        STATUS      current        DESCRIPTION            "The information type for this call."        ::= { callHistoryEntry 12 }callHistoryTransmitPackets OBJECT-TYPE        SYNTAX      AbsoluteCounter32        MAX-ACCESS  read-only        STATUS     current        DESCRIPTION            "The number of packets which were transmitted while this             call was active."        ::= { callHistoryEntry 13 }callHistoryTransmitBytes OBJECT-TYPE        SYNTAX      AbsoluteCounter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of bytes which were transmitted while this             call was active."        ::= { callHistoryEntry 14 }callHistoryReceivePackets OBJECT-TYPE        SYNTAX      AbsoluteCounter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of packets which were received while this             call was active."        ::= { callHistoryEntry 15 }callHistoryReceiveBytes OBJECT-TYPE        SYNTAX      AbsoluteCounter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The number of bytes which were received while this             call was active."        ::= { callHistoryEntry 16 }-- Traps related to Connection managementdialControlMibTrapPrefix OBJECT IDENTIFIER ::= { dialControlMib 2 }dialControlMibTraps OBJECT IDENTIFIER ::= { dialControlMibTrapPrefix 0 }dialCtlPeerCallInformation NOTIFICATION-TYPE        OBJECTS {Roeck                   Standards Track                        [Page 28]RFC 2128                    Dial Control MIB                  March 1997            callHistoryPeerId,            callHistoryPeerIfIndex,            callHistoryLogicalIfIndex,            ifOperStatus,            callHistoryPeerAddress,            callHistoryPeerSubAddress,            callHistoryDisconnectCause,            callHistoryConnectTime,            callHistoryDisconnectTime,            callHistoryInfoType,            callHistoryCallOrigin        }        STATUS      current        DESCRIPTION            "This trap/inform is sent to the manager whenever             a successful call clears, or a failed call attempt             is determined to have ultimately failed. In the             event that call retry is active, then this is after             all retry attempts have failed. However, only one such             trap is sent in between successful call attempts;             subsequent call attempts result in no trap.             ifOperStatus will return the operational status of the             virtual interface associated with the peer to whom             this call was made to."     ::= { dialControlMibTraps 1 }dialCtlPeerCallSetup NOTIFICATION-TYPE        OBJECTS {            callActivePeerId,            callActivePeerIfIndex,            callActiveLogicalIfIndex,            ifOperStatus,            callActivePeerAddress,            callActivePeerSubAddress,            callActiveInfoType,            callActiveCallOrigin        }        STATUS      current        DESCRIPTION            "This trap/inform is sent to the manager whenever             a call setup message is received or sent.             ifOperStatus will return the operational status of the             virtual interface associated with the peer to whom             this call was made to."     ::= { dialControlMibTraps 2 }-- conformance informationRoeck                   Standards Track                        [Page 29]RFC 2128                    Dial Control MIB                  March 1997dialControlMibConformance OBJECT IDENTIFIER ::=                                { dialControlMib 3 }dialControlMibCompliances OBJECT IDENTIFIER ::=                                { dialControlMibConformance 1 }dialControlMibGroups      OBJECT IDENTIFIER ::=                                { dialControlMibConformance 2 }-- compliance statementsdialControlMibCompliance MODULE-COMPLIANCE        STATUS      current        DESCRIPTION            "The compliance statement for entities which             implement the DIAL CONTROL MIB"        MODULE      -- this module        MANDATORY-GROUPS            { dialControlGroup, callActiveGroup, callHistoryGroup,              callNotificationsGroup }        ::= { dialControlMibCompliances 1 }-- units of conformancedialControlGroup OBJECT-GROUP        OBJECTS {            dialCtlAcceptMode,            dialCtlTrapEnable,            dialCtlPeerCfgIfType,            dialCtlPeerCfgLowerIf,            dialCtlPeerCfgOriginateAddress,            dialCtlPeerCfgAnswerAddress,            dialCtlPeerCfgSubAddress,            dialCtlPeerCfgClosedUserGroup,            dialCtlPeerCfgSpeed,            dialCtlPeerCfgInfoType,            dialCtlPeerCfgPermission,            dialCtlPeerCfgInactivityTimer,            dialCtlPeerCfgMinDuration,            dialCtlPeerCfgMaxDuration,            dialCtlPeerCfgCarrierDelay,            dialCtlPeerCfgCallRetries,            dialCtlPeerCfgRetryDelay,            dialCtlPeerCfgFailureDelay,            dialCtlPeerCfgTrapEnable,            dialCtlPeerCfgStatus,            dialCtlPeerStatsConnectTime,            dialCtlPeerStatsChargedUnits,            dialCtlPeerStatsSuccessCalls,            dialCtlPeerStatsFailCalls,Roeck                   Standards Track                        [Page 30]RFC 2128                    Dial Control MIB                  March 1997            dialCtlPeerStatsAcceptCalls,            dialCtlPeerStatsRefuseCalls,            dialCtlPeerStatsLastDisconnectCause,            dialCtlPeerStatsLastDisconnectText,            dialCtlPeerStatsLastSetupTime        }        STATUS      current        DESCRIPTION            "A collection of objects providing the DIAL CONTROL             capability."        ::= { dialControlMibGroups 1 }callActiveGroup OBJECT-GROUP        OBJECTS {            callActivePeerAddress,            callActivePeerSubAddress,            callActivePeerId,            callActivePeerIfIndex,            callActiveLogicalIfIndex,            callActiveConnectTime,            callActiveCallState,            callActiveCallOrigin,            callActiveChargedUnits,            callActiveInfoType,            callActiveTransmitPackets,            callActiveTransmitBytes,            callActiveReceivePackets,            callActiveReceiveBytes        }        STATUS      current        DESCRIPTION            "A collection of objects providing the active call             capability."        ::= { dialControlMibGroups 2 }callHistoryGroup OBJECT-GROUP        OBJECTS {            callHistoryTableMaxLength,            callHistoryRetainTimer,            callHistoryPeerAddress,            callHistoryPeerSubAddress,            callHistoryPeerId,            callHistoryPeerIfIndex,            callHistoryLogicalIfIndex,            callHistoryDisconnectCause,            callHistoryDisconnectText,            callHistoryConnectTime,            callHistoryDisconnectTime,Roeck                   Standards Track                        [Page 31]RFC 2128                    Dial Control MIB                  March 1997            callHistoryCallOrigin,            callHistoryChargedUnits,            callHistoryInfoType,            callHistoryTransmitPackets,            callHistoryTransmitBytes,            callHistoryReceivePackets,            callHistoryReceiveBytes        }        STATUS      current        DESCRIPTION            "A collection of objects providing the Call History             capability."        ::= { dialControlMibGroups 3 }callNotificationsGroup NOTIFICATION-GROUP    NOTIFICATIONS { dialCtlPeerCallInformation, dialCtlPeerCallSetup }    STATUS        current    DESCRIPTION            "The notifications which a Dial Control MIB entity is             required to implement."    ::= { dialControlMibGroups 4 }END4.  Acknowledgments   This document was produced by the ISDN MIB Working Group.  Special   thanks is due to the following persons:           Ed Alcoff           Fred Baker           Bibek A. Das           Ken Grigg           Jeffrey T. Johnson           Glenn Kime           Oliver Korfmacher           Kedar Madineni           Bill Miskovetz           David M. Piscitello           Lisa A. Phifer           Randy Roberts           Hascall H. Sharp           Hongchi Shih           Robert Snyder           Bob Stewart           Ron Stoughton           James WattRoeck                   Standards Track                        [Page 32]RFC 2128                    Dial Control MIB                  March 19975.  References[1]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and     S. Waldbusser, "Structure of Management Information for Version 2     of the Simple Network Management Protocol (SNMPv2)", RFC 1902,     January 1996.[2]  McCloghrie, K., and M. Rose, Editors, "Management Information Base     for Network Management of TCP/IP-based internets: MIB-II", STD 17,     RFC 1213, Hughes LAN Systems, Performance Systems International,     March 1991.[3]  Case, J., Fedor, M., Schoffstall, M., and J. Davin, "A Simple     Network Management Protocol (SNMP)", STD 15, RFC 1157, SNMP     Research, Performance Systems International, MIT Lab for Computer     Science, May 1990.[4]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M. and     S. Waldbusser, "Protocol Operations for Version 2 of the Simple     Network Management Protocol (SNMPv2)", RFC 1905, January 1996.[5]  ITU-T Recommendation "Digital subscriber Signalling System No. 1     (DSS 1) - ISDN user-network interface layer 3 specification for     basic call control", Rec. Q.931(I.451), March 1993.[6]  ITU-T Recommendation "Generic procedures for the control of ISDN     supplementary services ISDN user-network interface layer 3     specification", Rec. Q.932(I.452).[7]  ITU-T Recommendation "Digital subscriber Signalling System No. 1     (DSS 1) - Signalling specification for frame-mode basic call     control", Rec. Q.933.[8]  McCloghrie, K. and F. Kastenholz, "Evolution of the Interfaces     Group of MIB-II", RFC 1573, Hughes LAN Systems, FTP Software,     January 1994.6.  Security Considerations   Information in this MIB may be used by upper protocol layers for   security purpose.   The implementor should be aware that supporting generic peers as   described in section 3.4 may cause a security hole.  The 

⌨️ 快捷键说明

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