Sie sind auf Seite 1von 34

Horizon Compact

TM



SNMP Documentation
Software Release 1.1.0
MIB v1.1.0



Version 1.2








This page intentionally left blank.




















NOTICE
This document contains confidential information, which is proprietary to DragonWave.
No part of its contents can be used, copied, disclosed, or conveyed to any party in any
manner whatsoever without prior written permission from DragonWave Inc.
Copyright 2001-2007 DragonWave Inc.





Change Log

Document Release 1.0 (83-000030-01-01-00)
Preliminary release for Horizon ODU. Structure and content based on AirPair SNMP
documentation v3.4.

Document Release 1.1 (83-000030-01-01-01)
Updated system modes for software 1.03.
Updated radio bands for software 1.03.
Removed notes on MIB value retrieval from flash. (Inherited from AirPair documentation and
does not apply.)

Document Release 1.2 (83-000030-01-01-02)
Updated system modes for software 1.1.
Updated radio bands for software 1.1.
Added new objects and branches for redundancy and RSL Version 2 in software 1.1.
Edited appearance of object and trap tables.
ATPC trap related to transmit power has changed purpose and wording.


DragonWave Inc. Horizon Compact SNMP Documentation



Table of Contents
1. Overview..................................................................................................................... 1
1.1. Tree Structure To DragonWave Enterprise MIB................................................ 1
1.2. Horizon ODU MIB Structure.............................................................................. 2
1.3. Retrieving SNMP Objects Via Numeric OID..................................................... 3
1.4. Suggested List of Monitored Objects................................................................. 4
2. DragonWave and MIB-II Interfaces........................................................................... 5
3. Tables.......................................................................................................................... 6
4.1 SNMP Objects.......................................................................................................... 6
4.2 SNMP v1 Traps....................................................................................................... 24



i
DragonWave Inc. Horizon Compact SNMP Documentation


This page intentionally left blank.

ii
DragonWave Inc. Horizon Compact SNMP Documentation


1. Overview

SNMP (Simple Network Management Protocol) is a network management structure and protocol
defined by IETF RFCs. SNMP is used for monitoring the status and performance of network devices. It is
a TCP/IP based network protocol, using UDP communications.

DragonWave Horizon products implement SNMP MIB objects in both RFC-1213 defined
interfaces and as enterprise branch proprietary objects. RFC-1213 statistics and counters are maintained for
the internal loopback interface, and the management system interface. The DragonWave enterprise OID is
7262, and the Horizon family branch is 2, within the Dragonwave OID. The Horizon family branch is
further sub-divided into Horizon IDU (indoor) systems in branch 1, and Horizon ODU (outdoor) systems in
branch 2.

DragonWave Horizon products are supplied with two standard MIB definition files covering
Horizon family definitions (IDU/ODU), Horizon specific objects, and SNMP v1 traps. Definitions for
SNMP v2c traps are defined in a separate file.
1.1. Tree Structure To DragonWave Enterprise MIB

A graphical- representation of the SNMP tree to DragonWave Horizon ODU branch is shown below.



- 1 -
DragonWave Inc. Horizon Compact SNMP Documentation



1.2. Horizon ODU MIB Structure

The following diagram illustrates the MIB structure for Horizon ODU systems. The folders
represent the MIB branches or folders. Horizon ODU systems fall under the DragonWave corporate
enterprise number of 7262, therefore all Horizon ODU numeric OIDs will start with 7262.2.2, and will
begin with a numeric OID of:
1 .3 .6 .1 .4 .1.7262.2.2



(The above list is from MIB v1.0.0 released with Horizon ODU firmware version 5.0.0)

- 2 -
DragonWave Inc. Horizon Compact SNMP Documentation


1.3. Retrieving SNMP Objects Via Numeric OID

If a commercial NMS system (such as HP OpenView, CastleRock SNMPc, etc.) with MIB definition
file import capabilities is unavailable, the SNMP statistics can be retrieved using alternative means.
One such solution is to manually retrieve values of interest using programs such as SNMPGET.
SNMPGET can be obtained from the NET-SNMP project at http://net-snmp.sourceforge.net.

Using the SNMPGET program for example, the following command can be used to retrieve the current
RSL from a DragonWave Horizon ODU product with SNMP configured and enabled. The command
below assumes we are using SNMP v1 requests, with a read-only community string of public, and
accessing a DragonWave Horizon ODU with a default IP address of 192.168.10.100.

./snmpget v 1 c public 192.168.10.100 .1.3.6.1.4.1.7262.2.2.5.1.2.4.0

The DragonWave Horizon ODU branch of the MIB contains sub-branches that cover various
statistics and settings. These values can be retrieved and set using SNMP v1 or v2c.

- 3 -
DragonWave Inc. Horizon Compact SNMP Documentation


1.4. Suggested List of Monitored Objects

The following table offers a list of some objects that may be useful to monitor on a DragonWave
Horizon ODU system. Objects are listed by numeric OID. This is useful if the MIB import and
compilation facility is not available in the chosen SNMP monitoring software package.

Numeric OID Name Data type Description
1.3.6.1.4.1.7262.2.2.5.1.2.4.0 hzOduModem1ChannelizedRsl Integer
Estimated channelized RSL. Divide by 10
for the actual value.
1.3.6.1.4.1.7262.2.2.5.1.2.8.0 hzOduModem1Snr Integer
Signal to noise ratio in dB. Divide by 10 for
the correct value.
1.3.6.1.4.1.7262.2.2.5.1.2.10.0 hzOduModem1EqualizerStress Integer
Estimated equalizer stress.

1.3.6.1.4.1.7262.2.2.5.1.3.6.0 hzOduRadio1Temperature Integer
Indicates the current radio temperature in
Celsius. Divide by 10 for the actual value.
1.3.6.1.4.1.7262.2.2.5.1.2.14.2.0 hzOduModem1RxFramesOk Counter
Current count of modemframes received.

1.3.6.1.4.1.7262.2.2.5.1.2.14.3.0 hzOduModem1RxFramesError Counter
Current count of modemframes received
with errors.
1.3.6.1.4.1.7262.2.2.5.1.2.14.6.0 hzOduModem1RxBlocksOk Counter
Current count of modemblocks received.

1.3.6.1.4.1.7262.2.2.5.1.2.14.7.0 hzOduModem1RxBlocksError Counter
Current count of modemblocks received with
errors.
1.3.6.1.4.1.7262.2.2.4.1.4.2.0 hzOduEnetPort1TxBytes Counter
Bytes sent.

1.3.6.1.4.1.7262.2.2.4.1.4.4.0 hzOduEnetPort1RxBytes Counter
Bytes received.

1.3.6.1.4.1.7262.2.2.4.1.4.5.0 hzOduEnetPort1RxFramesInError Counter
Erred Ethernet frames received.

1.3.6.1.4.1.7262.2.2.4.1.4.6.0 hzOduEnetPort1RxFramesCrcError Counter
Ethernet frames received with CRC errors.

1.3.6.1.4.1.7262.2.2.4.1.4.7.0 hzOduEnetPort1BwUtilization Integer
Percentage of link bandwidth used.



- 4 -
DragonWave Inc. Horizon Compact SNMP Documentation



- 5 -
2. DragonWave and MIB-II Interfaces

The DragonWave Horizon ODU products currently maintain RFC-1213 statistics for two network
interfaces, the internal network loopback interface and the management system interface. In the
.iso.org.dod.internet.mgmt.mib-2.interfaces branch, instance 0 refers to the network loopback interface,
and instance 1 refers to the management system interface. The data port, or bridged traffic is not
monitored at this time via an RFC-1213 compliant interface.

A sample of the RFC-1213 defined MIB structure is shown below.



DragonWave Inc. Horizon Compact SNMP Documentation


3. Tables

The following two tables contain a full breakdown of all current DragonWave Horizon ODU SNMP objects as of MIB v1.1.0. Additionally, SNMP v1
traps are listed.

SNMP tables are not expanded to conserve space. Full information on SNMP table structures can be found in the released DragonWave Horizon and
Horizon ODU MIB definition files, available on the Product Documentation CD supplied with Horizon ODU systems.

4.1 SNMP Objects

Name OID Access Type Description
hzSystemType 1.3.6.1.4.1.7262.2.1.0
r/o Integer The current type of the system. 1=ODU, 2=IDU
hzOduSystem 1.3.6.1.4.1.7262.2.2.1
hzOduGeneral 1.3.6.1.4.1.7262.2.2.1.1
hzOduResetSystem 1.3.6.1.4.1.7262.2.2.1.1.1.0 w/o Integer Writing a '1' to this object resets the modem.
hzOduSaveMIB 1.3.6.1.4.1.7262.2.2.1.1.2.0 w/o Integer Writing a '1' to this object saves all MIB values to flash.
hzOduOperStatus 1.3.6.1.4.1.7262.2.2.1.1.3.0
r/o Integer
The current operational state of the modem. 1=up,
2=down, 3=testing
hzOduAirInterfaceEncryption 1.3.6.1.4.1.7262.2.2.1.1.4.0
r/o Integer
OBSOLETE. This enables encryption on the air
interface.
hzOduSystemRedundancy 1.3.6.1.4.1.7262.2.2.1.1.5.0
r/w Integer Sets system redundancy on or off. 1=disabled, 2=enabled
hzOduSysSpeed 1.3.6.1.4.1.7262.2.2.1.2

hzOduSystemCurrentSpeed 1.3.6.1.4.1.7262.2.2.1.2.1.0
r/w Integer The working speed of the modem. 0=0 Mbps
hzOduSystemLicensedSpeed 1.3.6.1.4.1.7262.2.2.1.2.2.0
r/o Integer The maximum licensed speed of the modem.
hzOduSystemMode 1.3.6.1.4.1.7262.2.2.1.2.3.0
r/o Integer
The specific system type. 1=cw-test, 5=hc50-67-qpsk,
6=hc50-110-16qam, 7=hc50-171-32qam, 8=hc50-215-
64qam, 9=hc50-271-128qam, 10=hc50-322-256qam,
11=hc50-371-256qam, 12=hc56-65-qpsk, 13=hc56-111-
16qam, 14=hc56-216-32qam, 15=hc56-290-128qam,
16=hc56-385-256qam, 17=hc28-37-qpsk, 18=hc28-48-
qpsk, 19=hc28-71-16qam, 20=hc28-100-32qam,
21=hc28-144-128qam, 22=hc28-190-256qam, 23=hc14-
23-qpsk, 24=hc14-36-16qam, 25=hc14-47-32qam,
26=hc14-70-128qam, 27=hc14-95-256qam, 28=hc40-57-

- 6 -
DragonWave Inc. Horizon Compact SNMP Documentation


