blob: 61b921744407c69483df52471d9fd10f385b37a8 (
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
|
-- file: GLOBAL-REG.mib
GLOBAL-REG DEFINITIONS ::= BEGIN
IMPORTS
enterprises,
MODULE-IDENTITY,
OBJECT-IDENTITY
FROM SNMPv2-SMI;
globalRegModule MODULE-IDENTITY
LAST-UPDATED "201309131218Z"
ORGANIZATION "Delta Energy Systems (Switzerland) AG"
CONTACT-INFO
"postal: Delta Energy Systems (Switzerland) AG
Freiburgstrasse 251,
CH-3018 Bern-Buempliz
web: www.deltapowersolutions.com
email: adrian.pluess@delta-es.com"
DESCRIPTION
"The Delta Energy Systems (Switzerland) AG cental registration modules."
::= { modules 1 }
-- the root of the sub-tree for Delta Energy Systems (Sweden)
delta OBJECT IDENTIFIER ::= { enterprises 20246 }
-- the root of the sub-tree for Delta Energy Systems (Switzerland)
root OBJECT IDENTIFIER ::= { delta 2 }
-- sub-tree fro registrations, which includes modules
reg OBJECT IDENTIFIER ::= { root 1 }
modules OBJECT IDENTIFIER ::= { reg 1 }
-- sub-tree for company-wide objects and events
generic OBJECT IDENTIFIER ::= { root 2 }
-- sub-tree for product specific objects and events
products OBJECT IDENTIFIER ::= { root 3 }
controller OBJECT IDENTIFIER ::= { products 1 }
orion OBJECT IDENTIFIER ::= { controller 1 }
-- sub-tree for agent profiles
caps OBJECT IDENTIFIER ::= { root 4 }
-- sub-tree for requirements specifications
regs OBJECT IDENTIFIER ::= { root 5 }
-- sub-tree for experiements
expr OBJECT IDENTIFIER ::= { root 6 }
-- product families
controllerReg OBJECT IDENTIFIER ::= { reg 2 }
-- products
controllerOrionReg OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The Controller Model Orion"
::= { controllerReg 1 }
END
|