diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/tait/TAIT-COMMON-MIB | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/tait/TAIT-COMMON-MIB')
| -rw-r--r-- | MIBS/tait/TAIT-COMMON-MIB | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/MIBS/tait/TAIT-COMMON-MIB b/MIBS/tait/TAIT-COMMON-MIB new file mode 100644 index 0000000..bd96ac6 --- /dev/null +++ b/MIBS/tait/TAIT-COMMON-MIB @@ -0,0 +1,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
|