summaryrefslogtreecommitdiff
path: root/MIBS/lantronix/LANTRONIX-MIB
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/lantronix/LANTRONIX-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/lantronix/LANTRONIX-MIB')
-rw-r--r--MIBS/lantronix/LANTRONIX-MIB42
1 files changed, 42 insertions, 0 deletions
diff --git a/MIBS/lantronix/LANTRONIX-MIB b/MIBS/lantronix/LANTRONIX-MIB
new file mode 100644
index 0000000..6ce8dca
--- /dev/null
+++ b/MIBS/lantronix/LANTRONIX-MIB
@@ -0,0 +1,42 @@
+LANTRONIX-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY, enterprises
+ FROM SNMPv2-SMI;
+
+lantronix MODULE-IDENTITY
+ LAST-UPDATED "200703010000Z"
+ ORGANIZATION "Lantronix, Inc."
+ CONTACT-INFO "Lantronix Technical Support
+ 15353 Barranca Parkway
+ Irvine, CA 92618 USA
+ +1 800 422-7044
+ snmp@lantronix.com"
+ DESCRIPTION
+ "The structure of Management Information for the Lantronix enterprise"
+
+ -- revision history
+
+ REVISION "200703010000Z" -- March 1, 2007
+ DESCRIPTION "Added legacy products."
+
+ REVISION "200611100000Z" -- November 10, 2006
+ DESCRIPTION "Added sls product."
+
+ REVISION "200412130000Z" -- December 13, 2004
+ DESCRIPTION "The initial version of the MIB module."
+
+ ::= { enterprises 244 }
+
+products OBJECT IDENTIFIER ::= { lantronix 1 }
+slc OBJECT IDENTIFIER ::= { products 1 }
+slk OBJECT IDENTIFIER ::= { products 8 }
+slp OBJECT IDENTIFIER ::= { products 9 }
+slm OBJECT IDENTIFIER ::= { products 10 }
+sls OBJECT IDENTIFIER ::= { products 11 }
+
+ltxlna OBJECT IDENTIFIER ::= { lantronix 10 }
+ltxlrp OBJECT IDENTIFIER ::= { lantronix 11 }
+ltxlsw OBJECT IDENTIFIER ::= { lantronix 12 }
+
+END