towerops/priv/mibs/ribbon/NPT-EQUIPMENT-MIB
Graham McIntire b4f8b40b7f
Include MIB files in Docker image instead of using PVC
- 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.
2026-01-19 14:01:03 -06:00

106 lines
3 KiB
Text

-- File Name : NPT-EQUIPMENT_MIB
-- Date : Wed Mar 14 09:57:12 CST 2012
-- Author : AdventNet Agent Toolkit C Edition - MibEditor 6
NPT-EQUIPMENT-MIB DEFINITIONS ::= BEGIN
IMPORTS
TimeStamp, DisplayString
FROM SNMPv2-TC
eciNpti
FROM NPT-ROOT-MIB
MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, Integer32, NOTIFICATION-TYPE, enterprises
FROM SNMPv2-SMI;
equipmentMIB MODULE-IDENTITY
LAST-UPDATED "200612082008Z"
ORGANIZATION "Ribbon Communications Inc."
CONTACT-INFO "on.support@rbbn.com
Ribbon Communications Inc.,China
Dongxin Tower, No.398 Wensan Road,
Hangzhou, 310012 P.R.China"
DESCRIPTION "The MIB module for Npt performance monitoring."
REVISION "200612082008Z"
DESCRIPTION ""
::= { eciNpti 1 }
npt1800 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1800."
::= { equipmentMIB 12 }
npt1200i OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1200i."
::= { equipmentMIB 13 }
npt1050i OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1050i."
::= { equipmentMIB 14 }
npt1300 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1300."
::= { equipmentMIB 15 }
npt1022 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1022."
::= { equipmentMIB 16 }
npt1250 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1250."
::= { equipmentMIB 17 }
npt1100 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1100."
::= { equipmentMIB 18 }
npt2100A OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt2100A."
::= { equipmentMIB 19 }
npt2300 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt2300."
::= { equipmentMIB 20 }
npt2700 OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt2700."
::= { equipmentMIB 21 }
npt1022B OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1022B."
::= { equipmentMIB 22 }
npt1012D OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt1012D."
::= { equipmentMIB 23 }
npt2400A OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt2400A."
::= { equipmentMIB 24 }
npt2507A OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt2507A."
::= { equipmentMIB 25 }
npt2714A OBJECT-IDENTITY
STATUS current
DESCRIPTION "This node contains the configurations for the npt2714."
::= { equipmentMIB 26 }
END