Initial commit
This commit is contained in:
113
MIBS/cdata/SPIDCOM-TRAPS
Normal file
113
MIBS/cdata/SPIDCOM-TRAPS
Normal file
@ -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
|
||||
--
|
Reference in New Issue
Block a user