Напоминаю. В самом первом сообщении этой темы я приводил вывод CLI
Код:
Traffic Control Trap : [Both] 
По идее я долджен получить что-то типа: 
SNMPv2-MIB::snmpTrapOID.0 PKT-STORM-CTRL-MIB::swPktStormNotify
PKT-STORM-CTRL-MIB::swPktStormCtrlPortIndex 10
PKT-STORM-CTRL-MIB::swPktStormNotifyPrefix swPktStormOccurred
Вот третьего значения я как раз и не получаю.
Вот интересующие меня трапы, которые я почему-то не получаю.
Взяты из PKT-STORM-CTRL-MIB версии 2.03
Код:
-- -----------------------------------------------------------------------------
 swPktStormNotifyPrefix OBJECT IDENTIFIER ::= { swPktStormNotify 0 }
    swPktStormOccurred NOTIFICATION-TYPE
        OBJECTS         { swPktStormCtrlPortIndex
                        }
        STATUS  current
        DESCRIPTION
            "This trap is sent when a packet storm is detected by a packet storm mechanism and a shutdown action is taken. "
        ::= { swPktStormNotifyPrefix 1 }
    swPktStormCleared NOTIFICATION-TYPE
        OBJECTS         { swPktStormCtrlPortIndex
                        }
        STATUS  current
        DESCRIPTION
            "The trap is sent when the packet storm is cleared by the packet storm mechanism."
        ::= { swPktStormNotifyPrefix 2 }
    swPktStormDisablePort NOTIFICATION-TYPE
        OBJECTS         { swPktStormCtrlPortIndex
                        }
        STATUS  current
        DESCRIPTION
            "The trap is sent when the port is disabled by the packet storm mechanism."
        ::= { swPktStormNotifyPrefix 3 }