From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/eltexmes21xx/ELTEX-SMI-ACTUAL | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 MIBS/eltexmes21xx/ELTEX-SMI-ACTUAL (limited to 'MIBS/eltexmes21xx/ELTEX-SMI-ACTUAL') diff --git a/MIBS/eltexmes21xx/ELTEX-SMI-ACTUAL b/MIBS/eltexmes21xx/ELTEX-SMI-ACTUAL new file mode 100644 index 0000000..6055e38 --- /dev/null +++ b/MIBS/eltexmes21xx/ELTEX-SMI-ACTUAL @@ -0,0 +1,72 @@ +-- +-- Eltex Enterprise Specific MIB: Structure of Management Information +-- +-- Copyright (c) 2007-2011, Eltex Co +-- +-- The contents of this document are subject to change without notice. +-- + +ELTEX-SMI-ACTUAL DEFINITIONS ::= BEGIN + +IMPORTS + enterprises, + MODULE-IDENTITY, + OBJECT-IDENTITY, + OBJECT-TYPE, + NOTIFICATION-TYPE, + Integer32, + IpAddress, + Counter64 + FROM SNMPv2-SMI + DisplayString, + TimeStamp + FROM SNMPv2-TC + OBJECT-GROUP, + NOTIFICATION-GROUP + FROM SNMPv2-CONF; + +eltexLtd MODULE-IDENTITY + LAST-UPDATED "201205290000Z" + ORGANIZATION "Eltex Enterprise, Ltd." + CONTACT-INFO + "www.eltex.nsk.ru" + DESCRIPTION + "The Structure of Management Information for Eltex Networks." + REVISION "201205290000Z" + DESCRIPTION "Severity level: 4. http://snmp.cs.utwente.nl/ietf/mibs/validate/" + ::= { enterprises 35265 } + +-- +-- Eltex MIB tree structure +-- + +elHardware OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root of eltex hardware OIDs." + ::= { eltexLtd 1 } + +elSoftware OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root of eltex software OIDs." + ::= { eltexLtd 2 } + + + + +eltrapGroup OBJECT-IDENTITY + STATUS current + DESCRIPTION + "The root of eltex traps objects." + ::= { eltexLtd 3 } + +-- +-- eltexOMS "The MIB for eltex devices, that support OMS" { eltexLtd 4 } defined in ELTEX-OMS +-- +-- eltexFile "The MIB for file operations" { eltexLtd 5 } defined in ELTEX-FILE-MANAGER-MIB +-- + + +END + -- cgit v1.2.3