From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/snmp/test/snmp_test_data/Klas3.mib | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 lib/snmp/test/snmp_test_data/Klas3.mib (limited to 'lib/snmp/test/snmp_test_data/Klas3.mib') diff --git a/lib/snmp/test/snmp_test_data/Klas3.mib b/lib/snmp/test/snmp_test_data/Klas3.mib new file mode 100644 index 0000000000..fc74e69ddd --- /dev/null +++ b/lib/snmp/test/snmp_test_data/Klas3.mib @@ -0,0 +1,40 @@ + Klas3 DEFINITIONS ::= BEGIN + +-- This MIB is used for testing the undo phase + + IMPORTS + mib-2 FROM RFC1213-MIB + RowStatus FROM STANDARD-MIB + OBJECT-TYPE + FROM RFC-1212; + + klas3 OBJECT IDENTIFIER ::= { mib-2 8 } + + DisplayString ::= + OCTET STRING + + fname3 OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..255)) + ACCESS read-write + STATUS mandatory + DESCRIPTION + "A textual description of the entity. This value + printable ASCII characters." + ::= { klas3 1 } + + fname4 OBJECT-TYPE + SYNTAX INTEGER { + none(1), + snmpTrap(3) + } + ACCESS read-only + STATUS mandatory + DESCRIPTION + "A textual description of the entity. This value + printable ASCII characters." + ::= { klas3 2 } + + + + END + -- cgit v1.2.3