Add Device Dragonwave Harmony Enhanced (#9499)

* Add Dragonwave Harmony Enhanced MC Device

* Remove single quote from null and 10 divisor

* Update and rename HarmonyEnhancedMc.php to HarmonyEnhanced.php

* Rename harmony-enhanced-mc.yaml to harmony-enhanced.yaml

* Update and rename harmony-enhanced-mc.yaml to harmony-enhanced.yaml

* Rename harmony-enhanced-mc.inc.php to harmony-enhanced.inc.php

* Rename harmony-enhanced-mc.snmprec to harmony-enhanced.snmprec

* Update HarmonyEnhanced.php

* Update HarmonyEnhanced.php

* Update HarmonyEnhanced.php

* Update HarmonyEnhanced.php

* More Code Climate Fixes

* Create harmony-enhanced.json
This commit is contained in:
djamp42 2018-12-05 13:27:08 -05:00 committed by Tony Murray
parent 7788f93a57
commit b39984994b
10 changed files with 10877 additions and 0 deletions

View File

@ -0,0 +1,90 @@
<?php
namespace LibreNMS\OS;
use LibreNMS\Interfaces\Discovery\Sensors\WirelessRssiDiscovery;
use LibreNMS\Interfaces\Discovery\Sensors\WirelessSnrDiscovery;
use LibreNMS\Interfaces\Discovery\Sensors\WirelessPowerDiscovery;
use LibreNMS\Interfaces\Discovery\Sensors\WirelessErrorsDiscovery;
use LibreNMS\Device\WirelessSensor;
use LibreNMS\OS;
class HarmonyEnhanced extends OS implements WirelessRssiDiscovery, WirelessSnrDiscovery, WirelessPowerDiscovery, WirelessErrorsDiscovery
{
public function discoverWirelessRssi()
{
$oids = snmpwalk_cache_oid($this->getDevice(), 'mwrEmcRadioRSL', array(), 'MWR-RADIO-MC-MIB', null, '-Ob');
$sensors = array();
foreach ($oids as $index => $entry) {
$sensors[] = new WirelessSensor(
'rssi',
$this->getDeviceId(),
'.1.3.6.1.4.1.7262.4.5.12.203.1.1.5.' . $index,
'harmony_enhanced',
$index,
'RSL Radio ' .$index,
null,
null,
10
);
}
return $sensors;
}
public function discoverWirelessSnr()
{
$oids = snmpwalk_cache_oid($this->getDevice(), 'mwrEmcRadioSNR', array(), 'MWR-RADIO-MC-MIB', null, '-Ob');
$sensors = array();
foreach ($oids as $index => $entry) {
$sensors[] = new WirelessSensor(
'snr',
$this->getDeviceId(),
'.1.3.6.1.4.1.7262.4.5.12.203.1.1.7.' . $index,
'harmony_enhanced',
$index,
'SNR Radio ' . $index,
null,
null,
10
);
}
return $sensors;
}
public function discoverWirelessPower()
{
$oids = snmpwalk_cache_oid($this->getDevice(), 'mwrEmcRadioActualTxPower', array(), 'MWR-RADIO-MC-MIB', null, '-Ob');
$sensors = array();
foreach ($oids as $index => $entry) {
$sensors[] = new WirelessSensor(
'power',
$this->getDeviceId(),
'.1.3.6.1.4.1.7262.4.5.12.203.1.1.9.' . $index,
'harmony_enhanced',
$index,
'TX Power Radio ' . $index,
null,
null,
10
);
}
return $sensors;
}
public function discoverWirelessErrors()
{
$oids = snmpwalk_cache_oid($this->getDevice(), 'mwrEmcRadioRxErrsFrames', array(), 'MWR-RADIO-MC-MIB', null, '-Ob');
$sensors = array();
foreach ($oids as $index => $entry) {
$sensors[] = new WirelessSensor(
'errors',
$this->getDeviceId(),
'.1.3.6.1.4.1.7262.4.5.12.203.1.1.4.' . $index,
'harmony_enhanced',
$index,
'RX Errors Radio ' . $index
);
}
return $sensors;
}
}

View File

@ -0,0 +1,26 @@
mib: MWR-ETHERNET-MIB:MWR-RADIO-MC-MIB
modules:
sensors:
temperature:
options:
skip_values_lt: 0
data:
-
oid: mwrSystemTemperature
num_oid: '.1.3.6.1.4.1.7262.4.5.2.2.3.{{ $index }}'
descr: 'Current System Temperature'
index: 'mwrSystemTemperature.{{ $index }}'
state:
data:
-
oid: mwrEmcRadioStatusTable
value: mwrEmcRadioLinkStatus
num_oid: '.1.3.6.1.4.1.7262.4.5.12.202.1.1.11.{{ $index }}'
descr: 'Wireless Link {{ $index }}'
index: 'mwrEmcRadioLinkStatus.{{ $index }}'
snmp_flags: '-OQUsbe'
state_name: mwrEmcRadioLinkStatus
states:
- { value: -1, generic: 3, graph: 0, descr: 'null' }
- { value: 1, generic: 0, graph: 1, descr: up }
- { value: 2, generic: 2, graph: 1, descr: down }

View File

@ -0,0 +1,13 @@
os: harmony-enhanced
text: 'Dragonwave Harmony Enhanced'
type: wireless
icon: dragonwave
over:
- { graph: device_wireless_snr, text: SNR }
- { graph: device_wireless_rssi, text: RSL }
discovery:
- sysObjectID:
- .1.3.6.1.4.1.7262.4.
mib_dir:
- dragonwave

View File

@ -0,0 +1,13 @@
<?php
/*
* LibreNMS
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version. Please see LICENSE.txt at the top level of
* the source code distribution for details.
*/
$version = trim(snmp_get($device, ".1.3.6.1.4.1.7262.4.5.2.4.2.1.1.3.1", "-Ovq"), '" ');
$serial = trim(snmp_get($device, ".1.3.6.1.4.1.7262.4.5.2.4.1.3.0", "-Ovq"), '" ');

View File

@ -0,0 +1,38 @@
--
DWI-HARMONY-PRIVATE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, enterprises
FROM SNMPv2-SMI;
dragonwave MODULE-IDENTITY
LAST-UPDATED "201207201200Z"
ORGANIZATION
"Dragonwave Inc."
CONTACT-INFO
""
DESCRIPTION
"Definition of the DWI products OIDs
for Harmony product line."
::= { enterprises 7262 }
--
-- Node definitions
--
harmony OBJECT IDENTIFIER ::= { dragonwave 4 }
-- List of OIDs to be used for sysObjectId values.
lite OBJECT IDENTIFIER ::= { harmony 1 }
harmonyMultiRadio OBJECT IDENTIFIER ::= { harmony 2 }
harmonyFPH800 OBJECT IDENTIFIER ::= { harmony 3 }
harmonyFM OBJECT IDENTIFIER ::= { harmony 4 }
mwr OBJECT IDENTIFIER ::= { harmony 5 }
equipmentCommon OBJECT IDENTIFIER ::= { dragonwave 20 }
switch OBJECT IDENTIFIER ::= { dragonwave 50 }
END

View File

@ -0,0 +1,619 @@
-- File Name : EquipmentCommon_MIB.mib
-- Version : 1.01.00
-- Date : May 1, 2015
-- Author : DragonWave Inc.
EQUIPMENT-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE,
Counter64, IpAddress, Integer32, TimeTicks, Counter32, Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, DisplayString, DateAndTime,
TimeStamp
FROM SNMPv2-TC
equipmentCommon
FROM DWI-HARMONY-PRIVATE-MIB;
-- Not supported : Opaque
-- [RFC2578]
-- [RFC2579]
--
-- Module Identity
--
equipmentCommonMib MODULE-IDENTITY
LAST-UPDATED "200901210000Z"
ORGANIZATION
"DragonWave Inc."
CONTACT-INFO
""
DESCRIPTION
"This MIB Module defines a notification log mechanism and a current alarm list."
REVISION "200901210000Z"
DESCRIPTION
"Initial Revision"
REVISION "201501051615Z"
DESCRIPTION
"Corrected EquipmentAlarmActiveTable index order."
::= { equipmentCommon 100 }
--
-- History of MIB Changes
--
--
--
-- Textual conventions
--
EnableType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Enabled/Disabled"
SYNTAX INTEGER {
disabled (0),
enabled (1)
}
--
-- Node definitions
--
equipmentCommonObjects OBJECT IDENTIFIER ::= { equipmentCommon 1 }
equipmentConfigLog OBJECT IDENTIFIER ::= { equipmentCommonObjects 1 }
equipmentLog OBJECT IDENTIFIER ::= { equipmentCommonObjects 2 }
equipmentAlarmList OBJECT IDENTIFIER ::= { equipmentCommonObjects 3 }
equipmentSnmpTrap OBJECT IDENTIFIER ::= { equipmentCommonObjects 4 }
equipmentPseudoEventsObjects OBJECT IDENTIFIER ::= { equipmentCommon 2 }
equipmentMirrorObjects OBJECT IDENTIFIER ::= { equipmentCommon 3 }
--
-- Object definitions: configuration section
--
equipmentEventLogEntryLimit OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of notification entries that may be held
in EventLogTable."
DEFVAL { 4096 }
::= { equipmentConfigLog 1 }
--
-- Object definitions: event log section
--
equipmentEventLogLastEntry OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of equipmentEventLogIndex at the time of the last
creation of an entry in the equipmentEventLogTable."
::= { equipmentLog 1 }
--
-- Event Notification Log Table (inspired by RFC 3014)
--
equipmentEventLogTable OBJECT-TYPE
SYNTAX SEQUENCE OF EquipmentEventLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of Notification log entries."
::= { equipmentLog 2 }
equipmentEventLogEntry OBJECT-TYPE
SYNTAX EquipmentEventLogEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A Notification log entry. Entries appear in this table
when Notifications occur. They are removed to make way
for new entries due to lack of resources or the values of
equipmentEventLogEntryLimit.If adding an entry would exceed
equipmentEventLogEntryLimit the oldest entry in that log SHOULD
be removed to make room for the new one."
INDEX { equipmentEventLogIndex }
::= { equipmentEventLogTable 1 }
EquipmentEventLogEntry ::= SEQUENCE {
equipmentEventLogIndex
Unsigned32,
equipmentEventLogTime
TimeStamp,
equipmentEventLogDateAndTime
DateAndTime,
equipmentEventLogNotificationID
OBJECT IDENTIFIER,
equipmentEventLogVariables
Unsigned32
}
equipmentEventLogIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A monotonically increasing integer for the sole purpose of
indexing entries within the log. When it reaches the
maximum value,the agent wraps the value back to 1.
This number should correspond to the number of notifications
sent by the agent."
::= { equipmentEventLogEntry 1 }
equipmentEventLogTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when the entry was placed in the log."
::= { equipmentEventLogEntry 2 }
equipmentEventLogDateAndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local date and time when the entry was logged, useful when browsing the MIB."
::= { equipmentEventLogEntry 3 }
equipmentEventLogNotificationID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The NOTIFICATION-TYPE object identifier of the Notification that
occurred."
::= { equipmentEventLogEntry 4 }
equipmentEventLogVariables OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of variables in equipmentEventLogVariableTable for this
logged notification."
::= { equipmentEventLogEntry 5 }
--
-- Event Log variable Table
--
equipmentEventLogVariableTable OBJECT-TYPE
SYNTAX SEQUENCE OF EquipmentEventLogVariableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of variables to go with Notification log entries."
::= { equipmentLog 3 }
equipmentEventLogVariableEntry OBJECT-TYPE
SYNTAX EquipmentEventLogVariableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A Notification log entry variable.
Entries appear in this table when there are variables in
the varbind list of a Notification in equipmentEventLogTable."
INDEX { equipmentEventLogIndex,
equipmentEventLogVariableIndex }
::= { equipmentEventLogVariableTable 1 }
EquipmentEventLogVariableEntry ::= SEQUENCE {
equipmentEventLogVariableIndex
Unsigned32,
equipmentEventLogVariableID
OBJECT IDENTIFIER,
equipmentEventLogVariableValueType
INTEGER,
equipmentEventLogVariableCounter32Val
Counter32,
equipmentEventLogVariableUnsigned32Val
Unsigned32,
equipmentEventLogVariableTimeTicksVal
TimeTicks,
equipmentEventLogVariableInteger32Val
Integer32,
equipmentEventLogVariableOctetStringVal
OCTET STRING,
equipmentEventLogVariableIpAddressVal
IpAddress,
equipmentEventLogVariableOidVal
OBJECT IDENTIFIER,
equipmentEventLogVariableCounter64Val
Counter64
}
equipmentEventLogVariableIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A monotonically increasing integer, starting at 1 for a given
equipmentEventLogIndex, for indexing variables within the logged
Event Notification."
::= { equipmentEventLogVariableEntry 1 }
equipmentEventLogVariableID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The variable's object identifier."
::= { equipmentEventLogVariableEntry 2 }
equipmentEventLogVariableValueType OBJECT-TYPE
SYNTAX INTEGER {
counter32 (1),
unsigned32 (2),
timeTicks (3),
integer32 (4),
ipAddress (5),
octetString (6),
objectId (7),
counter64 (8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of the value. One and only one of the value
objects that follow must be instantiated, based on this type."
::= { equipmentEventLogVariableEntry 3 }
-- Not supported: opaque(9)
equipmentEventLogVariableCounter32Val OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'counter32'."
::= { equipmentEventLogVariableEntry 4 }
equipmentEventLogVariableUnsigned32Val OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'unsigned32'."
::= { equipmentEventLogVariableEntry 5 }
equipmentEventLogVariableTimeTicksVal OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'timeTicks'."
::= { equipmentEventLogVariableEntry 6 }
equipmentEventLogVariableInteger32Val OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'integer32'."
::= { equipmentEventLogVariableEntry 7 }
equipmentEventLogVariableOctetStringVal OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'octetString'."
::= { equipmentEventLogVariableEntry 8 }
equipmentEventLogVariableIpAddressVal OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'ipAddress'.
Although this seems to be unfriendly for IPv6, we
have to recognize that there are a number of older
MIBs that do contain an IPv4 format address, known
as IpAddress.
IPv6 addresses are represented using TAddress or
InetAddress, and so the underlying datatype is
OCTET STRING, and their value would be stored in
the equipmentEventLogVariableOctetStringVal column."
::= { equipmentEventLogVariableEntry 9 }
equipmentEventLogVariableOidVal OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'objectId'."
::= { equipmentEventLogVariableEntry 10 }
equipmentEventLogVariableCounter64Val OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value when equipmentEventLogVariableValueType is 'counter64'."
::= { equipmentEventLogVariableEntry 11 }
--
-- Opaque type not supported
--
-- equipmentEventLogVariableOpaqueVal OBJECT-TYPE
-- SYNTAX Opaque
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "The value when equipmentEventLogVariableValueType is 'opaque'."
-- ::= { equipmentEventLogVariableEntry 12 }
--
-- Object definitions: active alarm list section
--
--
-- Active Alarm Table
--
equipmentAlarmActiveLastChanged OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime at the time of the last
creation or deletion of an entry in the equipmentAlarmActiveTable.
Useful in case of polling (no traps mechanism used).
If the number of entries has been unchanged since the
last re-initialization, then this object contains a zero value."
::= { equipmentAlarmList 1 }
equipmentAlarmActiveRowCounter OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active alarms row in the table."
::= { equipmentAlarmList 2 }
equipmentAlarmActiveTable OBJECT-TYPE
SYNTAX SEQUENCE OF EquipmentAlarmActiveEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of Active Alarms entries."
::= { equipmentAlarmList 3 }
equipmentAlarmActiveEntry OBJECT-TYPE
SYNTAX EquipmentAlarmActiveEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entries appear in this table when alarms are raised. They
are removed when the alarm is cleared."
INDEX { equipmentAlarmActiveIndex,
equipmentAlarmActiveTime }
::= { equipmentAlarmActiveTable 1 }
EquipmentAlarmActiveEntry ::= SEQUENCE {
equipmentAlarmActiveIndex
Unsigned32,
equipmentAlarmActiveTime
TimeStamp,
equipmentAlarmActiveDateAndTime
DateAndTime,
equipmentAlarmActiveName
DisplayString,
equipmentAlarmActiveID
Integer32,
equipmentAlarmActiveInstance
Unsigned32,
equipmentAlarmActiveTrapOID
OBJECT IDENTIFIER,
equipmentAlarmActiveSeverity
INTEGER,
equipmentAlarmActiveConditionId
DisplayString
}
equipmentAlarmActiveIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A strictly monotonically increasing integer which
acts as the index of entries within the named alarm
list. It wraps back to 1 after it reaches its
maximum value."
::= { equipmentAlarmActiveEntry 1 }
equipmentAlarmActiveTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The value of sysUpTime when the entry was placed in the list.
This object facilitates retrieving all instances of
alarms that have been raised or have changed state
since a given point in time."
::= { equipmentAlarmActiveEntry 2 }
equipmentAlarmActiveDateAndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The local date and time when the error occurred.
This object facilitates retrieving all instances of
alarms that have been raised or have changed state
since a given point in time.
Implementations MUST include the offset from UTC,
if available. Implementation in environments in which
the UTC offset is not available is NOT RECOMMENDED."
::= { equipmentAlarmActiveEntry 3 }
equipmentAlarmActiveName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the active alarm name."
::= { equipmentAlarmActiveEntry 4 }
equipmentAlarmActiveID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the active alarm ID which is the index to the alarm configuration table defined in product specific MIB."
::= { equipmentAlarmActiveEntry 5 }
equipmentAlarmActiveInstance OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
""
::= { equipmentAlarmActiveEntry 6 }
equipmentAlarmActiveTrapOID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MIB object identifier of the alarm (contained in an Alarm Notification
type object) that is occurring."
::= { equipmentAlarmActiveEntry 7 }
equipmentAlarmActiveSeverity OBJECT-TYPE
SYNTAX INTEGER {
warning (1),
minor (2),
major (3),
critical (4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the active alarm severity."
::= { equipmentAlarmActiveEntry 8 }
equipmentAlarmActiveConditionId OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
""
::= { equipmentAlarmActiveEntry 9 }
--
-- Opaque type not supported
--
-- equipmentAlarmActiveSourceOpaqueVal OBJECT-TYPE
-- SYNTAX Opaque
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "The value when value type is 'opaque'.It is coded as follows:
-- code: OCTET STRING(SIZE(1)), fixed to 1 (structure identifier);
-- type: INTEGER, see equipmentEventLogVariableValueType values;
-- value: ASN.1 basic encoding rule"
-- ::= { equipmentAlarmActiveEntry 5 }
--
-- Object definitions: trap counter and timestamp
--
equipmentOutTrapsCounter OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The counter of the output traps.
It increases by one every time a new trap is sent to all the managers configured
in the relevant table. In this way its value is the number of notification events
occurred since the last agent reset and every manager that reads this value can understand
whether some event has been lost or not.
(Note that in general this counter differs from the RFC1213 snmpOutTraps, that counts the
number of Trap PDUs sent). When the logging mechanism is enabled, it corresponds to the index in the eventlog table"
::= { equipmentSnmpTrap 1 }
equipmentLastOutTrapTimeStamp OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of sysUpTime when the last trap was sent."
::= { equipmentSnmpTrap 2 }
equipmentTrapInfo OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string representing additional info that can be used as the varbind in trap. "
::= { equipmentSnmpTrap 3 }
--
-- Object definitions: pseudo-events support
--
equipmentConfChangeOid OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The OID of the last node changed. It is sent to the managers in order to
notify a configuration change."
::= { equipmentPseudoEventsObjects 1 }
equipmentConfChangeMode OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable of sending ConfChange Trap.
STORAGE: permanent."
DEFVAL { enabled }
::= { equipmentPseudoEventsObjects 2 }
equipmentConfChangeNotification NOTIFICATION-TYPE
OBJECTS { equipmentConfChangeOid,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"Notification of configuration change."
::= { equipmentPseudoEventsObjects 3 }
--
-- Object definitions: mirror-traps support
--
equipmentMirrorFlag OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fixed to 1=mirror trap"
::= { equipmentMirrorObjects 1 }
equipmentMirrorColdStart NOTIFICATION-TYPE
OBJECTS { equipmentMirrorFlag,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"A coldStart trap signifies that the SNMP entity,
supporting a notification originator application, is
reinitializing itself and that its configuration may
have been altered."
::= { equipmentMirrorObjects 2 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,663 @@
-- File Name : MwrRadio-MC-MIB.mib
-- Version : 1.0.0
-- Date : October 6, 2014
-- Author : DragonWave Inc.
MWR-RADIO-MC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE,
Counter32, Counter64, Integer32
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
mwr
FROM DWI-HARMONY-PRIVATE-MIB
equipmentTrapInfo, equipmentOutTrapsCounter, equipmentAlarmActiveConditionId, EnableType
FROM EQUIPMENT-COMMON-MIB
mwrEventConfigSeverity, RadioInstanceType
FROM MWR-ETHERNET-MIB;
mwrRadioMcModIdentity MODULE-IDENTITY
LAST-UPDATED "201406101023Z"
ORGANIZATION
"Dragonwave Inc."
CONTACT-INFO
"http://www.dragonwaveinc.com
600-411 Legget Drive
Ottawa, Ontario
Canada, K2K 3C9
Tel : 613-599-9991
Fax: 613-599-4265
Support: 613-271-7010"
DESCRIPTION
"This specifies the contact information and the revision tracking information for the MIB module version."
REVISION "201406231109Z"
DESCRIPTION
"First release of the Dragonwave Harmony radio Enhanced-multicarrier MIB."
REVISION "201409231722Z"
DESCRIPTION
"Updated some OIDs Descriptions."
::= { mwr 1003 }
mwrRadio OBJECT IDENTIFIER ::= { mwr 12 }
mwrEmcRadioConfigurations OBJECT IDENTIFIER ::= { mwrRadio 201 }
mwrEmcRadioStatus OBJECT IDENTIFIER ::= { mwrRadio 202 }
mwrEmcRadioPerformance OBJECT IDENTIFIER ::= { mwrRadio 203 }
mwrEmcRadioNotifications OBJECT IDENTIFIER ::= { mwrRadio 204 }
mwrEmcRadioConfigurationsTable OBJECT-TYPE
SYNTAX SEQUENCE OF MwrEmcRadioConfigurationsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table containing radio configurations."
::= { mwrEmcRadioConfigurations 1 }
mwrEmcRadioConfigurationsEntry OBJECT-TYPE
SYNTAX MwrEmcRadioConfigurationsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table entry containing radio channel configurations."
INDEX { mwrEmcRadioConfigIndex }
::= { mwrEmcRadioConfigurationsTable 1 }
MwrEmcRadioConfigurationsEntry ::= SEQUENCE {
mwrEmcRadioConfigIndex
RadioInstanceType,
mwrEmcRadioTxState
EnableType,
mwrEmcRadioTxPower
Integer32,
mwrEmcRadioTxDownTime
Integer32,
mwrEmcRadioRxFrequency
Integer32,
mwrEmcRadioTxFrequency
Integer32
}
mwrEmcRadioConfigIndex OBJECT-TYPE
SYNTAX RadioInstanceType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value for each radio channel if applicable."
::= { mwrEmcRadioConfigurationsEntry 1 }
mwrEmcRadioTxState OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents the transmit state of the radio channel."
::= { mwrEmcRadioConfigurationsEntry 2 }
mwrEmcRadioTxPower OBJECT-TYPE
SYNTAX Integer32
UNITS "dB"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This defines the programmed transmit level of the radio channel.
The power you see is divided by 10. e.g. A display of 133 is actually 13.3 dB.
Notes:
- Programmed and Actual transmit power may differ - see mwrEmcRadioActualTxPower."
::= { mwrEmcRadioConfigurationsEntry 3 }
mwrEmcRadioTxDownTime OBJECT-TYPE
SYNTAX Integer32
UNITS "sec"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The amount of time in seconds the radio transmitter is disabled when the mwrEmcRadioTxState is turned off.
- Make sure this is set before the mwrEmcRadioTxState is disabled.
- If the down time is set to 0, the radio will stay disabled until it is re-enabled again."
::= { mwrEmcRadioConfigurationsEntry 4 }
mwrEmcRadioRxFrequency OBJECT-TYPE
SYNTAX Integer32
UNITS "kHz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents the receive Radio frequency in kHz."
::= { mwrEmcRadioConfigurationsEntry 5 }
mwrEmcRadioTxFrequency OBJECT-TYPE
SYNTAX Integer32
UNITS "kHz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents the transmit Radio frequency in kHz."
::= { mwrEmcRadioConfigurationsEntry 6 }
mwrEmcRadioProfileTable OBJECT-TYPE
SYNTAX SEQUENCE OF MwrEmcRadioProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table containing the radio profile configurations."
::= { mwrEmcRadioConfigurations 2 }
mwrEmcRadioProfileEntry OBJECT-TYPE
SYNTAX MwrEmcRadioProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table entry containing the radio profile configurations."
INDEX { mwrEmcRadioStandardMode,
mwrEmcRadioChannelBw,
mwrEmcRadioStaticTxProfile }
::= { mwrEmcRadioProfileTable 1 }
MwrEmcRadioProfileEntry ::= SEQUENCE {
mwrEmcRadioStandardMode
DisplayString,
mwrEmcRadioChannelBw
DisplayString,
mwrEmcRadioStaticTxProfile
DisplayString,
mwrEmcRadioProgrammedProfile
EnableType
}
mwrEmcRadioStandardMode OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index representing the available standard mode of the radio channel."
::= { mwrEmcRadioProfileEntry 1 }
mwrEmcRadioChannelBw OBJECT-TYPE
SYNTAX DisplayString
UNITS "MHz"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index representing the available channel bandwidth of the radio channel."
::= { mwrEmcRadioProfileEntry 2 }
mwrEmcRadioStaticTxProfile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index representing the available static tx profile of the radio channel."
::= { mwrEmcRadioProfileEntry 3 }
mwrEmcRadioProgrammedProfile OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents the configured standard mode, channel BW and the TX profile of the radio channel."
::= { mwrEmcRadioProfileEntry 4 }
mwrEmcRadioThresholdAlarmTable OBJECT-TYPE
SYNTAX SEQUENCE OF MwrEmcRadioThresholdAlarmEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table containing the threshold alarm configurations of the radio channel."
::= { mwrEmcRadioConfigurations 3 }
mwrEmcRadioThresholdAlarmEntry OBJECT-TYPE
SYNTAX MwrEmcRadioThresholdAlarmEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table entry containing the threshold alarm configurations of the radio channel."
INDEX { mwrEmcRadioThresholdIndex }
::= { mwrEmcRadioThresholdAlarmTable 1 }
MwrEmcRadioThresholdAlarmEntry ::= SEQUENCE {
mwrEmcRadioThresholdIndex
RadioInstanceType,
mwrEmcRadioRslBelowThresholdParams
DisplayString,
mwrEmcRadioTxAboveThresholdParams
DisplayString
}
mwrEmcRadioThresholdIndex OBJECT-TYPE
SYNTAX RadioInstanceType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value for each radio channel if applicable."
::= { mwrEmcRadioThresholdAlarmEntry 1 }
mwrEmcRadioRslBelowThresholdParams OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents the RSL threshold in dB and the number of seconds the RSL should be below the threshold.
An example of the format of the string is as follows: '-75 10'. The first parameter power level in dB, the second is the time in seconds. In this example the threshold -75 dB and the time is set to 10 seconds. The single quote marks are not used in the command."
::= { mwrEmcRadioThresholdAlarmEntry 2 }
mwrEmcRadioTxAboveThresholdParams OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Represents the radio transmit power threshold in dB and the number of seconds threshold must be exceeded.
An example of the format of the string is as follows: '-75 10'. The first parameter power level in dB, the second is the time in seconds. In this example the threshold -75 dB and the time is set to 10 seconds. The single quote marks are not used in the command."
::= { mwrEmcRadioThresholdAlarmEntry 3 }
mwrEmcRadioChCfgSynchEnable OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object enables or disables synchronization of the radio configuration on multiple carriers."
::= { mwrEmcRadioConfigurations 4 }
--
-- RADIO INFORMATION
--
mwrEmcRadioStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF MwrEmcRadioStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table containing the status of the radio channel."
::= { mwrEmcRadioStatus 1 }
mwrEmcRadioStatusEntry OBJECT-TYPE
SYNTAX MwrEmcRadioStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table entry containing the status of the radio channel."
INDEX { mwrEmcRadioStatusIndex }
::= { mwrEmcRadioStatusTable 1 }
MwrEmcRadioStatusEntry ::= SEQUENCE {
mwrEmcRadioStatusIndex
RadioInstanceType,
mwrEmcRadioOperStatus
INTEGER,
mwrEmcRadioTRSpacing
Integer32,
mwrEmcRadioActualTxStatus
EnableType,
mwrEmcRadioRxFreqMin
Integer32,
mwrEmcRadioRxFreqMax
Integer32,
mwrEmcRadioTxFreqMin
Integer32,
mwrEmcRadioTxFreqMax
Integer32,
mwrEmcRadioTxPowerMin
Integer32,
mwrEmcRadioTxPowerMax
Integer32,
mwrEmcRadioLinkStatus
INTEGER
}
mwrEmcRadioStatusIndex OBJECT-TYPE
SYNTAX RadioInstanceType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique value for each radio channel if applicable."
::= { mwrEmcRadioStatusEntry 1 }
mwrEmcRadioOperStatus OBJECT-TYPE
SYNTAX INTEGER {
up (1),
down (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current operational state of the Radio. When radio is fully configured and ready to operate the status will be up."
::= { mwrEmcRadioStatusEntry 2 }
mwrEmcRadioTRSpacing OBJECT-TYPE
SYNTAX Integer32
UNITS "kHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the difference between the configured TX/RX center frequency of the radio channel."
::= { mwrEmcRadioStatusEntry 3 }
mwrEmcRadioActualTxStatus OBJECT-TYPE
SYNTAX EnableType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object defines the actual transmit state of the radio channel."
::= { mwrEmcRadioStatusEntry 4 }
mwrEmcRadioRxFreqMin OBJECT-TYPE
SYNTAX Integer32
UNITS "kHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the minimum radio RX frequency allowed."
::= { mwrEmcRadioStatusEntry 5 }
mwrEmcRadioRxFreqMax OBJECT-TYPE
SYNTAX Integer32
UNITS "kHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the maximum radio RX frequency allowed."
::= { mwrEmcRadioStatusEntry 6 }
mwrEmcRadioTxFreqMin OBJECT-TYPE
SYNTAX Integer32
UNITS "kHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the minimum radio TX frequency allowed."
::= { mwrEmcRadioStatusEntry 7 }
mwrEmcRadioTxFreqMax OBJECT-TYPE
SYNTAX Integer32
UNITS "kHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the maximum radio TX frequency allowed."
::= { mwrEmcRadioStatusEntry 8 }
mwrEmcRadioTxPowerMin OBJECT-TYPE
SYNTAX Integer32
UNITS "dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the minimum radio Transmit Power allowed."
::= { mwrEmcRadioStatusEntry 9 }
mwrEmcRadioTxPowerMax OBJECT-TYPE
SYNTAX Integer32
UNITS "dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Represents the maximum radio Transmit Power allowed."
::= { mwrEmcRadioStatusEntry 10 }
mwrEmcRadioLinkStatus OBJECT-TYPE
SYNTAX INTEGER {
up (1),
down (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current operational status of the radio link."
::= { mwrEmcRadioStatusEntry 11 }
mwrEmcRadioPerfStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF MwrEmcRadioPerfStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table containing the performance of the radio channel."
::= { mwrEmcRadioPerformance 1 }
mwrEmcRadioPerfStatsEntry OBJECT-TYPE
SYNTAX MwrEmcRadioPerfStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table entry containing the performance of the radio channel."
INDEX { mwrEmcRadioStatsIndex }
::= { mwrEmcRadioPerfStatsTable 1 }
MwrEmcRadioPerfStatsEntry ::= SEQUENCE {
mwrEmcRadioStatsIndex
RadioInstanceType,
mwrEmcRadioTxFrames
Counter64,
mwrEmcRadioRxGoodFrames
Counter64,
mwrEmcRadioRxErrsFrames
Counter64,
mwrEmcRadioRSL
Integer32,
mwrEmcRadioEqualizerStress
Integer32,
mwrEmcRadioSNR
Integer32,
mwrEmcRadioLinkAvailability
Counter32,
mwrEmcRadioActualTxPower
Integer32,
mwrEmcRadioActualTxProfile
DisplayString
}
mwrEmcRadioStatsIndex OBJECT-TYPE
SYNTAX RadioInstanceType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value for each radio channel if applicable."
::= { mwrEmcRadioPerfStatsEntry 1 }
mwrEmcRadioTxFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current count of radio frames transmitted."
::= { mwrEmcRadioPerfStatsEntry 2 }
mwrEmcRadioRxGoodFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current count of good radio frames received."
::= { mwrEmcRadioPerfStatsEntry 3 }
mwrEmcRadioRxErrsFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current count of radio frames received in error."
::= { mwrEmcRadioPerfStatsEntry 4 }
mwrEmcRadioRSL OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An estimate of the radio RSL. Divide the value by 10 to get the actual RSL value. Once this number is divided by 10 the units are dB. For example -352 is actually -35.2dB"
::= { mwrEmcRadioPerfStatsEntry 5 }
mwrEmcRadioEqualizerStress OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the average magnitude of all the equalizer taps to provide a measure of how hard the equalizer is working."
::= { mwrEmcRadioPerfStatsEntry 6 }
mwrEmcRadioSNR OBJECT-TYPE
SYNTAX Integer32
UNITS "dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The absolute value of the estimate of the radio SNR. Divide the value by 10 to get the actual SNR."
::= { mwrEmcRadioPerfStatsEntry 7 }
mwrEmcRadioLinkAvailability OBJECT-TYPE
SYNTAX Counter32
UNITS "sec"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of time the radio link is up."
::= { mwrEmcRadioPerfStatsEntry 8 }
mwrEmcRadioActualTxPower OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the running configuration for tx power."
::= { mwrEmcRadioPerfStatsEntry 9 }
mwrEmcRadioActualTxProfile OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A read-only string specifying the actual value for the TX profile."
::= { mwrEmcRadioPerfStatsEntry 10 }
mwrEmcRadioPerfStats32BitTable OBJECT-TYPE
SYNTAX SEQUENCE OF MwrEmcRadioPerfStats32BitEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table containing 32-bit counters of the radio channel. This table is provided to satisfy snmp v1 users where they can't access 64-bit counters."
::= { mwrEmcRadioPerformance 2 }
mwrEmcRadioPerfStats32BitEntry OBJECT-TYPE
SYNTAX MwrEmcRadioPerfStats32BitEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table entry containing 32-bit counters of the radio channel."
INDEX { mwrEmcRadioStats32BitIndex }
::= { mwrEmcRadioPerfStats32BitTable 1 }
MwrEmcRadioPerfStats32BitEntry ::= SEQUENCE {
mwrEmcRadioStats32BitIndex
RadioInstanceType,
mwrEmcRadioTxFrames32Bit
Counter32,
mwrEmcRadioRxGoodFrames32Bit
Counter32,
mwrEmcRadioRxErrsFrames32Bit
Counter32
}
mwrEmcRadioStats32BitIndex OBJECT-TYPE
SYNTAX RadioInstanceType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value for each radio channel if applicable."
::= { mwrEmcRadioPerfStats32BitEntry 1 }
mwrEmcRadioTxFrames32Bit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A low capacity 32-bit counter representing the current count of radio frames transmitted."
::= { mwrEmcRadioPerfStats32BitEntry 2 }
mwrEmcRadioRxGoodFrames32Bit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A low capacity 32-bit counter representing the current count of radio frames received."
::= { mwrEmcRadioPerfStats32BitEntry 3 }
mwrEmcRadioRxErrsFrames32Bit OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A low capacity 32-bit counter representing the current count of radio frames received in error."
::= { mwrEmcRadioPerfStats32BitEntry 4 }
--
-- RADIO NOTIFICATIONS
--
mwrEmcRadioRxLossOfSync NOTIFICATION-TYPE
OBJECTS { mwrEventConfigSeverity,
mwrEmcRadioStatusIndex,
equipmentAlarmActiveConditionId,
equipmentTrapInfo,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"This notification is raised when radio link loses synchronization on its receiver. The mwrEmcRadioStatusIndex indicates each radio channel."
::= { mwrEmcRadioNotifications 1 }
mwrEmcRadioFailure NOTIFICATION-TYPE
OBJECTS { mwrEventConfigSeverity,
mwrEmcRadioStatusIndex,
equipmentAlarmActiveConditionId,
equipmentTrapInfo,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"This notification is raised when fault is detected in radio. The reason could be faulty components or invalid configuration. The mwrEmcRadioStatusIndex indicates each radio channel."
::= { mwrEmcRadioNotifications 2 }
mwrEmcRadioCalUnavailable NOTIFICATION-TYPE
OBJECTS { mwrEventConfigSeverity,
equipmentAlarmActiveConditionId,
equipmentTrapInfo,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"This notification is raised when the calibration information is not available in the system."
::= { mwrEmcRadioNotifications 3 }
mwrEmcRadioRslBelowThreshold NOTIFICATION-TYPE
OBJECTS { mwrEventConfigSeverity,
mwrEmcRadioStatusIndex,
equipmentAlarmActiveConditionId,
equipmentTrapInfo,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"This notification is raised when the receive signal level of the radio link is below the user configured limit. The mwrEmcRadioStatusIndex indicates each radio channel."
::= { mwrEmcRadioNotifications 4 }
mwrEmcRadioTxlAboveThreshold NOTIFICATION-TYPE
OBJECTS { mwrEventConfigSeverity,
mwrEmcRadioStatusIndex,
equipmentAlarmActiveConditionId,
equipmentTrapInfo,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"This notification is raised when the radio transmit power level exceeds the user set limit. The mwrEmcRadioStatusIndex indicates each radio channel."
::= { mwrEmcRadioNotifications 5 }
mwrEmcRadioConfigMismatch NOTIFICATION-TYPE
OBJECTS { mwrEventConfigSeverity,
mwrEmcRadioStatusIndex,
equipmentAlarmActiveConditionId,
equipmentTrapInfo,
equipmentOutTrapsCounter }
STATUS current
DESCRIPTION
"This notification is raised when the radio configuration between the peers is mismatched."
::= { mwrEmcRadioNotifications 6 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,335 @@
1.3.6.1.2.1.1.1.0|4|Multiprotocol Agent running on QNX Neutrino
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.7262.4.5.1.3
1.3.6.1.2.1.1.3.0|67|8448855
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.1.1|2|1
1.3.6.1.2.1.2.2.1.1.2|2|2
1.3.6.1.2.1.2.2.1.1.3|2|3
1.3.6.1.2.1.2.2.1.1.4|2|4
1.3.6.1.2.1.2.2.1.1.5|2|5
1.3.6.1.2.1.2.2.1.1.6|2|6
1.3.6.1.2.1.2.2.1.1.7|2|7
1.3.6.1.2.1.2.2.1.1.8|2|8
1.3.6.1.2.1.2.2.1.1.9|2|9
1.3.6.1.2.1.2.2.1.1.10|2|10
1.3.6.1.2.1.2.2.1.1.11|2|11
1.3.6.1.2.1.2.2.1.1.12|2|12
1.3.6.1.2.1.2.2.1.1.17|2|17
1.3.6.1.2.1.2.2.1.2.1|4|Ethernet Interface Port 01
1.3.6.1.2.1.2.2.1.2.2|4|Ethernet Interface Port 02
1.3.6.1.2.1.2.2.1.2.3|4|Ethernet Interface Port 03
1.3.6.1.2.1.2.2.1.2.4|4|Ethernet Interface Port 04
1.3.6.1.2.1.2.2.1.2.5|4|Ethernet Interface Port 05
1.3.6.1.2.1.2.2.1.2.6|4|Ethernet Interface Port 06
1.3.6.1.2.1.2.2.1.2.7|4|Ethernet Interface Port 07
1.3.6.1.2.1.2.2.1.2.8|4|Ethernet Interface Port 08
1.3.6.1.2.1.2.2.1.2.9|4|Ethernet Interface Port 09
1.3.6.1.2.1.2.2.1.2.10|4|Ethernet Interface Port 10
1.3.6.1.2.1.2.2.1.2.11|4|Ethernet Interface Port 11
1.3.6.1.2.1.2.2.1.2.12|4|Ethernet Interface Port 12
1.3.6.1.2.1.2.2.1.2.17|4|L3IPVLAN Interface
1.3.6.1.2.1.2.2.1.3.1|2|6
1.3.6.1.2.1.2.2.1.3.2|2|6
1.3.6.1.2.1.2.2.1.3.3|2|6
1.3.6.1.2.1.2.2.1.3.4|2|6
1.3.6.1.2.1.2.2.1.3.5|2|6
1.3.6.1.2.1.2.2.1.3.6|2|6
1.3.6.1.2.1.2.2.1.3.7|2|6
1.3.6.1.2.1.2.2.1.3.8|2|6
1.3.6.1.2.1.2.2.1.3.9|2|6
1.3.6.1.2.1.2.2.1.3.10|2|6
1.3.6.1.2.1.2.2.1.3.11|2|6
1.3.6.1.2.1.2.2.1.3.12|2|6
1.3.6.1.2.1.2.2.1.3.17|2|136
1.3.6.1.2.1.2.2.1.4.1|2|9600
1.3.6.1.2.1.2.2.1.4.2|2|9600
1.3.6.1.2.1.2.2.1.4.3|2|9600
1.3.6.1.2.1.2.2.1.4.4|2|9600
1.3.6.1.2.1.2.2.1.4.5|2|9600
1.3.6.1.2.1.2.2.1.4.6|2|9600
1.3.6.1.2.1.2.2.1.4.7|2|9600
1.3.6.1.2.1.2.2.1.4.8|2|9600
1.3.6.1.2.1.2.2.1.4.9|2|9600
1.3.6.1.2.1.2.2.1.4.10|2|9600
1.3.6.1.2.1.2.2.1.4.11|2|9600
1.3.6.1.2.1.2.2.1.4.12|2|1500
1.3.6.1.2.1.2.2.1.4.17|2|1500
1.3.6.1.2.1.2.2.1.5.1|66|1000000000
1.3.6.1.2.1.2.2.1.5.2|66|1000000000
1.3.6.1.2.1.2.2.1.5.3|66|1000000000
1.3.6.1.2.1.2.2.1.5.4|66|1000000000
1.3.6.1.2.1.2.2.1.5.5|66|1000000000
1.3.6.1.2.1.2.2.1.5.6|66|1000000000
1.3.6.1.2.1.2.2.1.5.7|66|1000000000
1.3.6.1.2.1.2.2.1.5.8|66|1000000000
1.3.6.1.2.1.2.2.1.5.9|66|1000000000
1.3.6.1.2.1.2.2.1.5.10|66|2500000000
1.3.6.1.2.1.2.2.1.5.11|66|1000000000
1.3.6.1.2.1.2.2.1.5.12|66|1000000000
1.3.6.1.2.1.2.2.1.5.17|66|1000000000
1.3.6.1.2.1.2.2.1.6.1|4x|0007580AE331
1.3.6.1.2.1.2.2.1.6.2|4x|0007580AE332
1.3.6.1.2.1.2.2.1.6.3|4x|0007580AE333
1.3.6.1.2.1.2.2.1.6.4|4x|0007580AE334
1.3.6.1.2.1.2.2.1.6.5|4x|0007580AE335
1.3.6.1.2.1.2.2.1.6.6|4x|0007580AE336
1.3.6.1.2.1.2.2.1.6.7|4x|0007580AE337
1.3.6.1.2.1.2.2.1.6.8|4x|0007580AE338
1.3.6.1.2.1.2.2.1.6.9|4x|0007580AE339
1.3.6.1.2.1.2.2.1.6.10|4x|0007580AE33A
1.3.6.1.2.1.2.2.1.6.11|4x|0007580AE33B
1.3.6.1.2.1.2.2.1.6.12|4x|0007580AE33C
1.3.6.1.2.1.2.2.1.6.17|4x|0007580AE331
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.7.3|2|1
1.3.6.1.2.1.2.2.1.7.4|2|1
1.3.6.1.2.1.2.2.1.7.5|2|1
1.3.6.1.2.1.2.2.1.7.6|2|1
1.3.6.1.2.1.2.2.1.7.7|2|1
1.3.6.1.2.1.2.2.1.7.8|2|1
1.3.6.1.2.1.2.2.1.7.9|2|2
1.3.6.1.2.1.2.2.1.7.10|2|2
1.3.6.1.2.1.2.2.1.7.11|2|1
1.3.6.1.2.1.2.2.1.7.12|2|2
1.3.6.1.2.1.2.2.1.7.17|2|2
1.3.6.1.2.1.2.2.1.8.1|2|2
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.2.2.1.8.4|2|2
1.3.6.1.2.1.2.2.1.8.5|2|1
1.3.6.1.2.1.2.2.1.8.6|2|1
1.3.6.1.2.1.2.2.1.8.7|2|1
1.3.6.1.2.1.2.2.1.8.8|2|1
1.3.6.1.2.1.2.2.1.8.9|2|2
1.3.6.1.2.1.2.2.1.8.10|2|2
1.3.6.1.2.1.2.2.1.8.11|2|1
1.3.6.1.2.1.2.2.1.8.12|2|2
1.3.6.1.2.1.2.2.1.8.17|2|2
1.3.6.1.2.1.2.2.1.9.1|67|19904
1.3.6.1.2.1.2.2.1.9.2|67|395305
1.3.6.1.2.1.2.2.1.9.3|67|19934
1.3.6.1.2.1.2.2.1.9.4|67|19953
1.3.6.1.2.1.2.2.1.9.5|67|20279
1.3.6.1.2.1.2.2.1.9.6|67|20282
1.3.6.1.2.1.2.2.1.9.7|67|20285
1.3.6.1.2.1.2.2.1.9.8|67|20288
1.3.6.1.2.1.2.2.1.9.9|67|18019
1.3.6.1.2.1.2.2.1.9.10|67|18035
1.3.6.1.2.1.2.2.1.9.11|67|20292
1.3.6.1.2.1.2.2.1.9.12|67|10539
1.3.6.1.2.1.2.2.1.9.17|67|17997
1.3.6.1.2.1.2.2.1.10.1|65|0
1.3.6.1.2.1.2.2.1.10.2|65|1538627989
1.3.6.1.2.1.2.2.1.10.3|65|0
1.3.6.1.2.1.2.2.1.10.4|65|0
1.3.6.1.2.1.2.2.1.10.5|65|56718471
1.3.6.1.2.1.2.2.1.10.6|65|1374705206
1.3.6.1.2.1.2.2.1.10.7|65|43520
1.3.6.1.2.1.2.2.1.10.8|65|43520
1.3.6.1.2.1.2.2.1.10.9|65|0
1.3.6.1.2.1.2.2.1.10.10|65|0
1.3.6.1.2.1.2.2.1.10.11|65|59990284
1.3.6.1.2.1.2.2.1.10.12|65|0
1.3.6.1.2.1.2.2.1.10.17|65|0
1.3.6.1.2.1.2.2.1.11.1|65|0
1.3.6.1.2.1.2.2.1.11.2|65|11003882
1.3.6.1.2.1.2.2.1.11.3|65|0
1.3.6.1.2.1.2.2.1.11.4|65|0
1.3.6.1.2.1.2.2.1.11.5|65|492990
1.3.6.1.2.1.2.2.1.11.6|65|4157804
1.3.6.1.2.1.2.2.1.11.7|65|0
1.3.6.1.2.1.2.2.1.11.8|65|0
1.3.6.1.2.1.2.2.1.11.9|65|0
1.3.6.1.2.1.2.2.1.11.10|65|0
1.3.6.1.2.1.2.2.1.11.11|65|503203
1.3.6.1.2.1.2.2.1.11.12|65|0
1.3.6.1.2.1.2.2.1.11.17|65|0
1.3.6.1.2.1.2.2.1.12.1|65|0
1.3.6.1.2.1.2.2.1.12.2|65|383808495
1.3.6.1.2.1.2.2.1.12.3|65|0
1.3.6.1.2.1.2.2.1.12.4|65|0
1.3.6.1.2.1.2.2.1.12.5|65|680
1.3.6.1.2.1.2.2.1.12.6|65|24552
1.3.6.1.2.1.2.2.1.12.7|65|680
1.3.6.1.2.1.2.2.1.12.8|65|680
1.3.6.1.2.1.2.2.1.12.9|65|0
1.3.6.1.2.1.2.2.1.12.10|65|0
1.3.6.1.2.1.2.2.1.12.11|65|3
1.3.6.1.2.1.2.2.1.12.12|65|0
1.3.6.1.2.1.2.2.1.12.17|65|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|8141
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.13.4|65|0
1.3.6.1.2.1.2.2.1.13.5|65|0
1.3.6.1.2.1.2.2.1.13.6|65|0
1.3.6.1.2.1.2.2.1.13.7|65|0
1.3.6.1.2.1.2.2.1.13.8|65|0
1.3.6.1.2.1.2.2.1.13.9|65|0
1.3.6.1.2.1.2.2.1.13.10|65|0
1.3.6.1.2.1.2.2.1.13.11|65|0
1.3.6.1.2.1.2.2.1.13.12|65|0
1.3.6.1.2.1.2.2.1.13.17|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.14.4|65|0
1.3.6.1.2.1.2.2.1.14.5|65|0
1.3.6.1.2.1.2.2.1.14.6|65|0
1.3.6.1.2.1.2.2.1.14.7|65|0
1.3.6.1.2.1.2.2.1.14.8|65|0
1.3.6.1.2.1.2.2.1.14.9|65|0
1.3.6.1.2.1.2.2.1.14.10|65|0
1.3.6.1.2.1.2.2.1.14.11|65|0
1.3.6.1.2.1.2.2.1.14.12|65|0
1.3.6.1.2.1.2.2.1.14.17|65|0
1.3.6.1.2.1.2.2.1.15.1|65|0
1.3.6.1.2.1.2.2.1.15.2|65|0
1.3.6.1.2.1.2.2.1.15.3|65|0
1.3.6.1.2.1.2.2.1.15.4|65|0
1.3.6.1.2.1.2.2.1.15.5|65|0
1.3.6.1.2.1.2.2.1.15.6|65|0
1.3.6.1.2.1.2.2.1.15.7|65|0
1.3.6.1.2.1.2.2.1.15.8|65|0
1.3.6.1.2.1.2.2.1.15.9|65|0
1.3.6.1.2.1.2.2.1.15.10|65|0
1.3.6.1.2.1.2.2.1.15.11|65|0
1.3.6.1.2.1.2.2.1.15.12|65|0
1.3.6.1.2.1.2.2.1.15.17|65|0
1.3.6.1.2.1.2.2.1.16.1|65|0
1.3.6.1.2.1.2.2.1.16.2|65|1378363513
1.3.6.1.2.1.2.2.1.16.3|65|0
1.3.6.1.2.1.2.2.1.16.4|65|0
1.3.6.1.2.1.2.2.1.16.5|65|56412988
1.3.6.1.2.1.2.2.1.16.6|65|1571039108
1.3.6.1.2.1.2.2.1.16.7|65|43648
1.3.6.1.2.1.2.2.1.16.8|65|43648
1.3.6.1.2.1.2.2.1.16.9|65|0
1.3.6.1.2.1.2.2.1.16.10|65|0
1.3.6.1.2.1.2.2.1.16.11|65|59166304
1.3.6.1.2.1.2.2.1.16.12|65|0
1.3.6.1.2.1.2.2.1.16.17|65|0
1.3.6.1.2.1.2.2.1.17.1|65|0
1.3.6.1.2.1.2.2.1.17.2|65|4167893
1.3.6.1.2.1.2.2.1.17.3|65|0
1.3.6.1.2.1.2.2.1.17.4|65|0
1.3.6.1.2.1.2.2.1.17.5|65|493796
1.3.6.1.2.1.2.2.1.17.6|65|10987769
1.3.6.1.2.1.2.2.1.17.7|65|0
1.3.6.1.2.1.2.2.1.17.8|65|0
1.3.6.1.2.1.2.2.1.17.9|65|0
1.3.6.1.2.1.2.2.1.17.10|65|0
1.3.6.1.2.1.2.2.1.17.11|65|502499
1.3.6.1.2.1.2.2.1.17.12|65|0
1.3.6.1.2.1.2.2.1.17.17|65|0
1.3.6.1.2.1.2.2.1.18.1|65|0
1.3.6.1.2.1.2.2.1.18.2|65|23873
1.3.6.1.2.1.2.2.1.18.3|65|0
1.3.6.1.2.1.2.2.1.18.4|65|0
1.3.6.1.2.1.2.2.1.18.5|65|685
1.3.6.1.2.1.2.2.1.18.6|65|383835512
1.3.6.1.2.1.2.2.1.18.7|65|682
1.3.6.1.2.1.2.2.1.18.8|65|682
1.3.6.1.2.1.2.2.1.18.9|65|0
1.3.6.1.2.1.2.2.1.18.10|65|0
1.3.6.1.2.1.2.2.1.18.11|65|16681
1.3.6.1.2.1.2.2.1.18.12|65|0
1.3.6.1.2.1.2.2.1.18.17|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.19.4|65|0
1.3.6.1.2.1.2.2.1.19.5|65|0
1.3.6.1.2.1.2.2.1.19.6|65|0
1.3.6.1.2.1.2.2.1.19.7|65|0
1.3.6.1.2.1.2.2.1.19.8|65|0
1.3.6.1.2.1.2.2.1.19.9|65|0
1.3.6.1.2.1.2.2.1.19.10|65|0
1.3.6.1.2.1.2.2.1.19.11|65|0
1.3.6.1.2.1.2.2.1.19.12|65|0
1.3.6.1.2.1.2.2.1.19.17|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.2.2.1.20.4|65|0
1.3.6.1.2.1.2.2.1.20.5|65|0
1.3.6.1.2.1.2.2.1.20.6|65|0
1.3.6.1.2.1.2.2.1.20.7|65|0
1.3.6.1.2.1.2.2.1.20.8|65|0
1.3.6.1.2.1.2.2.1.20.9|65|0
1.3.6.1.2.1.2.2.1.20.10|65|0
1.3.6.1.2.1.2.2.1.20.11|65|0
1.3.6.1.2.1.2.2.1.20.12|65|0
1.3.6.1.2.1.2.2.1.20.17|65|0
1.3.6.1.2.1.2.2.1.21.1|66|0
1.3.6.1.2.1.2.2.1.21.2|66|1604893605
1.3.6.1.2.1.2.2.1.21.3|66|0
1.3.6.1.2.1.2.2.1.21.4|66|0
1.3.6.1.2.1.2.2.1.21.5|66|56725396
1.3.6.1.2.1.2.2.1.21.6|66|1374822168
1.3.6.1.2.1.2.2.1.21.7|66|43584
1.3.6.1.2.1.2.2.1.21.8|66|43584
1.3.6.1.2.1.2.2.1.21.9|66|0
1.3.6.1.2.1.2.2.1.21.10|66|0
1.3.6.1.2.1.2.2.1.21.11|66|60004121
1.3.6.1.2.1.2.2.1.21.12|66|0
1.3.6.1.2.1.2.2.1.21.17|66|0
1.3.6.1.2.1.2.2.1.22.1|6|1.3.6.1.2.1.10.23.1.1.1.1.1.1
1.3.6.1.2.1.2.2.1.22.2|6|1.3.6.1.2.1.10.23.1.1.1.1.1.2
1.3.6.1.2.1.2.2.1.22.3|6|1.3.6.1.2.1.10.23.1.1.1.1.1.3
1.3.6.1.2.1.2.2.1.22.4|6|1.3.6.1.2.1.10.23.1.1.1.1.1.4
1.3.6.1.2.1.2.2.1.22.5|6|1.3.6.1.2.1.10.23.1.1.1.1.1.5
1.3.6.1.2.1.2.2.1.22.6|6|1.3.6.1.2.1.10.23.1.1.1.1.1.6
1.3.6.1.2.1.2.2.1.22.7|6|1.3.6.1.2.1.10.23.1.1.1.1.1.7
1.3.6.1.2.1.2.2.1.22.8|6|1.3.6.1.2.1.10.23.1.1.1.1.1.8
1.3.6.1.2.1.2.2.1.22.9|6|1.3.6.1.2.1.10.23.1.1.1.1.1.9
1.3.6.1.2.1.2.2.1.22.10|6|1.3.6.1.2.1.10.23.1.1.1.1.1.10
1.3.6.1.2.1.2.2.1.22.11|6|1.3.6.1.2.1.10.23.1.1.1.1.1.11
1.3.6.1.2.1.2.2.1.22.12|6|1.3.6.1.2.1.10.23.1.1.1.1.1.12
1.3.6.1.2.1.2.2.1.22.17|6|1.3.6.1.2.1.10.23.1.1.1.1.1.17
1.3.6.1.2.1.11.1.0|65|4656
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|5
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.30.0|2|1
1.3.6.1.2.1.11.31.0|65|0
1.3.6.1.2.1.11.32.0|65|0
1.3.6.1.4.1.7262.4.5.2.1.1.0|2|4
1.3.6.1.4.1.7262.4.5.2.2.3.0|2|30
1.3.6.1.4.1.7262.4.5.2.4.1.3.0|4|<private>
1.3.6.1.4.1.7262.4.5.2.4.2.1.1.3.1|4|1.0.4
1.3.6.1.4.1.7262.4.5.12.202.1.1.1.1|2|1
1.3.6.1.4.1.7262.4.5.12.202.1.1.1.2|2|2
1.3.6.1.4.1.7262.4.5.12.202.1.1.2.1|2|1
1.3.6.1.4.1.7262.4.5.12.202.1.1.2.2|2|1
1.3.6.1.4.1.7262.4.5.12.202.1.1.3.1|2|1200000
1.3.6.1.4.1.7262.4.5.12.202.1.1.3.2|2|1200000
1.3.6.1.4.1.7262.4.5.12.202.1.1.4.1|2|1
1.3.6.1.4.1.7262.4.5.12.202.1.1.4.2|2|1
1.3.6.1.4.1.7262.4.5.12.202.1.1.5.1|2|22425000
1.3.6.1.4.1.7262.4.5.12.202.1.1.5.2|2|22425000
1.3.6.1.4.1.7262.4.5.12.202.1.1.6.1|2|22827000
1.3.6.1.4.1.7262.4.5.12.202.1.1.6.2|2|22827000
1.3.6.1.4.1.7262.4.5.12.202.1.1.7.1|2|21221000
1.3.6.1.4.1.7262.4.5.12.202.1.1.7.2|2|21221000
1.3.6.1.4.1.7262.4.5.12.202.1.1.8.1|2|21595000
1.3.6.1.4.1.7262.4.5.12.202.1.1.8.2|2|21595000
1.3.6.1.4.1.7262.4.5.12.202.1.1.9.1|2|20
1.3.6.1.4.1.7262.4.5.12.202.1.1.9.2|2|20
1.3.6.1.4.1.7262.4.5.12.202.1.1.10.1|2|240
1.3.6.1.4.1.7262.4.5.12.202.1.1.10.2|2|240
1.3.6.1.4.1.7262.4.5.12.202.1.1.11.1|2|1
1.3.6.1.4.1.7262.4.5.12.202.1.1.11.2|2|1
1.3.6.1.4.1.7262.4.5.12.203.1.1.4.1|70|8535558
1.3.6.1.4.1.7262.4.5.12.203.1.1.4.2|70|8475750
1.3.6.1.4.1.7262.4.5.12.203.1.1.5.1|2|-676
1.3.6.1.4.1.7262.4.5.12.203.1.1.5.2|2|-679
1.3.6.1.4.1.7262.4.5.12.203.1.1.7.1|2|234
1.3.6.1.4.1.7262.4.5.12.203.1.1.7.2|2|232
1.3.6.1.4.1.7262.4.5.12.203.1.1.9.1|2|240
1.3.6.1.4.1.7262.4.5.12.203.1.1.9.2|2|240
1.3.6.1.6.3.10.2.1.3.0|2|84362