towerops/priv/mibs/junos/JNX-IP-CAPABILITY
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

87 lines
2.3 KiB
Text

-- *****************************************************************
-- JNX-IP-CAPABILITY.mib: Juniper IP-MIB AGENT-CAPABILITIES
--
-- Copyright (c) 2013, Juniper Networks, Inc.
-- All rights reserved.
--
-- *****************************************************************
JNX-IP-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
jnxAgentCapability
FROM JUNIPER-SMI;
jnxIpCapability MODULE-IDENTITY
LAST-UPDATED "201306180000Z"
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
"Juniper Technical Assistance Center
Juniper Networks, Inc.
1133 Innovation Way
Sunnyvale, CA 94089
E-mail: support@juniper.net"
DESCRIPTION
"The capabilities description of IP-MIB."
::= { jnxAgentCapability 3 }
jnxIpCapJunos AGENT-CAPABILITIES
PRODUCT-RELEASE "All JUNOS Version"
STATUS current
DESCRIPTION
"IP-MIB capabilities."
SUPPORTS IP-MIB
INCLUDES {
ipSystemStatsGroup,
ipAddressGroup,
ipNetToPhysicalGroup,
icmpStatsGroup,
ipGroup,
icmpGroup
}
VARIATION ipForwarding
ACCESS read-only
DESCRIPTION "Write is not supported."
VARIATION ipDefaultTTL
ACCESS read-only
DESCRIPTION "Write is not supported."
VARIATION ipSystemStatsInBcastPkts
ACCESS not-implemented
DESCRIPTION
"This object is not implemented."
VARIATION ipSystemStatsHCInBcastPkts
ACCESS not-implemented
DESCRIPTION
"This object is not implemented."
VARIATION ipSystemStatsOutBcastPkts
ACCESS not-implemented
DESCRIPTION
"This object is not implemented."
VARIATION ipSystemStatsHCOutBcastPkts
ACCESS not-implemented
DESCRIPTION
"This object is not implemented."
VARIATION ipAddressSpinLock
ACCESS not-implemented
DESCRIPTION
"This object is not implemented."
::= { jnxIpCapability 1 }
END