qpsk, 29=hc40-111-16qam, 30=hc30-107-32qam,
31=hc40-110-32qam, 32=hc40-142-32qam, 33=hc40-
181-64qam, 34=hc30-165-128qam, 35=hc40-200-
128qam, 36=hc40-212-128qam, 37=hc30-212-256qam,
38=hc40-277-256qam, 39=hc40-58-qpsk, 40=hc25-33-
qpsk, 41=hc25-53-16qam, 42=hc25-80-32qam, 43=hc25-
107-128qam, 44=hc25-174-256qam, 45=hc50-364-
256qam
hzOduUpgradeLicensedSpeed 1.3.6.1.4.1.7262.2.2.1.2.4.0
w/o String
Write target speed and key here to upgrade FLEX
system. [speed] [key]
hzOduHwInventory 1.3.6.1.4.1.7262.2.2.1.3.1

hzOduUnitSerialNo 1.3.6.1.4.1.7262.2.2.1.3.1.1.0
r/o String Serial number of the unit.
hzOduUnitAssemblylNo 1.3.6.1.4.1.7262.2.2.1.3.1.2.0
r/o String Assembly number of the unit.
hzOduIfSerialNo 1.3.6.1.4.1.7262.2.2.1.3.1.3.0
r/o String Serial number of the interface component.
hzOduIfAssemblylNo 1.3.6.1.4.1.7262.2.2.1.3.1.4.0
r/o String Assembly number of the interface component.
hzOduRfSerialNo 1.3.6.1.4.1.7262.2.2.1.3.1.5.0
r/o String Serial number of the RF component.
hzOduRfAssemblylNo 1.3.6.1.4.1.7262.2.2.1.3.1.6.0
r/o String Assembly number of the RF component.
hzOduNccSerialNo 1.3.6.1.4.1.7262.2.2.1.3.1.7.0
r/o String Serial number of the NCC component.
hzOduNccAssemblylNo 1.3.6.1.4.1.7262.2.2.1.3.1.8.0
r/o String Assembly number of the NCC component.
hzOduDiplexerSerialNo 1.3.6.1.4.1.7262.2.2.1.3.1.9.0
r/o String Serial number of the diplexer.
hzOduDiplexerAssemblylNo 1.3.6.1.4.1.7262.2.2.1.3.1.10.0
r/o String Assembly number of the diplexer.
hzOduSwInventory 1.3.6.1.4.1.7262.2.2.1.3.2

hzOduSystemOmniVersionNo 1.3.6.1.4.1.7262.2.2.1.3.2.1.0
r/o String Omni file version number.
hzOduModemOmniVersionNo 1.3.6.1.4.1.7262.2.2.1.3.2.2.0
r/o String Modem FPGA version number.
hzOduFrequencyFileVersionNo 1.3.6.1.4.1.7262.2.2.1.3.2.3.0
r/o String Frequency file version number.
hzOduMibVersionNo 1.3.6.1.4.1.7262.2.2.1.3.2.4.0
r/o String MIB version number.
hzOduAtpc 1.3.6.1.4.1.7262.2.2.1.4

hzOduAtpcEnable 1.3.6.1.4.1.7262.2.2.1.4.1.0
r/w Integer
Indicates and controls whether ATPC is enabled.
1=disabled, 2=enabled
hzOduAtpcRslThreshold 1.3.6.1.4.1.7262.2.2.1.4.2.0
r/o Integer The current ATPC RSL threshold.
hzOduAtpcFadeStep 1.3.6.1.4.1.7262.2.2.1.4.3.0
r/o Integer The current ATPC fade step size.
hzOduAtpcRslHysteresis 1.3.6.1.4.1.7262.2.2.1.4.4.0
r/o Integer The current ATPC RSL hysteresis value.
hzOduAtpcAtpcMaximumChange 1.3.6.1.4.1.7262.2.2.1.4.5.0
r/o Integer The current maximum allowed ATPC change.
hzOduAam 1.3.6.1.4.1.7262.2.2.1.5

hzOduAamEnable 1.3.6.1.4.1.7262.2.2.1.5.1.0
r/w Integer
Indicates and controls whether AAM is enabled.
1=disabled, 2=enabled

- 7 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduPeerSysInfo 1.3.6.1.4.1.7262.2.2.1.6

hzOduPeerMacAddress 1.3.6.1.4.1.7262.2.2.1.6.1.0
r/o String The MAC address of the connected remote system.
hzOduPeerIpAddress 1.3.6.1.4.1.7262.2.2.1.6.2.0
r/o
IP
Address The IP address of the connected remote system.
hzOduPeerSubnetMask 1.3.6.1.4.1.7262.2.2.1.6.3.0
r/o
IP
Address The subnet mask of the connected remote system.
hzOduSysRedundancy 1.3.6.1.4.1.7262.2.2.1.7

hzOduSystemRedundancyMode 1.3.6.1.4.1.7262.2.2.1.7.1.0
r/w Integer
Indicates and controls the current system redundancy
mode. 1=off, 2=primary-hsb-1wire, 3=secondary-hsb-
1wire, 4=primary-hsb-2wire, 5=secondary-hsb-2wire
hzOduSystemRedundancyOverride 1.3.6.1.4.1.7262.2.2.1.7.2.0
r/w Integer
Indicates and controls the current active link. 1=primary,
2=secondary, 3=auto
hzOduSystemRedundancyLinkStatus 1.3.6.1.4.1.7262.2.2.1.7.3.0
r/o String Indicates the current redundancy link status.
hzOduSystemRedundancyStandbyEnetState 1.3.6.1.4.1.7262.2.2.1.7.4.0
r/w Integer
Indicates and controls the standby Ethernet port state.
1=on, 2=off, 3=pulse
hzOduSystemRedundancyStateSwitch 1.3.6.1.4.1.7262.2.2.1.7.5.0
w/o Integer Switches the redundancy state. 1=initiate state switch
hzOduAuthentication 1.3.6.1.4.1.7262.2.2.2

hzOduUniquePeerAuthenticationKey 1.3.6.1.4.1.7262.2.2.2.1.0
r/w String
The serial number of the remote system that this unit will
connect to.
hzOduPeerDetectedSerialNumber 1.3.6.1.4.1.7262.2.2.2.2.0
r/o String The current serial number of the remote system.
hzOduAuthenticationMode 1.3.6.1.4.1.7262.2.2.2.3.0
r/w Integer
Indicates and controls the authentication mode of the
system. 1=none, 2=unique, 3=group
hzOduAuthenticationFailureAction 1.3.6.1.4.1.7262.2.2.2.4.0
r/w Integer
Indicates and controls the authentication failure action of
the system. 1=block traffic, 2=pass traffic
hzOduPeerAuthenticationStatus 1.3.6.1.4.1.7262.2.2.2.5.0
r/o Integer
The current authentication status of the system. 1=not
authenticated, 2=authenticated, 3=explicit authentication
failure
hzOduNetworkManagement 1.3.6.1.4.1.7262.2.2.3

hzOduMacAddress 1.3.6.1.4.1.7262.2.2.3.1.0
r/o String The MAC address of the network interface card.
hzOduNetworkManagementInterface 1.3.6.1.4.1.7262.2.2.3.2.0
r/o Integer
The network management interface connection. 1=port 1,
2=port 2, 3=port 2 extended
hzOduIpAddress 1.3.6.1.4.1.7262.2.2.3.3.0
r/o
IP
Address The IP address of the system.
hzOduSubnetMask 1.3.6.1.4.1.7262.2.2.3.4.0
r/o
IP
Address The subnet mask of the system.
hzOduDefaultGateway 1.3.6.1.4.1.7262.2.2.3.5.0
r/o
IP
Address The default gateway of the system.
hzOduTelnetAccessMode 1.3.6.1.4.1.7262.2.2.3.6.0
r/w Integer
Indicates and controls whether access via telnet is
allowed. 1=disabled, 2=enabled
hzOduSshAccessMode 1.3.6.1.4.1.7262.2.2.3.7.0
r/w Integer
Indicates and controls whether access via SSH is
allowed. 1=disabled, 2=enabled

- 8 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduVlanTagEnable 1.3.6.1.4.1.7262.2.2.3.8.0
r/w Integer
Indicates and controls VLAN tagging of management
traffic. 1=disabled, 2=enabled
hzOduVlanTagId 1.3.6.1.4.1.7262.2.2.3.9.0
r/w Integer
The VLAN ID to be assigned and expected on
management traffic.
hzOduVlanTagPriority 1.3.6.1.4.1.7262.2.2.3.10.0
r/w Integer
The VLAN CoS tag to be assigned and expected on
management traffic.
hzOduNetworkInterface 1.3.6.1.4.1.7262.2.2.4

hzOduEnetPort1 1.3.6.1.4.1.7262.2.2.4.1

hzOduEnetPort1Description 1.3.6.1.4.1.7262.2.2.4.1.1.0
r/o String Description of the port.
hzOduEnetPort1Config 1.3.6.1.4.1.7262.2.2.4.1.2

hzOduEnetPort1AutoNegotiation 1.3.6.1.4.1.7262.2.2.4.1.2.1.0
r/w Integer
Sets the desired ethernet auto negotiation status. 1=on,
2=off (Off sets 100Mbps/full duplex)
hzOduEnetPort1Speed 1.3.6.1.4.1.7262.2.2.4.1.2.2.0
r/w Integer
Sets the desired ethernet interface speed. 1=10Mbps,
2=100Mbps, 3=1000Mbps, 4=auto
hzOduEnetPort1Duplex 1.3.6.1.4.1.7262.2.2.4.1.2.3.0
r/o Integer
Sets the desired ethernet interface duplex. 1=full, 2=half,
3=auto
hzOduEnetPort1Media 1.3.6.1.4.1.7262.2.2.4.1.2.4.0
r/o Integer
Sets the desired ethernet media type. 1=copper, 2=fiber,
3=auto
hzOduEnetPort1AdminState 1.3.6.1.4.1.7262.2.2.4.1.2.5.0
r/o Integer
Sets the desired ethernet port administrative state. 1=on,
2=off
hzOduEnetPort1OpticalTransceiverState 1.3.6.1.4.1.7262.2.2.4.1.2.6.0
r/o Integer
Sets the desired optical transmitter state for fiber
connections. 1=on, 2=off
hzOduEnetPort1PauseFrameEnable 1.3.6.1.4.1.7262.2.2.4.1.2.7.0
r/w Integer
Controls and indicates the current pause frame setting.
1=disabled, 2=enabled
hzOduEnetPort1MaxFrameSize 1.3.6.1.4.1.7262.2.2.4.1.2.8.0
r/w Integer
Controls and indicates the current maximum ethernet
frame size. 1600 to 9600, 1600 is the default.
hzOduEnetPort1DroppedEnetFramesThresholdParameters 1.3.6.1.4.1.7262.2.2.4.1.2.9.0
r/w String
Dropped frames threshold alarm settings. [percent]
[seconds]
hzOduEnetPort1BandwidthUtilizationThresholdParameters 1.3.6.1.4.1.7262.2.2.4.1.2.10.0
r/w String
Bandwidth utilization threshold alarm settings. [percent]
[seconds]
hzOduEnetPort1Status 1.3.6.1.4.1.7262.2.2.4.1.3

