diff options
Diffstat (limited to 'MIBS/ciena/CIENA-SMI')
| -rw-r--r-- | MIBS/ciena/CIENA-SMI | 115 |
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 +-- |