towerops/priv/mibs/awplus/AT-UDLD-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

74 lines
2.2 KiB
Text

-- ===========================================================================
-- AT-UDLD.MIB, Allied Telesis enterprise MIB: UniDirectional Link Detection (UDLD) protocol
--
-- Copyright (c) 2011 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ===========================================================================
AT-UDLD-MIB DEFINITIONS ::= BEGIN
IMPORTS
modules
FROM AT-SMI-MIB
InterfaceIndex
FROM IF-MIB
OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
atUdld MODULE-IDENTITY
LAST-UPDATED "201111220000Z"
ORGANIZATION
"Allied Telesis, Inc."
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for the
UDLD module."
REVISION "201111220000Z"
DESCRIPTION
"The definition of OBJECT IDENTIFIER was modified."
REVISION "201105150000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { modules 550 }
--
-- Node definitions
--
atUdldTrap OBJECT IDENTIFIER ::= { atUdld 0 }
atUdldPortDisabledTrap NOTIFICATION-TYPE
OBJECTS { atUdldIfIndex }
STATUS current
DESCRIPTION
"Generated when UDLD feature disabled an interface when
detecting uni-directional link."
::= { atUdldTrap 1 }
atUdldPortRecoveredTrap NOTIFICATION-TYPE
OBJECTS { atUdldIfIndex }
STATUS current
DESCRIPTION
"Generated when an interface recovers from error disable
status when detecting uni-directional link."
::= { atUdldTrap 2 }
atUdldIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index value of an interface of which the link status
is changed."
::= { atUdld 1 }
END
--
-- at-udld.mib
--