hzOduEnetPort1LinkStatus 1.3.6.1.4.1.7262.2.2.4.1.3.1.0
r/o Integer
Indicates the current ethernet link status. 1=down, 2=up,
3=invalid
hzOduEnetPort1AutoNegotiationStatus 1.3.6.1.4.1.7262.2.2.4.1.3.2.0
r/o Integer
Indicates the current ethernet auto negotiation status.
1=on, 2=off, 3=invalid
hzOduEnetPort1SpeedStatus 1.3.6.1.4.1.7262.2.2.4.1.3.3.0
r/o Integer
Indicates the current ethernet interface speed.
1=10Mbps, 2=100Mbps, 3=1000Mbps, 4=auto, 5=invalid
hzOduEnetPort1DuplexStatus 1.3.6.1.4.1.7262.2.2.4.1.3.4.0
r/o Integer
Indicates the current ethernet interface duplex. 1=full,
2=half, 3=auto, 4=invalid
hzOduEnetPort1MediaStatus 1.3.6.1.4.1.7262.2.2.4.1.3.5.0
r/o Integer
Indicates the current ethernet interface media type.
1=copper, 2=fiber, 3=auto, 4=invalid
hzOduEnetPort1Stats 1.3.6.1.4.1.7262.2.2.4.1.4


- 9 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduEnetPort1TxFrames 1.3.6.1.4.1.7262.2.2.4.1.4.1.0
r/o Counter Ethernet frames transmitted.
hzOduEnetPort1TxBytes 1.3.6.1.4.1.7262.2.2.4.1.4.2.0
r/o Counter Bytes sent.
hzOduEnetPort1RxFrames 1.3.6.1.4.1.7262.2.2.4.1.4.3.0
r/o Counter Ethernet frames received.
hzOduEnetPort1RxBytes 1.3.6.1.4.1.7262.2.2.4.1.4.4.0
r/o Counter Bytes received.
hzOduEnetPort1RxFramesInError 1.3.6.1.4.1.7262.2.2.4.1.4.5.0
r/o Counter Errored Ethernet frames received.
hzOduEnetPort1RxFramesCRCError 1.3.6.1.4.1.7262.2.2.4.1.4.6.0
r/o Counter Ethernet frames received with CRC errors.
hzOduEnetPort1BWUtilization 1.3.6.1.4.1.7262.2.2.4.1.4.7.0
r/o Integer Percentage of link bandwidth used.
hzOduEnetPort1IngressDataRate 1.3.6.1.4.1.7262.2.2.4.1.4.8.0
r/o Integer Data rate in, in Mbps. Divide by 100.
hzOduEnetPort1EgressDataRate 1.3.6.1.4.1.7262.2.2.4.1.4.9.0
r/o Integer Data rate out, in Mbps. Divide by 100.
hzOduEnetPort1FramesInQueue1 1.3.6.1.4.1.7262.2.2.4.1.4.10.0
r/o Counter Frames received and assigned to queue 1.
hzOduEnetPort1FramesInQueue2 1.3.6.1.4.1.7262.2.2.4.1.4.11.0
r/o Counter Frames received and assigned to queue 2.
hzOduEnetPort1FramesInQueue3 1.3.6.1.4.1.7262.2.2.4.1.4.12.0
r/o Counter Frames received and assigned to queue 3.
hzOduEnetPort1FramesInQueue4 1.3.6.1.4.1.7262.2.2.4.1.4.13.0
r/o Counter Frames received and assigned to queue 4.
hzOduEnetPort1FramesInQueue1Discarded 1.3.6.1.4.1.7262.2.2.4.1.4.14.0
r/o Counter Frames discarded from queue 1.
hzOduEnetPort1FramesInQueue2Discarded 1.3.6.1.4.1.7262.2.2.4.1.4.15.0
r/o Counter Frames discarded from queue 2.
hzOduEnetPort1FramesInQueue3Discarded 1.3.6.1.4.1.7262.2.2.4.1.4.16.0
r/o Counter Frames discarded from queue 3.
hzOduEnetPort1FramesInQueue4Discarded 1.3.6.1.4.1.7262.2.2.4.1.4.17.0
r/o Counter Frames discarded from queue 4.
hzOduEnetPort2 1.3.6.1.4.1.7262.2.2.4.2

nzOduEnetPort2Description 1.3.6.1.4.1.7262.2.2.4.2.1.0
r/o String Description of the port.
hzOduEnetPort2Config 1.3.6.1.4.1.7262.2.2.4.2.2

hzOduEnetPort2AutoNegotiation 1.3.6.1.4.1.7262.2.2.4.2.2.1.0
r/w Integer
Sets the desired ethernet auto negotiation status. 1=on,
2=off (Off sets 100Mbps/full duplex)
hzOduEnetPort2Speed 1.3.6.1.4.1.7262.2.2.4.2.2.2.0
r/w Integer
Sets the desired ethernet interface speed. 1=10Mbps,
2=100Mbps, 3=1000Mbps, 4=auto
hzOduEnetPort2Duplex 1.3.6.1.4.1.7262.2.2.4.2.2.3.0
r/o Integer
Sets the desired ethernet interface duplex. 1=full, 2=half,
3=auto
hzOduEnetPort2AdminState 1.3.6.1.4.1.7262.2.2.4.2.2.4.0
r/o Integer
Sets the desired ethernet port administrative state. 1=on,
2=off
hzOduEnetPort2Status 1.3.6.1.4.1.7262.2.2.4.2.3

hzOduEnetPort2LinkStatus 1.3.6.1.4.1.7262.2.2.4.2.3.1.0
r/o Integer
Indicates the current ethernet link status. 1=down, 2=up,
3=invalid
hzOduEnetPort2AutoNegotiationStatus 1.3.6.1.4.1.7262.2.2.4.2.3.2.0
r/o Integer
Indicates the current ethernet auto negotiation status.
1=on, 2=off, 3=invalid
hzOduEnetPort2SpeedStatus 1.3.6.1.4.1.7262.2.2.4.2.3.3.0
r/o Integer
Indicates the current ethernet interface speed.
1=10Mbps, 2=100Mbps, 3=1000Mbps, 4=auto, 5=invalid
hzOduEnetPort2DuplexStatus 1.3.6.1.4.1.7262.2.2.4.2.3.4.0
r/o Integer
Indicates the current ethernet interface duplex. 1=full,
2=half, 3=auto, 4=invalid

- 10 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduEnetPort2MediaStatus 1.3.6.1.4.1.7262.2.2.4.2.3.5.0
r/o Integer
Indicates the current ethernet interface media type.
1=copper, 2=fiber, 3=auto, 4=invalid
hzOduEnetPort2Stats 1.3.6.1.4.1.7262.2.2.4.2.4

hzOduEnetPort2TxFrames 1.3.6.1.4.1.7262.2.2.4.2.4.1.0
r/o Counter Ethernet frames transmitted.
hzOduEnetPort2TxBytes 1.3.6.1.4.1.7262.2.2.4.2.4.2.0
r/o Counter Bytes sent.
hzOduEnetPort2RxFrames 1.3.6.1.4.1.7262.2.2.4.2.4.3.0
r/o Counter Ethernet frames received.
hzOduEnetPort2RxBytes 1.3.6.1.4.1.7262.2.2.4.2.4.4.0
r/o Counter Bytes received.
hzOduEnetPort2RxFramesInError 1.3.6.1.4.1.7262.2.2.4.2.4.5.0
r/o Counter Errored ethernet frames received.
hzOduEnetPort2RxsFramesCrcError 1.3.6.1.4.1.7262.2.2.4.2.4.6.0
r/o Counter Ethernet frames received with CRC errors.
hzOduWirelessInterface 1.3.6.1.4.1.7262.2.2.5

hzOduWirelessPort1 1.3.6.1.4.1.7262.2.2.5.1

hzOduWirelessPort1Description 1.3.6.1.4.1.7262.2.2.5.1.1.0
r/o String Wireless Port 1 functional description
hzOduModem1 1.3.6.1.4.1.7262.2.2.5.1.2

hzOduModem1AdminStatus 1.3.6.1.4.1.7262.2.2.5.1.2.1.0
r/o Integer
Current administrative state of the modem. 1=up,
2=down, 3=testing
hzOduModem1OperStatus 1.3.6.1.4.1.7262.2.2.5.1.2.2.0
r/o Integer
Current operational state of the modem. 1=up, 2=down,
3=testing
hzOduModem1Reset 1.3.6.1.4.1.7262.2.2.5.1.2.3.0
w/o Integer
NOT IMPLEMENTED. Writing a 1 to this object causes
the modem card to reset.
hzOduModem1ChannelizedRsl 1.3.6.1.4.1.7262.2.2.5.1.2.4.0
r/o Integer
Estimated channelized RSL. Divide by 10 for the actual
value.
hzOduModem1ModulationType 1.3.6.1.4.1.7262.2.2.5.1.2.5.0
r/o Integer
Current RF modulation scheme in use. 1=qpsk, 2=qam,
3=qam16, 4=qam32, 5=qam64, 6=qam128, 7=qam256,
8=x8psk
hzOduModem1CurrentRxSpeed 1.3.6.1.4.1.7262.2.2.5.1.2.6.0
r/o Integer
Estimated current RX bandwidth in bits per second.
Divide by 10000 for data rate in Mbps.
hzOduModem1CurrentTxSpeed 1.3.6.1.4.1.7262.2.2.5.1.2.7.0
r/o Integer
Estimated current TX bandwidth in bits per second.
Divide by 10000 for data rate in Mbps.
hzOduModem1Snr 1.3.6.1.4.1.7262.2.2.5.1.2.8.0
r/o Integer
Signal to noise ratio in dB. Divide by 10 for the correct
value.
hzOduModem1EbtoNoiseRatio 1.3.6.1.4.1.7262.2.2.5.1.2.9.0
r/o Integer
Estimated energy per bit to noise power spectral density
ratio. Divide by 10 for the correct value.
hzOduModem1EqualizerStress 1.3.6.1.4.1.7262.2.2.5.1.2.10.0
r/o Integer Estimated equalizer stress.
hzOduModem1SnrThresholdParameters 1.3.6.1.4.1.7262.2.2.5.1.2.11.0
r/w String Current SNR threshold alarm parameters. [SNR]
hzOduModem1ChannelizedRslBelowThresholdParameters 1.3.6.1.4.1.7262.2.2.5.1.2.12.0
r/w String
Current channelized RSL threshold alarm parameters.
[RSL] [time in seconds]
hzOduModem1LastChange 1.3.6.1.4.1.7262.2.2.5.1.2.13.0
r/o Timeticks
hzOduModem1ChannelizedRSLUnsignedInt 1.3.6.1.4.1.7262.2.2.5.1.2.14.0
r/o Integer
Estimate of the modems channelized RSL in dBm.
Divide by 10 for the actual value, RSL is typically a
negative value.

