initial commit; version 22.5.12042
This commit is contained in:
1577
mibs/audiocodes/AC-ANALOG-MIB
Normal file
1577
mibs/audiocodes/AC-ANALOG-MIB
Normal file
File diff suppressed because it is too large
Load Diff
2727
mibs/audiocodes/AC-CONTROL-MIB
Normal file
2727
mibs/audiocodes/AC-CONTROL-MIB
Normal file
File diff suppressed because it is too large
Load Diff
136
mibs/audiocodes/AC-FAULT-TC
Normal file
136
mibs/audiocodes/AC-FAULT-TC
Normal file
@ -0,0 +1,136 @@
|
||||
--********************************************************************
|
||||
-- AC-FAULT-TC:
|
||||
-- This MIB defines textual conventions for alarm attributes
|
||||
-- used in various Audiocodes MIBs
|
||||
--
|
||||
-- Creation Date: December 2003
|
||||
--
|
||||
-- Copyright (c) 2003 by Audiocodes
|
||||
-- All rights reserved.
|
||||
--********************************************************************
|
||||
|
||||
--********************************************************************
|
||||
--
|
||||
-- Revision History
|
||||
-- 4.4. Dec. 11, 2003.
|
||||
-- o Initial revision
|
||||
--
|
||||
--********************************************************************
|
||||
|
||||
AC-FAULT-TC DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION, TruthValue
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
AcAlarmSeverity ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION "ISO/IEC 10164-4, ITU X.733 alarm severities"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
cleared(0),
|
||||
indeterminate(1),
|
||||
warning(2),
|
||||
minor(3),
|
||||
major(4),
|
||||
critical(5)
|
||||
}
|
||||
|
||||
AcAlarmEventType ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION "ISO/IEC 10164-4, ITU X.733 event types"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
other(0),
|
||||
communicationsAlarm(1),
|
||||
qualityOfServiceAlarm(2),
|
||||
processingErrorAlarm(3),
|
||||
equipmentAlarm(4),
|
||||
environmentalAlarm(5)
|
||||
}
|
||||
|
||||
AcAlarmProbableCause ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION "ISO/IEC 10164-4, ITU X.733 probable causes"
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
other(0),
|
||||
adapterError(1),
|
||||
applicationSubsystemFailure(2),
|
||||
bandwidthReduced(3),
|
||||
callEstablishmentError(4),
|
||||
communicationsProtocolError(5),
|
||||
communicationsSubsystemFailure(6),
|
||||
configurationOrCustomizationError(7),
|
||||
congestion(8),
|
||||
corruptData(9),
|
||||
cpuCyclesLimitExceeded(10),
|
||||
dataSetOrModemError(11),
|
||||
degradedSignal(12),
|
||||
dteDceInterfaceError(13),
|
||||
enclosureDoorOpen(14),
|
||||
equipmentMalfunction(15),
|
||||
excessiveVibration(16),
|
||||
fileError(17),
|
||||
fireDetected(18),
|
||||
floodDetected(19),
|
||||
framingError(20),
|
||||
heatingVentCoolingSystemProblem(21),
|
||||
humidityUnacceptable(22),
|
||||
inputOutputDeviceError(23),
|
||||
inputDeviceError(24),
|
||||
lanError(25),
|
||||
leakDetected(26),
|
||||
localNodeTransmissionError(27),
|
||||
lossOfFrame(28),
|
||||
lossOfSignal(29),
|
||||
materialSupplyExhausted(30),
|
||||
multiplexerProblem(31),
|
||||
outOfMemory(32),
|
||||
ouputDeviceError(33),
|
||||
performanceDegraded(34),
|
||||
powerProblem(35),
|
||||
pressureUnacceptable(36),
|
||||
processorProblem(37),
|
||||
pumpFailure(38),
|
||||
queueSizeExceeded(39),
|
||||
receiveFailure(40),
|
||||
receiverFailure(41),
|
||||
remoteNodeTransmissionError(42),
|
||||
resourceAtOrNearingCapacity(43),
|
||||
responseTimeExecessive(44),
|
||||
retransmissionRateExcessive(45),
|
||||
softwareError(46),
|
||||
softwareProgramAbnormallyTerminated(47),
|
||||
softwareProgramError(48),
|
||||
storageCapacityProblem(49),
|
||||
temperatureUnacceptable(50),
|
||||
thresholdCrossed(51),
|
||||
timingProblem(52),
|
||||
toxicLeakDetected(53),
|
||||
transmitFailure(54),
|
||||
transmitterFailure(55),
|
||||
underlyingResourceUnavailable(56),
|
||||
versionMismatch(57),
|
||||
authenticationFailure(58),
|
||||
breachOfConfidentiality(59),
|
||||
cableTamper(60),
|
||||
delayedInformation(61),
|
||||
denialOfService(62),
|
||||
duplicateInformation(63),
|
||||
informationMissing(64),
|
||||
informationModificationDetected(65),
|
||||
informationOutOfSequence(66),
|
||||
intrusionDetection(67),
|
||||
keyExpired(68),
|
||||
nonRepudiationFailure(69),
|
||||
outOfHoursActivity(70),
|
||||
outOfService(71),
|
||||
proceduralError(72),
|
||||
unauthorizedAccessAttempt(73),
|
||||
unexpectedInformation(74)
|
||||
}
|
||||
|
||||
END
|
4566
mibs/audiocodes/AC-MEDIA-MIB
Normal file
4566
mibs/audiocodes/AC-MEDIA-MIB
Normal file
File diff suppressed because it is too large
Load Diff
319
mibs/audiocodes/AC-ModularGW-MIB
Normal file
319
mibs/audiocodes/AC-ModularGW-MIB
Normal file
@ -0,0 +1,319 @@
|
||||
|
||||
AC-ModularGW-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
TAddress,
|
||||
DisplayString,
|
||||
DateAndTime, TEXTUAL-CONVENTION FROM SNMPv2-TC
|
||||
IpAddress FROM RFC1155-SMI
|
||||
enterprises FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
audioCodes OBJECT IDENTIFIER ::= {enterprises 5003}
|
||||
acRegistrations OBJECT IDENTIFIER ::= {audioCodes 7}
|
||||
acGeneric OBJECT IDENTIFIER ::= {audioCodes 8}
|
||||
acProducts OBJECT IDENTIFIER ::= {audioCodes 9}
|
||||
acBoardMibs OBJECT IDENTIFIER ::= {acProducts 10}
|
||||
|
||||
|
||||
acModularGateway MODULE-IDENTITY
|
||||
LAST-UPDATED "200608150000Z" --Tuesday, August 15, 2006
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: AudioCodes LTD
|
||||
4 Horesh Road
|
||||
Yehud 56470, ISRAEL
|
||||
Tel: 972-3-5394000
|
||||
Email: support@audiocodes.com"
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB is solely for AudioCodes<65> modular Gateways.
|
||||
Use this MIB<49>s status section for cross reference tables connecting
|
||||
analog/digital ports to the modules on which they are.
|
||||
The MIB has become deprecated as of version 5.2. It will be
|
||||
obsolete as of version 5.4"
|
||||
|
||||
|
||||
|
||||
::= {acBoardMibs 11}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
acModularGatewayConfiguration OBJECT IDENTIFIER ::= {acModularGateway 1}
|
||||
|
||||
|
||||
acModularGatewayStatus OBJECT IDENTIFIER ::= {acModularGateway 2}
|
||||
|
||||
|
||||
acModularGWModules OBJECT IDENTIFIER ::= {acModularGatewayStatus 1}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWModule table decleration
|
||||
-- ****************************************
|
||||
acModularGWModuleTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcModularGWModuleEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table holds the information about each module in Audiocodes' modular gateways. If an index (Module number) is shown - then the module is in and working. You can also see the modules type, number of ports and it's first port's logical number allowing you to calculate which port is which logical trunk or analog channel. (This information is also obtainable in the acModularGWTrunkTable and acModularGWChannelTable)."
|
||||
::= {acModularGWModules 20}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWModule table entry
|
||||
-- ****************************************
|
||||
acModularGWModuleEntry OBJECT-TYPE
|
||||
SYNTAX AcModularGWModuleEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acModularGWModuleIndex}
|
||||
::= {acModularGWModuleTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWModule TABLE
|
||||
-- ****************************************
|
||||
AcModularGWModuleEntry ::= SEQUENCE {
|
||||
acModularGWModuleIndex INTEGER,
|
||||
acModularGWModuleType INTEGER,
|
||||
acModularGWModuleNumOfPorts INTEGER,
|
||||
acModularGWModuleFirstPortNum INTEGER
|
||||
}
|
||||
|
||||
|
||||
|
||||
acModularGWModuleIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..6)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Module index.
|
||||
1 is the first Module - top left corner.
|
||||
2 is the next Module to the right and so on.
|
||||
4 is under 1."
|
||||
::= {acModularGWModuleEntry 1}
|
||||
|
||||
|
||||
|
||||
acModularGWModuleType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
e1-t1-QUAD(0)
|
||||
,
|
||||
fxs(1)
|
||||
,
|
||||
fxo(2)
|
||||
,
|
||||
e1-t1-FALC56(4)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Module Type.
|
||||
The Modules are characterized according to their ports.
|
||||
0
|
||||
= Digital - Quad.
|
||||
1 = Analog - FXS.
|
||||
2 = Analog - FXO.
|
||||
4 = Digital -
|
||||
FALC."
|
||||
::= {acModularGWModuleEntry 2}
|
||||
|
||||
|
||||
|
||||
acModularGWModuleNumOfPorts OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..4)
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of physical interfaces in a module, analog or digital."
|
||||
::= {acModularGWModuleEntry 3}
|
||||
|
||||
|
||||
|
||||
acModularGWModuleFirstPortNum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..19)
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The logical number as seen in the general trunk/analog-channel
|
||||
table of the first port in the module in question.
|
||||
Since analog and digital ports can be operational at once,
|
||||
analog and digital ports may have same logical number."
|
||||
::= {acModularGWModuleEntry 4}
|
||||
|
||||
|
||||
|
||||
acModularGWCrossReference OBJECT IDENTIFIER ::= {acModularGatewayStatus 2}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWTrunk table decleration
|
||||
-- ****************************************
|
||||
acModularGWTrunkTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcModularGWTrunkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table shows the trunk location and type."
|
||||
::= {acModularGWCrossReference 20}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWTrunk table entry
|
||||
-- ****************************************
|
||||
acModularGWTrunkEntry OBJECT-TYPE
|
||||
SYNTAX AcModularGWTrunkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acModularGWTrunkIndex}
|
||||
::= {acModularGWTrunkTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWTrunk TABLE
|
||||
-- ****************************************
|
||||
AcModularGWTrunkEntry ::= SEQUENCE {
|
||||
acModularGWTrunkIndex INTEGER,
|
||||
acModularGWTrunkOnModuleNum INTEGER,
|
||||
acModularGWTrunkOnPortNum INTEGER
|
||||
}
|
||||
|
||||
|
||||
|
||||
acModularGWTrunkIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..23)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Trunk index.
|
||||
The trunk in question's logical number."
|
||||
::= {acModularGWTrunkEntry 1}
|
||||
|
||||
|
||||
|
||||
acModularGWTrunkOnModuleNum OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..6)
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Module number on which the trunk in question is placed.
|
||||
1 is the first Module - top left corner.
|
||||
2 is the next Module
|
||||
to the right and so on.
|
||||
4 is under 1."
|
||||
::= {acModularGWTrunkEntry 2}
|
||||
|
||||
|
||||
|
||||
acModularGWTrunkOnPortNum OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..4)
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Physical Port on module.
|
||||
1 - left most port."
|
||||
::= {acModularGWTrunkEntry 3}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWAnalogPort table decleration
|
||||
-- ****************************************
|
||||
acModularGWAnalogPortTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcModularGWAnalogPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This table shows the analog port location and type."
|
||||
::= {acModularGWCrossReference 21}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWAnalogPort table entry
|
||||
-- ****************************************
|
||||
acModularGWAnalogPortEntry OBJECT-TYPE
|
||||
SYNTAX AcModularGWAnalogPortEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acModularGWAnalogPortIndex}
|
||||
::= {acModularGWAnalogPortTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acModularGWAnalogPort TABLE
|
||||
-- ****************************************
|
||||
AcModularGWAnalogPortEntry ::= SEQUENCE {
|
||||
acModularGWAnalogPortIndex INTEGER,
|
||||
acModularGWAnalogPortOnModuleNum INTEGER,
|
||||
acModularGWAnalogPortOnPortNum INTEGER
|
||||
}
|
||||
|
||||
|
||||
|
||||
acModularGWAnalogPortIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..23)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Channel index.
|
||||
The channel in question's logical number."
|
||||
::= {acModularGWAnalogPortEntry 1}
|
||||
|
||||
|
||||
|
||||
acModularGWAnalogPortOnModuleNum OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..6)
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Module number on which the analog port in question is placed.
|
||||
1 is the first Module - top left corner.
|
||||
2 is the next Module
|
||||
to the right and so on.
|
||||
4 is under 1."
|
||||
::= {acModularGWAnalogPortEntry 2}
|
||||
|
||||
|
||||
|
||||
acModularGWAnalogPortOnPortNum OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..4)
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Physical port on module.
|
||||
1 - left most port."
|
||||
::= {acModularGWAnalogPortEntry 3}
|
||||
|
||||
|
||||
|
||||
acModularGatewayAction OBJECT IDENTIFIER ::= {acModularGateway 3}
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
521
mibs/audiocodes/AC-PM-ATM-MIB
Normal file
521
mibs/audiocodes/AC-PM-ATM-MIB
Normal file
@ -0,0 +1,521 @@
|
||||
|
||||
AC-PM-ATM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
enterprises FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
audioCodes OBJECT IDENTIFIER ::= {enterprises 5003}
|
||||
acRegistrations OBJECT IDENTIFIER ::= {audioCodes 7}
|
||||
acGeneric OBJECT IDENTIFIER ::= {audioCodes 8}
|
||||
acProducts OBJECT IDENTIFIER ::= {audioCodes 9}
|
||||
acPerformance OBJECT IDENTIFIER ::= {audioCodes 10}
|
||||
|
||||
|
||||
acPMAtm MODULE-IDENTITY
|
||||
LAST-UPDATED "200601261643Z" --Thursday, January 26, 2006
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: Support
|
||||
AudioCodes LTD
|
||||
1 Hayarden Street
|
||||
Airport City
|
||||
Lod, ISRAEL 70151
|
||||
Tel: 972-3-9764000
|
||||
Fax: 972-3-9764040
|
||||
Email: support@audiocodes.com
|
||||
Web: www.audiocodes.com"
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
"The AC-PM-ATM MIB offers performance monitoring
|
||||
For the ATMrelated elements in Audiocodes' devices.
|
||||
The Configuration sub-tree is for configuring the interval
|
||||
Period length for the entire AC-PM-ATM MIB, and the
|
||||
different tables' thresholds.
|
||||
The Data sub-tree presents the tables of monitored
|
||||
elements.
|
||||
|
||||
Note - for the entire MIB the value (-1) means the value
|
||||
Asked for is either not supported or currently not relevant
|
||||
(this is for when values asked for are for intervals not yet
|
||||
recorded."
|
||||
|
||||
|
||||
|
||||
::= {acPerformance 12}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
acPMAtmConfiguration OBJECT IDENTIFIER ::= {acPMAtm 1}
|
||||
|
||||
|
||||
acPMAtmConfigurationPeriodLength OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..894780)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Length of monitoring intervals for entire MIB.Time is in minutes."
|
||||
::= {acPMAtmConfiguration 1}
|
||||
|
||||
|
||||
|
||||
acPMAtmConfigurationResetTotalCounters OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
resetCountersDone(1)
|
||||
,
|
||||
resetTotalCounters(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Total-Counters Reset. To reset the total counters, set the
|
||||
value of this object to resetTotalCounters(2)."
|
||||
::= {acPMAtmConfiguration 2}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellAttributes OBJECT IDENTIFIER ::= {acPMAtmConfiguration 31}
|
||||
|
||||
|
||||
acPMAtmCellAttributesTxHighThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (100..3000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"High threshold."
|
||||
::= {acPMAtmCellAttributes 1}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellAttributesTxLowThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (100..3000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Low threshold."
|
||||
::= {acPMAtmCellAttributes 2}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellAttributesRxHighThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (100..3000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"High threshold."
|
||||
::= {acPMAtmCellAttributes 3}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellAttributesRxLowThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (100..3000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Low threshold."
|
||||
::= {acPMAtmCellAttributes 4}
|
||||
|
||||
|
||||
|
||||
acPMAtmData OBJECT IDENTIFIER ::= {acPMAtm 2}
|
||||
|
||||
|
||||
acPMAtmDataAcPMAtmTimeFromStartOfInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The time in seconds since the start of the current interval.
|
||||
MIB specific."
|
||||
::= {acPMAtmData 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellTx table decleration
|
||||
-- ****************************************
|
||||
acPMAtmCellTxTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMAtmCellTxEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Atm interface transmit cells per second."
|
||||
::= {acPMAtmData 21}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellTx table entry
|
||||
-- ****************************************
|
||||
acPMAtmCellTxEntry OBJECT-TYPE
|
||||
SYNTAX AcPMAtmCellTxEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMAtmCellTxInterface,acPMAtmCellTxInterval}
|
||||
::= {acPMAtmCellTxTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellTx TABLE
|
||||
-- ****************************************
|
||||
AcPMAtmCellTxEntry ::= SEQUENCE {
|
||||
acPMAtmCellTxInterface INTEGER,
|
||||
acPMAtmCellTxInterval INTEGER,
|
||||
acPMAtmCellTxAverage INTEGER,
|
||||
acPMAtmCellTxMax INTEGER,
|
||||
acPMAtmCellTxMin INTEGER,
|
||||
acPMAtmCellTxVolume Counter32,
|
||||
acPMAtmCellTxTimeBelowLowThreshold INTEGER,
|
||||
acPMAtmCellTxTimeBetweenThresholds INTEGER,
|
||||
acPMAtmCellTxTimeAboveHighThreshold INTEGER,
|
||||
acPMAtmCellTxFullDayAverage INTEGER
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxInterface OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Atm interface 0,1 and 2."
|
||||
::= {acPMAtmCellTxEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMAtmCellTxEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxAverage OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average value within the period time."
|
||||
::= {acPMAtmCellTxEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxMax OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum value within the period time."
|
||||
::= {acPMAtmCellTxEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxMin OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Minimum value within the period time."
|
||||
::= {acPMAtmCellTxEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxVolume OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMAtmCellTxEntry 6}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxTimeBelowLowThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is below what was determined
|
||||
as the low threshold."
|
||||
::= {acPMAtmCellTxEntry 7}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxTimeBetweenThresholds OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is above what was determined
|
||||
as the high threshold."
|
||||
::= {acPMAtmCellTxEntry 8}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxTimeAboveHighThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is between what were
|
||||
determined as the low and high thresholds."
|
||||
::= {acPMAtmCellTxEntry 9}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellTxFullDayAverage OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The average of full 24 hours."
|
||||
::= {acPMAtmCellTxEntry 10}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellRx table decleration
|
||||
-- ****************************************
|
||||
acPMAtmCellRxTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMAtmCellRxEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Atm interface recieve cells per second."
|
||||
::= {acPMAtmData 22}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellRx table entry
|
||||
-- ****************************************
|
||||
acPMAtmCellRxEntry OBJECT-TYPE
|
||||
SYNTAX AcPMAtmCellRxEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMAtmCellRxInterface,acPMAtmCellRxInterval}
|
||||
::= {acPMAtmCellRxTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellRx TABLE
|
||||
-- ****************************************
|
||||
AcPMAtmCellRxEntry ::= SEQUENCE {
|
||||
acPMAtmCellRxInterface INTEGER,
|
||||
acPMAtmCellRxInterval INTEGER,
|
||||
acPMAtmCellRxAverage INTEGER,
|
||||
acPMAtmCellRxMax INTEGER,
|
||||
acPMAtmCellRxMin INTEGER,
|
||||
acPMAtmCellRxVolume Counter32,
|
||||
acPMAtmCellRxTimeBelowLowThreshold INTEGER,
|
||||
acPMAtmCellRxTimeBetweenThresholds INTEGER,
|
||||
acPMAtmCellRxTimeAboveHighThreshold INTEGER,
|
||||
acPMAtmCellRxFullDayAverage INTEGER
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxInterface OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Atm interface 0,1 and 2."
|
||||
::= {acPMAtmCellRxEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMAtmCellRxEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxAverage OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average value within the period time."
|
||||
::= {acPMAtmCellRxEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxMax OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum value within the period time."
|
||||
::= {acPMAtmCellRxEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxMin OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Minimum value within the period time."
|
||||
::= {acPMAtmCellRxEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxVolume OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMAtmCellRxEntry 6}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxTimeBelowLowThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is below what was determined
|
||||
as the low threshold."
|
||||
::= {acPMAtmCellRxEntry 7}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxTimeBetweenThresholds OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is above what was determined
|
||||
as the high threshold."
|
||||
::= {acPMAtmCellRxEntry 8}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxTimeAboveHighThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is between what were
|
||||
determined as the low and high thresholds."
|
||||
::= {acPMAtmCellRxEntry 9}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellRxFullDayAverage OBJECT-TYPE
|
||||
SYNTAX INTEGER (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The average of full 24 hours."
|
||||
::= {acPMAtmCellRxEntry 10}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellDiscarded table decleration
|
||||
-- ****************************************
|
||||
acPMAtmCellDiscardedTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMAtmCellDiscardedEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Counts the number of cells discarded in the reporting interval."
|
||||
::= {acPMAtmData 23}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellDiscarded table entry
|
||||
-- ****************************************
|
||||
acPMAtmCellDiscardedEntry OBJECT-TYPE
|
||||
SYNTAX AcPMAtmCellDiscardedEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMAtmCellDiscardedInterface,acPMAtmCellDiscardedInterval}
|
||||
::= {acPMAtmCellDiscardedTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMAtmCellDiscarded TABLE
|
||||
-- ****************************************
|
||||
AcPMAtmCellDiscardedEntry ::= SEQUENCE {
|
||||
acPMAtmCellDiscardedInterface INTEGER,
|
||||
acPMAtmCellDiscardedInterval INTEGER,
|
||||
acPMAtmCellDiscardedVal Gauge32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellDiscardedInterface OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Atm interface 0,1 and 2."
|
||||
::= {acPMAtmCellDiscardedEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellDiscardedInterval OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMAtmCellDiscardedEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMAtmCellDiscardedVal OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Value of gauge or counter."
|
||||
::= {acPMAtmCellDiscardedEntry 3}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
287
mibs/audiocodes/AC-PM-Analog-MIB
Normal file
287
mibs/audiocodes/AC-PM-Analog-MIB
Normal file
@ -0,0 +1,287 @@
|
||||
|
||||
AC-PM-Analog-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
TAddress,
|
||||
DisplayString,
|
||||
DateAndTime, TEXTUAL-CONVENTION FROM SNMPv2-TC
|
||||
IpAddress FROM RFC1155-SMI
|
||||
Unsigned32,
|
||||
Integer32,
|
||||
enterprises FROM SNMPv2-SMI
|
||||
SnmpAdminString FROM SNMP-FRAMEWORK-MIB
|
||||
audioCodes,
|
||||
acRegistrations,
|
||||
acGeneric,
|
||||
acProducts,acBoardMibs,acPerformance FROM AUDIOCODES-TYPES-MIB;
|
||||
|
||||
|
||||
acPMAnalog MODULE-IDENTITY
|
||||
LAST-UPDATED "200611010926Z" --Wednesday, November 01, 2006
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: Support
|
||||
AudioCodes LTD
|
||||
1 Hayarden Street
|
||||
Airport City
|
||||
Lod, ISRAEL 70151
|
||||
Tel: 972-3-9764000
|
||||
Fax: 972-3-9764040
|
||||
Email: support@audiocodes.com
|
||||
Web: www.audiocodes.com"
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
"The AC-PM-Analog MIB offers performance monitoring
|
||||
For the Analog related elements in Audiocodes' devices.
|
||||
The Configuration sub-tree is for configuring the interval
|
||||
Period length for the entire AC-PM-Analog MIB, and the
|
||||
different tables' thresholds.
|
||||
The Data sub-tree presents the tables of monitored
|
||||
elements.
|
||||
|
||||
Note - for the entire MIB the value (-1) means the value
|
||||
Asked for is either not supported or currently not relevant
|
||||
(this is for when values asked for are for intervals not yet
|
||||
recorded."
|
||||
|
||||
|
||||
|
||||
::= {acPerformance 9}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
acPMAnalogConfiguration OBJECT IDENTIFIER ::= {acPMAnalog 1}
|
||||
|
||||
|
||||
acPMAnalogConfigurationPeriodLength OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..894780)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Length of monitoring intervals for entire MIB.
|
||||
Time is in minutes."
|
||||
::= {acPMAnalogConfiguration 1}
|
||||
|
||||
|
||||
|
||||
acPMAnalogConfigurationResetTotalCounters OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
resetCountersDone(1)
|
||||
,
|
||||
resetTotalCounters(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Total-Counters Reset. To reset the total counters, set the
|
||||
value of this object to resetTotalCounters(2)."
|
||||
::= {acPMAnalogConfiguration 2}
|
||||
|
||||
|
||||
|
||||
acPMAnalogUtilsAttributes OBJECT IDENTIFIER ::= {acPMAnalogConfiguration 31}
|
||||
|
||||
|
||||
acPMAnalogUtilsAttributesOffHookChannelsHighThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2147483647)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"High threshold."
|
||||
::= {acPMAnalogUtilsAttributes 1}
|
||||
|
||||
|
||||
|
||||
acPMAnalogUtilsAttributesOffHookChannelsLowThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2147483647)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Low threshold."
|
||||
::= {acPMAnalogUtilsAttributes 2}
|
||||
|
||||
|
||||
|
||||
acPMAnalogData OBJECT IDENTIFIER ::= {acPMAnalog 2}
|
||||
|
||||
|
||||
acPMAnalogDataAcPMAnalogTimeFromStartOfInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The time in seconds since the start of the current interval.
|
||||
MIB specific."
|
||||
::= {acPMAnalogData 1}
|
||||
|
||||
|
||||
|
||||
acPMAnalogUtils OBJECT IDENTIFIER ::= {acPMAnalogData 31}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMOffHookChannels table decleration
|
||||
-- ****************************************
|
||||
acPMOffHookChannelsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMOffHookChannelsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of active (off-hook) analog lines."
|
||||
::= {acPMAnalogUtils 21}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMOffHookChannels table entry
|
||||
-- ****************************************
|
||||
acPMOffHookChannelsEntry OBJECT-TYPE
|
||||
SYNTAX AcPMOffHookChannelsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMOffHookChannelsInterval}
|
||||
::= {acPMOffHookChannelsTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMOffHookChannels TABLE
|
||||
-- ****************************************
|
||||
AcPMOffHookChannelsEntry ::= SEQUENCE {
|
||||
acPMOffHookChannelsInterval Unsigned32,
|
||||
acPMOffHookChannelsVal Gauge32,
|
||||
acPMOffHookChannelsAverage Integer32,
|
||||
acPMOffHookChannelsMax Integer32,
|
||||
acPMOffHookChannelsMin Integer32,
|
||||
acPMOffHookChannelsVolume Integer32,
|
||||
acPMOffHookChannelsTimeBelowLowThreshold Integer32,
|
||||
acPMOffHookChannelsTimeBetweenThresholds Integer32,
|
||||
acPMOffHookChannelsTimeAboveHighThreshold Integer32,
|
||||
acPMOffHookChannelsFullDayAverage Integer32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMOffHookChannelsEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsVal OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Value of gauge or counter."
|
||||
::= {acPMOffHookChannelsEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsAverage OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average value with in the period time."
|
||||
::= {acPMOffHookChannelsEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsMax OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum value with in the period time."
|
||||
::= {acPMOffHookChannelsEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsMin OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Minimum value with in the period time."
|
||||
::= {acPMOffHookChannelsEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsVolume OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMOffHookChannelsEntry 6}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsTimeBelowLowThreshold OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is below what was determined
|
||||
as the low threshold."
|
||||
::= {acPMOffHookChannelsEntry 7}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsTimeBetweenThresholds OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is above what was determined
|
||||
as the high threshold."
|
||||
::= {acPMOffHookChannelsEntry 8}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsTimeAboveHighThreshold OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is between what were
|
||||
determined as the low and high thresholds."
|
||||
::= {acPMOffHookChannelsEntry 9}
|
||||
|
||||
|
||||
|
||||
acPMOffHookChannelsFullDayAverage OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The average of full 24 hours."
|
||||
::= {acPMOffHookChannelsEntry 10}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
4725
mibs/audiocodes/AC-PM-Control-MIB
Normal file
4725
mibs/audiocodes/AC-PM-Control-MIB
Normal file
File diff suppressed because it is too large
Load Diff
5072
mibs/audiocodes/AC-PM-Media-MIB
Normal file
5072
mibs/audiocodes/AC-PM-Media-MIB
Normal file
File diff suppressed because it is too large
Load Diff
1840
mibs/audiocodes/AC-PM-MediaServer-MIB
Normal file
1840
mibs/audiocodes/AC-PM-MediaServer-MIB
Normal file
File diff suppressed because it is too large
Load Diff
824
mibs/audiocodes/AC-PM-PSTN-MIB
Normal file
824
mibs/audiocodes/AC-PM-PSTN-MIB
Normal file
@ -0,0 +1,824 @@
|
||||
|
||||
AC-PM-PSTN-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
TAddress,
|
||||
DisplayString,
|
||||
DateAndTime, TEXTUAL-CONVENTION FROM SNMPv2-TC
|
||||
IpAddress FROM RFC1155-SMI
|
||||
Unsigned32,
|
||||
Integer32,
|
||||
enterprises FROM SNMPv2-SMI
|
||||
SnmpAdminString FROM SNMP-FRAMEWORK-MIB
|
||||
audioCodes,
|
||||
acRegistrations,
|
||||
acGeneric,
|
||||
acProducts,acBoardMibs,acPerformance FROM AUDIOCODES-TYPES-MIB;
|
||||
|
||||
|
||||
acPMPSTN MODULE-IDENTITY
|
||||
LAST-UPDATED "200902050516Z" --Thursday, February 05, 2009
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: Support
|
||||
AudioCodes LTD
|
||||
1 Hayarden Street
|
||||
Airport City
|
||||
Lod, ISRAEL 70151
|
||||
Tel: 972-3-9764000
|
||||
Fax: 972-3-9764040
|
||||
Email: support@audiocodes.com
|
||||
Web: www.audiocodes.com"
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
"The AC-PM-PSTN MIB offers performance monitoring
|
||||
For the PSTN related elements in Audiocodes' devices.
|
||||
The Configuration sub-tree is for configuring the interval
|
||||
Period length for the entire AC-PM-PSTN MIB, and the
|
||||
different tables' thresholds.
|
||||
The Data sub-tree presents the tables of monitored
|
||||
elements.
|
||||
|
||||
Note - for the entire MIB the value (-1) means the value
|
||||
Asked for is either not supported or currently not relevant
|
||||
(this is for when values asked for are for intervals not yet
|
||||
recorded."
|
||||
|
||||
|
||||
|
||||
::= {acPerformance 10}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
acPMPSTNConfiguration OBJECT IDENTIFIER ::= {acPMPSTN 1}
|
||||
|
||||
|
||||
acPMPSTNConfigurationPeriodLength OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..894780)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Length of monitoring intervals for entire MIB. Time is in minutes.
|
||||
Access: Instant."
|
||||
::= {acPMPSTNConfiguration 1}
|
||||
|
||||
|
||||
|
||||
acPMPSTNConfigurationResetTotalCounters OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
resetCountersDone(1)
|
||||
,
|
||||
resetTotalCounters(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Total-Counters Reset. To reset the total counters, set the
|
||||
value of this object to resetTotalCounters(2).
|
||||
Access: Instant."
|
||||
::= {acPMPSTNConfiguration 2}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationAttributes OBJECT IDENTIFIER ::= {acPMPSTNConfiguration 31}
|
||||
|
||||
|
||||
acPMTrunkUtilizationAttributesHighThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"High threshold.
|
||||
Access: Instant."
|
||||
::= {acPMTrunkUtilizationAttributes 1}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationAttributesLowThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Low threshold.
|
||||
Access: Instant."
|
||||
::= {acPMTrunkUtilizationAttributes 2}
|
||||
|
||||
|
||||
|
||||
acPMPSTNChannelsAttributes OBJECT IDENTIFIER ::= {acPMPSTNConfiguration 32}
|
||||
|
||||
|
||||
acPMPSTNChannelsAttributesInServiceHighThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"High threshold.
|
||||
Access: Instant."
|
||||
::= {acPMPSTNChannelsAttributes 1}
|
||||
|
||||
|
||||
|
||||
acPMPSTNChannelsAttributesInServiceLowThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Low threshold.
|
||||
Access: Instant."
|
||||
::= {acPMPSTNChannelsAttributes 2}
|
||||
|
||||
|
||||
|
||||
acPMPSTNChannelsAttributesOutOfServiceHighThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"High threshold.
|
||||
Access: Instant."
|
||||
::= {acPMPSTNChannelsAttributes 3}
|
||||
|
||||
|
||||
|
||||
acPMPSTNChannelsAttributesOutOfServiceLowThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Low threshold.
|
||||
Access: Instant."
|
||||
::= {acPMPSTNChannelsAttributes 4}
|
||||
|
||||
|
||||
|
||||
acPMPSTNChannelsAttributesInMaintenanceHighThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"High threshold.
|
||||
Access: Instant."
|
||||
::= {acPMPSTNChannelsAttributes 5}
|
||||
|
||||
|
||||
|
||||
acPMPSTNChannelsAttributesInMaintenanceLowThreshold OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..32)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Low threshold.
|
||||
Access: Instant."
|
||||
::= {acPMPSTNChannelsAttributes 6}
|
||||
|
||||
|
||||
|
||||
acPMPSTNData OBJECT IDENTIFIER ::= {acPMPSTN 2}
|
||||
|
||||
|
||||
acPMPSTNDataAcPMPSTNTimeFromStartOfInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The time in seconds since the start of the current interval.
|
||||
MIB specific."
|
||||
::= {acPMPSTNData 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMTrunkUtilization table declaration
|
||||
-- ****************************************
|
||||
acPMTrunkUtilizationTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMTrunkUtilizationEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of active channels per trunk (index: trunk number)."
|
||||
::= {acPMPSTNData 21}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMTrunkUtilization table entry
|
||||
-- ****************************************
|
||||
acPMTrunkUtilizationEntry OBJECT-TYPE
|
||||
SYNTAX AcPMTrunkUtilizationEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMTrunkUtilizationTrunkNum,acPMTrunkUtilizationInterval}
|
||||
::= {acPMTrunkUtilizationTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMTrunkUtilization TABLE
|
||||
-- ****************************************
|
||||
AcPMTrunkUtilizationEntry ::= SEQUENCE {
|
||||
acPMTrunkUtilizationTrunkNum Unsigned32,
|
||||
acPMTrunkUtilizationInterval Unsigned32,
|
||||
acPMTrunkUtilizationVal Gauge32,
|
||||
acPMTrunkUtilizationAverage Integer32,
|
||||
acPMTrunkUtilizationMax Integer32,
|
||||
acPMTrunkUtilizationMin Integer32,
|
||||
acPMTrunkUtilizationVolume Counter32,
|
||||
acPMTrunkUtilizationTimeBelowLowThreshold Integer32,
|
||||
acPMTrunkUtilizationTimeBetweenThresholds Integer32,
|
||||
acPMTrunkUtilizationTimeAboveHighThreshold Integer32,
|
||||
acPMTrunkUtilizationFullDayAverage Integer32,
|
||||
acPMTrunkUtilizationTotal Integer32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationTrunkNum OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..83)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk number.
|
||||
0 is the first trunk."
|
||||
::= {acPMTrunkUtilizationEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMTrunkUtilizationEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationVal OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Value of gauge or counter."
|
||||
::= {acPMTrunkUtilizationEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationAverage OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average value within the period time."
|
||||
::= {acPMTrunkUtilizationEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationMax OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum value within the period time."
|
||||
::= {acPMTrunkUtilizationEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationMin OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Minimum value within the period time."
|
||||
::= {acPMTrunkUtilizationEntry 6}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationVolume OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMTrunkUtilizationEntry 7}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationTimeBelowLowThreshold OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is below what was determined
|
||||
as the low threshold."
|
||||
::= {acPMTrunkUtilizationEntry 8}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationTimeBetweenThresholds OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is above what was determined
|
||||
as the high threshold."
|
||||
::= {acPMTrunkUtilizationEntry 9}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationTimeAboveHighThreshold OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..100)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Percent of interval time for which gauge is between what were
|
||||
determined as the low and high thresholds."
|
||||
::= {acPMTrunkUtilizationEntry 10}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationFullDayAverage OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The average of full 24 hours."
|
||||
::= {acPMTrunkUtilizationEntry 11}
|
||||
|
||||
|
||||
|
||||
acPMTrunkUtilizationTotal OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Total since last reset."
|
||||
::= {acPMTrunkUtilizationEntry 12}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNTrunkActivitySeconds table declaration
|
||||
-- ****************************************
|
||||
acPMPSTNTrunkActivitySecondsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMPSTNTrunkActivitySecondsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Counts activity seconds on the trunk."
|
||||
::= {acPMPSTNData 22}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNTrunkActivitySeconds table entry
|
||||
-- ****************************************
|
||||
acPMPSTNTrunkActivitySecondsEntry OBJECT-TYPE
|
||||
SYNTAX AcPMPSTNTrunkActivitySecondsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMPSTNTrunkActivitySecondsTrunkNum,acPMPSTNTrunkActivitySecondsInterval}
|
||||
::= {acPMPSTNTrunkActivitySecondsTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNTrunkActivitySeconds TABLE
|
||||
-- ****************************************
|
||||
AcPMPSTNTrunkActivitySecondsEntry ::= SEQUENCE {
|
||||
acPMPSTNTrunkActivitySecondsTrunkNum Unsigned32,
|
||||
acPMPSTNTrunkActivitySecondsInterval Unsigned32,
|
||||
acPMPSTNTrunkActivitySecondsVal Gauge32,
|
||||
acPMPSTNTrunkActivitySecondsTotal Integer32,
|
||||
acPMPSTNTrunkActivitySecondsVolume Counter32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMPSTNTrunkActivitySecondsTrunkNum OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..83)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk number.
|
||||
0 is the first trunk."
|
||||
::= {acPMPSTNTrunkActivitySecondsEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMPSTNTrunkActivitySecondsInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMPSTNTrunkActivitySecondsEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMPSTNTrunkActivitySecondsVal OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Value of gauge or counter."
|
||||
::= {acPMPSTNTrunkActivitySecondsEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMPSTNTrunkActivitySecondsTotal OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Total since last reset."
|
||||
::= {acPMPSTNTrunkActivitySecondsEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMPSTNTrunkActivitySecondsVolume OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMPSTNTrunkActivitySecondsEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMPSTNChannels OBJECT IDENTIFIER ::= {acPMPSTNData 31}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsInService table declaration
|
||||
-- ****************************************
|
||||
acPMPSTNNumOfChannelsInServiceTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMPSTNNumOfChannelsInServiceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Channels in service, per trunk."
|
||||
::= {acPMPSTNChannels 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsInService table entry
|
||||
-- ****************************************
|
||||
acPMPSTNNumOfChannelsInServiceEntry OBJECT-TYPE
|
||||
SYNTAX AcPMPSTNNumOfChannelsInServiceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMPSTNNumOfChannelsInServiceTrunkNum,acPMPSTNNumOfChannelsInServiceInterval}
|
||||
::= {acPMPSTNNumOfChannelsInServiceTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsInService TABLE
|
||||
-- ****************************************
|
||||
AcPMPSTNNumOfChannelsInServiceEntry ::= SEQUENCE {
|
||||
acPMPSTNNumOfChannelsInServiceTrunkNum Unsigned32,
|
||||
acPMPSTNNumOfChannelsInServiceInterval Unsigned32,
|
||||
acPMPSTNNumOfChannelsInServiceVal Gauge32,
|
||||
acPMPSTNNumOfChannelsInServiceAverage Integer32,
|
||||
acPMPSTNNumOfChannelsInServiceMax Integer32,
|
||||
acPMPSTNNumOfChannelsInServiceMin Integer32,
|
||||
acPMPSTNNumOfChannelsInServiceVolume Counter32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInServiceTrunkNum OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..83)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk number.
|
||||
0 is the first trunk."
|
||||
::= {acPMPSTNNumOfChannelsInServiceEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInServiceInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMPSTNNumOfChannelsInServiceEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInServiceVal OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Value of gauge or counter."
|
||||
::= {acPMPSTNNumOfChannelsInServiceEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInServiceAverage OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsInServiceEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInServiceMax OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsInServiceEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInServiceMin OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Minimum value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsInServiceEntry 6}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInServiceVolume OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMPSTNNumOfChannelsInServiceEntry 7}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsOutOfService table declaration
|
||||
-- ****************************************
|
||||
acPMPSTNNumOfChannelsOutOfServiceTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMPSTNNumOfChannelsOutOfServiceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Channels out of service, per trunk."
|
||||
::= {acPMPSTNChannels 2}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsOutOfService table entry
|
||||
-- ****************************************
|
||||
acPMPSTNNumOfChannelsOutOfServiceEntry OBJECT-TYPE
|
||||
SYNTAX AcPMPSTNNumOfChannelsOutOfServiceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMPSTNNumOfChannelsOutOfServiceTrunkNum,acPMPSTNNumOfChannelsOutOfServiceInterval}
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsOutOfService TABLE
|
||||
-- ****************************************
|
||||
AcPMPSTNNumOfChannelsOutOfServiceEntry ::= SEQUENCE {
|
||||
acPMPSTNNumOfChannelsOutOfServiceTrunkNum Unsigned32,
|
||||
acPMPSTNNumOfChannelsOutOfServiceInterval Unsigned32,
|
||||
acPMPSTNNumOfChannelsOutOfServiceVal Gauge32,
|
||||
acPMPSTNNumOfChannelsOutOfServiceAverage Integer32,
|
||||
acPMPSTNNumOfChannelsOutOfServiceMax Integer32,
|
||||
acPMPSTNNumOfChannelsOutOfServiceMin Integer32,
|
||||
acPMPSTNNumOfChannelsOutOfServiceVolume Counter32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsOutOfServiceTrunkNum OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..83)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk number.
|
||||
0 is the first trunk."
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsOutOfServiceInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsOutOfServiceVal OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Value of gauge or counter."
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsOutOfServiceAverage OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsOutOfServiceMax OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsOutOfServiceMin OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Minimum value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceEntry 6}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsOutOfServiceVolume OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMPSTNNumOfChannelsOutOfServiceEntry 7}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsInMaintenance table declaration
|
||||
-- ****************************************
|
||||
acPMPSTNNumOfChannelsInMaintenanceTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcPMPSTNNumOfChannelsInMaintenanceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Channels in maintenance status (not in-service), per trunk."
|
||||
::= {acPMPSTNChannels 3}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsInMaintenance table entry
|
||||
-- ****************************************
|
||||
acPMPSTNNumOfChannelsInMaintenanceEntry OBJECT-TYPE
|
||||
SYNTAX AcPMPSTNNumOfChannelsInMaintenanceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acPMPSTNNumOfChannelsInMaintenanceTrunkNum,acPMPSTNNumOfChannelsInMaintenanceInterval}
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPMPSTNNumOfChannelsInMaintenance TABLE
|
||||
-- ****************************************
|
||||
AcPMPSTNNumOfChannelsInMaintenanceEntry ::= SEQUENCE {
|
||||
acPMPSTNNumOfChannelsInMaintenanceTrunkNum Unsigned32,
|
||||
acPMPSTNNumOfChannelsInMaintenanceInterval Unsigned32,
|
||||
acPMPSTNNumOfChannelsInMaintenanceVal Gauge32,
|
||||
acPMPSTNNumOfChannelsInMaintenanceAverage Integer32,
|
||||
acPMPSTNNumOfChannelsInMaintenanceMax Integer32,
|
||||
acPMPSTNNumOfChannelsInMaintenanceMin Integer32,
|
||||
acPMPSTNNumOfChannelsInMaintenanceVolume Counter32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInMaintenanceTrunkNum OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..83)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trunk number.
|
||||
0 is the first trunk."
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceEntry 1}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInMaintenanceInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interval index.
|
||||
0 - current period (incomplete monitoring - mid period).
|
||||
1 - Last full period.
|
||||
2 - One before last."
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceEntry 2}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInMaintenanceVal OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Value of gauge or counter."
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceEntry 3}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInMaintenanceAverage OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Average value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceEntry 4}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInMaintenanceMax OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Maximum value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceEntry 5}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInMaintenanceMin OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..2147483647)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Minimum value within the period time."
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceEntry 6}
|
||||
|
||||
|
||||
|
||||
acPMPSTNNumOfChannelsInMaintenanceVolume OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Activity volume."
|
||||
::= {acPMPSTNNumOfChannelsInMaintenanceEntry 7}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
2835
mibs/audiocodes/AC-PM-SS7-MIB
Normal file
2835
mibs/audiocodes/AC-PM-SS7-MIB
Normal file
File diff suppressed because it is too large
Load Diff
6419
mibs/audiocodes/AC-PM-System-MIB
Normal file
6419
mibs/audiocodes/AC-PM-System-MIB
Normal file
File diff suppressed because it is too large
Load Diff
2034
mibs/audiocodes/AC-PSTN-MIB
Normal file
2034
mibs/audiocodes/AC-PSTN-MIB
Normal file
File diff suppressed because it is too large
Load Diff
4802
mibs/audiocodes/AC-SS7-MIB
Normal file
4802
mibs/audiocodes/AC-SS7-MIB
Normal file
File diff suppressed because it is too large
Load Diff
8730
mibs/audiocodes/AC-SYSTEM-MIB
Normal file
8730
mibs/audiocodes/AC-SYSTEM-MIB
Normal file
File diff suppressed because it is too large
Load Diff
871
mibs/audiocodes/AC-V5-MIB
Normal file
871
mibs/audiocodes/AC-V5-MIB
Normal file
@ -0,0 +1,871 @@
|
||||
|
||||
AC-V5-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
TAddress,
|
||||
DisplayString,
|
||||
DateAndTime, TEXTUAL-CONVENTION FROM SNMPv2-TC
|
||||
IpAddress FROM RFC1155-SMI
|
||||
Unsigned32,
|
||||
Integer32,
|
||||
enterprises FROM SNMPv2-SMI
|
||||
RowStatus FROM SNMPv2-TC
|
||||
SnmpAdminString FROM SNMP-FRAMEWORK-MIB
|
||||
InetAddressType, InetAddress FROM INET-ADDRESS-MIB
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP,
|
||||
NOTIFICATION-GROUP FROM SNMPv2-CONF
|
||||
audioCodes,
|
||||
acRegistrations,
|
||||
acGeneric,
|
||||
acProducts,acBoardMibs FROM AUDIOCODES-TYPES-MIB;
|
||||
|
||||
|
||||
acV5 MODULE-IDENTITY
|
||||
LAST-UPDATED "200911251109Z" --Wednesday, November 25, 2009
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: Support
|
||||
AudioCodes LTD
|
||||
1 Hayarden Street
|
||||
Airport City
|
||||
Lod, ISRAEL 70151
|
||||
Tel: 972-3-9764000
|
||||
Fax: 972-3-9764040
|
||||
Email: support@audiocodes.com
|
||||
Web: www.audiocodes.com"
|
||||
|
||||
DESCRIPTION
|
||||
""
|
||||
|
||||
|
||||
|
||||
::= {acBoardMibs 13}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
acV5Configuration OBJECT IDENTIFIER ::= {acV5 1}
|
||||
|
||||
|
||||
acv5Interfce OBJECT IDENTIFIER ::= {acV5Configuration 1}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acV5Interfce table declaration
|
||||
-- ****************************************
|
||||
acV5InterfceTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcV5InterfceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= {acv5Interfce 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acV5Interfce table entry
|
||||
-- ****************************************
|
||||
acV5InterfceEntry OBJECT-TYPE
|
||||
SYNTAX AcV5InterfceEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acV5InterfceIndex}
|
||||
::= {acV5InterfceTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acV5Interfce TABLE
|
||||
-- ****************************************
|
||||
AcV5InterfceEntry ::= SEQUENCE {
|
||||
acV5InterfceIndex Unsigned32,
|
||||
acV5InterfceRowStatus RowStatus,
|
||||
acV5InterfceAction INTEGER,
|
||||
acV5InterfceActionResult INTEGER,
|
||||
acV5InterfceOperationalState INTEGER,
|
||||
acV5InterfceAdminState INTEGER,
|
||||
acV5InterfceActiveSignalingLink INTEGER,
|
||||
acV5InterfceIdNotEqual INTEGER,
|
||||
acV5InterfceVariantNotEqual INTEGER,
|
||||
acV5InterfceIDCheckTimeOutError INTEGER,
|
||||
acV5InterfceL2StartupFailed INTEGER,
|
||||
acV5InterfceRestartFailed INTEGER,
|
||||
acV5InterfceControlProtocolDataLinkError INTEGER,
|
||||
acV5InterfceLinkControlProtocolDataLinkError INTEGER,
|
||||
acV5InterfceBCCProtocolDataLinkError INTEGER,
|
||||
acV5InterfcePSTNProtocolDataLinkError INTEGER,
|
||||
acV5InterfceProtectionDL1Error INTEGER,
|
||||
acV5InterfceProtectionDL2Error INTEGER,
|
||||
acV5InterfceType INTEGER,
|
||||
acV5InterfceProtocolSide INTEGER,
|
||||
acV5InterfceId Integer32,
|
||||
acV5InterfceVariantId Unsigned32,
|
||||
acV5InterfceLogicalCchannelId Unsigned32,
|
||||
acV5InterfceTraceLevel INTEGER,
|
||||
acV5InterfceNumberOfPortsInCard Unsigned32,
|
||||
acV5InterfceEnableRegisterRecallConfiguration INTEGER,
|
||||
acV5InterfceRegisterRecallDurationType Unsigned32
|
||||
}
|
||||
|
||||
|
||||
|
||||
acV5InterfceIndex OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..30)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
AC INI-Param: V5Interfaces_Index"
|
||||
::= {acV5InterfceEntry 1}
|
||||
|
||||
|
||||
|
||||
acV5InterfceRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ROWSTATUS Field for line.
|
||||
Access: Online.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 2}
|
||||
|
||||
|
||||
|
||||
acV5InterfceAction OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
offline(0)
|
||||
,
|
||||
protectionSwitchOver(1)
|
||||
,
|
||||
inService(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Actions that are carried out on the interfaces.
|
||||
1 - Switch protection links. To follow the result of this
|
||||
action see changes in value in the acV5InterfaceActiveLink object.
|
||||
Access: Online.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 3}
|
||||
|
||||
|
||||
|
||||
acV5InterfceActionResult OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
succeeded(0)
|
||||
,
|
||||
inProgress(1)
|
||||
,
|
||||
failed(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mangement Field for ACTIONS RESULT.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 4}
|
||||
|
||||
|
||||
|
||||
acV5InterfceOperationalState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
offline(0)
|
||||
,
|
||||
busy(1)
|
||||
,
|
||||
inService(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The interface's operational state.
|
||||
0 - Offline
|
||||
1 - Interface is being started up
|
||||
2 - Operational.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 5}
|
||||
|
||||
|
||||
|
||||
acV5InterfceAdminState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
offline(0)
|
||||
,
|
||||
inService(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Administrative state of the V5 interface.
|
||||
Changing admin state effects the operational with in 95sec.
|
||||
If the acv5InterfceOperationalState value hasn't changed with
|
||||
in this time - the operation should be regarded as failed.
|
||||
AC INI-Param: V5Interfaces_V5AdminState"
|
||||
::= {acV5InterfceEntry 6}
|
||||
|
||||
|
||||
|
||||
acV5InterfceActiveSignalingLink OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
notConfigured(-1)
|
||||
,
|
||||
primary(0)
|
||||
,
|
||||
secondary(1)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Which link is active primary or secondary.
|
||||
AC INI-Param: V5Interfaces_InterfaceType"
|
||||
::= {acV5InterfceEntry 7}
|
||||
|
||||
|
||||
|
||||
acV5InterfceIdNotEqual OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Interface Id isn't equal on both sides.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 8}
|
||||
|
||||
|
||||
|
||||
acV5InterfceVariantNotEqual OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Variant Id isn't equal on both sides.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 9}
|
||||
|
||||
|
||||
|
||||
acV5InterfceIDCheckTimeOutError OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ID check time out error.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 10}
|
||||
|
||||
|
||||
|
||||
acV5InterfceL2StartupFailed OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Layer 2 startup failed.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 11}
|
||||
|
||||
|
||||
|
||||
acV5InterfceRestartFailed OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Restart failed.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 12}
|
||||
|
||||
|
||||
|
||||
acV5InterfceControlProtocolDataLinkError OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Control protocol data link error.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 13}
|
||||
|
||||
|
||||
|
||||
acV5InterfceLinkControlProtocolDataLinkError OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Link control protocol data link error.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 14}
|
||||
|
||||
|
||||
|
||||
acV5InterfceBCCProtocolDataLinkError OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"BCC protocol data link error.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 15}
|
||||
|
||||
|
||||
|
||||
acV5InterfcePSTNProtocolDataLinkError OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"PSTN protocol data link error.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 16}
|
||||
|
||||
|
||||
|
||||
acV5InterfceProtectionDL1Error OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Protection data link 1 error.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 17}
|
||||
|
||||
|
||||
|
||||
acV5InterfceProtectionDL2Error OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
cleared(0)
|
||||
,
|
||||
raised(1)
|
||||
,
|
||||
unknown(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Protection data link 2 error.
|
||||
0 - cleared - no error
|
||||
1 - raised - error found
|
||||
2 - unknown - not tested yet.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5InterfceEntry 18}
|
||||
|
||||
|
||||
|
||||
acV5InterfceType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
v52(1)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Type of the V5 interface: V5.1 or V5.2(only V5.2 is supported).
|
||||
AC INI-Param: V5Interfaces_InterfaceType"
|
||||
::= {acV5InterfceEntry 19}
|
||||
|
||||
|
||||
|
||||
acV5InterfceProtocolSide OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
an-Side(0)
|
||||
,
|
||||
le-Side(1)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"AN or LE side of the V5 protocol.
|
||||
AC INI-Param: V5Interfaces_ProtocolSide"
|
||||
::= {acV5InterfceEntry 20}
|
||||
|
||||
|
||||
|
||||
acV5InterfceId OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..16777215)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"V5 interface identifier.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Interfaces_V5InterfaceId"
|
||||
::= {acV5InterfceEntry 21}
|
||||
|
||||
|
||||
|
||||
acV5InterfceVariantId OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..127)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"V5 variant identifier.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Interfaces_VariantId"
|
||||
::= {acV5InterfceEntry 22}
|
||||
|
||||
|
||||
|
||||
acV5InterfceLogicalCchannelId OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Identifies a group of C-paths.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Interfaces_LogicalCchannelId"
|
||||
::= {acV5InterfceEntry 23}
|
||||
|
||||
|
||||
|
||||
acV5InterfceTraceLevel OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
noTrace(0)
|
||||
,
|
||||
full-Trace-No-Duplication(20)
|
||||
,
|
||||
full-Trace-With-Duplication(21)
|
||||
,
|
||||
layer3-Up-Trace-No-Duplication(22)
|
||||
,
|
||||
layer3-Up-Trace-With-Duplication(23)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Trace level1:
|
||||
0 - No trace
|
||||
20 - Full trace no duplication
|
||||
21 - Full trace with duplication
|
||||
22 - Layers up trace no duplication
|
||||
23 - Layers up trace with duplication.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Interfaces_TraceLevel"
|
||||
::= {acV5InterfceEntry 24}
|
||||
|
||||
|
||||
|
||||
acV5InterfceNumberOfPortsInCard OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65533)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Define the number of the port in the interface cards.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Interfaces_NumberOfV5PortsInCard "
|
||||
::= {acV5InterfceEntry 25}
|
||||
|
||||
|
||||
|
||||
acV5InterfceEnableRegisterRecallConfiguration OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0)
|
||||
,
|
||||
enable(1)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"In V5.2 Enable configuration of the register recall duration
|
||||
type in the AN.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Interfaces_EnableRegisterRecallConfiguration"
|
||||
::= {acV5InterfceEntry 26}
|
||||
|
||||
|
||||
|
||||
acV5InterfceRegisterRecallDurationType OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..65535)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"V5.2 Register Recall duration type value.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Interfaces_RegisterRecallDurationType"
|
||||
::= {acV5InterfceEntry 27}
|
||||
|
||||
|
||||
|
||||
acV5Link OBJECT IDENTIFIER ::= {acV5Configuration 2}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acV5Link table declaration
|
||||
-- ****************************************
|
||||
acV5LinkTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcV5LinkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
::= {acV5Link 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acV5Link table entry
|
||||
-- ****************************************
|
||||
acV5LinkEntry OBJECT-TYPE
|
||||
SYNTAX AcV5LinkEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
""
|
||||
INDEX {acV5LinkIndex}
|
||||
::= {acV5LinkTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acV5Link TABLE
|
||||
-- ****************************************
|
||||
AcV5LinkEntry ::= SEQUENCE {
|
||||
acV5LinkIndex Unsigned32,
|
||||
acV5LinkRowStatus RowStatus,
|
||||
acV5LinkAction INTEGER,
|
||||
acV5LinkActionResult INTEGER,
|
||||
acV5LinkIdCheckStatus INTEGER,
|
||||
acV5LinkOperationalState INTEGER,
|
||||
acV5LinkInterfaceIndx Unsigned32,
|
||||
acV5LinkId Integer32,
|
||||
acV5LinkType INTEGER
|
||||
}
|
||||
|
||||
|
||||
|
||||
acV5LinkIndex OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..62)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Points to the V5 interface to which the link belongs.
|
||||
AC INI-Param: V5Links_Index"
|
||||
::= {acV5LinkEntry 1}
|
||||
|
||||
|
||||
|
||||
acV5LinkRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"ROWSTATUS Field for line.
|
||||
Access: Online.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5LinkEntry 2}
|
||||
|
||||
|
||||
|
||||
acV5LinkAction OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
unBlock(0)
|
||||
,
|
||||
block(1)
|
||||
,
|
||||
linkIdCheck(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"V5 action on the link (Unblock, Block or LinkIdCheck)
|
||||
The result of block and unblock can be seen in the values of
|
||||
the acV5LinkActionResult or acV5LinkOperationalState object.
|
||||
The results for the link ID check action can be seen in the
|
||||
acV5LinkIdCheckStatus object.
|
||||
Access: Online.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5LinkEntry 3}
|
||||
|
||||
|
||||
|
||||
acV5LinkActionResult OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
succeeded(0)
|
||||
,
|
||||
inProgress(1)
|
||||
,
|
||||
failed(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Mangement Field for ACTIONS RESULT.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5LinkEntry 4}
|
||||
|
||||
|
||||
|
||||
acV5LinkIdCheckStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
succes(0)
|
||||
,
|
||||
failure(1)
|
||||
,
|
||||
testRejected(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Link ID check status.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5LinkEntry 5}
|
||||
|
||||
|
||||
|
||||
acV5LinkOperationalState OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
operational(0)
|
||||
,
|
||||
blocked(1)
|
||||
,
|
||||
failed(2)
|
||||
,
|
||||
blockedAndFailed(3)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The link's operational state.
|
||||
0 - Operational
|
||||
1 - Link is blocked from use
|
||||
2 - Link is in failed state
|
||||
3 - link is in failed state but also blocked.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5LinkEntry 6}
|
||||
|
||||
|
||||
|
||||
acV5LinkInterfaceIndx OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..30)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Points to the V5 interface to which the link belongs.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Links_V5InterfaceIndex"
|
||||
::= {acV5LinkEntry 7}
|
||||
|
||||
|
||||
|
||||
acV5LinkId OBJECT-TYPE
|
||||
SYNTAX Integer32 (-1..16777215)
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Identifier of the V5 link.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Links_LinkId"
|
||||
::= {acV5LinkEntry 8}
|
||||
|
||||
|
||||
|
||||
acV5LinkType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
normal(0)
|
||||
,
|
||||
primary(1)
|
||||
,
|
||||
secondary(2)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"V5 Link type: primary, secondary or normal.
|
||||
Access: Online.
|
||||
AC INI-Param: V5Links_LinkType"
|
||||
::= {acV5LinkEntry 9}
|
||||
|
||||
|
||||
|
||||
acV5Action OBJECT IDENTIFIER ::= {acV5 3}
|
||||
|
||||
|
||||
acV5PortAction OBJECT IDENTIFIER ::= {acV5Action 1}
|
||||
|
||||
|
||||
acV5PortActionType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
none(0)
|
||||
,
|
||||
removeAllPorts(1)
|
||||
,
|
||||
removeIFPorts(2)
|
||||
,
|
||||
actionDone(10)
|
||||
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The action type to be performed.
|
||||
Access: Online.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5PortAction 1}
|
||||
|
||||
|
||||
|
||||
acV5PortActionID OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0..4294967295)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Random number used to identify an action with its result.
|
||||
Access: Online.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5PortAction 2}
|
||||
|
||||
|
||||
|
||||
acV5PortActionParams OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString (SIZE (0..200))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"String defining the paprameters for the specific action.
|
||||
Access: Online.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5PortAction 3}
|
||||
|
||||
|
||||
|
||||
acV5PortActionResult OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString (SIZE (0..200))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Action result.
|
||||
AC INI-Param: N/A"
|
||||
::= {acV5PortAction 4}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
264
mibs/audiocodes/AUDIOCODES-TYPES-MIB
Normal file
264
mibs/audiocodes/AUDIOCODES-TYPES-MIB
Normal file
@ -0,0 +1,264 @@
|
||||
--
|
||||
-- AC-TYPES.mib
|
||||
--
|
||||
--
|
||||
--
|
||||
-- ___________________________________________
|
||||
-- | Version | Date | Remarks |
|
||||
-- |_________|__________|____________________|
|
||||
-- | 1.0 | 08.06.05 | |
|
||||
-- |_________|__________|____________________|
|
||||
--
|
||||
--
|
||||
|
||||
AUDIOCODES-TYPES-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY,
|
||||
enterprises FROM SNMPv2-SMI
|
||||
;
|
||||
|
||||
|
||||
audioCodes OBJECT IDENTIFIER ::= {enterprises 5003}
|
||||
acRegistrations OBJECT IDENTIFIER ::= {audioCodes 7}
|
||||
acGeneric OBJECT IDENTIFIER ::= {audioCodes 8}
|
||||
acProducts OBJECT IDENTIFIER ::= {audioCodes 9}
|
||||
acPerformance OBJECT IDENTIFIER ::= {audioCodes 10}
|
||||
acExperimental OBJECT IDENTIFIER ::= {audioCodes 12}
|
||||
acBoardMibs OBJECT IDENTIFIER ::= {acProducts 10}
|
||||
|
||||
|
||||
|
||||
|
||||
-- AudioCodes known types
|
||||
acKnownTypes OBJECT IDENTIFIER ::= { acGeneric 1 }
|
||||
|
||||
acKnownProducts OBJECT IDENTIFIER ::= { acKnownTypes 1 }
|
||||
acKnownPhysicalTypes OBJECT IDENTIFIER ::= { acKnownTypes 2 }
|
||||
acKnownLogicalTypes OBJECT IDENTIFIER ::= { acKnownTypes 3 }
|
||||
|
||||
|
||||
-- AudioCodes known products: should be same like acSysTypeProduct defined in acSystem MIB.
|
||||
|
||||
acProductUnknown OBJECT IDENTIFIER ::= { acKnownProducts 0 }
|
||||
acProductTrunkPack08 OBJECT IDENTIFIER ::= { acKnownProducts 1 }
|
||||
acProductMediaPack108 OBJECT IDENTIFIER ::= { acKnownProducts 2 }
|
||||
acProductMediaPack124 OBJECT IDENTIFIER ::= { acKnownProducts 3 }
|
||||
acProductTrunkPack1600 OBJECT IDENTIFIER ::= { acKnownProducts 20 }
|
||||
acProductTPM1100 OBJECT IDENTIFIER ::= { acKnownProducts 22 }
|
||||
acProductTrunkPack260IpMedia OBJECT IDENTIFIER ::= { acKnownProducts 23 }
|
||||
acProductTrunkPack1610 OBJECT IDENTIFIER ::= { acKnownProducts 24 }
|
||||
acProductMediaPack104 OBJECT IDENTIFIER ::= { acKnownProducts 25 }
|
||||
acProductMediaPack102 OBJECT IDENTIFIER ::= { acKnownProducts 26 }
|
||||
acProductTrunkPack1610SB OBJECT IDENTIFIER ::= { acKnownProducts 29 }
|
||||
acProductTrunkPack1610IpMedia OBJECT IDENTIFIER ::= { acKnownProducts 30 }
|
||||
acProductTrunkPackMEDIANT2000 OBJECT IDENTIFIER ::= { acKnownProducts 31 }
|
||||
acProductTrunkPackSTRETTO2000 OBJECT IDENTIFIER ::= { acKnownProducts 32 }
|
||||
acProductTrunkPackIPMServer2000 OBJECT IDENTIFIER ::= { acKnownProducts 33 }
|
||||
acProductTrunkPack2810 OBJECT IDENTIFIER ::= { acKnownProducts 34 }
|
||||
acProductTrunkPack260UNIpMedia OBJECT IDENTIFIER ::= { acKnownProducts 35 }
|
||||
acProductTrunkPack260IpMedia30Ch OBJECT IDENTIFIER ::= { acKnownProducts 36 }
|
||||
acProductTrunkPack260IpMedia60Ch OBJECT IDENTIFIER ::= { acKnownProducts 37 }
|
||||
acProductTrunkPack260IpMedia120Ch OBJECT IDENTIFIER ::= { acKnownProducts 38 }
|
||||
acProductTrunkPack260RTIpMedia30Ch OBJECT IDENTIFIER ::= { acKnownProducts 39 }
|
||||
acProductTrunkPack260RTIpMedia60Ch OBJECT IDENTIFIER ::= { acKnownProducts 40 }
|
||||
acProductTrunkPack260RTIpMedia120Ch OBJECT IDENTIFIER ::= { acKnownProducts 41 }
|
||||
acProductTrunkPack260 OBJECT IDENTIFIER ::= { acKnownProducts 42 }
|
||||
acProductTrunkPack260UN OBJECT IDENTIFIER ::= { acKnownProducts 43 }
|
||||
acProductTPM1100PCM OBJECT IDENTIFIER ::= { acKnownProducts 44 }
|
||||
acProductTrunkPack6310 OBJECT IDENTIFIER ::= { acKnownProducts 45 }
|
||||
acProductTPM6300 OBJECT IDENTIFIER ::= { acKnownProducts 46 }
|
||||
acProductMediant1000 OBJECT IDENTIFIER ::= { acKnownProducts 47 }
|
||||
acProductIPMedia3000 OBJECT IDENTIFIER ::= { acKnownProducts 48 }
|
||||
acProductMediant3000 OBJECT IDENTIFIER ::= { acKnownProducts 49 }
|
||||
acProductStretto3000 OBJECT IDENTIFIER ::= { acKnownProducts 50 }
|
||||
acProductTrunkPack6310IpMedia OBJECT IDENTIFIER ::= { acKnownProducts 51 }
|
||||
acProductTrunkPack6310SB OBJECT IDENTIFIER ::= { acKnownProducts 52 }
|
||||
acProductATP1610 OBJECT IDENTIFIER ::= { acKnownProducts 53 }
|
||||
acProductATP260 OBJECT IDENTIFIER ::= { acKnownProducts 54 }
|
||||
acProductATP260UN OBJECT IDENTIFIER ::= { acKnownProducts 55 }
|
||||
acProductMediaPack118 OBJECT IDENTIFIER ::= { acKnownProducts 56 }
|
||||
acProductMediaPack114 OBJECT IDENTIFIER ::= { acKnownProducts 57 }
|
||||
acProductMediaPack112 OBJECT IDENTIFIER ::= { acKnownProducts 58 }
|
||||
acProductTrunkPack6310T3 OBJECT IDENTIFIER ::= { acKnownProducts 59 }
|
||||
acProductMediant3000T3 OBJECT IDENTIFIER ::= { acKnownProducts 60 }
|
||||
acProductIPmedia3000T3 OBJECT IDENTIFIER ::= { acKnownProducts 61 }
|
||||
acProductTrunkPack6310T3IpMedia OBJECT IDENTIFIER ::= { acKnownProducts 62 }
|
||||
acProductTrunkPack8410 OBJECT IDENTIFIER ::= { acKnownProducts 63 }
|
||||
acProductTrunkPack8410IpMedia OBJECT IDENTIFIER ::= { acKnownProducts 64 }
|
||||
acProductMediant600 OBJECT IDENTIFIER ::= { acKnownProducts 65 }
|
||||
acProductTrunkPack12610 OBJECT IDENTIFIER ::= { acKnownProducts 66 }
|
||||
acProductMediant1000MSBG OBJECT IDENTIFIER ::= { acKnownProducts 67 }
|
||||
acProductMediant600MSBG OBJECT IDENTIFIER ::= { acKnownProducts 68 }
|
||||
acProductMediaPack500MSBG OBJECT IDENTIFIER ::= { acKnownProducts 69 }
|
||||
acProductMediant1000ESBC OBJECT IDENTIFIER ::= { acKnownProducts 71 }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-- ************************************
|
||||
-- AudioCodes General Known Types
|
||||
-- ************************************
|
||||
|
||||
-- AudioCodes known shelves
|
||||
acKnownChassis OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 2 }
|
||||
|
||||
acM1000Chassis OBJECT IDENTIFIER ::= { acKnownChassis 1 }
|
||||
acM2000Chassis OBJECT IDENTIFIER ::= { acKnownChassis 2 }
|
||||
acM3000Chassis OBJECT IDENTIFIER ::= { acKnownChassis 3 }
|
||||
acM600Chassis OBJECT IDENTIFIER ::= { acKnownChassis 4 }
|
||||
acMP500Chassis OBJECT IDENTIFIER ::= { acKnownChassis 5 }
|
||||
|
||||
|
||||
|
||||
|
||||
-- AudioCodes known slots
|
||||
acKnownSlots OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 3 }
|
||||
|
||||
|
||||
-- AudioCodes known modules
|
||||
acKnownModules OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 4 }
|
||||
|
||||
acModuleUnknown OBJECT IDENTIFIER ::= { acKnownModules 1 }
|
||||
|
||||
|
||||
-- AudioCodes known ports
|
||||
acKnownPorts OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 5 }
|
||||
|
||||
|
||||
acPortUnknown OBJECT IDENTIFIER ::= { acKnownPorts 1 }
|
||||
acPortAnalog OBJECT IDENTIFIER ::= { acKnownPorts 2 }
|
||||
acPortDigital OBJECT IDENTIFIER ::= { acKnownPorts 3 }
|
||||
acPortNetwork OBJECT IDENTIFIER ::= { acKnownPorts 4 }
|
||||
|
||||
-- Analog interfaces
|
||||
acPortFxsAnalog OBJECT IDENTIFIER ::= { acPortAnalog 1 }
|
||||
acPortFxoAnalog OBJECT IDENTIFIER ::= { acPortAnalog 2 }
|
||||
|
||||
-- Digital interfaces
|
||||
acPortE1T1Quad OBJECT IDENTIFIER ::= { acPortDigital 1 }
|
||||
acPortE1T1Falc56 OBJECT IDENTIFIER ::= { acPortDigital 2 }
|
||||
acPortEthernet OBJECT IDENTIFIER ::= { acPortDigital 3 }
|
||||
acPortPstnOc3Stm1 OBJECT IDENTIFIER ::= { acPortDigital 4 }
|
||||
acPortAtmStm1 OBJECT IDENTIFIER ::= { acPortDigital 5 }
|
||||
|
||||
acPortGBEthernet OBJECT IDENTIFIER ::= { acPortDigital 6 }
|
||||
acPortDs3 OBJECT IDENTIFIER ::= { acPortDigital 7 }
|
||||
acPortSonetSdh OBJECT IDENTIFIER ::= { acPortDigital 8 }
|
||||
acPortBRI OBJECT IDENTIFIER ::= { acPortDigital 9 }
|
||||
acPortE1T1OctalFalc OBJECT IDENTIFIER ::= { acPortDigital 10 }
|
||||
acPortWAN OBJECT IDENTIFIER ::= { acPortDigital 11 }
|
||||
acPortWireless OBJECT IDENTIFIER ::= { acPortDigital 12 }
|
||||
|
||||
|
||||
-- AudioCodes known Fans
|
||||
acKnownFans OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 6 }
|
||||
|
||||
acFanUnknown OBJECT IDENTIFIER ::= { acKnownFans 1 }
|
||||
|
||||
|
||||
-- AudioCodes known Sensors
|
||||
acKnownSensors OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 7 }
|
||||
|
||||
acTemperatureSensor OBJECT IDENTIFIER ::= { acKnownSensors 1 }
|
||||
|
||||
|
||||
|
||||
-- *************************************
|
||||
-- AudioCodes Mediant 1000 Known Types
|
||||
-- *************************************
|
||||
acM1000KnownTypes OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 20 }
|
||||
|
||||
|
||||
acM1000CpuSlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 1 }
|
||||
acM1000IfsSlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 2 }
|
||||
acM1000PowerSupplySlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 3 }
|
||||
acM1000FanSlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 4 }
|
||||
|
||||
acM600CpuSlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 5 }
|
||||
acM600IfsSlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 6 }
|
||||
acM600PowerSupplySlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 7 }
|
||||
acM600FanSlot OBJECT IDENTIFIER ::= { acM1000KnownTypes 8 }
|
||||
|
||||
acM1000CpuModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 11 }
|
||||
acM1000AnalogIfsModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 12 }
|
||||
acM1000DigitalIfsModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 13 }
|
||||
acM1000PowerSupplyModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 14 }
|
||||
acM1000FanModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 15 }
|
||||
acM1000BRIModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 16 }
|
||||
acM1000IPMediaModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 17 }
|
||||
|
||||
-- *************************************
|
||||
-- AudioCodes Mediant 600 Known Types
|
||||
-- *************************************
|
||||
|
||||
acM600CpuModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 18 }
|
||||
acM600AnalogIfsModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 19 }
|
||||
acM600DigitalIfsModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 20 }
|
||||
acM600PowerSupplyModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 21 }
|
||||
acM600FanModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 22 }
|
||||
acM600BRIModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 23 }
|
||||
acM600IPMediaModule OBJECT IDENTIFIER ::= { acM1000KnownTypes 24 }
|
||||
|
||||
|
||||
|
||||
-- ***************************************
|
||||
-- AudioCodes Mediant - 2000 Known Types
|
||||
-- ***************************************
|
||||
acM2000KnownTypes OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 21 }
|
||||
acM2000CpuSlot OBJECT IDENTIFIER ::= { acM2000KnownTypes 1 }
|
||||
acM2000Module1610 OBJECT IDENTIFIER ::= { acM2000KnownTypes 11 }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-- ***************************************
|
||||
-- AudioCodes Mediant - 3000 Known Types
|
||||
-- ***************************************
|
||||
acM3000KnownTypes OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 22 }
|
||||
|
||||
|
||||
acM3000Slot OBJECT IDENTIFIER ::= { acM3000KnownTypes 1 }
|
||||
acM3000PowerSupplySlot OBJECT IDENTIFIER ::= { acM3000KnownTypes 2 }
|
||||
acM3000FanSlot OBJECT IDENTIFIER ::= { acM3000KnownTypes 3 }
|
||||
|
||||
|
||||
acM3000Module6310 OBJECT IDENTIFIER ::= { acM3000KnownTypes 11 }
|
||||
acM3000ModuleSat OBJECT IDENTIFIER ::= { acM3000KnownTypes 12 }
|
||||
acM3000PowerSupplyModule OBJECT IDENTIFIER ::= { acM3000KnownTypes 13 }
|
||||
acM3000FanModule OBJECT IDENTIFIER ::= { acM3000KnownTypes 14 }
|
||||
acM3000Module8410 OBJECT IDENTIFIER ::= { acM3000KnownTypes 17 }
|
||||
|
||||
|
||||
|
||||
|
||||
-- *****************************************
|
||||
-- AudioCodes Mediant-Pack 500 Known Types
|
||||
-- *****************************************
|
||||
acMP500KnownTypes OBJECT IDENTIFIER ::= { acKnownPhysicalTypes 23 }
|
||||
|
||||
|
||||
acMP500CpuSlot OBJECT IDENTIFIER ::= { acMP500KnownTypes 1 }
|
||||
acMP500IfsSlot OBJECT IDENTIFIER ::= { acMP500KnownTypes 2 }
|
||||
|
||||
acMP500CpuModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 3 }
|
||||
acMP500AnalogIfsModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 4 }
|
||||
acMP500DigitalIfsModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 5 }
|
||||
acMP500BRIModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 6 }
|
||||
acMP500WANModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 7 }
|
||||
acMP500WiFiModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 8 }
|
||||
acMP500IPMediaModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 9 }
|
||||
acMP500EthernetModule OBJECT IDENTIFIER ::= { acMP500KnownTypes 10 }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
||||
|
553
mibs/audiocodes/AcAlarm
Normal file
553
mibs/audiocodes/AcAlarm
Normal file
@ -0,0 +1,553 @@
|
||||
|
||||
AcAlarm DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32, Unsigned32
|
||||
FROM SNMPv2-SMI
|
||||
AcAlarmEventType, AcAlarmProbableCause, AcAlarmSeverity
|
||||
FROM AC-FAULT-TC
|
||||
SnmpAdminString, SnmpEngineID
|
||||
FROM SNMP-FRAMEWORK-MIB
|
||||
DateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION,
|
||||
TimeStamp, TruthValue
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
audioCodes OBJECT IDENTIFIER ::= { enterprises 5003 }
|
||||
acFault OBJECT IDENTIFIER ::= { audioCodes 11 }
|
||||
|
||||
acAlarm MODULE-IDENTITY
|
||||
LAST-UPDATED "200312180000Z"
|
||||
ORGANIZATION "Audiocodes"
|
||||
CONTACT-INFO
|
||||
"Postal: Support
|
||||
AudioCodes LTD
|
||||
1 Hayarden Street
|
||||
Airport City
|
||||
Lod 70151, ISRAEL
|
||||
Tel: 972-3-9764000
|
||||
Fax: 972-3-9764040
|
||||
Email: support@audiocodes.com
|
||||
Web: www.audiocodes.com"
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB defines the enterprise-specific objects needed
|
||||
to support fault management of Audiocodes products. The
|
||||
MIB consists of:
|
||||
|
||||
o Active alarm table
|
||||
o Alarm history table
|
||||
o Alarm notification varbinds"
|
||||
|
||||
REVISION "200312180000Z"
|
||||
DESCRIPTION
|
||||
"4.4. Dec. 18, 2003. Made these changes:
|
||||
o Initial version"
|
||||
|
||||
::= { acFault 1 }
|
||||
|
||||
-- Note on use of SnmpAdminString instead of DisplayString
|
||||
--
|
||||
-- IETF Generic and Common Textual Conventions (http://ops.ietf.org/mib-common-tcs.html )
|
||||
-- "DisplayString does not support internationalized text.
|
||||
-- It MUST NOT be used for objects that are required to
|
||||
-- hold internationalized text (which is always the case
|
||||
-- if the object is intended for use by humans [RFC2277]).
|
||||
-- Designers SHOULD consider using SnmpAdminString,
|
||||
-- Utf8String, or LongUtf8String for such objects."
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acActiveAlarm
|
||||
-- ****************************************
|
||||
|
||||
acActiveAlarm OBJECT IDENTIFIER ::= {acAlarm 1}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acActiveAlarm table decleration
|
||||
-- ****************************************
|
||||
acActiveAlarmTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcActiveAlarmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Table of active alarms."
|
||||
::= {acActiveAlarm 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acActiveAlarm table entry
|
||||
-- ****************************************
|
||||
acActiveAlarmEntry OBJECT-TYPE
|
||||
SYNTAX AcActiveAlarmEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A conceptual row in the acActiveAlarmTable"
|
||||
INDEX { acActiveAlarmSequenceNumber }
|
||||
::= {acActiveAlarmTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acActiveAlarm TABLE
|
||||
-- ****************************************
|
||||
AcActiveAlarmEntry ::= SEQUENCE {
|
||||
acActiveAlarmSequenceNumber Unsigned32,
|
||||
acActiveAlarmSysuptime TimeStamp,
|
||||
acActiveAlarmTrapOID OBJECT IDENTIFIER,
|
||||
acActiveAlarmDateAndTime DateAndTime,
|
||||
acActiveAlarmName Unsigned32,
|
||||
acActiveAlarmTextualDescription SnmpAdminString,
|
||||
acActiveAlarmSource SnmpAdminString,
|
||||
acActiveAlarmSeverity AcAlarmSeverity,
|
||||
acActiveAlarmEventType AcAlarmEventType,
|
||||
acActiveAlarmProbableCause AcAlarmProbableCause,
|
||||
acActiveAlarmAdditionalInfo1 SnmpAdminString,
|
||||
acActiveAlarmAdditionalInfo2 SnmpAdminString,
|
||||
acActiveAlarmAdditionalInfo3 SnmpAdminString
|
||||
}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmSequenceNumber OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The sequence number of the alarm raise trap."
|
||||
::= {acActiveAlarmEntry 1}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmSysuptime OBJECT-TYPE
|
||||
SYNTAX TimeStamp
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of sysuptime at the time the alarm raise trap was sent"
|
||||
::= {acActiveAlarmEntry 2}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmTrapOID OBJECT-TYPE
|
||||
SYNTAX OBJECT IDENTIFIER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OID of the notification trap"
|
||||
::= {acActiveAlarmEntry 3}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmDateAndTime OBJECT-TYPE
|
||||
SYNTAX DateAndTime
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The date and time at the time the alarm raise trap was sent."
|
||||
::= {acActiveAlarmEntry 4}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmName OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the alarm that was raised. This actually in the form of a number. Each kind of alarm has a unique number associated with it."
|
||||
::= {acActiveAlarmEntry 5}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmTextualDescription OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Text that descries the alarm condition."
|
||||
::= {acActiveAlarmEntry 6}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmSource OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The component in the system which raised the alarm."
|
||||
::= {acActiveAlarmEntry 7}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmSeverity OBJECT-TYPE
|
||||
SYNTAX AcAlarmSeverity
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The severity of the alarm."
|
||||
::= {acActiveAlarmEntry 8}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmEventType OBJECT-TYPE
|
||||
SYNTAX AcAlarmEventType
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The event type of the alarm."
|
||||
::= {acActiveAlarmEntry 9}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmProbableCause OBJECT-TYPE
|
||||
SYNTAX AcAlarmProbableCause
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The probable cause of the alarm."
|
||||
::= {acActiveAlarmEntry 10}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmAdditionalInfo1 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acActiveAlarmEntry 11}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmAdditionalInfo2 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acActiveAlarmEntry 12}
|
||||
|
||||
|
||||
|
||||
acActiveAlarmAdditionalInfo3 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acActiveAlarmEntry 13}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acAlarmHistory
|
||||
-- ****************************************
|
||||
|
||||
acAlarmHistory OBJECT IDENTIFIER ::= {acAlarm 2}
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acAlarmHistory table decleration
|
||||
-- ****************************************
|
||||
acAlarmHistoryTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AcAlarmHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of all raise-alarm and clear-alarm traps sent by the system.
|
||||
Internal to the system, this table of traps is a fixed size.
|
||||
Once the table reaches this size, older traps are removed to make
|
||||
room for new traps. The size of the table is the value of
|
||||
the nlmConfigLogEntryLimit (NOTIFICATION-LOG-MIB)."
|
||||
::= {acAlarmHistory 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acAlarmHistory table entry
|
||||
-- ****************************************
|
||||
acAlarmHistoryEntry OBJECT-TYPE
|
||||
SYNTAX AcAlarmHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A conceptual row in the acAlarmHistoryTable"
|
||||
INDEX { acAlarmHistorySequenceNumber }
|
||||
::= {acAlarmHistoryTable 1}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acAlarmHistory TABLE
|
||||
-- ****************************************
|
||||
AcAlarmHistoryEntry ::= SEQUENCE {
|
||||
acAlarmHistorySequenceNumber Unsigned32,
|
||||
acAlarmHistorySysuptime TimeStamp,
|
||||
acAlarmHistoryTrapOID OBJECT IDENTIFIER,
|
||||
acAlarmHistoryDateAndTime DateAndTime,
|
||||
acAlarmHistoryName Unsigned32,
|
||||
acAlarmHistoryTextualDescription SnmpAdminString,
|
||||
acAlarmHistorySource SnmpAdminString,
|
||||
acAlarmHistorySeverity AcAlarmSeverity,
|
||||
acAlarmHistoryEventType AcAlarmEventType,
|
||||
acAlarmHistoryProbableCause AcAlarmProbableCause,
|
||||
acAlarmHistoryAdditionalInfo1 SnmpAdminString,
|
||||
acAlarmHistoryAdditionalInfo2 SnmpAdminString,
|
||||
acAlarmHistoryAdditionalInfo3 SnmpAdminString
|
||||
}
|
||||
|
||||
|
||||
|
||||
acAlarmHistorySequenceNumber OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The sequence number of the alarm raise or clear trap."
|
||||
::= {acAlarmHistoryEntry 1}
|
||||
|
||||
|
||||
|
||||
acAlarmHistorySysuptime OBJECT-TYPE
|
||||
SYNTAX TimeStamp
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The value of sysuptime at the time the alarm raise or clear trap was sent"
|
||||
::= {acAlarmHistoryEntry 2}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryTrapOID OBJECT-TYPE
|
||||
SYNTAX OBJECT IDENTIFIER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OID of the notification trap"
|
||||
::= {acAlarmHistoryEntry 3}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryDateAndTime OBJECT-TYPE
|
||||
SYNTAX DateAndTime
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The date and time at the time the alarm raise or clear trap was sent."
|
||||
::= {acAlarmHistoryEntry 4}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryName OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the alarm that was raised or cleared. This actually in the form of a number. Each kind of alarm has a unique number associated with it."
|
||||
::= {acAlarmHistoryEntry 5}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryTextualDescription OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Text that descries the alarm condition."
|
||||
::= {acAlarmHistoryEntry 6}
|
||||
|
||||
|
||||
|
||||
acAlarmHistorySource OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The component in the system which raised or cleared the alarm."
|
||||
::= {acAlarmHistoryEntry 7}
|
||||
|
||||
|
||||
|
||||
acAlarmHistorySeverity OBJECT-TYPE
|
||||
SYNTAX AcAlarmSeverity
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The severity of the alarm. A severity of warning, minor, major or critical indicates a raise trap. A severity of cleared indicates a clear trap."
|
||||
::= {acAlarmHistoryEntry 8}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryEventType OBJECT-TYPE
|
||||
SYNTAX AcAlarmEventType
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The event type of the alarm."
|
||||
::= {acAlarmHistoryEntry 9}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryProbableCause OBJECT-TYPE
|
||||
SYNTAX AcAlarmProbableCause
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The probable cause of the alarm."
|
||||
::= {acAlarmHistoryEntry 10}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryAdditionalInfo1 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acAlarmHistoryEntry 11}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryAdditionalInfo2 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acAlarmHistoryEntry 12}
|
||||
|
||||
|
||||
|
||||
acAlarmHistoryAdditionalInfo3 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acAlarmHistoryEntry 13}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acAlarmVarbinds
|
||||
-- ****************************************
|
||||
|
||||
acAlarmVarbinds OBJECT IDENTIFIER ::= {acAlarm 3}
|
||||
|
||||
|
||||
acAlarmVarbindsSequenceNumber OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The sequence number of the alarm raise or clear trap."
|
||||
::= {acAlarmVarbinds 1}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsDateAndTime OBJECT-TYPE
|
||||
SYNTAX DateAndTime
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The date and time at the time the alarm raise or clear trap was sent."
|
||||
::= {acAlarmVarbinds 2}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsAlarmName OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the alarm that was raised or cleared. This actually in the form of a number. Each kind of alarm has a unique number associated with it."
|
||||
::= {acAlarmVarbinds 3}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsTextualDescription OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Text that descries the alarm condition."
|
||||
::= {acAlarmVarbinds 4}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsSource OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The component in the system which raised or cleared the alarm."
|
||||
::= {acAlarmVarbinds 5}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsSeverity OBJECT-TYPE
|
||||
SYNTAX AcAlarmSeverity
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The severity of the alarm. A severity of warning, minor, major or critical indicates a raise trap. A severity of cleared indicates a clear trap."
|
||||
::= {acAlarmVarbinds 6}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsEventType OBJECT-TYPE
|
||||
SYNTAX AcAlarmEventType
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The event type of the alarm."
|
||||
::= {acAlarmVarbinds 7}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsProbableCause OBJECT-TYPE
|
||||
SYNTAX AcAlarmProbableCause
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The probable cause of the alarm."
|
||||
::= {acAlarmVarbinds 8}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsAdditionalInfo1 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acAlarmVarbinds 9}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsAdditionalInfo2 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acAlarmVarbinds 10}
|
||||
|
||||
|
||||
|
||||
acAlarmVarbindsAdditionalInfo3 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString
|
||||
MAX-ACCESS accessible-for-notify
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Additional miscellaneous info regarding this alarm."
|
||||
::= {acAlarmVarbinds 11}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
1110
mibs/audiocodes/AcAtm
Normal file
1110
mibs/audiocodes/AcAtm
Normal file
File diff suppressed because it is too large
Load Diff
7735
mibs/audiocodes/AcBoard
Normal file
7735
mibs/audiocodes/AcBoard
Normal file
File diff suppressed because it is too large
Load Diff
19508
mibs/audiocodes/AcGateway
Normal file
19508
mibs/audiocodes/AcGateway
Normal file
File diff suppressed because it is too large
Load Diff
347
mibs/audiocodes/AcPerfH323SIPGateway
Normal file
347
mibs/audiocodes/AcPerfH323SIPGateway
Normal file
@ -0,0 +1,347 @@
|
||||
|
||||
AcPerfH323SIPGateway DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
enterprises FROM SNMPv2-SMI;
|
||||
|
||||
audioCodes OBJECT IDENTIFIER ::= {enterprises 5003}
|
||||
acRegistrations OBJECT IDENTIFIER ::= {audioCodes 7}
|
||||
acGeneric OBJECT IDENTIFIER ::= {audioCodes 8}
|
||||
acProducts OBJECT IDENTIFIER ::= {audioCodes 9}
|
||||
acPerformance OBJECT IDENTIFIER ::= {audioCodes 10}
|
||||
|
||||
|
||||
acPerfH323SIPGateway MODULE-IDENTITY
|
||||
LAST-UPDATED "200511031451Z" --Thursday, November 03, 2005
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: AudioCodes LTD
|
||||
4 Horesh Road
|
||||
Yehud 56470, ISRAEL
|
||||
Tel: 972-3-5394000
|
||||
Email: support@audiocodes.com"
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB defines the enterprise-specific objects needed
|
||||
to support performance management of the AudioCodes product.
|
||||
Performance measurements are grouped into the following MIB trees:
|
||||
|
||||
acPerfIvr - performance measurements related to the IVR service
|
||||
acPerfBct - performance measurements related to the BCT service
|
||||
acPerfConf - performance measurements related to the Conferencing service
|
||||
acPerfTt - performance measurements related to the Test Trunk service"
|
||||
|
||||
|
||||
REVISION "200311200000Z"
|
||||
DESCRIPTION
|
||||
"Version 4.4. November 20, 2003. Made these changes:
|
||||
o Initial revision"
|
||||
|
||||
::= {acPerformance 3}
|
||||
|
||||
--
|
||||
-- Abbreviations used:
|
||||
-- Annc announcement(s)
|
||||
-- IVR Interactive Voice Response
|
||||
-- Conf Conferencing
|
||||
-- NE network element
|
||||
-- TT Test Trunks
|
||||
--
|
||||
|
||||
-- The following conventions are used in this MIB:
|
||||
|
||||
-- The "Product" attribute lists the products in which the
|
||||
-- performance measurement is maintained. Current products
|
||||
-- are:
|
||||
--
|
||||
-- Media Servers
|
||||
-- IPmedia 2000
|
||||
-- Media Gateways
|
||||
-- Mediant 2000/5000/8000 (wireline)
|
||||
-- Stretto 2000/5000/8000 (wireless)
|
||||
--
|
||||
|
||||
-- The "Capabilities" attribute lists the capabilities that must be
|
||||
-- configured on the system for the performance measurement to be
|
||||
-- maintained. The possible values are IVR, Conferencing, BCT, TT
|
||||
-- and Trunking Gateway. Some performance measurements are not
|
||||
-- related to any particular capabilities. In those cases, the value
|
||||
-- of Capabilities attribute is "All".
|
||||
|
||||
--
|
||||
-- Notes on IVR Service Performance Measurements
|
||||
--
|
||||
|
||||
-- In response to a request to play an announcement, the media server
|
||||
-- may play multiple audio segments. The media server maintains
|
||||
-- performance data for the overall announcement request as well as
|
||||
-- for the individual segments.
|
||||
|
||||
-- In naming of the performance measurements, "Play" is used to refer
|
||||
-- to the overall announcement request. "PlaySegment" is used to refer
|
||||
-- to the playing of an individual segment.
|
||||
|
||||
--
|
||||
-- Notes on Play Collect
|
||||
--
|
||||
|
||||
-- Play Collect involves playing of an initial prompt, collection of digits, followed
|
||||
-- by actions which are dependent on the digits (or lack of digits) that are collected.
|
||||
-- These are the prompts that can be specified (all are optional):
|
||||
--
|
||||
-- ip initial prompt
|
||||
-- nd no digits reprompt (if not specified, use rp)
|
||||
-- rp reprompt (if not specified, use ip)
|
||||
-- fa failure, played once at end
|
||||
-- sa success, played once at end
|
||||
--
|
||||
-- The request can specify the number of attempts, before playing the fa prompt. If no
|
||||
-- number of attempts value is supplied on the request, then a default is used.
|
||||
--
|
||||
-- The prompts can be either simple or complex announcements.
|
||||
--
|
||||
-- Continuous Digit Collect operations, which can be considered a special type of play
|
||||
-- collect, are not tracked by any of the acPlayCollect performance measurements,
|
||||
-- but are instead tracked in a special group of performance measurements.
|
||||
|
||||
--
|
||||
-- Notes on Continuous Digit Collect
|
||||
--
|
||||
|
||||
-- Continuous Digit Collect - Digits are collected during the entire
|
||||
-- life of a call. No prompts are played. Continuous Digit Collect
|
||||
-- is typically used in a BCT call.
|
||||
--
|
||||
-- Continuous Digit Collect operations can be considered a special type of play
|
||||
-- collect, but are not tracked by any of the acPlayCollect performance measurements.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
acPerfH323SIPGWCommon OBJECT IDENTIFIER ::= {acPerfH323SIPGateway 1}
|
||||
|
||||
|
||||
acPerfH323SIPGWCalls OBJECT IDENTIFIER ::= {acPerfH323SIPGWCommon 1}
|
||||
|
||||
|
||||
acPerfTel2IP OBJECT IDENTIFIER ::= {acPerfH323SIPGWCalls 1}
|
||||
|
||||
|
||||
acPerfTel2IPAttemptedCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Attempted SIP/H323 calls."
|
||||
::= {acPerfTel2IP 1}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPEstablishedCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of established (connected and voice activated) SIP/H323 calls."
|
||||
::= {acPerfTel2IP 2}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPBusyCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Destination Busy SIP/H323 calls."
|
||||
::= {acPerfTel2IP 3}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPNoAnswerCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of No Answer SIP/H323 calls."
|
||||
::= {acPerfTel2IP 4}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPNoRouteCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of No Route SIP/H323 calls. Most likely to be due to wrong number."
|
||||
::= {acPerfTel2IP 5}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPNoMatchCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of No capability match between peers on SIP/H323 calls."
|
||||
::= {acPerfTel2IP 6}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPFailCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of fax attempted SIP/H323 calls."
|
||||
::= {acPerfTel2IP 7}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPFaxAttemptedCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Attempted SIP/H323 calls."
|
||||
::= {acPerfTel2IP 8}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPFaxSuccessCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Attempted SIP/H323 fax success calls."
|
||||
::= {acPerfTel2IP 9}
|
||||
|
||||
|
||||
|
||||
acPerfTel2IPTotalDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"total duration of SIP/H323 calls."
|
||||
::= {acPerfTel2IP 10}
|
||||
|
||||
|
||||
|
||||
acPerfIP2Tel OBJECT IDENTIFIER ::= {acPerfH323SIPGWCalls 2}
|
||||
|
||||
|
||||
acPerfIP2TelAttemptedCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Attempted SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 1}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelEstablishedCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of established (connected and voice activated) SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 2}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelBusyCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Destination Busy SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 3}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelNoAnswerCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of No Answer SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 4}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelNoRouteCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of No Route SIP/H323 calls. Most likely to be due to wrong number."
|
||||
::= {acPerfIP2Tel 5}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelNoMatchCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of No capability match between peers on SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 6}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelFailCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of fax attempted SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 7}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelFaxAttemptedCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Attempted SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 8}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelFaxSuccessCalls OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Number of Attempted SIP/H323 fax success calls."
|
||||
::= {acPerfIP2Tel 9}
|
||||
|
||||
|
||||
|
||||
acPerfIP2TelTotalDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"total duration of SIP/H323 calls."
|
||||
::= {acPerfIP2Tel 10}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
437
mibs/audiocodes/AcPerfMediaGateway
Normal file
437
mibs/audiocodes/AcPerfMediaGateway
Normal file
@ -0,0 +1,437 @@
|
||||
|
||||
AcPerfMediaGateway DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
enterprises FROM SNMPv2-SMI;
|
||||
|
||||
audioCodes OBJECT IDENTIFIER ::= {enterprises 5003}
|
||||
acRegistrations OBJECT IDENTIFIER ::= {audioCodes 7}
|
||||
acGeneric OBJECT IDENTIFIER ::= {audioCodes 8}
|
||||
acProducts OBJECT IDENTIFIER ::= {audioCodes 9}
|
||||
acPerformance OBJECT IDENTIFIER ::= {audioCodes 10}
|
||||
|
||||
|
||||
acPerfMediaGateway MODULE-IDENTITY
|
||||
LAST-UPDATED "200407121502Z" --Monday, July 12, 2004
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: Support
|
||||
AudioCodes LTD
|
||||
1 Hayarden Street
|
||||
Airport City
|
||||
Lod, ISRAEL 70151
|
||||
Tel: 972-3-9764000
|
||||
Fax: 972-3-9764040
|
||||
Email: support@audiocodes.com
|
||||
Web: www.audiocodes.com"
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB defines the enterprise-specific objects needed
|
||||
to support performance management of the AudioCodes product.
|
||||
Performance measurements are grouped into the following MIB trees:
|
||||
|
||||
acPerfCp - performance measurements related to the control protocol
|
||||
acPerfRtp - performance measurements related to RTP streams
|
||||
acPerfSystem - performance measurements related to network element as a whole"
|
||||
|
||||
|
||||
REVISION "200311200000Z"
|
||||
DESCRIPTION
|
||||
"Version 4.4. November 20, 2003. Made these changes:
|
||||
o Initial revision"
|
||||
|
||||
::= {acPerformance 1}
|
||||
|
||||
--
|
||||
-- Abbreviations used:
|
||||
-- Annc announcement(s)
|
||||
-- IVR Interactive Voice Response
|
||||
-- CallAgent CallAgentConnection
|
||||
-- Conf Conferencing
|
||||
-- CP Control Protocol
|
||||
-- NE network element
|
||||
-- TT Test Trunks
|
||||
--
|
||||
|
||||
-- The following conventions are used in this MIB:
|
||||
|
||||
-- The "Product" attribute lists the products in which the
|
||||
-- performance measurement is maintained. Current products
|
||||
-- are:
|
||||
--
|
||||
-- Media Servers
|
||||
-- IPmedia 2000
|
||||
-- Media Gateways
|
||||
-- Mediant 2000/5000/8000 (wireline)
|
||||
-- Stretto 2000/5000/8000 (wireless)
|
||||
--
|
||||
|
||||
-- The "Capabilities" attribute lists the capabilities that must be
|
||||
-- configured on the system for the performance measurement to be
|
||||
-- maintained. The possible values are IVR, Conferencing, BCT, TT
|
||||
-- and Trunking Gateway. Some performance measurements are not
|
||||
-- related to any particular capabilities. In those cases, the value
|
||||
-- of Capabilities attribute is "All".
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPerfCp Configuration
|
||||
-- ****************************************
|
||||
acPerfCp OBJECT IDENTIFIER ::= {acPerfMediaGateway 1}
|
||||
|
||||
|
||||
acPerfCpNumDupsForCompletedTransactions OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of times a duplicate transaction request was received
|
||||
after the initial transaction had already been completed. In this
|
||||
case, the gateway resends the response for this transaction.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 1}
|
||||
|
||||
|
||||
|
||||
acPerfCpNumDupsForOutstandingTransactions OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of times a duplicate transaction request was received
|
||||
while the initial transaction was outstanding, that is, still in
|
||||
progress. In this case, the gateway ignores the duplicate request.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 2}
|
||||
|
||||
|
||||
|
||||
acPerfCpMessageSendSuccesses OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of times there was a success in sending
|
||||
a call control (H.248) message. Call control messages
|
||||
are sent using the system's socket library.
|
||||
This counter tracks successes in using the local
|
||||
socket services. It does not track successes in end-to-end
|
||||
message transfer between the gateway and the call agent.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 3}
|
||||
|
||||
|
||||
|
||||
acPerfCpMessageSendErrors OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of times there was a failure in sending a call control
|
||||
(H.248) message. The message is sent via a datagram
|
||||
using the system's socket library. Normally a failure on a
|
||||
socket send operation would be attributed to an internal
|
||||
system problem.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 4}
|
||||
|
||||
|
||||
|
||||
acPerfCpMessageReceiveSuccesses OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of times there was a success in receiving
|
||||
a call control (H.248) message. Call control messages
|
||||
are received using the system's socket library.
|
||||
This counter tracks successes in using the local
|
||||
socket services. It does not track successes in end-to-end
|
||||
message transfer between the gateway and the call agent.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 5}
|
||||
|
||||
|
||||
|
||||
acPerfCpMessageReceiveErrors OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of times there was a failure in receiving a call control
|
||||
( H.248) message. Call control messages are received
|
||||
using the system's socket library. A failure on the socket
|
||||
receive operation can be attributed to an internal system
|
||||
problem or with the call agent sending a message larger than
|
||||
what is supported by the gateway.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 6}
|
||||
|
||||
|
||||
|
||||
acPerfCpProtocolSyntaxErrors OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of syntax errors detected in incoming call control
|
||||
(H.248) messages.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 7}
|
||||
|
||||
|
||||
|
||||
acPerfCpMessageRetransmissions OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Each time the call engine times out waiting for an acknowledgement
|
||||
it retransmits the control protocol message, unless the number of
|
||||
max retransmissions is exceeded. This counter is incremented each time
|
||||
a message is retransmitted due to a timeout.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 8}
|
||||
|
||||
|
||||
|
||||
acPerfCpMessageMaxRetransmissionsExceeded OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of times the call control message maximum retransmission count was
|
||||
exceeded. The gateway attempted several times to send a message to the call
|
||||
agent, but each time, an ack was not received. A failure of this type
|
||||
results in a failed call and is usually an indication that subsequent
|
||||
calls will fail. This problem is typically a result of the call agent
|
||||
being down or a result of a network problem.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 9}
|
||||
|
||||
|
||||
|
||||
acPerfCpMessagesFromUntrustedSources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of messages received from untrusted sources, that is from network
|
||||
nodes other than the node on which the call agent is running.
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfCp 10}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPerfRtp Configuration
|
||||
-- ****************************************
|
||||
acPerfRtp OBJECT IDENTIFIER ::= {acPerfMediaGateway 2}
|
||||
|
||||
|
||||
acPerfRtpSenderPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of RTP packets sent by the system for this card.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 1}
|
||||
|
||||
|
||||
|
||||
acPerfRtpSenderOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of non-header RTP octets sent by this card.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 2}
|
||||
|
||||
|
||||
|
||||
acPerfRtpReceiverPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of RTP packets received by the system for this card.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 3}
|
||||
|
||||
|
||||
|
||||
acPerfRtpReceiverOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of non-header RTP octets received by this card.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 4}
|
||||
|
||||
|
||||
|
||||
acPerfRtpRcvrLostPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of RTP packets lost as observed by this card.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 5}
|
||||
|
||||
|
||||
|
||||
acPerfRtpFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of times a rtp request was rejected due to lack of resources
|
||||
since the last application restart.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfRtp 6}
|
||||
|
||||
|
||||
|
||||
acPerfRtpSimplexInSessionsTotal OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of simplex input RTP sessions.
|
||||
A simplex (one-way) session would be used to play an announcement.
|
||||
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 7}
|
||||
|
||||
|
||||
|
||||
acPerfRtpSimplexInSessionsCurrent OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Current number of simplex input RTP sessions.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 8}
|
||||
|
||||
|
||||
|
||||
acPerfRtpSimplexOutSessionsTotal OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of simplex output RTP sessions.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 9}
|
||||
|
||||
|
||||
|
||||
acPerfRtpSimplexOutSessionsCurrent OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Current number of simplex output RTP sessions.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 10}
|
||||
|
||||
|
||||
|
||||
acPerfRtpDuplexSessionsTotal OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Total number of duplex RTP sessions.
|
||||
|
||||
A duplex (two-way) session would be used for conferencing.
|
||||
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 11}
|
||||
|
||||
|
||||
|
||||
acPerfRtpDuplexSessionsCurrent OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Current number of duplex RTP sessions.
|
||||
Products: All IP-based products
|
||||
Capabilities: IVR, BCT, Conferencing, Test Trunks"
|
||||
::= {acPerfRtp 12}
|
||||
|
||||
|
||||
|
||||
-- ****************************************
|
||||
-- acPerfSystem Configuration
|
||||
-- ****************************************
|
||||
acPerfSystem OBJECT IDENTIFIER ::= {acPerfMediaGateway 3}
|
||||
|
||||
|
||||
acPerfSystemPacketEndpoints OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of endpoints reserved for all packet network-related functions (conferencing, plays, etc.). This is an attribute that is derived from the type of hardware and the values of certain config parameters. Currently, its value is fixed after init-time. In the future, it's value might be impacted by configuration of online parameters. That is, its value might increase or decrease over time. For example, in a multi-card system, addition of a board would cause it to increase.
|
||||
Products: All
|
||||
Capabilities: All
|
||||
"
|
||||
::= {acPerfSystem 1}
|
||||
|
||||
|
||||
|
||||
acPerfSystemPacketEndpointsInUse OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of endpoints that the call engine is currently using for
|
||||
all packet network-related functions (conferencing, plays, etc.).
|
||||
Products: All
|
||||
Capabilities: All"
|
||||
::= {acPerfSystem 2}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
610
mibs/audiocodes/AcPerfMediaServices
Normal file
610
mibs/audiocodes/AcPerfMediaServices
Normal file
@ -0,0 +1,610 @@
|
||||
|
||||
AcPerfMediaServices DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
|
||||
OBJECT-TYPE,
|
||||
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||
enterprises FROM SNMPv2-SMI;
|
||||
|
||||
audioCodes OBJECT IDENTIFIER ::= {enterprises 5003}
|
||||
acRegistrations OBJECT IDENTIFIER ::= {audioCodes 7}
|
||||
acGeneric OBJECT IDENTIFIER ::= {audioCodes 8}
|
||||
acProducts OBJECT IDENTIFIER ::= {audioCodes 9}
|
||||
acPerformance OBJECT IDENTIFIER ::= {audioCodes 10}
|
||||
|
||||
|
||||
acPerfMediaServices MODULE-IDENTITY
|
||||
LAST-UPDATED "200407121505Z" --Monday, July 12, 2004
|
||||
ORGANIZATION "AudioCodes Ltd"
|
||||
CONTACT-INFO
|
||||
"Postal: Support
|
||||
AudioCodes LTD
|
||||
1 Hayarden Street
|
||||
Airport City
|
||||
Lod, ISRAEL 70151
|
||||
Tel: 972-3-9764000
|
||||
Fax: 972-3-9764040
|
||||
Email: support@audiocodes.com
|
||||
Web: www.audiocodes.com"
|
||||
|
||||
DESCRIPTION
|
||||
"This MIB defines the enterprise-specific objects needed
|
||||
to support performance management of the AudioCodes product.
|
||||
Performance measurements are grouped into the following MIB trees:
|
||||
|
||||
acPerfIvr - performance measurements related to the IVR service
|
||||
acPerfBct - performance measurements related to the BCT service
|
||||
acPerfConf - performance measurements related to the Conferencing service
|
||||
acPerfTt - performance measurements related to the Test Trunk service"
|
||||
|
||||
|
||||
REVISION "200311200000Z"
|
||||
DESCRIPTION
|
||||
"Version 4.4. November 20, 2003. Made these changes:
|
||||
o Initial revision"
|
||||
|
||||
::= {acPerformance 2}
|
||||
|
||||
--
|
||||
-- Abbreviations used:
|
||||
-- Annc announcement(s)
|
||||
-- IVR Interactive Voice Response
|
||||
-- Conf Conferencing
|
||||
-- NE network element
|
||||
-- TT Test Trunks
|
||||
--
|
||||
|
||||
-- The following conventions are used in this MIB:
|
||||
|
||||
-- The "Product" attribute lists the products in which the
|
||||
-- performance measurement is maintained. Current products
|
||||
-- are:
|
||||
--
|
||||
-- Media Servers
|
||||
-- IPmedia 2000
|
||||
-- Media Gateways
|
||||
-- Mediant 2000/5000/8000 (wireline)
|
||||
-- Stretto 2000/5000/8000 (wireless)
|
||||
--
|
||||
|
||||
-- The "Capabilities" attribute lists the capabilities that must be
|
||||
-- configured on the system for the performance measurement to be
|
||||
-- maintained. The possible values are IVR, Conferencing, BCT, TT
|
||||
-- and Trunking Gateway. Some performance measurements are not
|
||||
-- related to any particular capabilities. In those cases, the value
|
||||
-- of Capabilities attribute is "All".
|
||||
|
||||
--
|
||||
-- Notes on IVR Service Performance Measurements
|
||||
--
|
||||
|
||||
-- In response to a request to play an announcement, the media server
|
||||
-- may play multiple audio segments. The media server maintains
|
||||
-- performance data for the overall announcement request as well as
|
||||
-- for the individual segments.
|
||||
|
||||
-- In naming of the performance measurements, "Play" is used to refer
|
||||
-- to the overall announcement request. "PlaySegment" is used to refer
|
||||
-- to the playing of an individual segment.
|
||||
|
||||
--
|
||||
-- Notes on Play Collect
|
||||
--
|
||||
|
||||
-- Play Collect involves playing of an initial prompt, collection of digits, followed
|
||||
-- by actions which are dependent on the digits (or lack of digits) that are collected.
|
||||
-- These are the prompts that can be specified (all are optional):
|
||||
--
|
||||
-- ip initial prompt
|
||||
-- nd no digits reprompt (if not specified, use rp)
|
||||
-- rp reprompt (if not specified, use ip)
|
||||
-- fa failure, played once at end
|
||||
-- sa success, played once at end
|
||||
--
|
||||
-- The request can specify the number of attempts, before playing the fa prompt. If no
|
||||
-- number of attempts value is supplied on the request, then a default is used.
|
||||
--
|
||||
-- The prompts can be either simple or complex announcements.
|
||||
--
|
||||
-- Continuous Digit Collect operations, which can be considered a special type of play
|
||||
-- collect, are not tracked by any of the acPlayCollect performance measurements,
|
||||
-- but are instead tracked in a special group of performance measurements.
|
||||
|
||||
--
|
||||
-- Notes on Continuous Digit Collect
|
||||
--
|
||||
|
||||
-- Continuous Digit Collect - Digits are collected during the entire
|
||||
-- life of a call. No prompts are played. Continuous Digit Collect
|
||||
-- is typically used in a BCT call.
|
||||
--
|
||||
-- Continuous Digit Collect operations can be considered a special type of play
|
||||
-- collect, but are not tracked by any of the acPlayCollect performance measurements.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
acPerfIvr OBJECT IDENTIFIER ::= {acPerfMediaServices 1}
|
||||
|
||||
|
||||
acPerfIvrPlayRequests OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The total number of announcement requests received from the call
|
||||
agent.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 1}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlaySuccessful OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of announcement requests processed successfully.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 2}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of announcement requests which failed to be played because
|
||||
some resource was not available.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 3}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayInProgress OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of announcement operations that are currently in progress.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 4}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The duration, in seconds, of all successful announcement
|
||||
requests. The average duration of all requests (average hold time)
|
||||
can be computed by dividing acPerfPlayDuration by acPerfPlaySuccessful.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 5}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayFailedDueToProvMismatch OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of announcement requests which failed because of a provisioning mismatch.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 6}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayCollectRequests OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of play collect requests.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 7}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayCollectSuccessful OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of play collects completed successfully. A request is considered successful
|
||||
if the entire sequence, from initial prompt to success/failure prompt, is played out
|
||||
without a failure due to lack of resources, provisioning mismatch, or any other
|
||||
media server failure. The failure of the user to enter the proper digits is not a
|
||||
reason for failure of the request.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 8}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayCollectFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of play collect requests that failed due to lack of resources.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 9}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayCollectFailedDueToProvMismatch OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of play collect requests that failed due a provisioning mismatch.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 10}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayCollectInProgress OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of play collect operations that are currently in progress.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 11}
|
||||
|
||||
|
||||
|
||||
acPerfIvrPlayCollectDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The duration, in seconds, of all successful play collect
|
||||
requests. The average duration of all requests
|
||||
can be computed by dividing acPlayCollectDuration by acPlayCollectSuccessful.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 12}
|
||||
|
||||
|
||||
|
||||
acPerfIvrContDigitCollectRequests OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of continuous digit collect requests.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 13}
|
||||
|
||||
|
||||
|
||||
acPerfIvrContDigitCollectSuccessful OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of continuous digit collects completed successfully.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 14}
|
||||
|
||||
|
||||
|
||||
acPerfIvrContDigitCollectFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of continuous digit collect requests that failed due to lack of resources.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 15}
|
||||
|
||||
|
||||
|
||||
acPerfIvrContDigitCollectInProgress OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of continuous digit collect operations that are currently in progress.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 16}
|
||||
|
||||
|
||||
|
||||
acPerfIvrContDigitCollectDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The duration, in seconds, of all successful continuous digit collect
|
||||
requests. The average duration of all requests
|
||||
can be computed by dividing acDCCollectDuration by acDCCollectSuccessful.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfIvr 17}
|
||||
|
||||
|
||||
|
||||
acPerfBct OBJECT IDENTIFIER ::= {acPerfMediaServices 2}
|
||||
|
||||
|
||||
acPerfBctRequests OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The total number of BCT contexts opened since the media server initialized
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfBct 1}
|
||||
|
||||
|
||||
|
||||
acPerfBctSuccessful OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of BCT requests processed successfully.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfBct 2}
|
||||
|
||||
|
||||
|
||||
acPerfBctFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of BCT requests which failed to be played because
|
||||
some resource was not available.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfBct 3}
|
||||
|
||||
|
||||
|
||||
acPerfBctInProgress OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of BCT calls that are currently in progress.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfBct 4}
|
||||
|
||||
|
||||
|
||||
acPerfBctDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The duration, in seconds, of all successful BCT contexts. The average
|
||||
duration of all contexts can be computed by dividing acPerfBCTDuration
|
||||
by acPerfBCTSuccessful.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfBct 5}
|
||||
|
||||
|
||||
|
||||
acPerfBctTotalParticipants OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The total number of BCT participants since the media server initialized
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfBct 6}
|
||||
|
||||
|
||||
|
||||
acPerfBctCurrentNumberOfParticipants OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of participants in all BCT calls that are currently in progress.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfBct 7}
|
||||
|
||||
|
||||
|
||||
acPerfConf OBJECT IDENTIFIER ::= {acPerfMediaServices 3}
|
||||
|
||||
|
||||
acPerfConfRequests OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The total number of conferences processed since the last application restart. This is the number of conferences created
|
||||
and not the number of members.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 1}
|
||||
|
||||
|
||||
|
||||
acPerfConfSuccessful OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Number of conference requests processed successfully.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 2}
|
||||
|
||||
|
||||
|
||||
acPerfConfInProgress OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of conferences currently in progress.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 3}
|
||||
|
||||
|
||||
|
||||
acPerfConfDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The duration, in seconds, of all successful conference requests. The average
|
||||
duration of all requests can be computed by dividing acPerfConfDuration
|
||||
by acPerfConfSuccessful.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 4}
|
||||
|
||||
|
||||
|
||||
acPerfConfFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of times a conference request was rejected due to lack of resources
|
||||
since the last application restart.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 5}
|
||||
|
||||
|
||||
|
||||
acPerfConfAddRequests OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of requests to add a conferee to an existing conference.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 6}
|
||||
|
||||
|
||||
|
||||
acPerfConfAddSuccessful OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of times a conferee was added successfuly to an existing conference.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 7}
|
||||
|
||||
|
||||
|
||||
acPerfConfAddFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of times a conferee could not be added to an existing conference
|
||||
due to a lack of resources.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 8}
|
||||
|
||||
|
||||
|
||||
acPerfConfPortsUsed OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The total number of ports that were reserved for conferences since the last
|
||||
application restart.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 9}
|
||||
|
||||
|
||||
|
||||
acPerfConfPortsReserved OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of conference ports currently reserved. This includes
|
||||
play ports, monitor ports and regular conferee ports.
|
||||
|
||||
A monitor port may be reserved by the call agent when setting up
|
||||
a conference. The monitor port can then be used by one or more
|
||||
listen-only conferees.
|
||||
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfConf 10}
|
||||
|
||||
|
||||
|
||||
acPerfTt OBJECT IDENTIFIER ::= {acPerfMediaServices 4}
|
||||
|
||||
|
||||
acPerfTtRequests OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of test trunk calls requested.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfTt 1}
|
||||
|
||||
|
||||
|
||||
acPerfTtSuccessful OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of test trunk calls that were successfully setup and torn down.
|
||||
This PM is not a reflection on whether the test actually passed or failed.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfTt 2}
|
||||
|
||||
|
||||
|
||||
acPerfTtInProgress OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of test trunk calls that are currently in progress.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfTt 3}
|
||||
|
||||
|
||||
|
||||
acPerfTtDuration OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The duration, in seconds, of all successful test trunk requests. This number
|
||||
is The time between a test trunk call being initiated and completed. The average duration
|
||||
of all requests can be computed by dividing acPerfTtDuration by acPerfTtSuccessful.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfTt 4}
|
||||
|
||||
|
||||
|
||||
acPerfTtFailedDueToLackOfResources OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The number of times a test trunk request was rejected due to lack of resources
|
||||
since the last application restart.
|
||||
Products: IPmedia 2000"
|
||||
::= {acPerfTt 5}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
END
|
Reference in New Issue
Block a user