summaryrefslogtreecommitdiff
path: root/mibs/RFC-1215.txt
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 00:00:04 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 00:00:04 +0000
commit8b45597a9a24925b3a62c4fe793661bfbc682bcc (patch)
tree88004e81ffb2596fbd003d3fc7597e4d15ec776b /mibs/RFC-1215.txt
parente29f497cf007bae88b852fcc5e6c8ce2dbef66e5 (diff)
Add MIBS that we distribute with the app.
Diffstat (limited to 'mibs/RFC-1215.txt')
-rw-r--r--mibs/RFC-1215.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/mibs/RFC-1215.txt b/mibs/RFC-1215.txt
new file mode 100644
index 0000000..cc01352
--- /dev/null
+++ b/mibs/RFC-1215.txt
@@ -0,0 +1,38 @@
+
+RFC-1215 DEFINITIONS ::= BEGIN
+
+-- This module is a empty module. It has been created solely for the
+-- purpose of allowing other modules to correctly import the TRAP-TYPE
+-- clause from RFC-1215 where it should be imported from. It's a
+-- built in type in the UCD-SNMP code, and in fact RFC-1215 doesn't
+-- actually define a mib at all; it only defines macros. However,
+-- importing the TRAP-TYPE is conventionally done from an import
+-- clause pointing to RFC-1215.
+--
+-- Wes 7/17/98
+
+TRAP-TYPE MACRO ::=
+BEGIN
+ TYPE NOTATION ::= "ENTERPRISE" value
+ (enterprise OBJECT IDENTIFIER)
+ VarPart
+ DescrPart
+ ReferPart
+ VALUE NOTATION ::= value (VALUE INTEGER)
+ VarPart ::=
+ "VARIABLES" "{" VarTypes "}"
+ | empty
+ VarTypes ::=
+ VarType | VarTypes "," VarType
+ VarType ::=
+ value (vartype ObjectName)
+ DescrPart ::=
+ "DESCRIPTION" value (description DisplayString)
+ | empty
+ ReferPart ::=
+ "REFERENCE" value (reference DisplayString)
+ | empty
+END
+
+
+END