- 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.
148 lines
5.7 KiB
Text
148 lines
5.7 KiB
Text
|
|
-- *****************************************************************************
|
|
-- Juniper-PPPoE-Profile-CONF
|
|
--
|
|
-- SNMP Agent Capabilities definitions for the PPPoE Profile MIB.
|
|
--
|
|
-- Copyright (c) 2001, 2002 Unisphere Networks, Inc.
|
|
-- Copyright (c) 2002, 2003 Juniper Networks, Inc.
|
|
-- All rights reserved.
|
|
-- *****************************************************************************
|
|
|
|
Juniper-PPPoE-Profile-CONF DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY
|
|
FROM SNMPv2-SMI
|
|
AGENT-CAPABILITIES
|
|
FROM SNMPv2-CONF
|
|
juniProfileAgents
|
|
FROM Juniper-Agents;
|
|
|
|
juniPppoeProfileAgent MODULE-IDENTITY
|
|
LAST-UPDATED "200507131140Z" -- 13-Jul-05 11:40 AM EDT
|
|
ORGANIZATION "Juniper Networks, Inc."
|
|
CONTACT-INFO
|
|
" Juniper Networks, Inc.
|
|
Postal: 10 Technology Park Drive
|
|
Westford, MA 01886-3146
|
|
USA
|
|
Tel: +1 978 589 5800
|
|
E-mail: mib@Juniper.net"
|
|
DESCRIPTION
|
|
"The agent capabilities definitions for the PPPoE Profile component of
|
|
the SNMP agent in the Juniper E-series family of products."
|
|
-- Revision History
|
|
REVISION "200507131140Z" -- 13-Jul-05 11:40 AM EDT - JUNOSe 7.1
|
|
DESCRIPTION
|
|
"Added MTU control object."
|
|
REVISION "200406142048Z" -- 14-Jun-04 03:48 PM EDT - JUNOSe 7.0
|
|
DESCRIPTION
|
|
"Added PADR Remote Circuit Id Capture support."
|
|
REVISION "200303131801Z" -- 13-Mar-03 01:01 PM EST - JUNOSe 5.1
|
|
DESCRIPTION
|
|
"Added service name table support."
|
|
REVISION "200209061654Z" -- 06-Sep-02 12:54 PM EDT - JUNOSe 5.0
|
|
DESCRIPTION
|
|
"Replaced Unisphere names with Juniper names."
|
|
REVISION "200208152038Z" -- 15-Aug-02 04:38 PM EDT - JUNOSe 4.0
|
|
DESCRIPTION
|
|
"Added PADI flag and packet trace support."
|
|
REVISION "200205311821Z" -- 31-May-02 02:21 PM EDT - JUNOSe 3.2
|
|
DESCRIPTION
|
|
"The initial release of this management information module."
|
|
::= { juniProfileAgents 4 }
|
|
|
|
|
|
-- *****************************************************************************
|
|
-- PPPoE Profile Agent Capabilities definitions
|
|
-- *****************************************************************************
|
|
juniPppoeProfileAgentV1 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE
|
|
"Version 1 of the PPPoE Profile component of the JUNOSe SNMP agent.
|
|
This version of the PPPoE Profile component was supported in JUNOSe 3.0
|
|
and 3.1 system releases."
|
|
STATUS obsolete
|
|
DESCRIPTION
|
|
"The MIB supported by the SNMP agent for the PPPoE Profile application
|
|
in JUNOSe. These capabilities became obsolete when the duplicate MAC
|
|
address indicator and AC-NAME were added."
|
|
SUPPORTS Juniper-PPPOE-PROFILE-MIB
|
|
INCLUDES {
|
|
juniPppoeProfileGroup }
|
|
::= { juniPppoeProfileAgent 1 }
|
|
|
|
juniPppoeProfileAgentV2 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE
|
|
"Version 2 of the PPPoE Profile component of the JUNOSe SNMP agent.
|
|
This version of the PPPoE Profile component was supported in JUNOSe 3.2
|
|
and subsequent 3.x system releases."
|
|
STATUS obsolete
|
|
DESCRIPTION
|
|
"The MIB supported by the SNMP agent for the PPPoE Profile application
|
|
in JUNOSe. These capabilities became obsolete when support was added
|
|
for PADI flag and packet trace."
|
|
SUPPORTS Juniper-PPPOE-PROFILE-MIB
|
|
INCLUDES {
|
|
juniPppoeProfileGroup2 }
|
|
::= { juniPppoeProfileAgent 2 }
|
|
|
|
juniPppoeProfileAgentV3 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE
|
|
"Version 3 of the PPPoE Profile component of the JUNOSe SNMP agent.
|
|
This version of the PPPoE Profile component was supported in JUNOSe 4.0
|
|
thru 5.0 system releases."
|
|
STATUS obsolete
|
|
DESCRIPTION
|
|
"The MIB supported by the SNMP agent for the PPPoE Profile application
|
|
in JUNOSe. These capabilities became obsolete when service name table
|
|
support was added."
|
|
SUPPORTS Juniper-PPPOE-PROFILE-MIB
|
|
INCLUDES {
|
|
juniPppoeProfileGroup3 }
|
|
::= { juniPppoeProfileAgent 3 }
|
|
|
|
juniPppoeProfileAgentV4 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE
|
|
"Version 4 of the PPPoE component of the JUNOSe SNMP agent. This
|
|
version of the PPPoE component was supported in JUNOSe 5.1 through 7.0
|
|
system releases."
|
|
STATUS obsolete
|
|
DESCRIPTION
|
|
"The MIB supported by the SNMP agent for the PPPoE application in
|
|
JUNOSe. These capabilities became obsolete when PADR remote-circuit-id
|
|
field was added."
|
|
SUPPORTS Juniper-PPPOE-PROFILE-MIB
|
|
INCLUDES {
|
|
juniPppoeProfileGroup4 }
|
|
::= { juniPppoeProfileAgent 4 }
|
|
|
|
juniPppoeProfileAgentV5 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE
|
|
"Version 5 of the PPPoE Profile component of the JUNOSe SNMP agent.
|
|
This version of the PPPoE Profile component is supported in JUNOSe 7.0
|
|
and subsequent system releases."
|
|
STATUS obsolete
|
|
DESCRIPTION
|
|
"The MIB supported by the SNMP agent for the PPPoE Profile application
|
|
in JUNOSe."
|
|
SUPPORTS Juniper-PPPOE-PROFILE-MIB
|
|
INCLUDES {
|
|
juniPppoeProfileGroup5 }
|
|
::= { juniPppoeProfileAgent 5 }
|
|
|
|
juniPppoeProfileAgentV6 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE
|
|
"Version 6 of the PPPoE Profile component of the JUNOSe SNMP agent.
|
|
This version of the PPPoE Profile component is supported in JUNOSe 7.0.1
|
|
and subsequent system releases."
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The MIB supported by the SNMP agent for the PPPoE Profile application
|
|
in JUNOSe."
|
|
SUPPORTS Juniper-PPPOE-PROFILE-MIB
|
|
INCLUDES {
|
|
juniPppoeProfileGroup6 }
|
|
::= { juniPppoeProfileAgent 6 }
|
|
|
|
END
|