initial commit; version 22.5.12042
This commit is contained in:
98
mibs/smartoptics/SL-OSW-MIB
Normal file
98
mibs/smartoptics/SL-OSW-MIB
Normal file
@ -0,0 +1,98 @@
|
||||
-- *****************************************************************
|
||||
-- Optical Switch Module MIB
|
||||
-- *****************************************************************
|
||||
|
||||
SL-OSW-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32,
|
||||
NOTIFICATION-TYPE, Gauge32,
|
||||
Counter64 FROM SNMPv2-SMI
|
||||
DisplayString, TruthValue,
|
||||
DateAndTime FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE, OBJECT-GROUP,
|
||||
NOTIFICATION-GROUP FROM SNMPv2-CONF
|
||||
InterfaceIndex FROM IF-MIB
|
||||
slService FROM SL-NE-MIB;
|
||||
|
||||
slOSW MODULE-IDENTITY
|
||||
LAST-UPDATED "0508171200Z" -- 17 Jan. 2005 12:00:00 EST
|
||||
ORGANIZATION "Smartoptics AS"
|
||||
CONTACT-INFO
|
||||
"d.lutz@smartoptics.com"
|
||||
DESCRIPTION
|
||||
"This MIB module describes the Optical Switch"
|
||||
::= { slService 17 }
|
||||
|
||||
-- The OSW MIB consists of the following groups:
|
||||
-- Configuration
|
||||
-- Traps
|
||||
|
||||
slOSWConfig OBJECT IDENTIFIER ::= { slOSW 1 }
|
||||
slOSWPm OBJECT IDENTIFIER ::= { slOSW 2 }
|
||||
slOSWTraps OBJECT IDENTIFIER ::= { slOSW 3 }
|
||||
|
||||
|
||||
-- Textual Conventions
|
||||
|
||||
|
||||
|
||||
--
|
||||
-- The OSW Ports Configuration Table
|
||||
--
|
||||
|
||||
slOSWPortConfigTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF SlOSWPortConfigEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The OSW Port Configuration table."
|
||||
::= { slOSWConfig 1 }
|
||||
|
||||
slOSWPortConfigEntry OBJECT-TYPE
|
||||
SYNTAX SlOSWPortConfigEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in the OSW ports configuration table."
|
||||
INDEX { slOSWPortConfigLineIndex }
|
||||
::= { slOSWPortConfigTable 1 }
|
||||
|
||||
SlOSWPortConfigEntry ::=
|
||||
SEQUENCE {
|
||||
slOSWPortConfigLineIndex InterfaceIndex,
|
||||
slOSWPortConfigInPowerLevel INTEGER,
|
||||
slOSWPortConfigLosThreshold INTEGER
|
||||
}
|
||||
|
||||
slOSWPortConfigLineIndex OBJECT-TYPE
|
||||
SYNTAX InterfaceIndex
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The ifIndex of the port."
|
||||
::= { slOSWPortConfigEntry 1 }
|
||||
|
||||
slOSWPortConfigInPowerLevel OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The Input Power Level of the port."
|
||||
::= { slOSWPortConfigEntry 2 }
|
||||
|
||||
slOSWPortConfigLosThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..65535)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Configured threshold value for LOS detection of the optical switch port.
|
||||
The value given in 0.1 dBm units. The range starts with -50.0 dBm."
|
||||
::= { slOSWPortConfigEntry 3 }
|
||||
|
||||
--
|
||||
-- OSW Traps
|
||||
--
|
||||
|
||||
|
||||
END
|
Reference in New Issue
Block a user