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/cdata/SPIDCOM-TRAPS | 113 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 MIBS/cdata/SPIDCOM-TRAPS (limited to 'MIBS/cdata/SPIDCOM-TRAPS') diff --git a/MIBS/cdata/SPIDCOM-TRAPS b/MIBS/cdata/SPIDCOM-TRAPS new file mode 100644 index 0000000..ad3ba11 --- /dev/null +++ b/MIBS/cdata/SPIDCOM-TRAPS @@ -0,0 +1,113 @@ +-- +-- ALARM-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349 +-- Friday, November 21, 2003 at 15:00:38 +-- + + + + SPIDCOM-TRAPS DEFINITIONS ::= BEGIN + + IMPORTS + OBJECT-GROUP, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, Counter32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + specificSpidcomTrap + FROM SPIDCOM-NOTIFICATION-MIB + ItuAlarmProbableCause,ItuAlarmType, neAlarmActivePhoto + FROM SPIDCOM-ALARM-MIB + plcBasePortIndex + FROM SPC200 + DisplayString, DateAndTime, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + +-- +-- Node definitions +-- + + -- 1.3.6.1.4.1.22764.4.1 + trapsDefinition MODULE-IDENTITY + LAST-UPDATED "200207151330Z" -- July 15, 2002 at 13:30 GMT + ORGANIZATION + "SPiDCOM" + + CONTACT-INFO + " TO BE SPECIFIED BY SPiDCOM + " + DESCRIPTION + "Definition of the MIB tree structure + to manage the Alarm Monitoring." + ::= { specificSpidcomTrap 1 } + + + + -- 1.3.6.1.4.1.22764.4.1.1 + deviceDown NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This trap is sent when a the connection with a distant node is down" + ::= { trapsDefinition 1 } + + + -- 1.3.6.1.4.1.22764.4.1.2 + deviceUp NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This trap is sent when a the connection with a distant node is down" + ::= { trapsDefinition 2 } + + -- 1.3.6.1.4.1.22764.4.1.3 + maxAttenuation NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This trap is sent when some value is reached for attenuation" + ::= { trapsDefinition 3 } + + -- 1.3.6.1.4.1.22764.4.1.4 + maxNoise NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This trap is sent when some value is reached for noise" + ::= { trapsDefinition 4 } + + -- 1.3.6.1.4.1.22764.4.1.11 + linkUpDownNotificationsGroup NOTIFICATION-GROUP + NOTIFICATIONS { + deviceUp, + deviceDown } + STATUS current + DESCRIPTION + "The notifications which indicates connection with a distant node is up/down" + ::= { trapsDefinition 11 } + + -- 1.3.6.1.4.1.22764.4.1.12 + maxAttenuationNotificationsGroup NOTIFICATION-GROUP + NOTIFICATIONS { + maxAttenuation } + STATUS current + DESCRIPTION + "The notification which indicates attenuation change" + ::= { trapsDefinition 12 } + + -- 1.3.6.1.4.1.22764.4.1.13 + maxNoiseNotificationsGroup NOTIFICATION-GROUP + NOTIFICATIONS { + maxNoise } + STATUS current + DESCRIPTION + "The notification which indicates noise change" + ::= { trapsDefinition 13 } + + + + + + + END + +-- +-- SPIDCOM-NOTIFICATION-MIB.my +-- -- cgit v1.2.3