H323-TRAP-MIB
AI MIB Summary
The H323-TRAP-MIB module defines SNMP trap notifications for H.323 VoIP gateways and endpoints to alert management systems on critical session state changes, call setup failures, and protocol-level errors. It enables real-time monitoring of H.323 call control events, including gatekeeper registration status, call teardown anomalies, and media path disruptions without requiring active polling.
The MIB module for entities implementing the xxxx protocol.
Main OID:
h323Traps.1.3.6.1.4.1.1751.1.1198.3.0
12
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
12 total| Object Name |
|---|
lucent OBJECT IDENTIFIER .1.3.6.1.4.1.1751 |
RFC1155-SMI Unknown .1.3.6.1.4.1.1751 |
RFC1213-MIB NOTIFICATION-TYPE .1.3.6.1.4.1.1751 |
products OBJECT IDENTIFIER .1.3.6.1.4.1.1751.1 |
softSwitch OBJECT IDENTIFIER .1.3.6.1.4.1.1751.1.1198 |
h323DeviceServer OBJECT IDENTIFIER .1.3.6.1.4.1.1751.1.1198.3 |
h323TrapsThe MIB module for entities implementing the xxxx
protocol. MODULE-IDENTITY .1.3.6.1.4.1.1751.1.1198.3.0 |
h323CSConnectionStatusIndicates the registration status of the device
server(registered, unregistered or registration
failed).
VARIABLE DEFINITIONS:
1) timeStamp - time when the alarm occured, in
<sec>.<usec> format
2) code - bitwise OR of severity, facility, errorCode,
instanceID, severity<<28 | facility<<24 |
errorCode<<16 | instanceid
3) csID - call server identifier which will be
returned by the call server when any device server
registers to it.
4) csType - call server type, 'primary' or 'secondary'.
(Right now this information does not come from the
call server. It is set to 'primary'.), value = 0 for
primary, value = 1 for secondary
5) registrationStatus - 'registered' | 'unregistred' |
'registrationFailed' depending on whether the device
server is registered, unregistered or could not
register to the call server respectively.
6) reason - {'unreachable' | 'unknown' |
'invalidParam'}, indicates the cause for the
registration failure.
7) comment - Any comment sent along with this NOTIFICATION.
Severity: INFO for registration/unregistration.
CRITICAL for failed registration. NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.3.0.0 |
h323GatewayUtilizationIt is triggered when a preset utilization value
is set for a gateway and it has met that utilization.
VARIABLE DEFINITIONS:
1) timeOccurred - time when the alarm occured, in
<sec>.<usec> format
2) code - bitwise OR of severity, facility, errorCode,
instanceID, severity<<28 | facility<<24 |
errorCode<<16 | instanceid
2) gwID - unique identifier assigned to the gateway.
3) moduleID - The module of the gateway that reports
utilization.
4) percent - The percent of utilization being reported.
5) comment - Any comment sent along with this trap
Severity: INFO/MINOR depending on the preset value. NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.3.0.1 |
h323DSErrorWhen any error occurs in the device server.
VARIABLE DEFINITIONS:
1) timeOccurred - time when the alarm occured, in
<sec>.<usec> format
2) code - bitwise OR of severity, facility, errorCode,
instanceID, severity<<28 | facility<<24 |
errorCode<<16 | instanceid
3) reason - the reason for the error that occurs
in the device server. Takes one of these values:
'internalError' | 'systemResourceUnavailable' |
'invalidGatewayID' | 'unknown'
4) comment - Any comment sent along with this trap.
Severity: INFO (internalError),
MAJOR (systemResourceUnavailable),
INFO (invalidGatewayID - gateway ID is invalid or
no such gateway exists)
INFO (unknownError - any other errors). NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.3.0.2 |
h323UnreachableGatewayWhen any gateway is unreachable . Either the
TCP/IP address is wrong or the gateway is down.
VARIABLE DEFINITIONS:
1) timeOccurred - time when the alarm occured, in
<sec>.<usec> format
2) code - bitwise OR of severity, facility, errorCode,
instanceID, severity<<28 | facility<<24 |
errorCode<<16 | instanceid
2) gwID - unique identifier of the gateway
3) gwType - protocol handled by the gateway,
{ 'sip' | 'h323' }
4) gwIP - IP Address of the gateway, the device server
tries to connect to, in order to place a call.
5) port - call signalling port of the gateway,
the device server tries to connect to.
6) comment - Any comment sent along with this trap
Severity: MINOR depending on the preset value. NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.3.0.3 |
h323CommandFailedTriggered when any request is failed by the
device server.
VARIABLE DEFINITIONS:
1) timeOccurred - time when the alarm occured, in
<sec>.<usec> format
2) code - bitwise OR of severity, facility, errorCode,
instanceID, severity<<28 | facility<<24 |
errorCode<<16 | instanceid
3) reason - reason for the failure of the command.
{'internalError' | 'systemResourceUnavailable'
|'notSupported' | 'unknown' }
4) comment - Any comment along with this trap.
Severity: MINOR (or may be command sensitive). NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.3.0.4 |