- Remove PVC volume mount from k8s/deployment.yaml - Delete k8s/mib-pvc.yaml (no longer needed) - Update .gitignore to commit MIB files to git - Add mix import_mibs task to copy MIBs from LibreNMS - Add all MIB files from priv/mibs/ to git This fixes the multi-attach volume error in Kubernetes where new pods couldn't start because the RWO (ReadWriteOnce) PVC was attached to the old pod. MIBs are now part of the Docker image and can be used by all pods simultaneously.
132 lines
3.6 KiB
Text
132 lines
3.6 KiB
Text
--
|
|
-- CIENA-SMI.my
|
|
--
|
|
--
|
|
|
|
CIENA-SMI DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
|
|
FROM SNMPv2-SMI;
|
|
|
|
ciena MODULE-IDENTITY
|
|
LAST-UPDATED "202011240000Z"
|
|
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: MIBS-CIENA-CES-XX-XX-XX-XXX."
|
|
|
|
REVISION "202011240000Z"
|
|
DESCRIPTION
|
|
"Updated for cienaRls and cienaPro."
|
|
|
|
REVISION "201706070000Z"
|
|
DESCRIPTION
|
|
"Updated contact info."
|
|
|
|
REVISION "201507150000Z"
|
|
DESCRIPTION
|
|
"Updated for cienaGenericMIBs and cienaOpterametro."
|
|
|
|
REVISION "201304220000Z"
|
|
DESCRIPTION
|
|
"Fixed miscellaneous spelling and description errors."
|
|
|
|
REVISION "201212260000Z"
|
|
DESCRIPTION
|
|
"Fixed the revision and description minor errors."
|
|
|
|
REVISION "201009272317Z"
|
|
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 }
|
|
|
|
cienaRls OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"cienaRls provides a root object identifier that is used to define MIBs
|
|
pertaining to Ciena's 6500 Reconfigurable Line System product."
|
|
::= { ciena 4 }
|
|
|
|
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 }
|
|
|
|
cienaPro OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This module represents the top-level MIB branch for some of the PRO (Portable Resource Object) MIBs
|
|
which are platform independent and are used in a variety of Ciena products."
|
|
::= { ciena 30 }
|
|
|
|
cienaOpterametro OBJECT-IDENTITY
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This module represents the top-level MIB branch for Optical MIBs."
|
|
::= { ciena 68 }
|
|
|
|
END
|
|
|
|
--
|
|
-- CIENA-SMI.my
|
|
--
|