- 11 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduModem1Statistics 1.3.6.1.4.1.7262.2.2.5.1.2.14

hzOduModem1TxFrames 1.3.6.1.4.1.7262.2.2.5.1.2.14.1.0
r/o Counter Current count of modem frames transmitted.
hzOduModem1RxFramesOk 1.3.6.1.4.1.7262.2.2.5.1.2.14.2.0
r/o Counter Current count of modem frames received.
hzOduModem1RxFramesError 1.3.6.1.4.1.7262.2.2.5.1.2.14.3.0
r/o Counter Current count of modem frames received with errors.
hzOduModem1RxFramesQueueDiscarded 1.3.6.1.4.1.7262.2.2.5.1.2.14.4.0
r/o Counter
Current count of modem frames in the queue that were
discarded.
hzOduModem1TxBlocks 1.3.6.1.4.1.7262.2.2.5.1.2.14.5.0
r/o Counter Current count of modem blocks transmitted.
hzOduModem1RxBlocksOk 1.3.6.1.4.1.7262.2.2.5.1.2.14.6.0
r/o Counter Current count of modem blocks received.
hzOduModem1RxBlocksError 1.3.6.1.4.1.7262.2.2.5.1.2.14.7.0
r/o Counter Current count of modem blocks received with errors.
hzOduRadio1 1.3.6.1.4.1.7262.2.2.5.1.3

hzOduRadio1OperStatus 1.3.6.1.4.1.7262.2.2.5.1.3.1.0
r/o Integer
Current operational state of the radio. 1=up, 2=down,
3=testing or firmware upgrade
hzOduRadio1TransmitPowerDbm 1.3.6.1.4.1.7262.2.2.5.1.3.2.0
r/w Integer
Current or desired transmit power of the radio in dBm.
Divide by 10 for the actual value.
hzOduRadio1ProgrammedAntennaDiameter 1.3.6.1.4.1.7262.2.2.5.1.3.3.0
r/w Integer
Currently programmed antenna diameter, in inches.
1=12", 2=24", 3=36"
hzOduRadio1PowerOption 1.3.6.1.4.1.7262.2.2.5.1.3.4.0
r/o Integer
Indicates the radio power option. 1=normal power, 2=high
power
hzOduRadio1TxState 1.3.6.1.4.1.7262.2.2.5.1.3.5.0
r/o Integer Indicates the current radio transmitter state. 1=off, 2=on
hzOduRadio1Temperature 1.3.6.1.4.1.7262.2.2.5.1.3.6.0
r/o Integer
Indicates the current radio temperature in Celsius. Divide
by 10 for the actual value.
hzOduFrequencies 1.3.6.1.4.1.7262.2.2.6

hzOduRadioBand 1.3.6.1.4.1.7262.2.2.6.1.0
r/w Integer
Indicates or sets the radio band. 1=freqNone, 2=fcc23-3-
50, 3=etsi23-3-14, 4=fcc18-1-50, 5=ic18-1-50,
6=brazil18-1-27p5, 7=brazil18-1-55, 8=etsi23-3-28,
9=etsi23-3-56, 10=uk23-3-56, 11=itu23-3-14, 12=itu23-3-
28, 13=itu23-3-56, 14=etsi18-2-13p75, 15=etsi18-2-27p5,
16=etsi18-2-55, 17=french18-2-13p75, 18=french18-2-
27p5, 19=fcc23-3-50, 20=mex23-2-28, 21=itu23-2-28,
22=itu23-2-14, 23=etsi23-2-14, 24=etsi23-2-28,
25=etsi23-2-56, 26=uk23-2-56, 27=itu23-2-56, 28=fcc23-
1-50, 29=mex23-1-28, 30=itu23-1-28, 31=itu23-1-14,
32=itu23-1-56, 33=etsi18-3-13p75, 34=etsi18-3-27p5,
35=etsi18-3-55, 36=french18-3-13p75, 37=french18-3-
27p5, 38=tunisia23-3-56, 39=tunisia23-3-28,
40=tunisia23-3-14, 41=tunisia23-3-ext-28, 42=tunisia23-
2-14, 43=tunisia23-2-28, 44=tunisia23-2-56, 45=brazil23-
2-14, 46=brazil23-2-28, 47=brazil23-2-56, 48=brazil18-1-
13p75, 49=fcc-ic-18-1-40, 50=fcc11-1-40, 51=nz11-1-40,
52=fcc11-1-30a, 53=fcc11-1-30b, 54=ic11-1-30,
55=itu11-1-40, 56=fcc11-2-40, 57=nz11-2-40, 58=fcc11-
2-30a, 59=fcc11-2-30b, 60=ic11-2-30, 61=itu11-2-40,

- 12 -
DragonWave Inc. Horizon Compact SNMP Documentation


62=etsi11-1-40, 63=etsi11-2-40, 64=ul24-1-50,
65=mvdds12-1-50, 66=etsi13-1-14, 67=etsi13-1-28,
68=etsi13-2-14, 69=etsi28-2-28, 70=fcc28-1-50,
71=fcc28-1-25, 72=fcc28-2-50, 73=fcc28-2-25,
74=etsi28-3-56, 75=etsi28-3-28, 76=etsi28-3-14,
77=etsi28-4-56, 78=etsi28-4-28, 79=etsi28-4-14,
80=etsi15-4-7, 81=etsi15-4-14, 82=etsi15-4-28,
83=etsi15-4-56, 84=mex15-4-7, 85=mex15-4-14, 86=nz-
aus15-4-7, 87=nz-aus15-4-14, 88=nz-aus15-4-28,
89=fcc23-1-40, 90=fcc23-2-40, 91=fcc23-3-40
hzOduFreqGroupSelected 1.3.6.1.4.1.7262.2.2.6.2.0
r/w Integer Indicates or sets the frequency bank.1=txLow, 2=txHigh
hzOduTxLowFreqTable 1.3.6.1.4.1.7262.2.2.6.3
Table! The TxLow frequency table.
hzOduTxHighFreqTable 1.3.6.1.4.1.7262.2.2.6.4
Table! The TxHigh frequency table.
hzOduProgrammedFrequency 1.3.6.1.4.1.7262.2.2.6.5

hzOduProgrammedFrequencyChannel 1.3.6.1.4.1.7262.2.2.6.5.1.0
r/o String The programmed channel index.
hzOduProgrammedFrequencyTxRf 1.3.6.1.4.1.7262.2.2.6.5.2.0
r/o Integer The programmed RF transmit frequency in MHz.
hzOduProgrammedFrequencyRxRf 1.3.6.1.4.1.7262.2.2.6.5.3.0
r/o Integer The programmed RF receive frequency in MHz.
hzOduCalendar 1.3.6.1.4.1.7262.2.2.7

hzOduDate 1.3.6.1.4.1.7262.2.2.7.1.0
r/o String Current system date. [mm/dd/yy]
hzOduTime 1.3.6.1.4.1.7262.2.2.7.2.0
r/o String Current system time. [hh:mm:ss:hh]
hzOduAlarms 1.3.6.1.4.1.7262.2.2.8

hzOduClearAlarmCounters 1.3.6.1.4.1.7262.2.2.8.1.0
w/o Integer
Clears the alarm counters for the specified group.
1=nicCounters, 2=modemCounters, 3=radioCounters,
4=allCounters, otherCounters=5
hzOduSystemAl arms 1.3.6.1.4.1.7262.2.2.8.2

hzOduExplicitAuthenticationFailure 1.3.6.1.4.1.7262.2.2.8.2.1.0
r/o Integer Authentication of the remote unit has failed. 1=off, 2=on
hzOduExplicitAuthenticationFailureCount 1.3.6.1.4.1.7262.2.2.8.2.2.0
r/o Counter
Indicates the number of times the
hzOduExplicitAuthenticationFailure alarm has occurred.
hzOduAamConfigMismatch 1.3.6.1.4.1.7262.2.2.8.2.3.0
r/o Integer
The AAM configuration does not match on the local and
remote units. 1=off, 2=on
hzOduAamConfigMismatchCount 1.3.6.1.4.1.7262.2.2.8.2.4.0
r/o Counter
Indicates the number of times the
hzOduAamConfigMismatch alarm has occurred.
hzOduAamActive 1.3.6.1.4.1.7262.2.2.8.2.5.0
r/o Integer
The AAM feature has been activated, and the system is
running on lowest modulation. 1=off, 2=on
hzOduAamActiveCount 1.3.6.1.4.1.7262.2.2.8.2.6.0
r/o Counter
Indicates the number of times the hzOduAamActive alarm
has occurred.
hzOduAtpcConfigMismatch 1.3.6.1.4.1.7262.2.2.8.2.7.0
r/o Integer
The ATPC configuration does not match on the local and
remote units. 1=off, 2=on
hzOduAtpcConfigMismatchCount 1.3.6.1.4.1.7262.2.2.8.2.8.0
r/o Counter
Indicates the number of times the
hzOduAtpcConfigMismatch alarm has occurred.

- 13 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduSntpServerUnavailableAlarm 1.3.6.1.4.1.7262.2.2.8.2.9.0
r/o Integer
None of the SNTP servers are reachable, or responded
within the timeout period. 1=off, 2=on
hzOduSntpServerUnavailableAlarmCount 1.3.6.1.4.1.7262.2.2.8.2.10.0
r/o Counter
Indicates how long, in seconds, that the
hzOduSntpServerUnavailableAlarm alarm has been
active.
hzOduFrequencyFileInvalid 1.3.6.1.4.1.7262.2.2.8.2.11.0
r/o Integer
The currently executing frequency file is invalid. 1=off,
2=on
hzOduFrequencyFileInvalidCount 1.3.6.1.4.1.7262.2.2.8.2.12.0
r/o Counter
Indicates how long, in seconds, that the
hzOduFrequencyFileInvalid alarm has been active.
hzOduAtpcAutoDisabled 1.3.6.1.4.1.7262.2.2.8.2.13.0
r/o Integer
ATPC has been set to off and the system is transmitting
using coordinated transmit power. 1=off, 2=on
hzOduAtpcAutoDisabledCount 1.3.6.1.4.1.7262.2.2.8.2.14.0
r/o Counter
Indicates how long, in seconds, that the
hzOduAtpcAutoDisabled alarm has been active.
hzOduPartnerRedundancyModeMismatch 1.3.6.1.4.1.7262.2.2.8.2.15.0

Indicates the link partners redundancy mode does not
match this units programming. 1=off, 2=on
hzOduPartnerRedundancyModeMismatchCount 1.3.6.1.4.1.7262.2.2.8.2.16.0

