?? cisco-ccm-mib.my
字號:
-- *****************************************************************-- CISCO-CCM-MIB.my: Cisco CallManager MIB file.---- May 2003, Priya Mollyn-- January 2002, Priya Mollyn-- November 2000, Sofian Halim-- November 1999, Ashok Ranganath---- Copyright (c) 1999-2000 by Cisco Systems, Inc.-- All rights reserved.-- *****************************************************************CISCO-CCM-MIB DEFINITIONS ::= BEGINIMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, IpAddress, Counter32, Integer32 FROM SNMPv2-SMI Unsigned32 FROM CISCO-TC DateAndTime, TruthValue, MacAddress, TEXTUAL-CONVENTION FROM SNMPv2-TC SnmpAdminString FROM SNMP-FRAMEWORK-MIB MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF ciscoMgmt FROM CISCO-SMI InetAddressType, InetAddress FROM INET-ADDRESS-MIB;ciscoCcmMIB MODULE-IDENTITY LAST-UPDATED "200305080000Z" ORGANIZATION "Cisco Systems, Inc." CONTACT-INFO " Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-selsius@cisco.com" DESCRIPTION "The MIB Module for the management of a Cisco CallManager (CCM) application running with a Cisco Communication Network (CCN) System. Cisco CallManager is an IP-PBX which controls the call processing of a Voice Over IP (VoIP) network. A CCN system comprises multiple regions, with each region consisting of several CallManager groups with multiple CallManagers. The MIB can be used by the CallManager Application to present provision and statistics information." REVISION "200305080000Z" DESCRIPTION "(1) Added more phone types in the ccmPhoneType definition; (2) Added more gateway types in the ccmGatewayType and CcmDeviceProductId definition." REVISION "200201110000Z" DESCRIPTION "(1) Updated CcmDevFailCauseCode definition to include more cause codes deviceInitiatedReset, callManagerReset and noError; (2) Added ccmH323DeviceInfo and ccmVoiceMailDeviceInfo objects; (3) Updated ccmRegionAvailableBandwidth definition to include two more bandwidth types bwGSM and bwWideband; (4) Deprecated ccmTimeZoneOffset object; (5) Added ccmTimeZoneOffsetHours and ccmTimeZoneOffsetMinutes to ccmTimeZoneTable; (6) Added ccmPhoneStatusUpdateReason object to ccmPhoneStatusUpdate table; (7) Added ccmGatewayProductId, ccmGatewayStatusReason, ccmGatewayTimeLastStatusUpdt, ccmGatewayTimeLastRegistered, ccmGatewayDChannelStatus and ccmGatewayDChannelNumber objects to ccmGatewayTable; (8) Added new types to ccmGatewayType; (9) Added rejected status to ccmGatewayStatus; (10)Obsoleted the ccmGatewayTrunkInfo (this was never supported); (11)Added ccmMediaDeviceStatusReason, ccmMediaDeviceTimeLastStatusUpdt and ccmMediaDeviceTimeLastRegistered to ccmMediaDeviceTable; (12)Added more types to ccmMediaDeviceType; (13)Added rejected status to ccmMediaDeviceStatus; (14)Deprecated the ccmGatekeeperTable definition; (15)Added rejected status to ccmGatekeeperstatus; (16)Added ccmCTIDeviceStatusReason, ccmCTIDeviceTimeLastStatusUpdt and ccmCTIDeviceTimeLastRegistered to ccmCTIDeviceTable; (17)Added rejected status to ccmCTIDeviceStatus; (18)Added more objects to the ccmGlobalInfo; (19)Added ccmPhoneStatusReason, ccmPhoneTimeLastStatusUpdt to ccmPhoneTable; (20)Added rejected status to ccmPhoneStatus; (21)Deprecated ccmPhoneFailedName and added ccmPhoneMacAddress to ccmPhoneFailedTable; (22)Deprecated ccmPhoneLastError and ccmPhoneTimeLastError in ccmPhoneTable; (23)Deprecated ccmCTIDeviceAppInfo in ccmCTIDeviceTable; (24)Defined CcmDeviceProductId and CcmDeviceStatus textual conventions; (25)Added ccmPhoneExtnTable, ccmPhStatUpdtTblLastAddedIndex and ccmPhFailedTblLastAddedIndex. Deprecated ccmPhoneExtensionTable. (26)Changed the default value of ccmCallManagerAlarmEnable, ccmGatewayAlarmEnable, ccmPhoneFailedStorePeriod and ccmPhoneStatusUpdateStorePeriod objects. Also changed the minimum value of ccmPhoneFailedStorePeriod and ccmPhoneStatusUpdateStorePeriod objects. (27)Updated ccmMIBCompliance statements; (28)Added this revision clause." REVISION "200012010000Z" DESCRIPTION "(1) Add ccmMediaDeviceInfo, ccmGatekeeperInfo, ccmCTIDeviceInfo, ccmAlarmConfigInfo and ccmNotificationsInfo objects; (2) Add ccmClusterId to the ccmEntry; (3) Deprecated the ccmGatewayTrunkInfo (this was never implemented and it should've been in the gateway MIB); (4) Add ccmPhoneFailedTable and ccmPhoneStatusUpdateTable; (5) Add ccmMIBNotifications; (6) Add new ccmGatewayType and ccmPhoneType; (7) Add this Revision clause." REVISION "200003100000Z" DESCRIPTION "The initial version of this MIB module." ::= { ciscoMgmt 156 }CcmIndex ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "This syntax is used as the Index into a table. A positive value is used to identify a unique entry in the table." SYNTAX Unsigned32(1..4294967295)CcmIndexOrZero ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "This textual convention is an extension of the CcmIndex convention. The latter defines a greater than zero to identify an entry of the CCM MIB table in the managed system. This extension permits the additional value of zero. The value zero is object- specific and must be defined as part of the description of any object which uses this syntax." SYNTAX Unsigned32(0..4294967295)CcmDevFailCauseCode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This syntax is used as means of identifying the reasons for a device communication error. noError: No Error unknown: Unknown error cause noEntryInDatabase: Device not configured properly in the CCM database databaseConfigurationError: Device configuration error in the CCM database deviceNameUnresolveable: The CallManager is unable to resolve the device name to an IP Address internally maxDevRegReached: Maximum number of device registrations have been reached connectivityError: CallManager is unable to establish communication with the device during registration initializationError: Indicates an error occured when the CallManager tries to initialize the device deviceInitiatedReset: Indicates that the error was due to device initiated reset callManagerReset: Indicates that the error was due to call manager reset." SYNTAX INTEGER { noError(0), unknown(1), noEntryInDatabase(2), databaseConfigurationError(3), deviceNameUnresolveable(4), maxDevRegReached(5), connectivityError(6), initializationError(7), deviceInitiatedReset(8), callManagerReset(9) }CcmDeviceStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This syntax is used to identify the registration status of a device with the local call manager. unknown: The registration status of the the device is unknown registered: The device has successfully registered with the local call manager unregistered: The device is no longer registered with the local call manager rejected: Registration request from the device was rejected by the local call manager." SYNTAX INTEGER { unknown(1), registered(2), unregistered(3), rejected(4) }CcmDeviceProductId ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This syntax is used to identify the product id of a device. gwyCiscoCat6KT1(1): Cisco Catalyst 6000 T1 VOIP Gateway gwyCiscoCat6KE1(2): Cisco Catalyst 6000 E1 VOIP Gateway gwyCiscoCat6KFXS(3): Cisco Catalyst 6000 24 Port FXS Gateway gwyCiscoCat6KFXO(4): Cisco Catalyst 6000 12 Port FXO Gateway gwyCiscoDT24Plus(7): Cisco DT-24+ Gateway gwyCiscoDT30Plus(8): Cisco DT-30+ Gateway gwyCiscoDT24(9): Cisco DT-24 Gateway gwyCiscoAT2(10): Cisco AT2 Gateway gwyCiscoAT4(11): Cisco AT4 Gateway gwyCiscoAT8(12): Cisco AT8 Gateway gwyCiscoAS2(13): Cisco AS2 Gateway gwyCiscoAS4(14): Cisco AS4 Gateway gwyCiscoAS8(15): Cisco AS8 Gateway gwyCiscoMGCPFXOPort(18): Cisco MGCP FXO Port gwyCiscoMGCPFXSPort(19): Cisco MGCP FXS Port gwyCiscoVG200(43): Cisco VG200 gwyCisco26XX(44): Cisco 26XX gwyCisco362X(45): Cisco 362X gwyCisco364X(46): Cisco 364X gwyCisco366X(47): Cisco 366X gwyCiscoMGCPT1Port(52): Cisco MGCP T1 Port gwyCiscoMGCPE1Port(55): Cisco MGCP E1 Port gwyCiscoCat4224VoiceGwySwitch(58): Cisco CAT 4224 Voice Gateway Switch gwyCiscoCat4000AccessGwyModule(59): Cisco CAT 4000 Access Gateway Module gwyCiscoIAD2400(62): Cisco IAD2400 gwyCiscoVGCEndPoint(65): Cisco VGC PHONE gwyCiscoVG224AndV248(66): Cisco VGC Gateway gwyCiscoSlotVGCPort(67): Cisco VGC Port gwyciscoVGCBox(68): Cisco VGC Box gwyCiscoATA186(69): Cisco ATA 186 gwyCiscoICS77XXMRP2XX(70): Cisco ICS77XX-MRP2XX gwyCiscoICS77XXASI81(71): Cisco ICS77XX-ASI81 gwyCiscoICS77XXASI160(72): Cisco ICS77XX-ASI160 gwyCiscoCat6000AVVIDServModule(80): Cisco Catalyst 6000 AVVID Services Module gwyCiscoWSX6600(81): Cisco WS-X6600 gwyCiscoMGCPBRIPort(90): Cisco MGCP BRI Port gwyCiscoWSSVCCMMMS(10001): Cisco WS-SVC-CMM-MS gwyCisco3745(20000): Cisco 3745 gwyCisco3725(20002): Cisco 3725 gwyCiscoICS77XXMRP3XX(30004): Cisco ICS77XX MRP3XX gwyCiscoICS77XXMRP38FXS(30005): Cisco ICS77XX MRP3 8FXS gwyCiscoICS77XXMRP316FXS(30006): Cisco ICS77XX MRP3 16FXS gwyCiscoICS77XXMRP38FXOM1(30007): Cisco ICS77XX MRP3 8FXO M1 gwyCisco269X(30011): Cisco 269X gwyCisco1760(30019): Cisco 1760 gwyCisco1751(30020): Cisco 1751 h323Phone(16): H323 Phone h323Trunk(17): H323 Trunk h323AnonymousGateway(49): H323 Anonymous Gateway voiceMailUOnePort(27): Uone Port unknown(-1): Unknown Device Product Id other(-2): Unidentified Device Product Id." SYNTAX INTEGER { other(-2), unknown(-1), gwyCiscoCat6KT1(1), gwyCiscoCat6KE1(2), gwyCiscoCat6KFXS(3), gwyCiscoCat6KFXO(4), gwyCiscoDT24Plus(7), gwyCiscoDT30Plus(8), gwyCiscoDT24(9), gwyCiscoAT2(10), gwyCiscoAT4(11), gwyCiscoAT8(12), gwyCiscoAS2(13), gwyCiscoAS4(14), gwyCiscoAS8(15), h323Phone(16), h323Trunk(17), gwyCiscoMGCPFXOPort(18), gwyCiscoMGCPFXSPort(19), voiceMailUOnePort(27), gwyCiscoVG200(43), gwyCisco26XX(44), gwyCisco362X(45), gwyCisco364X(46), gwyCisco366X(47), h323AnonymousGatewy(49), gwyCiscoMGCPT1Port(52), gwyCiscoMGCPE1Port(55), gwyCiscoCat4224VoiceGwySwitch(58), gwyCiscoCat4000AccessGwyModule(59), gwyCiscoIAD2400(62), gwyCiscoVGCEndPoint(65), gwyCiscoVG224AndV248(66), gwyCiscoSlotVGCPort(67), gwyCiscoVGCBox(68), gwyCiscoATA186(69), gwyCiscoICS77XXMRP2XX(70), gwyCiscoICS77XXASI81(71), gwyCiscoICS77XXASI160(72), gwyCiscoCat6000AVVIDServModule(80), gwyCiscoWSX6600(81), gwyCiscoMGCPBRIPort(90), gwyCiscoWSSVCCMMMS(10001), gwyCisco3745(20000), gwyCisco3725(20002), gwyCiscoICS77XXMRP3XX(30004), gwyCiscoICS77XXMRP38FXS(30005), gwyCiscoICS77XXMRP316FXS(30006), gwyCiscoICS77XXMRP38FXOM1(30007), gwyCisco269X(30011), gwyCisco1760(30019), gwyCisco1751(30020) }ciscoCcmMIBObjects OBJECT IDENTIFIER ::= { ciscoCcmMIB 1 }ccmGeneralInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 1 }ccmPhoneInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 2 }ccmGatewayInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 3 }ccmGatewayTrunkInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 4 }ccmGlobalInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 5 }ccmMediaDeviceInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 6 }ccmGatekeeperInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 7 }ccmCTIDeviceInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 8 }ccmAlarmConfigInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 9 }ccmNotificationsInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 10 }ccmH323DeviceInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 11 }ccmVoiceMailDeviceInfo OBJECT IDENTIFIER ::= { ciscoCcmMIBObjects 12 }---- THE CALL MANAGER GROUP TABLE--ccmGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF CcmGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The table containing the CallManager groups in a call manager cluster." ::= { ccmGeneralInfo 1 }ccmGroupEntry OBJECT-TYPE SYNTAX CcmGroupEntry
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -