diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/bintec/RFC1158-MIB | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/bintec/RFC1158-MIB')
| -rw-r--r-- | MIBS/bintec/RFC1158-MIB | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/MIBS/bintec/RFC1158-MIB b/MIBS/bintec/RFC1158-MIB new file mode 100644 index 0000000..b9a2184 --- /dev/null +++ b/MIBS/bintec/RFC1158-MIB @@ -0,0 +1,22 @@ +-- This file is corresponding to Release 10.2.3.100 from 2018/07/18 00:00:00
+
+
+---------------------------------------------------------------------------
+-- (C)opyright 2004-2014 bintec elmeg GmbH
+-- $RCSfile: mib-standards,v $
+-- $Revision: 1.19 $
+-- $Date: 2017-03-10 16:15:21 $
+---------------------------------------------------------------------------
+
+-- INFO for importing MIB files into SNMP manager
+--
+-- if MIBcompiler dont like multiple modules or redefinitions of standard MIBs
+-- listed in this file, remove everything with except of last BINTEC-MIB:
+-- keep only lines from:
+-- from : BINTEC-MIB DEFINITIONS ::= BEGIN
+-- to : END
+
+RFC1158-MIB DEFINITIONS ::= BEGIN
+ DisplayString ::=
+ OCTET STRING (SIZE(0..255))
+END
|