summaryrefslogtreecommitdiff
path: root/MIBS/cdata/SPIDCOM-TRAPS
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/cdata/SPIDCOM-TRAPS
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/cdata/SPIDCOM-TRAPS')
-rw-r--r--MIBS/cdata/SPIDCOM-TRAPS113
1 files changed, 113 insertions, 0 deletions
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
+--