blob: 34df2cca2b7fb2718e98bc35efe6d238e1ff29f1 (
plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
-- *****************************************************************
-- SENSATRONICS-SMI.txt: Sensatronics LLC
-- Structure of Management Information
--
-- February 2004 Andrew F. Thompson
--
-- Copyright (c) 2004 by Sensatronics LLC
-- All rights reserved.
--
-- *****************************************************************
SENSATRONICS-SMI DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-IDENTITY,
enterprises
FROM SNMPv2-SMI;
sensatronics MODULE-IDENTITY
LAST-UPDATED "200404200000Z"
ORGANIZATION "Sensatronics LLC"
CONTACT-INFO "
Sensatronics LLC
Postal: 20A Dunklee Rd
Bow, NH 03304
USA
Tel: +1 603 224 0617
E-mail: dthompson@sensatronics.com"
DESCRIPTION
"The Structure of Management Information for the
Sensatronics enterprise."
REVISION "200404200000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { enterprises 16174 } -- assigned by IANA
consumerProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"consumerProducts is the subtree root for consumer products developed
by Sensatronics"
::= { sensatronics 1 }
envMonitors OBJECT-IDENTITY
STATUS current
DESCRIPTION
"envMonitors is the subtree root for all Sensatronics products designed
for environmental monitoring"
::= { consumerProducts 1 }
consumerTools OBJECT-IDENTITY
STATUS current
DESCRIPTION
"consumerTools is the main subtree for tool development."
::= { sensatronics 2 }
customProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION
"customProducts is the root OID for custom products produced by Sensatronics."
::= { sensatronics 3 }
customTools OBJECT-IDENTITY
STATUS current
DESCRIPTION
"customTools provides a root object identifier
for custom tools produced by Sensatronics for other companies."
::= { sensatronics 4 }
productITTM OBJECT-IDENTITY
STATUS current
DESCRIPTION
"ITTM root"
::= { envMonitors 1 }
productCRYO OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Cryomonitor root"
::= { envMonitors 2 }
productEM1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Environmental Monitor 1 root"
::= { envMonitors 3 }
END
|