librenms/mibs/ciena/CIENA-6500R-TYPES-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

82 lines
2.2 KiB
Plaintext

CIENA-6500R-TYPES-MIB DEFINITIONS ::= BEGIN
IMPORTS
cienaRls
FROM CIENA-SMI
Counter64, MODULE-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
cienaRlsTypesMIB MODULE-IDENTITY
LAST-UPDATED "202010010000Z"
ORGANIZATION
"Ciena Corporation"
CONTACT-INFO
"Web: 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 Ciena's release object for the 6500r platform."
REVISION "202010010000Z"
DESCRIPTION
"Initial Revision."
::= { cienaRls 2 }
PecCode ::= TEXTUAL-CONVENTION
DISPLAY-HINT "16t"
STATUS current
DESCRIPTION
"A UTF-8 string with a max length of 16 characters"
SYNTAX OCTET STRING (SIZE(1..16))
MeansurementType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Flag to indicate if current power is measured, estimated or unknown."
SYNTAX INTEGER { measured(0), estimated(1), unknown(2) }
BandOccupancy ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Band Type"
SYNTAX BITS { bandC(0), bandL(1), osc(2), telmetry(3), total(4) }
PowerEnum ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Power supply type"
SYNTAX INTEGER { ac(0), dc(1) }
RamEnum ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
""
SYNTAX INTEGER { size16G(0), size32G(1) }
RestartType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Restart type"
SYNTAX INTEGER { warm(1), cold(2) }
OrlState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The ORL State."
SYNTAX INTEGER { valid(1), outputOORL(2), reflectOORL(3),
reflectOORH(4), hssf(5), shutoff(6), unknown(7),
notApplicable(8) }
AdminState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Identify the administrative state"
SYNTAX INTEGER { enabled(1), disabled(2), unassigned(3) }
END -- end of module CIENA-6500R-TYPES-MIB.