Indicates how long, in seconds, that the
hzOduPartnerRedundancyModeMismatch alarm has
been active.
hzOduPartnerConfigurationMismatch 1.3.6.1.4.1.7262.2.2.8.2.17.0

Indicates the link partners redundancy configuration does
not match this units programming. 1=off, 2=on
hzOduPartnerConfigurationMismatchCount 1.3.6.1.4.1.7262.2.2.8.2.18.0

Indicates how long, in seconds, that the
hzOduPartnerConfigurationMismatch alarm has been
active.
hzOduHsbActiveOnSecondary 1.3.6.1.4.1.7262.2.2.8.2.19.0

Indicates the HSB link is active on the secondary RF
path. 1=off, 2=on
hzOduHsbActiveOnSecondaryCount 1.3.6.1.4.1.7262.2.2.8.2.20.0

Indicates how long, in seconds, that the
hzOduHsbActiveOnSecondary alarm has been active.
hzOduHsbOverrideByUser 1.3.6.1.4.1.7262.2.2.8.2.21.0

Indicates the HSB mode has been overridden by a user.
1=off, 2=on
hzOduHsbOverrideByUserCount 1.3.6.1.4.1.7262.2.2.8.2.22.0

Indicates how long, in seconds, that the
hzOduHsbOverrideByUserCount alarm has been active.
hzOduHsbCrossLinkActive 1.3.6.1.4.1.7262.2.2.8.2.23.0

Indicates that a HSB cross-link is active. (Primary to
secondary, or secondary to primary.) 1=off, 2=on
hzOduHsbCrossLinkActiveCount 1.3.6.1.4.1.7262.2.2.8.2.24.0

Indicates how long, in seconds, that the
hzOduHsbCrossLinkActive alarm has been active.
hzOduNetworkInterfaceAlarms 1.3.6.1.4.1.7262.2.2.8.3

hzOduEnetPort1Alarms 1.3.6.1.4.1.7262.2.2.8.3.1

hzOduEnetPort1DroppedEnetFramesThresholdExceeded 1.3.6.1.4.1.7262.2.2.8.3.1.1.0
r/o Integer
The dropped frames threshold has been exceeded. 1=off,
2=on
hzOduEnetPort1DroppedEnetFramesThresholdCount 1.3.6.1.4.1.7262.2.2.8.3.1.2.0
r/o Counter
The approximate time, in seconds, that the
hzOduEnetPort1DroppedEnetFramesThresholdExceeded
alarm has been active.
hzOduEnetPort1BandwidthUtilizationThresholdExceeded 1.3.6.1.4.1.7262.2.2.8.3.1.3.0
r/o Integer
The bandwidth utilization threshold has been exceeded.
1=off, 2=on

- 14 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduEnetPort1BandwidthUtilizationThresholdCount 1.3.6.1.4.1.7262.2.2.8.3.1.4.0
r/o Counter
The approximate time, in seconds, that the
hzOduEnetPort1BandwidthUtilizationThresholdExceeded
alarm has been active.
hzOduEnetPort1RlsMismatch 1.3.6.1.4.1.7262.2.2.8.3.1.5.0
r/o Integer
The RLS settings on the local and remote units do not
match. 1=off, 2=on
hzOduEnetPort1RlsMismatchCount 1.3.6.1.4.1.7262.2.2.8.3.1.6.0
r/o Counter
The approximate time, in seconds, that the
hzOduEnetPort1RlsMismatch alarm has been active.
hzOduEnetPort1RlsShutdownActivated 1.3.6.1.4.1.7262.2.2.8.3.1.7.0
r/o Integer
The RLS shutdown conditions have been met, and the
port has been disabled. 1=off, 2=on
hzOduEnetPort1RlsShutdownActivatedCount 1.3.6.1.4.1.7262.2.2.8.3.1.8.0
r/o Counter
The approximate time, in seconds, that the
hzOduEnetPort1RlsActivated alarm has been active.
hzOduEnetPort1EthernetLinkDown 1.3.6.1.4.1.7262.2.2.8.3.1.9.0
r/o Integer The ethernet link is down. 1=off, 2=on
hzOduEnetPort1EthernetlinkDownActivatedCount 1.3.6.1.4.1.7262.2.2.8.3.1.10.0
r/o Counter
The approximate time, in seconds, that the
hzOduEnetPort1EthernetLinkDown alarm has been
active.
hzOduEnetPort2Alarms 1.3.6.1.4.1.7262.2.2.8.3.2

hzOduEnetPort2EthernetLinkDown 1.3.6.1.4.1.7262.2.2.8.3.2.1.0
r/o Integer The ethernet link is down. 1=off, 2=on
hzOduEnetPort2EthernetlinkDownActivatedCount 1.3.6.1.4.1.7262.2.2.8.3.2.2.0
r/o Counter
The approximate time, in seconds, that the
hzOduEnetPort2EthernetLinkDown alarm has been
active.
hzOduWirelessInterfaceAlarms 1.3.6.1.4.1.7262.2.2.8.4

hzOduModem1Alarms 1.3.6.1.4.1.7262.2.2.8.4.4

hzOduModem1RxLossOfSignal 1.3.6.1.4.1.7262.2.2.8.4.4.1.0
r/o Integer Loss of signal lock from the demodulator. 1=off, 2=on
hzOduModem1RxLossOfSignalCount 1.3.6.1.4.1.7262.2.2.8.4.4.2.0
r/o Counter
Indicates the approximate time, in seconds, that the
hzOduModem1RxLossOfSignal alarm has been active.
hzOduModem1TxLossOfSync 1.3.6.1.4.1.7262.2.2.8.4.4.3.0
r/o Integer Loss of sync bytes at the modulator input. 1=off, 2=on
hzOduModem1TxLossOfSyncCount 1.3.6.1.4.1.7262.2.2.8.4.4.4.0
r/o Counter
Indicates the approximate time, in seconds, that the
hzOduModem1TxLossofSync alarm has been active.
hzOduModem1SnrBelowThreshold 1.3.6.1.4.1.7262.2.2.8.4.4.5.0
r/o Integer
The estimated demodulator SNR is below the
programmed threshold. 1=off, 2=on
hzOduModem1SnrBelowThresholdCount 1.3.6.1.4.1.7262.2.2.8.4.4.6.0
r/o Counter
Indicates the approximate time, in seconds, that the
hzOduModem1SnrBelowThreshold alarm has been
active.
hzOduModem1EqualizerStressExceedThreshold 1.3.6.1.4.1.7262.2.2.8.4.4.7.0
r/o Integer
The estimated equalizer stress exceeds the programmed
threshold. 1=off, 2=on
hzOduModem1EquilizerStressExceedThresholdCount 1.3.6.1.4.1.7262.2.2.8.4.4.8.0
r/o Counter
Indicates the approximate time, in seconds, that the
hzOduModem1EqualizerStressExceedThreshold alarm
has been active.
hzOduModem1HardwareFault 1.3.6.1.4.1.7262.2.2.8.4.4.9.0
r/o Integer
A fault has been detected within the modem hardware.
1=off, 2=on
hzOduModem1HardwareFaultCount 1.3.6.1.4.1.7262.2.2.8.4.4.10.0
r/o Counter
Indicates the approximate time, in seconds, that the
hzOduModem1HardwareFault alarm has been active.

- 15 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduModem1ProgrammingError 1.3.6.1.4.1.7262.2.2.8.4.4.11.0
r/o Integer
An error was detected while programming the modem.
1=off, 2=on
hzOduModem1ProgrammingErrorCount 1.3.6.1.4.1.7262.2.2.8.4.4.12.0
r/o Counter
Indicates the approximate time, in seconds, that the
hzOduModem1ProgrammingError alarm has been active.
hzOduRadio1Al arms 1.3.6.1.4.1.7262.2.2.8.4.5

hzOduRadio1SynthLostLock 1.3.6.1.4.1.7262.2.2.8.4.5.1.0
r/o Integer Loss of signal lock from the IF synthesizer. 1=off, 2=on
hzOduRadio1SynthLostLockCount 1.3.6.1.4.1.7262.2.2.8.4.5.2.0
r/o Counter
Indicates the time, in seconds, that the
hzOduRadio1SynthLostLock alarm has been active.
hzOduRadio1TempCompCalTableNotAvail 1.3.6.1.4.1.7262.2.2.8.4.5.3.0
r/o Integer
The temperature compensation table is not available.
1=off, 2=on
hzOduRadio1TempCompCalTableNotAvailCount 1.3.6.1.4.1.7262.2.2.8.4.5.4.0
r/o Counter
Indicates the time, in seconds, that the
hzOduRadio1TempCompCalTableNotAvail alarm has
been active.
hzOduRadio1TxDetectorPwrBelowThresh 1.3.6.1.4.1.7262.2.2.8.4.5.5.0
r/o Integer
The TX power detector has detected power below the
system threshold. 1=off, 2=on
hzOduRadio1TxDetectorPwrBelowThreshCount 1.3.6.1.4.1.7262.2.2.8.4.5.6.0
r/o Counter
Indicates the time, in seconds, that the
hzOduRadio1TxDetectorPwrBelowThresh alarm has
been active.
hzOduRadio1DrainCurrentOutOfLimit 1.3.6.1.4.1.7262.2.2.8.4.5.7.0
r/o Integer
The radio drain current is outside the allowed system
parameters. 1=off, 2=on
hzOduRadio1DrainCurrentOutOfLimitCount 1.3.6.1.4.1.7262.2.2.8.4.5.8.0
r/o Counter
Indicates the time, in seconds, that the
hzOduRadio1DrainCurrentOutOfLimit alarm has been
active.
hzOduRadio1TemperatureOutOfLimit 1.3.6.1.4.1.7262.2.2.8.4.5.9.0
r/o Integer
The radio temperature is outside the allowed system
parameters. 1=off, 2=on
hzOduRadio1TemperatureOutOfLimitCount 1.3.6.1.4.1.7262.2.2.8.4.5.10.0
r/o Counter
Indicates the time, in seconds, that the
hzOduRadio1TemperatureOutOfLimit alarm has been
active.
hzOduTraps 1.3.6.1.4.1.7262.2.2.9

hzOduSnmpTrapHostTable 1.3.6.1.4.1.7262.2.2.9.1
Table! The SNMP v1 and v2c trap hosts table.
hzOduSnmpV3TrapHostsTable 1.3.6.1.4.1.7262.2.2.9.2
Table! The SNMP v3 trap hosts table.
hzOduColdStartTrap 1.3.6.1.4.1.7262.2.2.9.3.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduLinkDownTrap 1.3.6.1.4.1.7262.2.2.9.4.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduLinkUpTrap 1.3.6.1.4.1.7262.2.2.9.5.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduExplicitAuthenticationFailureTrap 1.3.6.1.4.1.7262.2.2.9.6.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduAamConfigMismatchTrap 1.3.6.1.4.1.7262.2.2.9.7.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduAamActiveTrap 1.3.6.1.4.1.7262.2.2.9.8.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled

