librenms/mibs/dragonwave/HORIZON-MIB
Noah Roufus ebb582f0f2
Updated OS Support: Dragonwave Horizon (#13193)
* Removed older Horizon definitions

* Added Horizon Compact definitions via YAML.

* Added Horizon Duo definitions via YAML.

* Added Horizon Compact Plus definitions via YAML.

* Fixed issue with OID name casing for Horizon Duo EnetPort2CRC sensor

* Moved SNR/RSL/Tx Power to wireless sensor definitions.

* Reordered use statements to make StyleCI happy.
2021-09-08 08:40:23 -05:00

33 lines
739 B
Plaintext

-- File Name : horizon-MIB.mib
-- Version : 1.02.00
-- Date : July 13, 2011
-- Author : DragonWave Inc.
HORIZON-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
enterprises
FROM RFC1155-SMI;
dragonwave OBJECT IDENTIFIER
::= { enterprises 7262 }
horizon OBJECT IDENTIFIER
::= { dragonwave 2 }
--
-- Node definitions
--
hzSystemType OBJECT-TYPE
SYNTAX INTEGER { odu( 1 ) , idu( 2 ) , quantum( 3 ), hcp(4)}
ACCESS read-only
STATUS mandatory
DESCRIPTION "The current type of the system. "
::= { horizon 1 }
END