DLink DES-3028, 2.94.B06
Шлет OID:
Код:
SNMP TRAP: 1.3.6.1.4.1.171.12.19.4.1.0.0.2(SAFEGUARD-ENGINE-MIB::swSafeGuardNotifyPrefix.0.2) [Active]
SNMP TRAP: 1.3.6.1.4.1.171.12.19.4.1.0.0.1(SAFEGUARD-ENGINE-MIB::swSafeGuardNotifyPrefix.0.1) [Active]
Судя по логам, это:
Код:
4851 2014-10-08 12:02:48 Safeguard Engine enters NORMAL mode
4849 2014-10-08 12:02:43 Safeguard Engine enters EXHAUSTED mode
В MIB: DES-3028_R2.9_MIB_20110906 \ SafeGuard.mib
Код:
-- *****************************************************************************
swSafeGuardNotifyPrefix OBJECT IDENTIFIER ::= { swSafeGuardNotification 0 }
swSafeGuardChgToExhausted NOTIFICATION-TYPE
OBJECTS {
swSafeGuardCurrentStatus
}
STATUS current
DESCRIPTION "This trap indicates System change operation mode from normal to exhausted."
::= { swSafeGuardNotifyPrefix 1 }
swSafeGuardChgToNormal NOTIFICATION-TYPE
OBJECTS {
swSafeGuardCurrentStatus
}
STATUS current
DESCRIPTION "This trap indicates System change operation mode from exhausted to normal."
::= { swSafeGuardNotifyPrefix 2 }
Соответственно, если я правильно понимаю, в OID лишний 0
1.3.6.1.4.1.171.12.19.4.1.0.
0.2
1.3.6.1.4.1.171.12.19.4.1.0.
0.1
Так ли это?