-- ============================================================================ -- -- = FILENAME -- gwMib.my -- -- = DESCRIPTION -- MIB Definition for GWmain, in GoldWing H323 Module -- -- = RCSID -- $Id: gwMib.my,v 1.2 2002/09/05 16:54:09 syousaf Exp $ -- -- = AUTHOR(S) -- Matthew Lohier -- -- ============================================================================ CISCO-GOLDWING-GWMAIN-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, enterprises, Counter32 FROM SNMPv2-SMI Gauge FROM RFC1155-SMI DisplayString FROM RFC1213-MIB; gwmain 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 3 } measurementData OBJECT IDENTIFIER ::= { gwmain 1 } ras OBJECT IDENTIFIER ::= { measurementData 1 } q931 OBJECT IDENTIFIER ::= { measurementData 2 } h245 OBJECT IDENTIFIER ::= { measurementData 3 } alarm OBJECT IDENTIFIER ::= { gwmain 2 } -- -- * * * * * * * * * * * * * * * * * -- Definition of the "ras" group. gkDisAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Gatekeeper Discovery Attempts'. This value is incremented for every unicast GRQ sent, or for every multicast operation." ::= { ras 1 } gkRegAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Registration Request Attempts'. This value is incremented for every RRQ sent." ::= { ras 2 } gkRegSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Registration Request Successes'. This value is incremented for every RCF received." ::= { ras 3 } gkRcvUnrAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Gatekeeper Initiated Unregistration Attempts'. This value is incremented for every URQ received from a Gatekeeper." ::= { ras 4 } gkXmitUnrSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Gatekeeper Initiated Unregistration Successes'. This value is incremented for every UCF sent to a Gatekeeper." ::= { ras 5 } gkXmitUnrAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'TC Initiated Unregistration Attempts'. This value is incremented for every URQ sent to a Gatekeeper." ::= { ras 6 } gkRcvUnrSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'TC Initiated Unregistration Successes'. This value is incremented for every UCF received from a Gatekeeper." ::= { ras 7 } gkRlsAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Disengage Attempts'. This value is incremented for every DRQ sent to a Gatekeeper." ::= { ras 8 } gkRlsSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Disengage Successes'. This value is incremented for every DCF returned by to a Gatekeeper." ::= { ras 9 } gkInfoReportTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'Information Reports'. This value is incremented for every IRR sent to a Gatekeeper." ::= { ras 10 } -- -- * * * * * * * * * * * * * * * * * -- Definition of the "q931" group. fcIncCallAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Incoming Fast Connect Call Attempts'. This value is incremented when a Setup containing the fastStart element is received." ::= { q931 1 } fcIncCallSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Incoming Fast Connect Call Successes'. This value is incremented when an incoming H323 call is established using the Fast Connect procedure." ::= { q931 2 } fcOtgCallAttTot OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Outgoing Fast Connect Call Attempts'. This value is incremented when a Setup containing the fastStart element is sent to an H323 Endpoint. This value is decremented when having to revert to Version 1 signaling." ::= { q931 3 } fcOtgCallSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Outgoming Fast Connect Call Successes'. This value is incremented when an outgoing H323 call is established using the Fast Connect procedure." ::= { q931 4 } v1IncCallAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Incoming Version 1 Call Attempts'. This value is incremented when an incoming H323 Version 1 Setup is received (ie. no fastStart element or H245 element)." ::= { q931 5 } v1IncCallSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Incoming Version 1 Call Successes'. This value is incremented when an incoming H323 Version 1 call is established." ::= { q931 6 } v1OutCallAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Outgoing Version 1 Call Attempts'. This value is incremented when an outgoing H323 call has reverted to Version 1 signaling." ::= { q931 7 } v1OutCallSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Outgoing Version 1 Call Successes'. This value is incremented when an outgoing H323 call using Version 1 has been established." ::= { q931 8 } incNormRelTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Incoming Call Normal Releases'. This value is incremented when an established incoming H323 call is taken down due to user on-hook." ::= { q931 9 } incAbnormRelTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Incoming Call Abnormal Releases'. This value is incremented when an established incoming H323 call is taken down due to anything else." ::= { q931 10 } otgNormRelTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Outgoing Call Normal Releases'. This value is incremented when an established outgoing H323 call is taken down due to user on-hook." ::= { q931 11 } otgAbnormRelTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H225 Outgoing Call Abnormal Releases'. This value is incremented when an established outgoing H323 call is taken down due to anything else." ::= { q931 12 } h323InterworkSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H323-H323 'hairpinned' calls'." ::= { q931 13 } pgwT38FaxAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "This counter is incremented for each T.38 Fax Call request from the PGW." ::= { q931 14 } pgwT38FaxSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "This counter is incremented for each T.38 Fax Call request from the PGW that is successfully re-configured for T.38." ::= { q931 15 } -- -- * * * * * * * * * * * * * * * * * -- Definition of the "h245" group. masterSlaveAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Master Slave Determination Attempts'. This value is incremented whenever either side of the call initiates the Master Slave Determination procedure (via either H245 tunneling or separate H245 signaling path)." ::= { h245 1 } masterSlaveSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Master Slave Determination Successes'. This value is incremented whenever a Master Slave Determination procedure completes." ::= { h245 2 } termCapXchgAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Terminal Capability Exchange Attempts'. This value is incremented whenever either side of the call initiates the Capability Exchange procedure (via either H245 tunneling or separate H245 signaling path)." ::= { h245 3 } termCapXchgSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Terminal Capability Exchange Successes'. This value is incremented whenever a Capability Exchange procedure completes." ::= { h245 4 } openChAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Open Logical Channel Attempts'. This value is incremented whenever either side of the call initiates the Open Logical Channel procedure (via either H245 tunneling or separate H245 signaling path)." ::= { h245 5 } openChSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Open Logical Channel Successes'. This value is incremented whenever a Open Logical Channel procedure completes." ::= { h245 6 } closeChAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Close Logical Channel Attempts'. This value is incremented whenever either side of the call initiates the Close Logical Channel procedure (via either H245 tunneling or separate H245 signaling path)." ::= { h245 7 } closeChSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Close Logical Channel Successes'. This value is incremented whenever a Close Logical Channel procedure completes." ::= { h245 8 } avgRoundTripDelay OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of 'H245 Round Trip Delay Determination'. This value keeps the average time (in ms) for Round Trip Delay measured as a result of successful Round Trip Delay Determination." ::= { h245 9 } emptyCapSetTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of empty TCS exchanges." ::= { h245 10 } h323T38FaxAttTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "This counter is incremented for each T.38 Fax Call request from the remote peer." ::= { h245 11 } h323T38FaxSuccTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "This counter is incremented for each T.38 Fax Call request from the remote peer that is successfully re-configured for T.38 fax working." ::= { h245 12 } asymmetricTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "This counter is incremented for each asymmetric condition encountered." ::= { h245 13 } dtmfRelayTot OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "This counter is incremented for each call where DTMF relay is used." ::= { h245 14 } -- -- * * * * * * * * * * * * * * * * * -- Definition of the "alarm" group. vscFail OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'VSC Failure'. This value reports the status of that alarm." ::= { alarm 1 } h323StackFail OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'H323 Stack Failure'. This value reports the status of that alarm." ::= { alarm 2 } gkIfcFail OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'Gatekeeper Interface Failure'. This value reports the status of that alarm." ::= { alarm 3 } ipLinkFail OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'IP Link Failure'. This value reports the status of that alarm." ::= { alarm 4 } eisupPathFail OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'EISUP Path Failure'. This value reports the status of that alarm." ::= { alarm 5 } confFail OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'Configuration Failure'. This value reports the status of that alarm." ::= { alarm 6 } lowDiskSpc OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'Low Disk Space'. This value reports the status of that alarm." ::= { alarm 7 } overldLvl2 OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'Overload Level 2'. This value reports the status of that alarm." ::= { alarm 8 } overldLvl3 OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'Overload Level 3'. This value reports the status of that alarm." ::= { alarm 9 } hsiNeedsUnlocking OBJECT-TYPE SYNTAX INTEGER { invalid(-1), cleared(1), raised(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the Alarm Event: 'HSI Needs Unlocking'. This value reports the status of that alarm." ::= { alarm 10 } END