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

📄 cisco-ccm-mib.my

📁 opennms得相关源码 请大家看看
💻 MY
📖 第 1 页 / 共 5 页
字号:
    ::= { ccmTimeZoneEntry 3 }ccmTimeZoneOffsetHours OBJECT-TYPE    SYNTAX      Integer32 (-12..12)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The offset hours of the time zone group's time zone         from GMT."    ::= { ccmTimeZoneEntry 4 }ccmTimeZoneOffsetMinutes OBJECT-TYPE    SYNTAX	Integer32 (-59..59)    MAX-ACCESS 	read-only    STATUS 	current    DESCRIPTION	    	"The offset minutes of the time zone group's time zone         from GMT."    ::= { ccmTimeZoneEntry 5 }----    THE DEVICE POOL TABLE--ccmDevicePoolTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmDevicePoolEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all device pools        in a call manager cluster. A Device Pool contains Region,        Date/Time Group and CallManager Group criteria that        will be common among many devices."    ::= { ccmGeneralInfo 7 }ccmDevicePoolEntry OBJECT-TYPE    SYNTAX      CcmDevicePoolEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the device pool Table,        containing the information about a particular device        pool."    INDEX  { ccmDevicePoolIndex }    ::= { ccmDevicePoolTable 1 }CcmDevicePoolEntry ::= SEQUENCE {    ccmDevicePoolIndex          CcmIndex,    ccmDevicePoolName           SnmpAdminString,    ccmDevicePoolRegionIndex    CcmIndexOrZero,    ccmDevicePoolTimeZoneIndex  CcmIndexOrZero,    ccmDevicePoolGroupIndex     CcmIndexOrZero}ccmDevicePoolIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a Device Pool entry in the        table. Each entry contains Region, Date/Time Group        and CallManager Group criteria that will be common        among many devices, for that entry."    ::= { ccmDevicePoolEntry 1 }ccmDevicePoolName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The name of the device pool."    ::= { ccmDevicePoolEntry 2 }ccmDevicePoolRegionIndex OBJECT-TYPE    SYNTAX      CcmIndexOrZero    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "A positive value of this index is used to identify        the Region to which this Device Pool entry belongs.        A value of 0 indicates that the index to the Region        table is Unknown."    ::= { ccmDevicePoolEntry 3 }ccmDevicePoolTimeZoneIndex OBJECT-TYPE    SYNTAX      CcmIndexOrZero    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "A positive value of this index is used to identify        the TimeZone to which this Device Pool entry belongs.        A value of 0 indicates that the index to the TimeZone        table is Unknown."    ::= { ccmDevicePoolEntry 4 }ccmDevicePoolGroupIndex OBJECT-TYPE    SYNTAX      CcmIndexOrZero    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "A positive value of this index is used to identify        the CallManager Group to which this Device Pool entry        belongs. A value of 0 indicates that the index to the        CallManager Group table is Unknown."    ::= { ccmDevicePoolEntry 5 }----    THE PHONE TABLE--ccmPhoneTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmPhoneEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all IP Phone devices        which have tried to register with the local call manager         at least once."    ::= { ccmPhoneInfo 1 }ccmPhoneEntry OBJECT-TYPE    SYNTAX      CcmPhoneEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the phone Table,         containing information about a particular phone device."    INDEX  { ccmPhoneIndex }    ::= { ccmPhoneTable 1 }CcmPhoneEntry ::= SEQUENCE {    ccmPhoneIndex                       CcmIndex,    ccmPhonePhysicalAddress             MacAddress,    ccmPhoneType                        INTEGER,    ccmPhoneDescription                 SnmpAdminString,    ccmPhoneUserName                    SnmpAdminString,    ccmPhoneIpAddress                   IpAddress,    ccmPhoneStatus                      CcmDeviceStatus,    ccmPhoneTimeLastRegistered          DateAndTime,    ccmPhoneE911Location                SnmpAdminString,    ccmPhoneLoadID                      SnmpAdminString,    ccmPhoneLastError                   Integer32,    ccmPhoneTimeLastError               DateAndTime,    ccmPhoneDevicePoolIndex             CcmIndexOrZero,    ccmPhoneInetAddressType             InetAddressType,    ccmPhoneInetAddress                 InetAddress,     ccmPhoneStatusReason                CcmDevFailCauseCode,    ccmPhoneTimeLastStatusUpdt          DateAndTime}ccmPhoneIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a Phone within the CallManager."    ::= { ccmPhoneEntry 1 }ccmPhonePhysicalAddress OBJECT-TYPE    SYNTAX      MacAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The physical address(MAC address) of the IP phone."    ::= { ccmPhoneEntry 2 }ccmPhoneType OBJECT-TYPE    SYNTAX      INTEGER {        unknown(1),        other(2),        cisco30SPplus(3),        cisco12SPplus(4),        cisco12SP(5),        cisco12S(6),        cisco30VIP(7),        ciscoTeleCasterBid(8),        ciscoTeleCasterMgr(9),        ciscoTeleCasterBusiness(10),        ciscoSoftPhone(11),        ciscoConferencePhone(12),        cisco7902(13),        cisco7905(14),        cisco7912(15)    }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The type of the phone device.            unknown:                  Unknown phone type            other:                    Unidentified phone type            cisco30SPplus:            IP Phone 30 SP+            cisco12SPplus:            IP Phone 12 SP+            cisco12SP:                IP Phone 12 SP            cisco12S:                 IP Phone 12 S            cisco30VIP:               IP Phone 30 VIP            ciscoTeleCasterBid:       IP Phone Telecaster 7910            ciscoTeleCasterMgr:       IP Phone Telecaster 7960            ciscoTeleCasterBusiness:  IP Phone Telecaster 7940            ciscoSoftPhone:           Softphone            ciscoConferencePhone:     IP Conference Station 7935            cisco7902:                IP Phone 7902            cisco7905:                IP Phone 7905            cisco7912:                IP Phone 7912."    ::= { ccmPhoneEntry 3 }ccmPhoneDescription OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..255))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The description about the phone itself."    ::= { ccmPhoneEntry 4 }ccmPhoneUserName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..255))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The name of the user of the phone. When the phone        is not in use, the name would refer to the last known        user of the phone."    ::= { ccmPhoneEntry 5 }ccmPhoneIpAddress OBJECT-TYPE    SYNTAX      IpAddress    MAX-ACCESS  read-only    STATUS      obsolete -- replaced by ccmPhoneInetAddress    DESCRIPTION        "The last known IP address of the phone."    ::= { ccmPhoneEntry 6 }ccmPhoneStatus OBJECT-TYPE    SYNTAX      CcmDeviceStatus    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The status of the phone. The status of the Phone changes        from Unknown to registered when it registers itself with        the local CCM."    ::= { ccmPhoneEntry 7 }ccmPhoneTimeLastRegistered OBJECT-TYPE    SYNTAX      DateAndTime    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The time when the phone last registered with the        CallManager."    ::= { ccmPhoneEntry 8 }ccmPhoneE911Location OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..255))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The E911 location of the phone."    ::= { ccmPhoneEntry 9 }ccmPhoneLoadID OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The load ID string of the phone."    ::= { ccmPhoneEntry 10 }ccmPhoneLastError OBJECT-TYPE    SYNTAX      Integer32 (-1..65535)    MAX-ACCESS  read-only    STATUS      deprecated -- this was never supported     DESCRIPTION        "A positive value or 0 indicates the last error        reported by the phone. A value of -1 indicates        that the last error reported is Unknown."    ::= { ccmPhoneEntry 11 }ccmPhoneTimeLastError OBJECT-TYPE    SYNTAX      DateAndTime    MAX-ACCESS  read-only    STATUS      deprecated -- this was never supported     DESCRIPTION        "The amount of time elapsed since the last phone error        occured. The reference point for this time is the time        the last error occured, as reported by the local CCM."    ::= { ccmPhoneEntry 12 }ccmPhoneDevicePoolIndex OBJECT-TYPE    SYNTAX      CcmIndexOrZero    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "A positive value of this index is used to identify the        Device Pool to which this Phone entry belongs. A value        of 0 indicates that the index to the Device Pool table        is Unknown."    ::= { ccmPhoneEntry 13 }ccmPhoneInetAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Represents the type of address stored in         ccmPhoneInetAddress."    ::= { ccmPhoneEntry 14 }ccmPhoneInetAddress OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The last known IP address of the phone."    ::= { ccmPhoneEntry 15 }ccmPhoneStatusReason OBJECT-TYPE    SYNTAX      CcmDevFailCauseCode    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The reason code associated with the phone status change."    ::= { ccmPhoneEntry 16 }ccmPhoneTimeLastStatusUpdt OBJECT-TYPE    SYNTAX      DateAndTime    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The time the status of the phone changed."    ::= { ccmPhoneEntry 17 }     ----    THE PHONE EXTENSION TABLE--ccmPhoneExtensionTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmPhoneExtensionEntry    MAX-ACCESS  not-accessible    STATUS      deprecated -- replaced by ccmPhoneExtnTable    DESCRIPTION        "The table containing the list of all phone extensions        associated with the registered and unregistered phones         in the ccmPhoneTable."    ::= { ccmPhoneInfo 2 }ccmPhoneExtensionEntry OBJECT-TYPE    SYNTAX      CcmPhoneExtensionEntry    MAX-ACCESS  not-accessible    STATUS      deprecated    DESCRIPTION        "An entry (conceptual row) in the phone extension Table,        containing the information about a particular phone        extension."    INDEX  { ccmPhoneExtensionIndex }    ::= { ccmPhoneExtensionTable 1 }CcmPhoneExtensionEntry ::= SEQUENCE {    ccmPhoneExtensionIndex            CcmIndex,    ccmPhoneExtension                 SnmpAdminString,    ccmPhoneExtensionIpAddress        IpAddress,    ccmPhoneExtensionMultiLines       Unsigned32,    ccmPhoneExtensionInetAddressType  InetAddressType,    ccmPhoneExtensionInetAddress      InetAddress}ccmPhoneExtensionIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      deprecated    DESCRIPTION

⌨️ 快捷键说明

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