~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/bin/php/php5.2.5/extras/mibs/RFC-1215.txt

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
RFC-1215 DEFINITIONS ::= BEGIN
 
3
 
 
4
-- This  module is a empty module.  It has been created solely for the 
 
5
-- purpose of allowing other modules to correctly import the TRAP-TYPE 
 
6
-- clause from RFC-1215 where it should be imported from.  It's a
 
7
-- built in type in the UCD-SNMP code, and in fact RFC-1215 doesn't
 
8
-- actually define a mib at all; it only defines macros.  However,
 
9
-- importing the TRAP-TYPE is conventionally done from an import
 
10
-- clause pointing to RFC-1215.
 
11
--
 
12
--   Wes 7/17/98
 
13
 
 
14
TRAP-TYPE MACRO ::=
 
15
BEGIN
 
16
    TYPE NOTATION ::= "ENTERPRISE" value
 
17
                      (enterprise OBJECT IDENTIFIER)
 
18
                      VarPart
 
19
                      DescrPart
 
20
                      ReferPart
 
21
    VALUE NOTATION ::= value (VALUE INTEGER)
 
22
    VarPart ::=
 
23
               "VARIABLES" "{" VarTypes "}"
 
24
               | empty
 
25
    VarTypes ::=
 
26
               VarType | VarTypes "," VarType
 
27
    VarType ::=
 
28
               value (vartype ObjectName)
 
29
    DescrPart ::=
 
30
               "DESCRIPTION" value (description DisplayString)
 
31
               | empty
 
32
    ReferPart ::=
 
33
               "REFERENCE" value (reference DisplayString)
 
34
               | empty
 
35
END
 
36
 
 
37
 
 
38
END