summaryrefslogtreecommitdiff
path: root/MIBS/ciena/CIENA-SMI
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/ciena/CIENA-SMI
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/ciena/CIENA-SMI')
-rw-r--r--MIBS/ciena/CIENA-SMI115
1 files changed, 115 insertions, 0 deletions
diff --git a/MIBS/ciena/CIENA-SMI b/MIBS/ciena/CIENA-SMI
new file mode 100644
index 0000000..500d166
--- /dev/null
+++ b/MIBS/ciena/CIENA-SMI
@@ -0,0 +1,115 @@
+-- This file was included in Ciena MIB release MIBS-CIENA-CES-08-07-00-024
+--
+-- CIENA-SMI.my
+--
+--
+
+ CIENA-SMI DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
+ FROM SNMPv2-SMI;
+
+ ciena MODULE-IDENTITY
+ LAST-UPDATED "201903010756Z"
+ ORGANIZATION "Ciena Corp."
+ CONTACT-INFO
+ " Mib Meister
+ 7035 Ridge Road
+ Hanover, Maryland 21076
+ USA
+ Phone: +1 800 921 1144
+ Email: support@ciena.com"
+ DESCRIPTION
+ "MIB Version: 08-07-00-024."
+
+ REVISION "201903010756Z"
+ DESCRIPTION
+ "Updated contact info."
+
+ REVISION "201903010756Z"
+ DESCRIPTION
+ "Updated for cienaGenericMIBs and cienaOpterametro."
+
+ REVISION "201903010756Z"
+ DESCRIPTION
+ "Fixed miscellaneous spelling and description errors."
+
+ REVISION "201903010756Z"
+ DESCRIPTION
+ "Fixed the revision and description minor errors."
+
+ REVISION "201903010756Z"
+ DESCRIPTION
+ "Initial creation of MIB file structure for Ciena Packet Networking Products."
+ ::= { enterprises 1271 }
+
+--
+-- Node definitions
+--
+
+ cienaCes OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "cienaCes provides a root object identifier that can be
+ used to define MIBs pertaining to Ciena Packet Networking Products."
+ ::= { ciena 2 }
+
+ cienaCommon OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "cienaCes provides a root object identifier that can be
+ used to define common MIBs pertaining to Ciena Packet Networking Products."
+ ::= { ciena 1 }
+
+ cienaProducts OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "cienaProducts is the root OBJECT-IDENTIFIER for all Ciena products.
+ sysObjectID values will be assigned the OID representing the product specified in
+ CIENA-PRODUCTS-MIB.my."
+ ::= { cienaCommon 2 }
+
+
+ cienaCesStatistics OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Provides a root object identifier for all the statistics MIBs."
+ ::= { cienaCes 3 }
+
+ cienaCesNotifications OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Provides a root object identifier for all the notifications."
+ ::= { cienaCes 2 }
+
+ cienaCesNotificationsControlModule OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Provides a root object identifier to place the state control objects."
+ ::= { cienaCesNotifications 1 }
+
+ cienaCesConfig OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Provides a root object identifier for all the Trap MIBs."
+ ::= { cienaCes 1 }
+
+ cienaGenericMIBs OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "This module represents the top-level MIB branch for some of the generic MIBs that are common to Ciena
+ products."
+ ::= { ciena 29 }
+
+ cienaOpterametro OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "This module represents the top-level MIB branch for Optical MIBs."
+ ::= { ciena 68 }
+
+END
+
+--
+-- CIENA-SMI.my
+--