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

📄 cisco-ccm-mib.my

📁 opennms得相关源码 请大家看看
💻 MY
📖 第 1 页 / 共 5 页
字号:
        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a Phone Extension within the        CallManager."    ::= { ccmPhoneExtensionEntry 1 }ccmPhoneExtension OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..24))    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION        "The extension number of the extension."    ::= { ccmPhoneExtensionEntry 2 }ccmPhoneExtensionIpAddress OBJECT-TYPE    SYNTAX      IpAddress    MAX-ACCESS  read-only    STATUS      obsolete -- replaced by ccmPhoneExtensionInetAddress    DESCRIPTION        "The IP address of the extension."    ::= { ccmPhoneExtensionEntry 3 }ccmPhoneExtensionMultiLines OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION        "The number of multiline appearances for each phone extension."    ::= { ccmPhoneExtensionEntry 4 }ccmPhoneExtensionInetAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION        "Represents the type of address stored in        ccmPhoneExtensionInetAddress."    ::= { ccmPhoneExtensionEntry 5 }ccmPhoneExtensionInetAddress OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-only    STATUS      deprecated    DESCRIPTION        "The IP address of the extension."    ::= { ccmPhoneExtensionEntry 6 }----    THE PHONE FAILED TABLE--ccmPhoneFailedTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmPhoneFailedEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all phones which attempted        to register with the local call manager and failed. Each entry         of this table is stored at least for the duration specified         in the ccmPhoneFailedStorePeriod object, after that it will         be deleted. Reasons for these failures could be due to         configuration error, maximum number of phones has been         reached, lost contact, etc."    ::= { ccmPhoneInfo 3 }ccmPhoneFailedEntry OBJECT-TYPE    SYNTAX      CcmPhoneFailedEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the PhoneFailed Table,        one for each phone failure in the CCM."    INDEX  { ccmPhoneFailedIndex }    ::= { ccmPhoneFailedTable 1 }CcmPhoneFailedEntry ::= SEQUENCE {    ccmPhoneFailedIndex            CcmIndex,    ccmPhoneFailedTime             DateAndTime,    ccmPhoneFailedName             SnmpAdminString,    ccmPhoneFailedInetAddressType  InetAddressType,    ccmPhoneFailedInetAddress      InetAddress,    ccmPhoneFailCauseCode          CcmDevFailCauseCode,    ccmPhoneFailedMacAddress       MacAddress}ccmPhoneFailedIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which is incremented with each new entry in the        ccmPhoneFailedTable. This integer value will wrap        if needed."    ::= { ccmPhoneFailedEntry 1 }ccmPhoneFailedTime OBJECT-TYPE    SYNTAX      DateAndTime    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The time when the phone failed to register with the        CallManager."    ::= { ccmPhoneFailedEntry 2 }ccmPhoneFailedName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..64))    MAX-ACCESS  read-only    STATUS      deprecated -- replaced by ccmPhoneFailedMacAddress    DESCRIPTION        "The name assigned to the phone when it is added to        the CallManager. It contains an ASCII form of the phone's        MAC Address."    ::= { ccmPhoneFailedEntry 3 }ccmPhoneFailedInetAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Represents the type of address stored in        ccmPhoneFailedInetAddress."    ::= { ccmPhoneFailedEntry 4 }ccmPhoneFailedInetAddress OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The last known IP address of the phone experiencing        a communication failure. A value of all zeros indicates        that the IP Address of a device is unavailable."    ::= { ccmPhoneFailedEntry 5 }ccmPhoneFailCauseCode OBJECT-TYPE    SYNTAX      CcmDevFailCauseCode    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "States the reason for the phone device communication error."    ::= { ccmPhoneFailedEntry 6 }ccmPhoneFailedMacAddress OBJECT-TYPE    SYNTAX      MacAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The MAC address of the failed phone."    ::= { ccmPhoneFailedEntry 7 }----    THE PHONE STATUS UPDATE TABLE--ccmPhoneStatusUpdateTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmPhoneStatusUpdateEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all phone status updates        with respect to the local call manager. This table will only        have registration and unregistration status updates. The         rejected phones are stored in the ccmPhoneFailedTable. Each         entry of this table is stored at least for the duration         specified in the ccmPhoneStatusUpdateStorePeriod object,         after that it will be deleted."    ::= { ccmPhoneInfo 4 }ccmPhoneStatusUpdateEntry OBJECT-TYPE    SYNTAX      CcmPhoneStatusUpdateEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the PhoneStatusUpdate Table,        one for each phone status update in the CCM."    INDEX  { ccmPhoneStatusUpdateIndex }    ::= { ccmPhoneStatusUpdateTable 1 }CcmPhoneStatusUpdateEntry ::= SEQUENCE {    ccmPhoneStatusUpdateIndex            CcmIndex,    ccmPhoneStatusPhoneIndex             CcmIndexOrZero,    ccmPhoneStatusUpdateTime             DateAndTime,    ccmPhoneStatusUpdateType             INTEGER,    ccmPhoneStatusUpdateReason           CcmDevFailCauseCode}ccmPhoneStatusUpdateIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which is incremented with each new entry in the        ccmPhoneStatusUpdateTable. This integer value will        wrap if needed."    ::= { ccmPhoneStatusUpdateEntry 1 }ccmPhoneStatusPhoneIndex OBJECT-TYPE    SYNTAX      CcmIndexOrZero    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "A positive value of this index is used to identify        an entry in the ccmPhoneTable. A value of 0 indicates        that the index to the ccmPhoneTable is Unknown."    ::= { ccmPhoneStatusUpdateEntry 2 }ccmPhoneStatusUpdateTime OBJECT-TYPE    SYNTAX      DateAndTime    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The time of the phone's registration status change."    ::= { ccmPhoneStatusUpdateEntry 3 }ccmPhoneStatusUpdateType OBJECT-TYPE    SYNTAX      INTEGER {        unknown(1),        phoneRegistered(2),        phoneUnregistered(3)    }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "States the type of phone status change.           unknown:            Unknown status           phoneRegistered:    Phone has registered with the                                Callmanager           phoneUnregistered:  Phone is no longer registered                                with the callmanager."    ::= { ccmPhoneStatusUpdateEntry 4 }ccmPhoneStatusUpdateReason OBJECT-TYPE    SYNTAX      CcmDevFailCauseCode    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The reason code associated with the phone status change."    ::= { ccmPhoneStatusUpdateEntry 5 }----    THE ENHANCED PHONE EXTENSION TABLE --    WITH COMBINATION INDEX--ccmPhoneExtnTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmPhoneExtnEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all phone extensions        associated with the registered and unregistered phones         in the ccmPhoneTable. This table has combination index         ccmPhoneIndex, ccmPhoneExtnIndex so the ccmPhoneTable        and the ccmPhoneExtnTable entries can be related."    ::= { ccmPhoneInfo 5 }ccmPhoneExtnEntry OBJECT-TYPE    SYNTAX      CcmPhoneExtnEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the phone extension Table,        containing the information about a particular phone        extension."    INDEX  { ccmPhoneIndex, ccmPhoneExtnIndex }    ::= { ccmPhoneExtnTable 1 }CcmPhoneExtnEntry ::= SEQUENCE {    ccmPhoneExtnIndex            CcmIndex,    ccmPhoneExtn                 SnmpAdminString,    ccmPhoneExtnMultiLines       Unsigned32,    ccmPhoneExtnInetAddressType  InetAddressType,    ccmPhoneExtnInetAddress      InetAddress}ccmPhoneExtnIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a Phone Extension within the        CallManager."    ::= { ccmPhoneExtnEntry 1 }ccmPhoneExtn OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..24))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The extension number of the extension."    ::= { ccmPhoneExtnEntry 2 }ccmPhoneExtnMultiLines OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of multiline appearances for each phone extension."    ::= { ccmPhoneExtnEntry 3 }ccmPhoneExtnInetAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Represents the type of address stored in        ccmPhoneExtnInetAddress."    ::= { ccmPhoneExtnEntry 4 }ccmPhoneExtnInetAddress OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The IP address of the extension."    ::= { ccmPhoneExtnEntry 5 }----    THE GATEWAY TABLE--ccmGatewayTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmGatewayEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all gateway devices        which have tried to register with the local call manager        at least once."    ::= { ccmGatewayInfo 1 }ccmGatewayEntry OBJECT-TYPE    SYNTAX      CcmGatewayEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the gateway Table, one        for each gateway device in the CCM."    INDEX  { ccmGatewayIndex }    ::= { ccmGatewayTable 1 }CcmGatewayEntry ::= SEQUENCE {    ccmGatewayIndex                     CcmIndex,    ccmGatewayName                      SnmpAdminString,    ccmGatewayType                      INTEGER,    ccmGatewayDescription               SnmpAdminString,    ccmGatewayStatus                    CcmDeviceStatus,    ccmGatewayDevicePoolIndex           CcmIndexOrZero,    ccmGatewayInetAddressType           InetAddressType,    ccmGatewayInetAddress               InetAddress,    ccmGatewayProductId                 CcmDeviceProductId,    ccmGatewayStatusReason              CcmDevFailCauseCode,    ccmGatewayTimeLastStatusUpdt        DateAndTime,    ccmGatewayTimeLastRegistered        DateAndTime,    ccmGatewayDChannelStatus            INTEGER,    ccmGatewayDChannelNumber            Integer32}ccmGatewayIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a Gateway within the scope of        the local call manager."    ::= { ccmGatewayEntry 1 }ccmGatewayName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only

⌨️ 快捷键说明

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