mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Datacom basic support added
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,112 @@
|
||||
--
|
||||
-- DATACOM Telematica
|
||||
-- Copyright 1999-2006 by Datacom Telematica (Teracom Telematica Ltda). All Rights Reserved.
|
||||
-- This DATACOM SNMP MIB Specification is Datacom proprietary intellectual property.
|
||||
--
|
||||
-- This module will be extend, as required. The specification and other information
|
||||
-- contained in this document can be modified without prior notice. The user should
|
||||
-- consult Datacom to determine whether any such changes have been done.
|
||||
--
|
||||
|
||||
DATACOM-SMI DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM RFC1155-SMI;
|
||||
|
||||
datacom OBJECT IDENTIFIER ::={ enterprises 3709 }
|
||||
-- MODULE-IDENTITY
|
||||
-- LAST-UPDATED "9912150000Z"
|
||||
-- ORGANIZATION "Datacom Telemática"
|
||||
-- CONTACT-INFO
|
||||
-- "Datacom Telemática
|
||||
--
|
||||
-- Postal: Datacom Telematica
|
||||
-- Av. França, 735
|
||||
-- Navegantes, POA, RS
|
||||
-- CEP 90230-220
|
||||
-- BRAZIL
|
||||
--
|
||||
-- Tel: +55(051)3358-0100
|
||||
-- Fax: +55(051)3358-0101
|
||||
--
|
||||
-- E-mail: datacom@datacom-telematica.com.br"
|
||||
-- DESCRIPTION
|
||||
-- " The Structure of Management Information for
|
||||
-- Datacom Telematica enterprise. "
|
||||
--
|
||||
|
||||
datacomRegistrations OBJECT IDENTIFIER ::={ datacom 1 }
|
||||
|
||||
|
||||
datacomGenericMIBs OBJECT IDENTIFIER ::={ datacom 2 }
|
||||
|
||||
|
||||
datacomProductsMIBs OBJECT IDENTIFIER ::={ datacom 3 }
|
||||
|
||||
|
||||
datacomExperimental OBJECT IDENTIFIER ::={ datacom 4 }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
|
||||
|
||||
-- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
--
|
||||
-- datacomRegistration
|
||||
-- Register the modules identification of MIBs
|
||||
datacomModules OBJECT IDENTIFIER ::={ datacomRegistrations 1 }
|
||||
|
||||
--
|
||||
-- Products registration
|
||||
-- Register the management cards
|
||||
datacomManagementCards OBJECT IDENTIFIER ::={ datacomRegistrations 2 }
|
||||
|
||||
-- Register the modems
|
||||
datacomModems OBJECT IDENTIFIER ::={ datacomRegistrations 3 }
|
||||
|
||||
|
||||
-- Register the data converters.
|
||||
datacomAccessDevices OBJECT IDENTIFIER ::={ datacomRegistrations 5 }
|
||||
|
||||
|
||||
|
||||
-- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
--
|
||||
-- datacomProductsMIBs
|
||||
|
||||
-- Modem MIBs
|
||||
datacomModemsMIBs OBJECT IDENTIFIER ::={ datacomProductsMIBs 3 }
|
||||
|
||||
-- Access Devices MIBs
|
||||
datacomAccessDevicesMIBs OBJECT IDENTIFIER ::={ datacomProductsMIBs 5 }
|
||||
|
||||
|
||||
|
||||
|
||||
-- -- -- -- -- -- -- -- -- -- -- -- -- --
|
||||
--
|
||||
-- datacomExperimental
|
||||
|
||||
datacomExpGenericMIBs OBJECT IDENTIFIER ::={ datacomExperimental 2 }
|
||||
|
||||
datacomExpProductsMIBs OBJECT IDENTIFIER ::={ datacomExperimental 3 }
|
||||
|
||||
|
||||
--
|
||||
-- datacomExpProductsMIBs
|
||||
datacomExpModemsMIBs OBJECT IDENTIFIER ::={ datacomExpProductsMIBs 3 }
|
||||
|
||||
-- Access Devices MIBs
|
||||
datacomExpAccessDevicesMIBs OBJECT IDENTIFIER ::={ datacomExpProductsMIBs 5 }
|
||||
|
||||
|
||||
END
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user