-- ********************************************************* -- * FileName : KUHNT-AS55X-MIB.mib * -- * Version : v1.1(2016/04/14) * -- * (C)Friedrich Kuhnt GmbH, D-26125 Oldenburg * -- ********************************************************* KUHNT-AS55X-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 DisplayString FROM RFC1158-MIB; kuhnt OBJECT IDENTIFIER ::= { enterprises 37132 } as55x OBJECT IDENTIFIER ::= { kuhnt 550 } -- as55x OBJECT IDENTIFIER ::= { as5xx 1 } as5xxDeviceGeneral OBJECT IDENTIFIER ::= { as55x 1 } as55xDeviceType OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-only STATUS mandatory DESCRIPTION "The date of the error detection." ::= { as5xxDeviceGeneral 1 } as55xSerialNumber OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-only STATUS mandatory DESCRIPTION "The serial number alphanumeric" ::= { as5xxDeviceGeneral 2 } as55xHardwareRelease OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-only STATUS mandatory DESCRIPTION "The hardware release alphanumeric v.vvyymmdd v: version y: year m: month d: day" ::= { as5xxDeviceGeneral 3 } as55xFirmwareRelease OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-only STATUS mandatory DESCRIPTION "The firmware release alphanumeric v.vvyymmdd v: version y: year m: month d: day" ::= { as5xxDeviceGeneral 4 } as55xDeviceName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of this device" ::= { as5xxDeviceGeneral 5 } as55xTemperaure OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "Device temperature in degrees C" ::= { as5xxDeviceGeneral 6 } as55xNumberOfGsmChannels OBJECT-TYPE SYNTAX INTEGER (0..30) ACCESS read-only STATUS mandatory DESCRIPTION "The number of available gsm channels" ::= { as5xxDeviceGeneral 7 } as55xNumberOfPriInterfacePairs OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-only STATUS mandatory DESCRIPTION "The number of available ISDN primary rate interface pairs" ::= { as5xxDeviceGeneral 8 } as55xNumberOfBriInterfacePairs OBJECT-TYPE SYNTAX INTEGER (0..2) ACCESS read-only STATUS mandatory DESCRIPTION "The number of available ISDN basic rate interface pairs" ::= { as5xxDeviceGeneral 9 } as5xxDeviceStatistics OBJECT IDENTIFIER ::= { as55x 2 } as55xStatisticsReset OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..16)) ACCESS write-only STATUS mandatory DESCRIPTION "The password for statistics reset" ::= { as5xxDeviceStatistics 1 } as55xTotalSystemRuntime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total runtime of the device in seconds. This counter will keep the value if the device is powerless." ::= { as5xxDeviceStatistics 2 } as55xDurationOfStatistics OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The time since the last statistics clear in seconds." ::= { as5xxDeviceStatistics 3 } as55xNumberOfSystemReboots OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "The number of the system reboots since the last statistics clear. This counter stops at the maximum value (overflow)." ::= { as5xxDeviceStatistics 4 } as55xMinimumTemperature OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "The minimum device temperature since the last statistics clear in degrees C." ::= { as5xxDeviceStatistics 5 } as55xMaximumTemperature OBJECT-TYPE SYNTAX INTEGER (-128..127) ACCESS read-only STATUS mandatory DESCRIPTION "The maximum device temperature since the last statistics clear in degrees C." ::= { as5xxDeviceStatistics 6 } as55xMainPriInterfaceLowerLayerErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "The number of lower layer errors of the PRI interface, connected to the PBX. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxDeviceStatistics 7 } as55xAuxPriInterfaceLowerLayerErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "The number of lower layer errors of the PRI interface, connected to the network or used for synchronisation. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxDeviceStatistics 8 } as55xBriTeInterface1LowerLayerErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "The number of lower layer errors of the first (left) TE BRI interface. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxDeviceStatistics 9 } as55xBriNtInterface1LowerLayerErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "The number of lower layer errors of the first (left) NT BRI interface. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxDeviceStatistics 10 } as55xBriTeInterface2LowerLayerErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "The number of lower layer errors of the second (left) TE BRI interface. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxDeviceStatistics 11 } as55xBriNtInterface2LowerLayerErrors OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-only STATUS mandatory DESCRIPTION "The number of lower layer errors of the second (left) NT BRI interface. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxDeviceStatistics 12 } as5xxWirelessChannelStateTable OBJECT-TYPE SYNTAX SEQUENCE OF As5xxWirelessChannelStateEntry MAX-ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of gsm channel state entries. The number of entries is given by the value of as5xxWirelessChannelNumber" ::= { as55x 3 } as5xxWirelessChannelStateEntry OBJECT-TYPE SYNTAX As5xxWirelessChannelStateEntry MAX-ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry containing state information of a particular gsm channel." INDEX { as5xxWirelessChannelStateIndex } ::= { as5xxWirelessChannelStateTable 1 } As5xxWirelessChannelStateEntry ::= SEQUENCE { as5xxWirelessChannelStateIndex INTEGER (1..30), as5xxWirelessChannelEngineType DisplayString (SIZE (0..16)), as5xxWirelessChannelEngineSerialNumber DisplayString (SIZE (0..15)), as5xxWirelessChannelEngineHardwareRelease DisplayString (SIZE (0..16)), as5xxWirelessChannelEngineFirmwareRelease DisplayString (SIZE (0..16)), as5xxWirelessChannelmandatorySimImsi DisplayString (SIZE (0..15)), as5xxWirelessChannelErrorCode INTEGER, as5xxWirelessChannelMode INTEGER, as5xxWirelessChannelNetworkCode DisplayString (SIZE (0..6)), as5xxWirelessChannelNetworkDescription DisplayString (SIZE (0..16)), as55xWirelessChannelSignalQuality INTEGER (0..100) as5xxWirelessChannelNetworkType INTEGER (48..55) } as5xxWirelessChannelStateIndex OBJECT-TYPE SYNTAX INTEGER (1..30) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm channel of this set of state informations." ::= { as5xxWirelessChannelStateEntry 1 } as5xxWirelessChannelEngineType OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm engine type of this channel." ::= { as5xxWirelessChannelStateEntry 2 } as5xxWirelessChannelEngineSerialNumber OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm engine serial number of this channel." ::= { as5xxWirelessChannelStateEntry 3 } as5xxWirelessChannelEngineHardwareRelease OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm engine hardware release of this channel." ::= { as5xxWirelessChannelStateEntry 4 } as5xxWirelessChannelEngineFirmwareRelease OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm engine firmware release of this channel." ::= { as5xxWirelessChannelStateEntry 5 } as5xxWirelessChannelmandatorySimImsi OBJECT-TYPE SYNTAX DisplayString (SIZE (0..15)) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The IMSI of the mandatory SIM, applied to the gsm engine. With SimSwitch, this is the IMSI of the active SIM." ::= { as5xxWirelessChannelStateEntry 6 } as5xxWirelessChannelErrorCode OBJECT-TYPE SYNTAX INTEGER { noError(0), engineOutOfOrder(1), simMissing(2), simError(3), pinOfSimUnknown(4), pinOfSimWrong(5), lastAttemptToEnterSimPin(6), engineDoesNotRegisterToNetwork(7), failToChooseNetwork(8), simLockError(9), dataExchangeError(10), echoCommandError(11), engineResetByTimer(12), multiplexerStartFailed(13) } MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The error code if the engine does not succeed with registering to the gsm network" ::= { as5xxWirelessChannelStateEntry 7 } as5xxWirelessChannelMode OBJECT-TYPE SYNTAX INTEGER { channelNotAvailable(43), engineStartingUp(45), engineTemporarilyNotReady(63), callToGsmNetwork(65), earTonesFromGsmNetwork(69), simNotReady(75), notRegistered(78), disconnecting(81), voiceCallFromGsmNetwork(82), voiceConnection(83), registered(88), circuitDataCallFromGsmNetwork(114), circuitDataConnection(115), registeredPoorSignalQuality(120) } MAX-ACCESS read-only STATUS mandatory DESCRIPTION "An information about the connection mode between engine and network" ::= { as5xxWirelessChannelStateEntry 8 } as5xxWirelessChannelNetworkCode OBJECT-TYPE SYNTAX DisplayString (SIZE (0..6)) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The numeric code of the gsm network, the engine is registered at." ::= { as5xxWirelessChannelStateEntry 9 } as5xxWirelessChannelNetworkDescription OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The alphanumeric description of the gsm network, the engine is registered at." ::= { as5xxWirelessChannelStateEntry 10 } as55xWirelessChannelSignalQuality OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm signal quality in %" ::= { as5xxWirelessChannelStateEntry 11 } as5xxWirelessChannelNetworkType OBJECT-TYPE SYNTAX INTEGER { gsm(48), umts(50), gsmEdge(51), umtsHsdpa(52), umtsHsdpaHsupa(64), lte(55) } MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The mobile network type" ::= { as5xxWirelessChannelStateEntry 12 } as5xxWirelessChannelStatisticsTable OBJECT-TYPE SYNTAX SEQUENCE OF As5xxWirelessChannelStatisticsEntry MAX-ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of gsm channel statistics entries. The number of entries is given by the value of as5xxWirelessChannelNumber" ::= { as55x 4 } as5xxWirelessChannelStatisticsEntry OBJECT-TYPE SYNTAX As5xxWirelessChannelStatisticsEntry MAX-ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry containing statistics information of a particular gsm channel." INDEX { as5xxWirelessChannelStatisticsIndex } ::= { as5xxWirelessChannelStatisticsTable 1 } As5xxWirelessChannelStatisticsEntry ::= SEQUENCE { as5xxWirelessChannelStatisticsIndex INTEGER (1..30), as55xStatisticsMinimumSignalQuality INTEGER (0..100), as55xStatisticsMaximumSignalQuality INTEGER (0..100), as55xStatisticsCallAttemptsToGsm INTEGER (0..2147483647), as55xStatisticsSuccessfulCallsToGsm INTEGER (0..2147483647), as55xStatisticsConnectedMinutesToGsm INTEGER (0..2147483647), as55xStatisticsCallsFromGsm INTEGER (0..2147483647), as55xStatisticsConnectedMinutesFromGsm INTEGER (0..2147483647), as55xStatisticsSentShortMessagesToGsm INTEGER (0..2147483647) } as5xxWirelessChannelStatisticsIndex OBJECT-TYPE SYNTAX INTEGER (1..30) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm channel of this set of statistics." ::= { as5xxWirelessChannelStatisticsEntry 1 } as55xStatisticsMinimumSignalQuality OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The minimum gsm signal quality since the last statistics clear in %" ::= { as5xxWirelessChannelStatisticsEntry 2 } as55xStatisticsMaximumSignalQuality OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The maximum gsm signal quality since the last statistics clear in %" ::= { as5xxWirelessChannelStatisticsEntry 3 } as55xStatisticsCallAttemptsToGsm OBJECT-TYPE SYNTAX INTEGER (0..4294967295) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of call trials to gsm. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxWirelessChannelStatisticsEntry 4 } as55xStatisticsSuccessfulCallsToGsm OBJECT-TYPE SYNTAX INTEGER (0..4294967295) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "This number of successful calls to gsm. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxWirelessChannelStatisticsEntry 5 } as55xStatisticsConnectedMinutesToGsm OBJECT-TYPE SYNTAX INTEGER (0..4294967295) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of onnected minutes of calls to gsm. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxWirelessChannelStatisticsEntry 6 } as55xStatisticsCallsFromGsm OBJECT-TYPE SYNTAX INTEGER (0..4294967295) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of calls from gsm. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxWirelessChannelStatisticsEntry 7 } as55xStatisticsConnectedMinutesFromGsm OBJECT-TYPE SYNTAX INTEGER (0..4294967295) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of onnected minutes of calls from gsm. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxWirelessChannelStatisticsEntry 8 } as55xStatisticsSentShortMessagesToGsm OBJECT-TYPE SYNTAX INTEGER (0..4294967295) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of successful sent short messages to gsm. This counter stops at the maximum value (overflow) and will be restarted with statistics clear." ::= { as5xxWirelessChannelStatisticsEntry 9 } as5xxSimSwitchStateTable OBJECT-TYPE SYNTAX SEQUENCE OF As5xxSimSwitchStateEntry MAX-ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of SimSwitch state entries. The number of entries is given by the value of as5xxWirelessChannelNumber" ::= { as55x 5 } as5xxSimSwitchStateEntry OBJECT-TYPE SYNTAX As5xxSimSwitchStateEntry MAX-ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry containing SimSwitch state information of a particular gsm channel." INDEX { as5xxWirelessChannelStateIndex } ::= { as5xxSimSwitchStateTable 1 } As5xxSimSwitchStateEntry ::= SEQUENCE { as5xxSimSwitchStateIndex INTEGER (1..30), as5xxSimSwitchActiveSim INTEGER (1..5), as5xxSimSwitchConnectedMinutesSim1 INTEGER, as5xxSimSwitchConnectedMinutesSim2 INTEGER, as5xxSimSwitchConnectedMinutesSim3 INTEGER, as5xxSimSwitchConnectedMinutesSim4 INTEGER, as5xxSimSwitchConnectedMinutesSim5 INTEGER } as5xxSimSwitchStateIndex OBJECT-TYPE SYNTAX INTEGER (1..30) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The gsm channel of this set of state informations." ::= { as5xxSimSwitchStateEntry 1 } as5xxSimSwitchActiveSim OBJECT-TYPE SYNTAX INTEGER (1..5) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The SIM, mandatoryly applied to the engine." ::= { as5xxSimSwitchStateEntry 2 } as5xxSimSwitchConnectedMinutesSim1 OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of connected minutes with SIM 1 (main SIM). This counter stops at the maximum value (overflow)." ::= { as5xxSimSwitchStateEntry 3 } as5xxSimSwitchConnectedMinutesSim2 OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of connected minutes with SIM 2. This counter stops at the maximum value (overflow)." ::= { as5xxSimSwitchStateEntry 4 } as5xxSimSwitchConnectedMinutesSim3 OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of connected minutes with SIM 3. This counter stops at the maximum value (overflow)." ::= { as5xxSimSwitchStateEntry 5 } as5xxSimSwitchConnectedMinutesSim4 OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of connected minutes with SIM 4. This counter stops at the maximum value (overflow)." ::= { as5xxSimSwitchStateEntry 6 } as5xxSimSwitchConnectedMinutesSim5 OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-only STATUS mandatory DESCRIPTION "The number of connected minutes with SIM 5. This counter stops at the maximum value (overflow)." ::= { as5xxSimSwitchStateEntry 7 } END