138 lines
3.6 KiB
Plaintext
138 lines
3.6 KiB
Plaintext
DMOS-CARDMGR-NOTIFICATIONS-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
OBJECT-TYPE,
|
|
NOTIFICATION-TYPE,
|
|
Integer32
|
|
FROM SNMPv2-SMI
|
|
OBJECT-GROUP,
|
|
NOTIFICATION-GROUP
|
|
FROM SNMPv2-CONF
|
|
alarmNotifications,
|
|
notificationTime,
|
|
notificationName,
|
|
notificationSourceType,
|
|
notificationSourceValue,
|
|
notificationSeverity,
|
|
notificationInfo,
|
|
notificationAlarmState
|
|
FROM DMOS-NOTIFICATIONS-MIB;
|
|
|
|
dmosCardmgrNotificationsMIB MODULE-IDENTITY
|
|
LAST-UPDATED "201711270000Z"
|
|
ORGANIZATION "DATACOM"
|
|
CONTACT-INFO
|
|
"DATACOM
|
|
|
|
Postal: DATACOM
|
|
Rua America, 1000
|
|
Eldorado do Sul, RS
|
|
CEP 92990-000
|
|
BRAZIL
|
|
|
|
Tel:+55(51)3933 3000
|
|
Fax:+55(51)3933 3003
|
|
|
|
E-mail: datacom@datacom.ind.br "
|
|
DESCRIPTION
|
|
"DmOS notifications related to card manager events."
|
|
REVISION "201711270000Z"
|
|
DESCRIPTION
|
|
" First release "
|
|
::= { alarmNotifications 3 }
|
|
|
|
dmosCardmgrNotificationGroups OBJECT IDENTIFIER ::= { dmosCardmgrNotificationsMIB 1 }
|
|
|
|
dmosCardmgrAlarmTrapsGroup NOTIFICATION-GROUP
|
|
NOTIFICATIONS { cardNotProvisionedAlarmTrap,
|
|
cardNotPresentAlarmTrap,
|
|
cardRemovedAlarmTrap,
|
|
cardMismatchAlarmTrap }
|
|
|
|
STATUS current
|
|
DESCRIPTION "Traps generated by card manager alarms."
|
|
::= { dmosCardmgrNotificationGroups 1 }
|
|
|
|
cardNotProvisionedAlarmTrap NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
notificationTime,
|
|
notificationName,
|
|
notificationSourceType,
|
|
notificationSourceValue,
|
|
notificationSeverity,
|
|
notificationInfo,
|
|
notificationAlarmState }
|
|
|
|
STATUS current
|
|
DESCRIPTION "Card not provisioned alarm trap."
|
|
::= { dmosCardmgrNotificationsMIB 2 }
|
|
|
|
cardNotPresentAlarmTrap NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
notificationTime,
|
|
notificationName,
|
|
notificationSourceType,
|
|
notificationSourceValue,
|
|
notificationSeverity,
|
|
notificationInfo,
|
|
notificationAlarmState }
|
|
|
|
STATUS current
|
|
DESCRIPTION "Card not present alarm trap."
|
|
::= { dmosCardmgrNotificationsMIB 3 }
|
|
|
|
cardRemovedAlarmTrap NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
notificationTime,
|
|
notificationName,
|
|
notificationSourceType,
|
|
notificationSourceValue,
|
|
notificationSeverity,
|
|
notificationInfo,
|
|
notificationAlarmState }
|
|
|
|
STATUS current
|
|
DESCRIPTION "Card removed alarm trap."
|
|
::= { dmosCardmgrNotificationsMIB 4 }
|
|
|
|
cardMismatchAlarmTrap NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
notificationTime,
|
|
notificationName,
|
|
notificationSourceType,
|
|
notificationSourceValue,
|
|
notificationSeverity,
|
|
notificationInfo,
|
|
notificationAlarmState }
|
|
|
|
STATUS current
|
|
DESCRIPTION "Card mismatch alarm trap."
|
|
::= { dmosCardmgrNotificationsMIB 5 }
|
|
|
|
cardInsertedTrap NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
notificationTime,
|
|
notificationName,
|
|
notificationSourceType,
|
|
notificationSourceValue,
|
|
notificationInfo }
|
|
|
|
STATUS current
|
|
DESCRIPTION "Card inserted trap."
|
|
::= { dmosCardmgrNotificationsMIB 6 }
|
|
|
|
cardRemovedTrap NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
notificationTime,
|
|
notificationName,
|
|
notificationSourceType,
|
|
notificationSourceValue,
|
|
notificationInfo }
|
|
|
|
STATUS current
|
|
DESCRIPTION "Card removed trap."
|
|
::= { dmosCardmgrNotificationsMIB 7 }
|
|
|
|
END
|