This file is indexed.

/usr/lib/erlang/lib/snmp-5.2.2/mibs/v1/RFC-1215.mib is in erlang-snmp 1:18.3-dfsg-1ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
RFC-1215 DEFINITIONS ::= BEGIN

IMPORTS
        ObjectName
    FROM RFC1155-SMI;
 
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