- 16 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduAtpcConfigMismatchTrap 1.3.6.1.4.1.7262.2.2.9.9.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduSntpServersUnreachableTrap 1.3.6.1.4.1.7262.2.2.9.10.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduFrequencyFileInvalidTrap 1.3.6.1.4.1.7262.2.2.9.11.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduEnetPort1DroppedFramesThresholdExceedTrap 1.3.6.1.4.1.7262.2.2.9.12.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduEnetPort1BandwidthUtilizationThresholdExceedTrap 1.3.6.1.4.1.7262.2.2.9.13.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduEnetPort1RlsMismatchTrap 1.3.6.1.4.1.7262.2.2.9.14.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduEnetPort1RLSShutdownActivatedTrap 1.3.6.1.4.1.7262.2.2.9.15.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduModem1RxLossOfSignalLockTrap 1.3.6.1.4.1.7262.2.2.9.16.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduModem1TxLossOfSyncTrap 1.3.6.1.4.1.7262.2.2.9.17.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduModem1SnrBelowThresholdTrap 1.3.6.1.4.1.7262.2.2.9.18.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduModem1EqualizerStressExceedThresholdTrap 1.3.6.1.4.1.7262.2.2.9.19.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduModem1ChannelizedRslBelowThresholdTrap 1.3.6.1.4.1.7262.2.2.9.20.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduModem1HardwareFaultTrap 1.3.6.1.4.1.7262.2.2.9.21.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduModem1ProgrammingErrorTrap 1.3.6.1.4.1.7262.2.2.9.22.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduRadio1SynthLostLockTrap 1.3.6.1.4.1.7262.2.2.9.23.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduRadio1TempCompCalTableNotAvailTrap 1.3.6.1.4.1.7262.2.2.9.24.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduRadio1TxDetectorPwrBelowThreshTrap 1.3.6.1.4.1.7262.2.2.9.25.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduRadio1DrainCurrentOutOfLimitTrap 1.3.6.1.4.1.7262.2.2.9.26.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduRadio1TemperatureOutOfLimitTrap 1.3.6.1.4.1.7262.2.2.9.27.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduTtyManagementSessionCommencedTrap 1.3.6.1.4.1.7262.2.2.9.28.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduTtyManagementSessionTerminatedTrap 1.3.6.1.4.1.7262.2.2.9.29.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduAtpcAutoDisabledTrap 1.3.6.1.4.1.7262.2.2.9.30.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduPartnerRedundancyModeMismatchTrap 1.3.6.1.4.1.7262.2.2.9.31.0
r/w Integer Indicates and controls whether the specified SNMP trap

- 17 -
DragonWave Inc. Horizon Compact SNMP Documentation


is to be sent. 1=disabled, 2=enabled
hzOduPartnerConfigurationMismatchTrap 1.3.6.1.4.1.7262.2.2.9.32.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduHsbActiveOnSecondaryTrap 1.3.6.1.4.1.7262.2.2.9.33.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduHsbOverrideByUserTrap 1.3.6.1.4.1.7262.2.2.9.34.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduHsbCrossLinkTrap 1.3.6.1.4.1.7262.2.2.9.35.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduHsbActiveOnPrimaryTrap 1.3.6.1.4.1.7262.2.2.9.36.0
r/w Integer
Indicates and controls whether the specified SNMP trap
is to be sent. 1=disabled, 2=enabled
hzOduSnmp 1.3.6.1.4.1.7262.2.2.10

hzOduSnmpUserAccess 1.3.6.1.4.1.7262.2.2.10.1.0
r/o Integer
Indicates the current SNMP remote access policy.
1=explicitManagers, 2=any
hzOduSnmpManagerAnyCommunityName 1.3.6.1.4.1.7262.2.2.10.2.0
r/o String
Indicates the SNMP community string used for the 'any'
remote access policy.
hzOduSnmpSetRequests 1.3.6.1.4.1.7262.2.2.10.3.0
r/o Integer Indicates whether SNMP set requests are allowed.
hzOduSnmpManagersTable 1.3.6.1.4.1.7262.2.2.10.4
Table! The SNMP v1 and v2c managers table.
hzOduSnmpV3ManagersTable 1.3.6.1.4.1.7262.2.2.10.5
Table! The SNMP v3 managers table.
hzOduManagementSessions 1.3.6.1.4.1.7262.2.2.11

hzOduTtySessionUser1 1.3.6.1.4.1.7262.2.2.11.1

hzOduTtySessionUser1Name 1.3.6.1.4.1.7262.2.2.11.1.1.0
r/o String
The username used to begin this management session
via Telnet or HTTP.
hzOduTtySessionUser1ConnectionType 1.3.6.1.4.1.7262.2.2.11.1.2.0
r/o Integer
The physical port used for this management session.
1=informationNotAvailable, 2=serialPort, 3=enetPort2,
4=enetPort1
hzOduTtySessionUser1State 1.3.6.1.4.1.7262.2.2.11.1.3.0
r/o Integer
The current state of this management session.
1=informationNotAvailable, 2=sessionTerminated,
3=sessionInProgress
hzOduTtySessionUser2 1.3.6.1.4.1.7262.2.2.11.2

hzOduTtySessionUser2Name 1.3.6.1.4.1.7262.2.2.11.2.1.0
r/o String
The username used to begin this management session
via Telnet or HTTP.
hzOduTtySessionUser2ConnectionType 1.3.6.1.4.1.7262.2.2.11.2.2.0
r/o Integer
The physical port used for this management session.
1=informationNotAvailable, 2=serialPort, 3=enetPort2,
4=enetPort1
hzOduTtySessionUser2State 1.3.6.1.4.1.7262.2.2.11.2.3.0
r/o Integer
The current state of this management session.
1=informationNotAvailable, 2=sessionTerminated,
3=sessionInProgress
hzOduTtySessionUser3 1.3.6.1.4.1.7262.2.2.11.3

hzOduTtySessionUser3Name 1.3.6.1.4.1.7262.2.2.11.3.1.0
r/o String
The username used to begin this management session
via Telnet or HTTP.

- 18 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduTtySessionUser3ConnectionType 1.3.6.1.4.1.7262.2.2.11.3.2.0
r/o Integer
The physical port used for this management session.
1=informationNotAvailable, 2=serialPort, 3=enetPort2,
4=enetPort1
hzOduTtySessionUser3State 1.3.6.1.4.1.7262.2.2.11.3.3.0
r/o Integer
The current state of this management session.
1=informationNotAvailable, 2=sessionTerminated,
3=sessionInProgress
hzOduTtySessionUser4 1.3.6.1.4.1.7262.2.2.11.4

hzOduTtySessionUser4Name 1.3.6.1.4.1.7262.2.2.11.4.1.0
r/o String
The username used to begin this management session
via Telnet or HTTP.
hzOduTtySessionUser4ConnectionType 1.3.6.1.4.1.7262.2.2.11.4.2.0
r/o Integer
The physical port used for this management session.
1=informationNotAvailable, 2=serialPort, 3=enetPort2,
4=enetPort1
hzOduTtySessionUser4State 1.3.6.1.4.1.7262.2.2.11.4.3.0
r/o Integer
The current state of this management session.
1=informationNotAvailable, 2=sessionTerminated,
3=sessionInProgress
hzOduTtySessionUser5 1.3.6.1.4.1.7262.2.2.11.5

hzOduTtySessionUser5Name 1.3.6.1.4.1.7262.2.2.11.5.1.0
r/o String
The username used to begin this management session
via Telnet or HTTP.
hzOduTtySessionUser5ConnectionType 1.3.6.1.4.1.7262.2.2.11.5.2.0
r/o Integer
The physical port used for this management session.
1=informationNotAvailable, 2=serialPort, 3=enetPort2,
4=enetPort1
hzOduTtySessionUser5State 1.3.6.1.4.1.7262.2.2.11.5.3.0
r/o Integer
The current state of this management session.
1=informationNotAvailable, 2=sessionTerminated,
3=sessionInProgress
hzOduTtySessionUser6 1.3.6.1.4.1.7262.2.2.11.6

hzOduTtySessionUser6Name 1.3.6.1.4.1.7262.2.2.11.6.1.0
r/o String
The username used to begin this management session
via Telnet or HTTP.
hzOduTtySessionUser6ConnectionType 1.3.6.1.4.1.7262.2.2.11.6.2.0
r/o Integer
The physical port used for this management session.
1=informationNotAvailable, 2=serialPort, 3=enetPort2,
4=enetPort1
hzOduTtySessionUser6State 1.3.6.1.4.1.7262.2.2.11.6.3.0
r/o Integer
The current state of this management session.
1=informationNotAvailable, 2=sessionTerminated,
3=sessionInProgress
hzOduTtySessionUserInformation 1.3.6.1.4.1.7262.2.2.11.7

hzOduTtySessionUserName 1.3.6.1.4.1.7262.2.2.11.7.1.0
r/o String NOT IMPLEMENTED.
hzOduTtySessionUserConnectionType 1.3.6.1.4.1.7262.2.2.11.7.2.0
r/o Integer NOT IMPLEMENTED.
hzOduHttp 1.3.6.1.4.1.7262.2.2.12

hzOduHttpEnable 1.3.6.1.4.1.7262.2.2.12.1.0
r/w Integer
Indicates and controls whether HTTP is enabled.
1=disabled, 2=enabled
hzOduHttpSecure 1.3.6.1.4.1.7262.2.2.12.2

hzOduHttpSecureCertificateStatus 1.3.6.1.4.1.7262.2.2.12.2.1.0
r/o String Indicates the HTTPS certificate status.

- 19 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduHttpSecureAccessForAdminUsers 1.3.6.1.4.1.7262.2.2.12.2.2.0
r/w Integer
Indicates and controls whether HTTPS connections are
required for Admin group users.
hzOduHttpSecureAccessForNocUsers 1.3.6.1.4.1.7262.2.2.12.2.3.0
r/w Integer
Indicates and controls whether HTTPS connections are
required for NOC group users.
hzOduHttpSecureAccessForSuperUsers 1.3.6.1.4.1.7262.2.2.12.2.4.0
r/w Integer
Indicates and controls whether HTTPS connections are
required for Super User group users.
hzOduQos 1.3.6.1.4.1.7262.2.2.13

