summaryrefslogtreecommitdiff
path: root/MIBS/poweralert/TRIPPLITE
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/poweralert/TRIPPLITE
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/poweralert/TRIPPLITE')
-rw-r--r--MIBS/poweralert/TRIPPLITE35
1 files changed, 35 insertions, 0 deletions
diff --git a/MIBS/poweralert/TRIPPLITE b/MIBS/poweralert/TRIPPLITE
new file mode 100644
index 0000000..55f8812
--- /dev/null
+++ b/MIBS/poweralert/TRIPPLITE
@@ -0,0 +1,35 @@
+-- ------------------------------------------------------
+-- TRIPP LITE MIB
+-- Copyright (c) 1999-2018 Tripp Lite
+-- All rights reserved
+--
+-- Revision History:
+-- 06/22/2016 Restructured Tripp Lite MIB files
+-- ------------------------------------------------------
+
+-- TrippLite { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) tripplite(850) }
+
+TRIPPLITE DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ enterprises
+ FROM SNMPv2-SMI;
+
+tripplite MODULE-IDENTITY
+ LAST-UPDATED "201606221115Z"
+ ORGANIZATION "Tripp Lite"
+ CONTACT-INFO
+ "Software Engineering
+ Tripp Lite
+ 1111 W. 35th St.
+ Chicago, IL 60609"
+ DESCRIPTION
+ "The base MIB module that defines the root objects from Tripp Lite's
+ OID tree (850)."
+ REVISION "201606221115Z"
+ DESCRIPTION
+ "Restructured Tripp Lite MIB files"
+ ::= { enterprises 850 }
+
+END