-- ============================================================================ -- -- = FILENAME -- pmMib.my -- -- = DESCRIPTION -- MIB Definition for PMmain, in the GoldWing H323 Module -- -- = RCSID -- $Id: pmMib.my,v 1.1 2001/04/26 11:15:17 syousaf Exp $ -- -- = AUTHOR(S) -- Matthew Lohier -- -- ============================================================================ CISCO-GOLDWING-PMMAIN-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, enterprises FROM SNMPv2-SMI event, severity, type FROM CISCO-GOLDWING-MIB; pmmain MODULE-IDENTITY LAST-UPDATED "200102210000Z" ORGANIZATION "Cisco Systems, Inc." CONTACT-INFO "Cisco Systems Postal: 4 The Square Stockley Park, Uxbridge Middlesex, UB11 1BN England Tel: +44 (0)208 756 8000" DESCRIPTION "This MIB module provides measurement data and traps for the Goldwing adjunct Application." ::= { enterprises 2496 1 3 2 } application OBJECT IDENTIFIER ::= { pmmain 1 } genFail OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'General Process Failure'. This value reports the status of that alarm." ::= { application 1 } state OBJECT-TYPE SYNTAX INTEGER { starting(1), running(2), haltPending(3), restartPending(4), rebootPending(5), notNunning(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "GoldWing's state. This value indicates the state of the H323 Adjunct Process." ::= { application 2 } pmtrap OBJECT IDENTIFIER ::= { pmmain 2 } pmtrapInfo OBJECT IDENTIFIER ::= { pmtrap 1 } currentState OBJECT-TYPE SYNTAX INTEGER { starting(1), running(2), haltPending(3), restartPending(4), rebootPending(5), notNunning(6) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "State. This value indicates the current state of the H323 Adjunct Process." ::= { pmtrapInfo 1 } previousState OBJECT-TYPE SYNTAX INTEGER { starting(1), running(2), haltPending(3), restartPending(4), rebootPending(5), notNunning(6) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "State. This value indicates the previous state of the H323 Adjunct Process." ::= { pmtrapInfo 2 } pmtrapNotf2 NOTIFICATION-TYPE OBJECTS { event, severity, type, currentState, previousState } STATUS current DESCRIPTION "Trap Notification Object (type 2). pmtrapNotf2 is used to raise a trap when the state of the Application changes. That alarm is identified by its event name, its severity, its type, the current state, and the previous state." ::= { pmtrap 2 } END