hzOduQosEnable 1.3.6.1.4.1.7262.2.2.13.1.0
r/w Integer
Indicates and controls whether QoS filtering is enabled.
1=disabled, 2=enabled.
hzOduCosType 1.3.6.1.4.1.7262.2.2.13.2.0
r/w Integer
Indicates and controls the type of CoS tag to be
monitored when QoS filtering is enabled. 1=cosVlan,
2=cosQinQiTag, 3=cosQinQoTag, 4=cosMplsExp
hzOduCosQinQiTag 1.3.6.1.4.1.7262.2.2.13.3.0
r/w String
Indicates and controls the cosQinQiTag ethertype to be
monitored when QoS filtering is enabled, and the
hzOduCosType is 2.
hzOduCosQinQoTag 1.3.6.1.4.1.7262.2.2.13.4.0
r/w String
Indicates and controls the cosQinQoTag ethertype to be
monitored when QoS filtering is enabled, and the
hzOduCosType is 3.
hzOduCosQueueMapping 1.3.6.1.4.1.7262.2.2.13.5.0
r/w String
Indicates and controls the cosVlan tag mapping to the
four system queues.
hzOduCosExpediteQueue 1.3.6.1.4.1.7262.2.2.13.6.0
r/w Integer
Indicates and controls whether setting a queue CIR to
100% will enable expedited delivery of that queue.
1=disabled, 2=enabled
hzOduCosQueueCir 1.3.6.1.4.1.7262.2.2.13.7.0
r/w String
Indicates and controls the CIR for each of the four user
queues. Expressed as a percentage of total bandwidth.
If hzOduCosExpediteQueue is 2, any queues set to
100(%) will be treated as expedite queues.
hzOduCosQueueCbs 1.3.6.1.4.1.7262.2.2.13.8.0
r/w String
Indicates and controls the CBS for each of the four user
queues. Expressed as a percentage of total packet
buffer size. Total must not exceed 100.
hzOduCosDefaultValue 1.3.6.1.4.1.7262.2.2.13.9.0
r/w Integer
Indicates and controls the default CoS tag to be assigned
to untagged traffic.
hzOduCutThroughProcessing 1.3.6.1.4.1.7262.2.2.13.10.0
r/w Integer
Indicates and controls whether cut through processing is
enabled. 1=disabled, 2=enabled.
hzOduRapidLinkShutdown 1.3.6.1.4.1.7262.2.2.14

hzOduRapidLinkShutdownVer1 1.3.6.1.4.1.7262.2.2.14.1

hzOduRlsEnable 1.3.6.1.4.1.7262.2.2.14.1.1.0
r/w Integer
Indicates and controls whether RLS is enabled.
1=disabled, 2=enabled
hzOduAutomaticLinkReestablish 1.3.6.1.4.1.7262.2.2.14.1.2.0
r/w Integer
Indicates and controls whether the ethernet link will be
automatically reestablished after an RLS shutdown.
1=disabled, 2=enabled
hzOduManualLinkReestablish 1.3.6.1.4.1.7262.2.2.14.1.3.0
r/w Integer
Manually controls ethernet link state after an RLS
shutdown. Only useable if
hzOduAutomaticLinkReestablish is 1. 1=disabled,

- 20 -
DragonWave Inc. Horizon Compact SNMP Documentation


2=enabled
hzOduHysterisisErredFramesPerMilliSecond 1.3.6.1.4.1.7262.2.2.14.1.4.0
r/w Integer
The threshold number of erred modem blocks to be
detected in the hzOduHysterisisErredMilliseconds period
to activate an RLS shutdown.
hzOduHysterisisErredMilliSeconds 1.3.6.1.4.1.7262.2.2.14.1.5.0
r/w Integer
The period of time required for the
hzOduHysterisisErredFramesPerMilliSecond threshold to
be reached or exceeded before an RLS shutdown is
activated.
hzOduHysterisisUnerredFramesPerMilliSecond 1.3.6.1.4.1.7262.2.2.14.1.6.0
r/w Integer
The threshold number of error free modem blocks to be
detected in the hzOduHysterisisUnerredMilliseconds
period to deactivate an RLS shutdown.
hzOduHysterisisUnerredMilliSeconds 1.3.6.1.4.1.7262.2.2.14.1.7.0
r/w Integer
The period of time required for the
hzOduHysterisisUnerredFramesPerMilliSecond threshold
to be reached or exceeded before an RLS shutdown is
deactivated.
hzOduWriteRlsMonitorParametersToSystem 1.3.6.1.4.1.7262.2.2.14.1.8.0
r/w Integer
Controls whether hzOduHysterisis* values are written to
RAM. The hzOduSaveMIB object should also be used
afterwards. 1=disable, 2=write
hzOduRlsSampleTimeInMilliSeconds 1.3.6.1.4.1.7262.2.2.14.1.9.0
r/w Integer
hzOduRapidLinkShutdownVer2 1.3.6.1.4.1.7262.2.2.14.2

hzOduPrimaryRslEnable 1.3.6.1.4.1.7262.2.2.14.2.1.0
r/w Integer
Indicates or controls whether the Rapid Link Shutdown
feature is enabled or disabled. (Changes to this function
require a system reset.) 1=disabled, 2=enabled
hzOduPrimaryHardFaultMonitor 1.3.6.1.4.1.7262.2.2.14.2.2.0
r/w Integer
Indicates or controls whether the rlsHardFaultMonitor
feature is enabled or disabled. 1=off, 2=on
hzOduPrimaryAutomaticLinkReestablish 1.3.6.1.4.1.7262.2.2.14.2.3.0
r/w Integer
Indicates or controls automatic reestablishment of a link
after RLS has been activated. Use the
hzOduManualLinkReestablish object to manually re-
activate a link. 1=disabled, 2=enabled
hzOduPrimaryManualLinkReestablish 1.3.6.1.4.1.7262.2.2.14.2.4.0
r/w Integer
Controls manual re-activation of a link due to RLS
shutdown. 1=reestablish the link, 2=shutdown the link
hzOduWritePrimaryRlsMonitorParametersToSystem 1.3.6.1.4.1.7262.2.2.14.2.5.0
r/w Integer
Save the RLS soft and hard error monitor parameters to
flash memory.
hzOduPrimarySoftFaultMonitor 1.3.6.1.4.1.7262.2.2.14.2.6

hzOduPrimaryEstablishErredFrameThreshold 1.3.6.1.4.1.7262.2.2.14.2.6.1.0
r/w Integer
Maximum erred blocks, per sample, allowed before link
reestablishment.
hzOduPrimaryShutdownErredFrameThreshold 1.3.6.1.4.1.7262.2.2.14.2.6.2.0
r/w Integer
Minimum erred blocks, per sample, allowed before link
shutdown.
hzOduPrimaryEstablishNumberOfSamples 1.3.6.1.4.1.7262.2.2.14.2.6.3.0
r/w Integer
Minimum number of consecutive good samples required
before link is established.
hzOduPrimaryShutdownNumberOfSamples 1.3.6.1.4.1.7262.2.2.14.2.6.4.0
r/w Integer
Minimum number of consecutive erred samples before
link is shutdown.
hzOduPrimaryEstablishSamplePeriod 1.3.6.1.4.1.7262.2.2.14.2.6.5.0
r/w Integer
Period of time, in milliseconds, for monitoring Shutdown
Erred Frame Threshold.

- 21 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduPrimaryShutdownSamplePeriod 1.3.6.1.4.1.7262.2.2.14.2.6.6.0
r/w Integer
Minimum number of milliseconds required to classify
samples as erred.
hzOduPrimaryQuickShutdownSamplePeriod 1.3.6.1.4.1.7262.2.2.14.2.6.7.0
r/w Integer
The period of time, in milliseconds, for which the
rlsFaultThreshold is applied.
hzOduPrimaryHardFaultMonitor 1.3.6.1.4.1.7262.2.2.14.2.7

hzOduPrimaryFaultSamplePeriod 1.3.6.1.4.1.7262.2.2.14.2.7.1.0
r/w Integer
The period of time, in milliseconds, for which the
rslFaultThreshold is applied.
hzOduPrimaryFaultThreshold 1.3.6.1.4.1.7262.2.2.14.2.7.2.0
r/w Integer
The percentage of the rlsFaultSamplePeriodMilliseconds
which must be degraded before the link is set to the
impaired state.
hzOduPrimaryRecei veSignalLevelMonitor 1.3.6.1.4.1.7262.2.2.14.2.8

hzOduPrimaryRlsMakeRslMonitorRslValue 1.3.6.1.4.1.7262.2.2.14.2.8.1.0
r/w Integer The minimum RSL required to bring a down link up.
hzOduPrimaryRlsMakeRslMonitorPeriod 1.3.6.1.4.1.7262.2.2.14.2.8.2.0
r/w Integer
The time period, in seconds, for the minimum RSL value
to be met before bringing a link up.
hzOduPrimaryRlsStatus 1.3.6.1.4.1.7262.2.2.14.2.9

hzOduPrimaryRlsOption 1.3.6.1.4.1.7262.2.2.14.2.9.1.0
r/o String
The current RLS feature setting. On Basic, On
Advanced, Off
hzOduPrimaryRlsState 1.3.6.1.4.1.7262.2.2.14.2.9.2.0
r/o String The current RLS feature state.
hzOduPrimaryRlsMismatchState 1.3.6.1.4.1.7262.2.2.14.2.9.3.0
r/o String
Indicates whether an RLS mismatch state exists between
this unit and the peer.
hzOduPrimaryDegradeMonitorState 1.3.6.1.4.1.7262.2.2.14.2.9.4.0
r/o String Degrade monitor state.
hzOduPrimaryHardFaultMonitorState 1.3.6.1.4.1.7262.2.2.14.2.9.5.0
r/o String Hard fault monitor state.
hzOduPrimaryMakeRslThresholdState 1.3.6.1.4.1.7262.2.2.14.2.9.6.0
r/o String Make RSL threshold state.
hzOduPrimaryPeerRlsState 1.3.6.1.4.1.7262.2.2.14.2.9.7.0
r/o String Peer RLS state.
hzOduPrimaryRadioInterfaceState 1.3.6.1.4.1.7262.2.2.14.2.9.8.0
r/o String Radio interface state.
hzOduPrimaryNetworkInterfaceState 1.3.6.1.4.1.7262.2.2.14.2.9.9.0
r/o String Ethernet interface (P1) state.
hzOduPrimaryUserConfiguredEstablishFer 1.3.6.1.4.1.7262.2.2.14.2.9.10.0
r/o String
User configured establish frame error ratio required for
the link to be restored to service.
hzOduPrimaryMinimumAchievableEstablishFer 1.3.6.1.4.1.7262.2.2.14.2.9.11.0
r/o String
Minimum achievable frame error ratio required for the link
to be restored to service.
hzOduPrimaryUserConfiguredShutdownFer 1.3.6.1.4.1.7262.2.2.14.2.9.12.0
r/o String
User configured shutdown frame error ratio required for
the link to remain in service.
hzOduPrimaryMinimumAchievableShutdownFer 1.3.6.1.4.1.7262.2.2.14.2.9.13.0
r/o String
Minimum achievable frame error ratio required for the link
to remain in service.
hzOduPrimaryUserConfiguredEstablishMonitorTime 1.3.6.1.4.1.7262.2.2.14.2.9.14.0
r/o Integer
User configured establish monitor time, in milliseconds,
for which the user configured establish FER must be
achieved to return the link to service.
hzOduPrimaryActualEstablishMonitorTime 1.3.6.1.4.1.7262.2.2.14.2.9.15.0
r/o Integer
Actual establish monitor time, in milliseconds, for which
the user configured establish FER must be achieved to
return the link to service. (A multiple of the establish
sample period required to observe the specified FER.)

