-- ============================================================================ -- -- = FILENAME -- comMib.my -- -- = DESCRIPTION -- MIB Definition for GWmain, in GoldWing H323 Module -- -- = RCSID -- $Id: comMib.my,v 1.1 2001/04/26 11:14:03 syousaf Exp $ -- -- = AUTHOR(S) -- Matthew Lohier -- -- ============================================================================ CISCO-GOLDWING-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, enterprises FROM SNMPv2-SMI DisplayString FROM RFC1213-MIB; goldwing 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 } traps OBJECT IDENTIFIER ::= { goldwing 1 } -- -- * * * * * * * * * * * * * * * * * -- Definition of the "trap" group. trapInfo OBJECT IDENTIFIER ::= { traps 1 } trapNotf1 NOTIFICATION-TYPE OBJECTS { event, severity, type } STATUS current DESCRIPTION "Trap Notification Object (type 1)." ::= { traps 2 } -- -- * * * * * * * * * * * * * * * * * -- Definition of the "TrapInfo" group. -- -- These objects are only used for to raise a trap. -- Access has been restricted ('get' disabled). -- type OBJECT-TYPE SYNTAX INTEGER { noErr(1), comm(2), qSrv(3), procErr(4), eqptErr(5), envtErr(6) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "Trap Type. This value identifies the trap type generated by the Alarm Service Package." ::= { trapInfo 1 } severity OBJECT-TYPE SYNTAX INTEGER { informational(1), minor(2), major(3), critical(4), cleared(5) } MAX-ACCESS not-accessible STATUS current DESCRIPTION "Severity Level. This value indicates the severity level of the trap." ::= { trapInfo 2 } event OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Alarm Event. This value indicates the alarm event generating the trap." ::= { trapInfo 3 } END