blob: bd96ac60d6f84dc7a3d9f53dea0e840da8eda8fe (
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
|
TAIT-COMMON-MIB DEFINITIONS ::= BEGIN
--_________________________________________________________________
-- Description:
-- Top-level MIB sub-tree for Tait Communications
--
-- Notes:
-- None
--_________________________________________________________________
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, enterprises
FROM SNMPv2-SMI;
--
-- Module Identification
--
taitCommonRegModule MODULE-IDENTITY
LAST-UPDATED "201202201200Z"
ORGANIZATION "www.taitradio.com"
CONTACT-INFO
"postal: Tait International Limited
558 Wairakei Road
PO Box 1645
Christchurch
New Zealand
phone: +64 3358 3399
email: support@taitradio.com"
DESCRIPTION "The Tait Communication registration module."
REVISION "201202201200Z"
DESCRIPTION "Update with new identity."
::= { enterprises 3570 1 1 1 }
--_________________________________________________________________
--
-- Root of OID sub-tree for Tait Communications as assigned by
-- IANA. This value MUST NOT BE MODIFIED
--
tait OBJECT-IDENTITY
STATUS current
DESCRIPTION "The root of the sub-tree for Tait Communications."
::= { enterprises 3570 }
--
-- Top Level OID Registrations
--
-- sub-tree for registrations, which includes modules
taitRegistrations OBJECT-IDENTITY
STATUS current
DESCRIPTION "Sub-tree for registrations, which includes modules."
::= { tait 1 }
taitModules OBJECT-IDENTITY
STATUS current
DESCRIPTION "Sub-tree for module registrations. It contains the textual context files."
::= { taitRegistrations 1 }
-- sub-tree for company-wide objects and events
taitGeneric OBJECT-IDENTITY
STATUS current
DESCRIPTION "Sub-tree for common objects and events for products."
::= { tait 2 }
-- sub-tree for product-specific objects and events
taitProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION "Sub-tree for product-specific objects and events."
::= { tait 3 }
END
|