1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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
--
|