- 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.
103 lines
2.7 KiB
Text
103 lines
2.7 KiB
Text
-- MIB created 7/22/97 16:30:52, by
|
|
-- SMIC (the next generation) version 1.6.29, November 22, 1994.
|
|
|
|
NWAYSMSS-MIB DEFINITIONS ::= BEGIN
|
|
|
|
-- From file: "ibmlesrv.mi2"
|
|
-- Compile options "G A T M"
|
|
|
|
IMPORTS
|
|
Integer32
|
|
FROM SNMPv2-SMI-v1
|
|
enterprises
|
|
FROM RFC1155-SMI;
|
|
|
|
nwaysMSS OBJECT IDENTIFIER ::= { ibmProd 118 }
|
|
-- MODULE-IDENTITY
|
|
-- LastUpdated
|
|
-- 9705231200Z
|
|
-- OrgName
|
|
-- IBM Corporation
|
|
-- ContactInfo
|
|
-- Florian K Kandefer
|
|
-- Postal: IBM Corporation
|
|
-- 800 Park Offices Drive
|
|
-- Research Triangle Park, NC 27709
|
|
-- US
|
|
-- Tel: +1 919 254 0685
|
|
-- Fax: +1 919 254 0391
|
|
-- E-mail: kandefer@vnet.ibm.com
|
|
-- Descr
|
|
--
|
|
-- This MIB module contains definitions for common object identifiers
|
|
-- and textual conventions for the other IBM NWays MSS product MIBs.
|
|
--
|
|
-- Note: this file contains more them one MIB (BEGIN/END), so each
|
|
-- MIB has its own Module Identity and revision section.
|
|
--
|
|
-- RevDate
|
|
-- 9705231200Z
|
|
-- RevDescr
|
|
--
|
|
-- 3) Added lecsDomainName in the ibmLecsConfTable. This was added
|
|
-- so the Network Management application could store the name
|
|
-- where the other LECS information is maintained at the agent.
|
|
-- RevDate
|
|
-- 9701161200Z
|
|
-- RevDescr
|
|
--
|
|
-- 2) Updated MIB import names to match ATM Forum MIB names.
|
|
--
|
|
-- Updated some of the description fields.
|
|
--
|
|
-- Note: this file contains more them one MIB (BEGIN/END), so each
|
|
-- MIB has its own Module Identity and revision section.
|
|
-- RevDate
|
|
-- 9608281200Z
|
|
-- RevDescr
|
|
--
|
|
-- 1) The creation
|
|
|
|
ibm OBJECT IDENTIFIER ::= { enterprises 2 }
|
|
ibmProd OBJECT IDENTIFIER ::= { ibm 6 }
|
|
mssCommon OBJECT IDENTIFIER ::= { nwaysMSS 1 }
|
|
mssCommonHWVPD OBJECT IDENTIFIER ::= { mssCommon 1 }
|
|
mssCmnSrvrs OBJECT IDENTIFIER ::= { mssCommon 2 }
|
|
mssServerLanE OBJECT IDENTIFIER ::= { mssCmnSrvrs 1 }
|
|
mssCmnClnts OBJECT IDENTIFIER ::= { mssCommon 3 }
|
|
|
|
AtmPrivateAddrEsi ::= OCTET STRING(SIZE(6))
|
|
-- TEXTUAL-CONVENTION
|
|
-- Status
|
|
-- mandatory
|
|
-- Descr
|
|
--
|
|
|
|
AtmSelector ::= OCTET STRING(SIZE(1))
|
|
-- TEXTUAL-CONVENTION
|
|
-- Status
|
|
-- mandatory
|
|
-- Descr
|
|
--
|
|
|
|
AtmVccTrafficType ::= INTEGER {
|
|
bestEffort(1),
|
|
reservedBandwidth(2)
|
|
}
|
|
-- TEXTUAL-CONVENTION
|
|
-- Status
|
|
-- mandatory
|
|
-- Descr
|
|
-- Specifies type of traffic characteristics to be associated with
|
|
-- a VCC.
|
|
|
|
Bandwidth ::= Integer32
|
|
-- TEXTUAL-CONVENTION
|
|
-- Status
|
|
-- mandatory
|
|
-- Descr
|
|
-- A measure of speed in units of kilobits per
|
|
-- second (kbps), where a kilobit is 1000 bits
|
|
|
|
|
|
END
|