blob: 2c346711dec812cc080a30a247f9fec7e0ee8a5f (
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
|
--File Name : TERRA-SMI
--Date : Thu Aug 21 10:59:28 EEST 2008
--Author : Tadas Leskevicius
TERRA-SMI DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI;
terraRoot MODULE-IDENTITY
LAST-UPDATED "199505160000Z"
ORGANIZATION "TERRA Electronics"
CONTACT-INFO "TERRA Electronics
Draugystes
22
Kaunas
Lithuania
LT-51256
E-mail design@terraelectronics.com"
DESCRIPTION "The Structure of Management Information for the
TERRA enterprise."
REVISION "200808191104Z"
DESCRIPTION ""
::= { enterprises 30631 }
terraProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION "terraProducts is the root OBJECT IDENTIFIER from
which sysObjectID values are assigned. Actual
values are defined in TERRA-PRODUCTS-MIB."
::= { terraRoot 1 }
terraExperimental OBJECT-IDENTITY
STATUS current
DESCRIPTION "terraExperimental provides a root object identifier
from which experimental mibs may be temporarily
based. mibs are typicially based here if they
are TERRA work-in-process which has not been
assigned a permanent object identifier by the
TERRA assigned number authority, typicially because
the mib is not ready for deployment. NOTE WELL:
support for mibs in the terraExperimental subtree
will be deleted when a permanent object identifier
assignment is made."
::= { terraRoot 2 }
terraDefIdent OBJECT-IDENTITY
STATUS current
DESCRIPTION "The MIB module represents specific Textual Conventions"
::= { terraRoot 3 }
END
|