librenms/mibs/ciena/CIENA-6500R-SLOTS-MIB
Heath Barnhart d457f92f22
devices - Ciena RLS 6500 (#15909)
* rls definition
* Adding discovery
* Temp Sensor Discovery
* files for discovery
* Adding and updating MIBS
* Add snmpsim
* Modified yaml for unit test
* phpfmt format
* ci changes
* fixing temp sensor
* fix json
* db schema out of date causing bad snmpsim json
* changed temperature discovery to php
* With updated snmpsim data
* index_string restored, YAML for temperature
* style
* Fixed index_string usage in JUNOS files
* Update YamlDiscovery.php
Allow filtering on "index" in skip_values
* Move DBM to YAML as well
* style
* schema update
* Slot XX Yyyyyy
remove unwanted dot
* matching tests
* schema, round 2
* states in YAML
* put temp sensor back in yaml
* enable default poll and discovery modules
---------

Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2024-04-01 18:52:03 +02:00

36 lines
791 B
Plaintext

--
-- CIENA-6500R-SLOTS-MIB.
--
CIENA-6500R-SLOTS-MIB DEFINITIONS ::= BEGIN
IMPORTS
cienaRls
FROM CIENA-SMI
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI;
cienaRlsSlotsMIB MODULE-IDENTITY
LAST-UPDATED "202009300000Z"
ORGANIZATION
"Ciena Corporation"
CONTACT-INFO
"Web URL: http://www.ciena.com/
Postal: 7035 Ridge Road
Hanover, Maryland 21076
U.S.A.
Phone: +1 800-921-1144
Fax: +1 410-694-5750"
DESCRIPTION
"This modules describes slots for the 6500r platform"
REVISION "202009300000Z"
DESCRIPTION
"Initial revision."
::= { cienaRls 1 }
rlsInventory OBJECT IDENTIFIER
::= { cienaRlsSlotsMIB 1 }
END -- end of module CIENA-6500R-SLOTS-MIB.