SIP-TRAP-MIB
AI MIB Summary
The SIP-TRAP-MIB defines the structure for Simple Network Management Protocol (SNMP) trap messages generated by Session Initiation Protocol (SIP) entities to report critical events such as call session establishment failures, registration timeouts, and gateway state transitions. This module enables network monitoring systems to receive asynchronous alerts regarding SIP signaling anomalies, enabling immediate troubleshooting of voice over IP (VoIP) service disruptions without requiring active polling.
The MIB module for entities implementing the xxxx protocol.
Main OID:
sipTraps.1.3.6.1.4.1.1751.1.1198.5.0
10
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
10 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 |
sipDeviceServer OBJECT IDENTIFIER .1.3.6.1.4.1.1751.1.1198.5 |
sipTrapsThe MIB module for entities implementing the xxxx
protocol. MODULE-IDENTITY .1.3.6.1.4.1.1751.1.1198.5.0 |
sipCSConnectionStatusIndicates 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 trap.
Severity: INFO for registration/unregistration.
CRITICAL for failed registration. NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.5.0.0 |
sipDSErrorWhen any error occurs in the device server.
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) reason - the reason for the error that occurs
in the device server. Takes one of these values:
internalError | systemResourceUnavailable |
unknown
4) comment - Any comment sent along with this trap.
Severity: INFO (internalError),
MAJOR (systemResourceUnavailable),
INFO (unknownError - any other errors). NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.5.0.1 |
sipCommandFailedTriggered when any request is failed by the
device server.
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) reason - reason for the failure of the command.
{internalError | systemResourceUnavailable
| notSupported | unknown }
4) comment - Any comment sent along with this trap.
Severity: MINOR (or may be command sensitive). NOTIFICATION-TYPE .1.3.6.1.4.1.1751.1.1198.5.0.2 |