Files
librenms-librenms/mibs/alpineoe/ALPINE-ROOT
Charly Forot e280ea1c8d [new OS] Alpine OptoElectronics TDCM-EDFA support (#13825)
* add alpine optoelectronics mibs for tcdm-edfa

* add alpine optoelectronics logo

* add alpine optoelectronics icon

* add inital detection

* add yaml discovery file

* improve yaml discovery for webUI

* rename os to alpineoe

* rename files

* replace svg logos by png

* add success tests

* Revert "replace svg logos by png"

This reverts commit 71f3dacef6.

* Revert "Revert "replace svg logos by png""

This reverts commit cd4f4cf5e0.

* Revert "add success tests"

This reverts commit 27bb3a96e4.

* add success tests with right icon

* Remove sysDecr not necessary for discovery
2022-03-11 09:48:30 +01:00

47 lines
814 B
Plaintext

--
-- ALPINE-ROOT.mib
--
ALPINE-ROOT DEFINITIONS ::= BEGIN
IMPORTS
enterprises, OBJECT-IDENTITY
FROM SNMPv2-SMI;
--
-- Node definitions
--
-- 1.3.6.1.4.1.52326
alpineRoot OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The root of the OID sub-tree assigned to Alpine Optoelectronics Inc by the Internet Assigned Numbers Authority (IANA)"
::= { enterprises 52326 }
-- 1.3.6.1.4.1.52326.1
alpineGeneric OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for general definitions"
::= { alpineRoot 1 }
-- 1.3.6.1.4.1.52326.2
alpineProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Sub-tree for specific products' definitions."
::= { alpineRoot 2 }
END
--
-- ALPINE-ROOT.mib
--