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/riello/RIELLO-MIB | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/riello/RIELLO-MIB')
| -rw-r--r-- | MIBS/riello/RIELLO-MIB | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/MIBS/riello/RIELLO-MIB b/MIBS/riello/RIELLO-MIB new file mode 100644 index 0000000..a4e3ed8 --- /dev/null +++ b/MIBS/riello/RIELLO-MIB @@ -0,0 +1,34 @@ +-- RPS S.p.A enterprise MIB definition + +-- Copyright (c) RPS S.p.A. +-- Version: 1.0 by Michele Marcon +-- Date: 1.04.2016 + +-- Title: RIELLO MIB + +-- ************************************************************************ +-- ************************************************************************ + +-- RIELLO-MIB { iso org(3) dod(6) internet(1) private(4) +-- enterprises(1) riello(5491) } + + + +RIELLO-MIB DEFINITIONS ::= BEGIN + +IMPORTS + enterprises, MODULE-IDENTITY FROM SNMPv2-SMI; + +rielloMIB MODULE-IDENTITY + LAST-UPDATED "201602230000Z" + ORGANIZATION "RPS S.p.A" + CONTACT-INFO + " Michele Marcon + E-mail: info@riello-ups.com" + DESCRIPTION + "The MIB module to describe Riello devices." + + REVISION "201602230000Z" + DESCRIPTION "Latest avaialble" ::= { enterprises 5491 } + +END |