From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/tait/TAIT-COMMON-MIB | 72 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 MIBS/tait/TAIT-COMMON-MIB (limited to 'MIBS/tait/TAIT-COMMON-MIB') 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 -- cgit v1.2.3