This file is indexed.

/usr/lib/erlang/lib/snmp-4.21.1/include/SNMP-MPD-MIB.hrl is in erlang-dev 1:14.b.4-dfsg-1ubuntu1.

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%%% This file was automatically generated by snmpc_mib_to_hrl version 4.21.1
%%% Date: 16-Dec-2011::03:52:19
-ifndef('SNMP-MPD-MIB').
-define('SNMP-MPD-MIB', true).

%% Oids

-define(snmpMPDMIB, [1,3,6,1,6,3,11]).

-define(snmpMPDAdmin, [1,3,6,1,6,3,11,1]).

-define(snmpMPDMIBObjects, [1,3,6,1,6,3,11,2]).

-define(snmpMPDStats, [1,3,6,1,6,3,11,2,1]).
-define(snmpUnknownSecurityModels, [1,3,6,1,6,3,11,2,1,1]).
-define(snmpUnknownSecurityModels_instance, [1,3,6,1,6,3,11,2,1,1,0]).
-define(snmpInvalidMsgs, [1,3,6,1,6,3,11,2,1,2]).
-define(snmpInvalidMsgs_instance, [1,3,6,1,6,3,11,2,1,2,0]).
-define(snmpUnknownPDUHandlers, [1,3,6,1,6,3,11,2,1,3]).
-define(snmpUnknownPDUHandlers_instance, [1,3,6,1,6,3,11,2,1,3,0]).

-define(snmpMPDMIBConformance, [1,3,6,1,6,3,11,3]).

-define(snmpMPDMIBCompliances, [1,3,6,1,6,3,11,3,1]).

-define(snmpMPDMIBGroups, [1,3,6,1,6,3,11,3,2]).

-define(snmpMPDGroup, [1,3,6,1,6,3,11,3,2,1]).


%% Range values
-define(low_snmpUnknownSecurityModels, 0).
-define(high_snmpUnknownSecurityModels, 4294967295).
-define(low_snmpInvalidMsgs, 0).
-define(high_snmpInvalidMsgs, 4294967295).
-define(low_snmpUnknownPDUHandlers, 0).
-define(high_snmpUnknownPDUHandlers, 4294967295).


%% Default values
-define(default_snmpUnknownSecurityModels, 0).
-define(default_snmpInvalidMsgs, 0).
-define(default_snmpUnknownPDUHandlers, 0).

-endif.