- 22 -
DragonWave Inc. Horizon Compact SNMP Documentation


hzOduPrimaryUserConfiguredShutdownMonitorTime 1.3.6.1.4.1.7262.2.2.14.2.9.16.0
r/o Integer
User configured shutdown monitor time, in milliseconds,
for which the user configured shutdown FER must be met
for the link to remain in service.
hzOduPrimaryActualShutdownMonitorTime 1.3.6.1.4.1.7262.2.2.14.2.9.17.0
r/o Integer
Actual shutdown monitor time, in milliseconds, for which
the user configured shutdown FER must be met for the
link to remain in service. (A multiple of the establish
sample period required to observe the specified FER.)
hzOduSntp 1.3.6.1.4.1.7262.2.2.15

hzOduSntpEnable 1.3.6.1.4.1.7262.2.2.15.1.0
r/w Integer
Controls and indicates whether the SNTP system is
enabled. 1=disabled, 2=enabled
hzOduSntpOffset 1.3.6.1.4.1.7262.2.2.15.2.0
r/w Integer
The system time offset from GMT in hours. Divide by 10
for the true value.
hzOduSntpServerTable 1.3.6.1.4.1.7262.2.2.15.3

hzOduLogs 1.3.6.1.4.1.7262.2.2.16

hzOduEventLogEnable 1.3.6.1.4.1.7262.2.2.16.1.0
r/w Integer
Indicates and controls whether system event logging is
enabled. 1=disabled, 2=enabled
hzOduPerfmLogEnable 1.3.6.1.4.1.7262.2.2.16.2.0
r/w Integer
Indicates and controls whether system performance
logging is enabled. 1=disabled, 2=enabled
hzOduPerfmLogInterval 1.3.6.1.4.1.7262.2.2.16.3.0
r/w String
Indicates and controls the interval for recording system
parameters to the system performance log. [d:hh:mm:ss]
hzOduRadius 1.3.6.1.4.1.7262.2.2.17

hzOduRadiusSuperUserAuthentication 1.3.6.1.4.1.7262.2.2.17.1.0
r/w Integer
Indicates and controls whether Radius authentication of
the Super User group is required. 1=disabled, 2=enabled
hzOduRadiusServerTimeOut 1.3.6.1.4.1.7262.2.2.17.2.0
r/o Integer Timeout period for Radius authentication requests.
hzOduRadiusServerDeadTime 1.3.6.1.4.1.7262.2.2.17.3.0
r/o Integer
Time period to wait for a response before marking an
unresponsive server 'dead'.
hzOduRadiusServerReTransmit 1.3.6.1.4.1.7262.2.2.17.4.0
r/o Integer
Maximum number of retransmits to an unresponsive
server.
hzOduRadiusServerTable 1.3.6.1.4.1.7262.2.2.17.5.1.1.0
Table! Radius server entries table.


- 23 -
DragonWave Inc. Horizon Compact SNMP Documentation


4.2 SNMP v1 Traps

Suggested trap severity ratings have been provided. Critical alarms indicate that the link has failed, Major alarms indicate events that will or are
affecting link performance, Minor alarms indicate configuration problems or conditions that are transient, and Information alarms are notices of non-traffic or
performance affecting events including clearing of any Critical, Major, or Minor traps.

Trap No. Name Severity Description
0 coldStart The system is starting.
1 linkDown Critical Ethernet port 1 is down.
2 linkUp Information Ethernet port 1 is up.
3 hzOduExplicitAuthenticationFailureV1Trap Major Authentication of the remote unit has failed.
4 hzOduExplicitAuthenticationFailureClearedV1Trap Information Trap 3 has cleared.
5 hzOduAamConfigMisMatchV1Trap Minor
The AAM configuration on the local and remote units does
not match.
6 hzOduAamConfigMisMatchClearV1Trap Information Trap 5 has cleared.
7 hzOduAamActiveV1Trap Major
AAM has been activated, and the system is running on the
lowest modulation scheme.
8 hzOduAamActiveClearedV1Trap Information Trap 7 has cleared.
9 hzOduAtpcConfigMismatchV1Trap Minor
The ATPC configuration on the local and remote units does
not match.
10 hzOduAtpcConfigMismatchClearedV1Trap Information Trap 9 has cleared.
11 hzOduSntpServersUnreachableV1Trap Minor None of the configured SNTP servers have responded.
12 hzOduSntpServersUnreachableClearedV1Trap Information Trap 11 has cleared.
13 hzOduFrequencyFileInvalidV1Trap Critical The frequency file is invalid.
14 hzOduEnetPort1DroppedFramesThresholdExceededV1Trap Minor
The programmed dropped frames threshold has been
exceeded.
15 hzOduEnetPort1DroppedFramesThresholdExceededClearedV1Trap Information Trap 14 has cleared.
16 hzOduEnetPort1BwUtilizationThresholdExceededV1Trap Minor
The programmed bandwidth utilization threshold has been
exceeded.
17 hzOduEnetPort1BwUtilizationThresholdExceededClearedV1Trap Information Trap 16 has cleared.
18 hzOduEnetPort1RlsMismatchV1Trap Minor
The RLS configuration on the local and remote units does
not match.
19 hzOduEnetPort1RlsMismatchClearedV1Trap Information Trap 18 has cleared.
20 hzOduEnetPort1RlsShutdownActivatedv1Trap Major
RLS has been activated, and ethernet port is has been
disabled.

- 24 -
DragonWave Inc. Horizon Compact SNMP Documentation


21 hzOduEnetPort1RlsShutdownActivatedClearedV1Trap Information Trap 20 has cleared.
22 hzOduModem1RxLossOfSignalLockV1Trap Critical Loss of signal lock from the demodulator.
23 hzOduModem1RxLossOfSignalLockClearedV1Trap Information Trap 23 has cleared.
24 hzOduModem1TxLossOfSyncV1Trap Critical Loss of sync bytes at the input of the modulator.
25 hzOduModem1TxLossOfSyncClearedV1Trap Information Trap 24 has cleared.
26 hzOduModem1SnrBelowThresholdV1Trap Major The SNR has dropped below the programmed threshold.
27 hzOduModem1SnrBelowThresholdClearedV1Trap Information Trap 26 has cleared.
28 hzOduModem1EqualizerStressExceedThresholdV1Trap Major
The equalizer stress has exceeded the programmed
threshold.
29 hzOduModem1EqualizerStressExceedThresholdClearedV1Trap Information Trap 28 has cleared.
30 hzOduEnetPort1ChannelizedRslBelowThresholdV1Trap Major The RSL has dropped below the programmed threshold.
31 hzOduEnetPort1ChannelizedRslBelowThresholdClearedV1Trap Information Trap 30 has cleared.
32 hzOduModem1HardwareFaultV1Trap Critical A hardware fault has been detected.
33 hzOduModem1HardwareFaultClearedV1Trap Information Trap 32 has cleared.
34 hzOduModem1ProgrammingErrorV1Trap Critical A programming error has been detected.
35 hzOduModem1ProgrammingErrorClearedrV1Trap Information Trap 34 has cleared.
36 hzOduRadio1SynthLostLockV1Trap Critical The IF synthesizer has lost frequency lock.
37 hzOduRadio1SynthLostLockClearedV1Trap Information Trap 36 has cleared.
38 hzOduRadio1TempCompCalTableNotAvailableV1Trap Minor
The temperature compensation calibration table is not
available.
39 hzOduRadio1TempCompCalTableNotAvailableClearedV1Trap Information Trap 39 has cleared.
40 hzOduRadio1TxDetectorPwrBelowThreshV1Trap Major
The TX power detector output is below the programmed
threshold.
41 hzOduRadio1TxDetectorPwrBelowThreshClearedV1Trap Information Trap 40 has cleared.
42 hzOduRadio1DrainCurrentOutOfLimitV1Trap Major The radio current draw has exceeded system thresholds.
43 hzOduRadio1DrainCurrentOutOfLimitClearedV1Trap Information Trap 42 has cleared.
44 hzOduRadio1TemperatureOutOfLimitV1Trap Minor The radio temperature has exceeded system thresholds.
45 hzOduRadio1TemperatureOutOfLimitClearedV1Trap Information Trap 44 has cleared.
46 hzOduTtySessionCommencedV1Trap Information
A management session has been started. The username is
supplied.
47 hzOduTtySessionTerminatedV1Trap Information
A management session has been terminated. The
username is supplied.
48 hzOduAtpcTxAtCoordinatedPwrV1Trap Minor ATPC is transmitting at the coordinated power.
49 hzOduAtpcTxAtCoordinatedPwrClearedV1Trap Information Trap 48 has cleared.
50 hzOduPartnerRedundancyModeMismatchV1Trap Major The configured HSB mode does not match the partner.

- 25 -
DragonWave Inc. Horizon Compact SNMP Documentation



- 26 -
51 hzOduPartnerRedundancyModeMismatchClearedV1Trap Information Trap 50 has cleared.
52 hzOduPartnerConfigurationMismatchV1Trap Major HSB partner configuration mismatch.
53 hzOduPartnerConfigurationMismatchClearedV1Trap Information Trap 52 has cleared.
54 hzOduHsbActiveOnSecondaryV1Trap Major HSB is active on the secondary path.
55 hzOduHsbActiveOnSecondaryClearedV1Trap Information Trap 54 has cleared.
56 hzOduHsbOverrideByUserV1Trap Major
HSB primary/secondary selection has been overridden by
user control.
57 hzOduHsbOverrideByUserClearedV1Trap Information Trap 56 has cleared.
58 hzOduHsbCrossLinkV1Trap Major
HSB is cross linked, likely due to user control. (Primary to
secondary or secondary to primary.)
59 hzOduHsbCrossLinkClearedV1Trap Information Trap 58 has cleared.
60 hzOduHsbActiveOnPrimaryV1Trap Minor HSB is active on the primary path.
61 hzOduHsbActiveOnPrimaryClearedV1Trap Information Trap 60 has cleared.
DragonWave Inc. Horizon Compact SNMP Documentation


This page intentionally left blank.

- 27 -
DragonWave Inc. Horizon Compact SNMP Documentation


















Copyright 2000-2007 DragonWave Inc. Printed in Canada. All rights reserved.
Horizon Compact SNMP Documentation, 83-000030-01-01-02
Visit us on the Internet at:
http://www.dragonwaveinc.com/


- 28 -

Das könnte Ihnen auch gefallen