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

📄 cisco-ccm-mib.my

📁 opennms得相关源码 请大家看看
💻 MY
📖 第 1 页 / 共 5 页
字号:
    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the CallManager Group table,        containing the information about a CallManager group in a        call manager cluster. An entry is created to represent a         CallManager Group. New entries to the CallManager Group table         in the database are created when the User inserts a new         CallManager Group via the CallManager Web Admin pages.         This entry is subsequently picked up by the CCM SNMP Agent."    INDEX  { ccmGroupIndex }    ::= { ccmGroupTable 1 }CcmGroupEntry ::= SEQUENCE {    ccmGroupIndex        CcmIndex,    ccmGroupName         SnmpAdminString,    ccmGroupTftpDefault  TruthValue}ccmGroupIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM        which uniquely identifies a CallManager Group."    ::= { ccmGroupEntry 1 }ccmGroupName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The name of the CallManager Group."    ::= { ccmGroupEntry 2 }ccmGroupTftpDefault OBJECT-TYPE    SYNTAX      TruthValue    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Whether this is the default TFTP server group or not."    ::= { ccmGroupEntry 3 }----    THE CALL MANAGER TABLE--ccmTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing information of all the CallManagers in a         call manager cluster that the local call manager knows about.        When the local call manager is down, this table will be empty."    ::= { ccmGeneralInfo 2 }ccmEntry OBJECT-TYPE    SYNTAX      CcmEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the CallManager table,        containing the information about a CallManager."    INDEX  { ccmIndex }    ::= { ccmTable 1 }CcmEntry ::= SEQUENCE {    ccmIndex            CcmIndex,    ccmName             SnmpAdminString,    ccmDescription      SnmpAdminString,    ccmVersion          SnmpAdminString,     ccmStatus           INTEGER,    ccmInetAddressType  InetAddressType,    ccmInetAddress      InetAddress,    ccmClusterId        SnmpAdminString}ccmIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a CallManager in a call manager        cluster."    ::= { ccmEntry 1 }ccmName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The host name of the CallManager."    ::= { ccmEntry 2 }ccmDescription OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..255))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The description for the CallManager."    ::= { ccmEntry 3 }ccmVersion OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..24))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The version number of the CallManager software."    ::= { ccmEntry 4 }ccmStatus OBJECT-TYPE    SYNTAX      INTEGER {        unknown(1),        up(2),        down(3)    }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The current status of the CallManager. A CallManager        is up if the SNMP Agent received a system up event        from the local CCM             unknown:    Current status of the CallManager is                        Unknown            up:         CallManager is running & is able to                        communicate with other CallManagers            down:       CallManager is down or the Agent is                        unable to communicate with the local                        CallManager."    ::= { ccmEntry 5 }ccmInetAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Represents the type of address stored in ccmInetAddress."    ::= { ccmEntry 6 }ccmInetAddress OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The last known IP address of the CallManager."    ::= { ccmEntry 7 }ccmClusterId OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The unique ID of the Cluster to which this CallManager        belongs. At any point in time, the Cluster Id helps in        associating a CallManager to any given Cluster."    ::= { ccmEntry 8 }----    THE CALL MANAGER GROUP MAPPING TABLE--ccmGroupMappingTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmGroupMappingEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all CallManager to        group mappings in a call manager cluster. When the         local call manager is down, this table will be empty."    ::= { ccmGeneralInfo 3 }ccmGroupMappingEntry OBJECT-TYPE    SYNTAX      CcmGroupMappingEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the CallManager group        Mapping table, containing the information about a        mapping between a CallManager and a CallManager group."    INDEX  { ccmGroupIndex, ccmIndex }    ::= { ccmGroupMappingTable  1 }CcmGroupMappingEntry ::= SEQUENCE {    ccmCMGroupMappingCMPriority        Unsigned32}ccmCMGroupMappingCMPriority OBJECT-TYPE    SYNTAX      Unsigned32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The priority of the CallManager in the group. Sets        the order of the CallManager in the list."    ::= { ccmGroupMappingEntry 1 }----    THE CALL MANAGER REGION TABLE--ccmRegionTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmRegionEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all geographically         separated regions in a CCN system."    ::= { ccmGeneralInfo 4 }ccmRegionEntry OBJECT-TYPE    SYNTAX      CcmRegionEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the Region Table,        containing the information about a region."    INDEX  { ccmRegionIndex }    ::= { ccmRegionTable 1 }CcmRegionEntry ::= SEQUENCE {    ccmRegionIndex  CcmIndex,    ccmRegionName   SnmpAdminString}ccmRegionIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a Region Name in the table."    ::= { ccmRegionEntry 1 }ccmRegionName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The name of the CallManager region."    ::= { ccmRegionEntry 2 }----    THE CALL MANAGER REGION PAIR TABLE--ccmRegionPairTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmRegionPairEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all geographical        region pairs defined for a call manager cluster. The pair         consists of the Source region and Destination region."    ::= { ccmGeneralInfo 5 }ccmRegionPairEntry OBJECT-TYPE    SYNTAX      CcmRegionPairEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the Region Pair Table,        containing the information about bandwidth restrictions        when communicating between the two specified regions."    INDEX  { ccmRegionSrcIndex, ccmRegionDestIndex }    ::= { ccmRegionPairTable 1 }CcmRegionPairEntry ::= SEQUENCE {    ccmRegionSrcIndex            CcmIndex,    ccmRegionDestIndex           CcmIndex,    ccmRegionAvailableBandWidth  INTEGER}ccmRegionSrcIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The index of the Source Region in the Region table."    ::= { ccmRegionPairEntry 1 }ccmRegionDestIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The index of the Destination Region in the Region table."    ::= { ccmRegionPairEntry 2 }ccmRegionAvailableBandWidth OBJECT-TYPE    SYNTAX      INTEGER {        unknown(1),        other(2),        bwG723(3),        bwG729(4),        bwG711(5),        bwGSM(6),        bwWideband(7)    }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The maximum available bandwidth between the two given         regions.            unknown:    Unknown Bandwidth            other:      Unidentified Bandwidth            bwG723:     For low bandwidth using G.723 codec            bwG729:     For low bandwidth using G.729 codec            bwG711:     For high bandwidth using G.711 codec            bwGSM:      For GSM bandwidth 13K            bwWideband: For Wideband 256K."    ::= { ccmRegionPairEntry 3 }----    THE CALL MANAGER TIME ZONE TABLE--ccmTimeZoneTable OBJECT-TYPE    SYNTAX      SEQUENCE OF CcmTimeZoneEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The table containing the list of all time zone        groups in a call manager cluster."    ::= { ccmGeneralInfo 6 }ccmTimeZoneEntry OBJECT-TYPE    SYNTAX      CcmTimeZoneEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An entry (conceptual row) in the time zone Table,        containing the information about a particular time        zone group."    INDEX  { ccmTimeZoneIndex }    ::= { ccmTimeZoneTable 1 }CcmTimeZoneEntry ::= SEQUENCE {    ccmTimeZoneIndex            CcmIndex,    ccmTimeZoneName             SnmpAdminString,    ccmTimeZoneOffset           Integer32,    ccmTimeZoneOffsetHours      Integer32,     ccmTimeZoneOffsetMinutes    Integer32}ccmTimeZoneIndex OBJECT-TYPE    SYNTAX      CcmIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An arbitrary integer, selected by the local CCM,        which uniquely identifies a Time Zone group entry        in the table."    ::= { ccmTimeZoneEntry 1 }ccmTimeZoneName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..128))    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The name of the time zone group."    ::= { ccmTimeZoneEntry 2 }ccmTimeZoneOffset OBJECT-TYPE    SYNTAX      Integer32 (-12..12)    MAX-ACCESS  read-only    STATUS      deprecated -- replaced by ccmTimeZoneOffsetHours                           -- and ccmTimeZoneOffsetMinutes    DESCRIPTION        "The offset of the time zone group's time zone from GMT."

⌨️ 快捷键说明

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