librenms/mibs/ifotec/IFOTEC-PRODUCTLIST-MIB
MARMONIER Cédric 7cd68f7ec6
Ifotec product integration (#12038)
* IFOTEC new product integration

* change source code indentation

* change source code for code climate checking

* change source code for code climate checking

* deletion of an unnecessary line

* add ifotec.php and test units

* forgetting about the previous commit

* modifications of test units

* add a test units

* optimization and add test units

* change SMNP mode request

* source code cleanup and and file for test units

* update .snmprec file

* update json test file

* update json test file

* IFOTEC mib integration

* add IFOTEC mib files

* IFOTEC mib integration for sensors

* cancel $oid2 unset

* delete useless line
2020-09-10 10:38:36 +02:00

43 lines
1.8 KiB
Plaintext

-- *****************************************************************
-- IFOTEC-PRODUCTLIST-MIB.mib: IFOTEC Product Object Identifier Assignments
--
-- Jully 2020, MARMONIER Cedric
--
-- Copyright (c) 1998-2020 by IFOTEC.
-- All rights reserved.
--
-- ****************************************************************
IFOTEC-PRODUCTLIST-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY FROM SNMPv2-SMI
ifotec FROM IFOTEC-SMI;
ifotecProductList MODULE-IDENTITY
LAST-UPDATED "202007290000Z"
ORGANIZATION "IFOTEC"
CONTACT-INFO "contact@ifotec.com"
DESCRIPTION "Product list of IFOTEC enterprise."
::= { ifotec 100 }
ifotecEthernetProducts OBJECT IDENTIFIER ::= { ifotecProductList 1 }
-- ifotecMediaConverters OBJECT IDENTIFIER ::= { ifotecEthernetProducts 1 }
-- ifotecManagedMediaConverters OBJECT IDENTIFIER ::= { ifotecEthernetProducts 2 }
-- ifotecL2Switches OBJECT IDENTIFIER ::= { ifotecEthernetProducts 3 }
ifotecL2ManagedSwitches OBJECT IDENTIFIER ::= { ifotecEthernetProducts 4 }
-- ifotecHxDFFamilly OBJECT IDENTIFIER ::= { ifotecL2ManagedSwitches 1 }
-- ifotecHNDFFamilly OBJECT IDENTIFIER ::= { ifotecL2ManagedSwitches 2 }
ifotecINETFamilly OBJECT IDENTIFIER ::= { ifotecL2ManagedSwitches 3 }
INET-2GE2GF-AS-101 OBJECT IDENTIFIER ::= { ifotecINETFamilly 1 }
INET-2GP2GF-AS-101 OBJECT IDENTIFIER ::= { ifotecINETFamilly 2 }
INET-4GE2GF-KS-001 OBJECT IDENTIFIER ::= { ifotecINETFamilly 3 }
INET-4GP2GF-AS-001 OBJECT IDENTIFIER ::= { ifotecINETFamilly 4 }
INET-4GE2GF2XF-R1-001 OBJECT IDENTIFIER ::= { ifotecINETFamilly 5 }
-- ifotecRouters OBJECT IDENTIFIER ::= { ifotecEthernetProducts 5 }
END