mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-17 16:03:04 +00:00
7763 lines
225 KiB
Plaintext
Executable File
7763 lines
225 KiB
Plaintext
Executable File
--
|
|
-- Sonus Networks CONFIDENTIAL
|
|
--
|
|
-- This listing of source code is proprietary and confidential to
|
|
-- Sonus Networks, Inc. It may not be copied or made available in
|
|
-- any form (electronic or hard copy) to any person not authorized
|
|
-- by Sonus Networks, Inc. All rights reserved.
|
|
--
|
|
-- Copyright (C) 2010-2016
|
|
-- Sonus Networks, Inc.
|
|
-- 4 Technology Park Drive
|
|
-- Westford, MA 01886, U.S.A.
|
|
--
|
|
--
|
|
--
|
|
UX-TRAP-MIB DEFINITIONS ::= BEGIN
|
|
IMPORTS
|
|
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, IpAddress, enterprises, Counter32, Counter64
|
|
FROM SNMPv2-SMI
|
|
TEXTUAL-CONVENTION, DisplayString
|
|
FROM SNMPv2-TC
|
|
MODULE-COMPLIANCE, OBJECT-GROUP
|
|
FROM SNMPv2-CONF
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
FROM UX-OBJECTS-MIB;
|
|
|
|
--iso OBJECT IDENTIFIER ::= { 1 }
|
|
--org OBJECT IDENTIFIER ::= { iso 3 }
|
|
--dod OBJECT IDENTIFIER ::= { org 6 }
|
|
--internet OBJECT IDENTIFIER ::= { dod 1 }
|
|
--directory OBJECT IDENTIFIER ::= { internet 1 }
|
|
--mgmt OBJECT IDENTIFIER ::= { internet 2 }
|
|
--mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
|
|
--transmission OBJECT IDENTIFIER ::= { mib-2 10 }
|
|
--experimental OBJECT IDENTIFIER ::= { internet 3 }
|
|
--private OBJECT IDENTIFIER ::= { internet 4 }
|
|
--enterprises OBJECT IDENTIFIER ::= { private 1 }
|
|
|
|
ux MODULE-IDENTITY
|
|
LAST-UPDATED "201609131725Z"
|
|
ORGANIZATION "Sonus Networks"
|
|
CONTACT-INFO
|
|
" TAC
|
|
E-mail: tac@net.com"
|
|
DESCRIPTION
|
|
"The MIB module for Sonus entities.
|
|
This MIB module describes the enterprise traps for the Sonus SBC 1000 and 2000."
|
|
::= { enterprises 177 15 }
|
|
|
|
net OBJECT IDENTIFIER ::= { enterprises 177 }
|
|
uxObjects OBJECT IDENTIFIER ::= { ux 1 }
|
|
uxTraps OBJECT IDENTIFIER ::= { ux 2 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADcachingfailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmADcachingfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to cache attributes from AD in memory. Suggested action - try again later. This alarm will be cleared by event AD caching successful."
|
|
::= { uxTraps 65537 }
|
|
|
|
------------------------------------------------------------------
|
|
--OnlineADqueryfailed ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmOnlineADqueryfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to execute AD query. Suggested action - confirm that AD is network reachable, check the AD configuration as well as AD access credentials."
|
|
::= { uxTraps 65538 }
|
|
|
|
------------------------------------------------------------------
|
|
--Userloggedin ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmUserloggedin NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"New user 'username' logged in from 'ip address'."
|
|
::= { uxTraps 65540 }
|
|
|
|
------------------------------------------------------------------
|
|
--Userloginfailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmUserloginfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"User 'username' login failed from 'ip' at 'time'. This alarm will be cleared by event User logged in."
|
|
::= { uxTraps 65541 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADUnreachable ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmADUnreachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Either AD is network unreachable, or the AD credentials are invalid. This alarm will be cleared by 'AD Reachable' event."
|
|
::= { uxTraps 65542 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADReachable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmADReachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Active directory is now reachable."
|
|
::= { uxTraps 65543 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADcachingsuccessful ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmADcachingsuccessful NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AD caching was successful."
|
|
::= { uxTraps 65544 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADbackupfailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmADbackupfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to backup cached values from AD to storage device. Either the storage device is not present, or it is full. Contact Sonus TAC for further assistance."
|
|
::= { uxTraps 65545 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADsuccessfullybackedup ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmADsuccessfullybackedup NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Successful backup of cached values from AD to storage device."
|
|
::= { uxTraps 65546 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADcachetruncated ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmADcachetruncated NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AD Cache is truncated, AD cache results have exceeded the maximum cache size. Consider caching only the required attributes. If the query is not found in cache, Online query will be performed, while affecting performance."
|
|
::= { uxTraps 65547 }
|
|
|
|
------------------------------------------------------------------
|
|
--RADIUSServerUnreachable ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmRADIUSServerUnreachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Either the RADIUS server is network unreachable, the configuration is incorrect, or due to service impacting change. Suggested action - check shared secret, listening port, RADIUS server IP. This alarm will be cleared by 'RADIUS Reachable' event."
|
|
::= { uxTraps 65548 }
|
|
|
|
------------------------------------------------------------------
|
|
--RADIUSReachable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmRADIUSReachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"RADIUS server is online."
|
|
::= { uxTraps 65549 }
|
|
|
|
------------------------------------------------------------------
|
|
--CDRloggingfailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCDRloggingfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Sonus SBC failed to send CDR to RADIUS based accounting server. Either the server is network unreachable, or the configuration is incorrect. Suggested action - check shared secret, listening port, RADIUS server IP."
|
|
::= { uxTraps 65550 }
|
|
|
|
------------------------------------------------------------------
|
|
--CDRbackupfailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCDRbackupfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Sonus SBC failed to backup CDR in local file. Either running with low disk space or CDR backup maximum limit is crossed. Suggested action - Free up the disk space or save the CDR Queued file for future reference."
|
|
::= { uxTraps 65551 }
|
|
|
|
------------------------------------------------------------------
|
|
--Userpasswordchangedsuccessfully ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmUserpasswordchangedsuccessfully NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Password changed successfully by 'username' from 'ip address'."
|
|
::= { uxTraps 65553 }
|
|
|
|
------------------------------------------------------------------
|
|
--Userpasswordchangefailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmUserpasswordchangefailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Password change attempted by 'username' from 'ip address' failed."
|
|
::= { uxTraps 65554 }
|
|
|
|
------------------------------------------------------------------
|
|
--Useraccountdisabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmUseraccountdisabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Account has been disabled by 'username' from 'ip address'."
|
|
::= { uxTraps 65555 }
|
|
|
|
------------------------------------------------------------------
|
|
--Useraccountactivated ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmUseraccountactivated NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Account has been activated by 'username' from 'ip address'."
|
|
::= { uxTraps 65556 }
|
|
|
|
------------------------------------------------------------------
|
|
--Globalsecurityoptionschanged ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmGlobalsecurityoptionschanged NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Global security options changed."
|
|
::= { uxTraps 65557 }
|
|
|
|
------------------------------------------------------------------
|
|
--Userloginblocked ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmUserloginblocked NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"User attempting to log in from 'ip' blocked due to excessive incorrect login attempts."
|
|
::= { uxTraps 65558 }
|
|
|
|
------------------------------------------------------------------
|
|
--Userloginunblocked ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmUserloginunblocked NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"User login is unblocked."
|
|
::= { uxTraps 65559 }
|
|
|
|
------------------------------------------------------------------
|
|
--Userpasswordexpired ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmUserpasswordexpired NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Password has expired. User 'username' logging in from 'ip' password is expired."
|
|
::= { uxTraps 65560 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADMaximumThreadsExceeded ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmADMaximumThreadsExceeded NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AD has reached maximum threads. Please inform your service representative."
|
|
::= { uxTraps 65561 }
|
|
|
|
------------------------------------------------------------------
|
|
--ADcachingtimedout ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmADcachingtimedout NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Timed out caching attributes due to lack of response from AD. Suggested action - try again later. The SBC will attempt to load the last successful cache from backup."
|
|
::= { uxTraps 65562 }
|
|
|
|
------------------------------------------------------------------
|
|
--InvalidCardIDEEPROMData ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmInvalidCardIDEEPROMData NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Card was detected with invalid Card ID EEPROM contents (failed CRC-CCITT check). Suggested action - provide the entire alarm message including the numbers at the end to Sonus TAC for further assistance."
|
|
::= { uxTraps 131073 }
|
|
|
|
------------------------------------------------------------------
|
|
--CardHealthCheckFailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCardHealthCheckFailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"During Line Card activation, a Card Fault was detected after power was applied to the card. The Card will remain out-of-service. Suggested action - reboot system. If issue persists, contact Sonus TAC with the alarm information."
|
|
::= { uxTraps 131074 }
|
|
|
|
------------------------------------------------------------------
|
|
--CardnotSupported ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCardnotSupported NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Card was detected which can be identified, but the Sonus SBC system software is unable to support. The Card will remain out-of-service. Suggested action - reboot system. If issue persists, contact Sonus TAC with the alarm information."
|
|
::= { uxTraps 131075 }
|
|
|
|
------------------------------------------------------------------
|
|
--PowerSupplyinputfailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPowerSupplyinputfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Power supply module has indicated a failure of input power. The Sonus SBC System has lost Power Supply redundancy. Suggested action - Verify that the power cable is connected and that the PS is functioning properly."
|
|
::= { uxTraps 131076 }
|
|
|
|
------------------------------------------------------------------
|
|
--PowerSupplyinputrestored ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPowerSupplyinputrestored NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Power Supply module has indicated that input power has been restored. This event clears the 'Power Supply Input Failure' Alarm."
|
|
::= { uxTraps 131077 }
|
|
|
|
------------------------------------------------------------------
|
|
--PowerSupplyoutputfailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPowerSupplyoutputfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Power Supply module has indicated a failure of output power. The Sonus SBC System has lost Power Supply redundancy. Suggested action - Verify that the PS is functioning properly."
|
|
::= { uxTraps 131078 }
|
|
|
|
------------------------------------------------------------------
|
|
--SingleFanfailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSingleFanfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Check the System tab to find the Fan ID of the failed fan. Contact Sonus TAC with this information."
|
|
::= { uxTraps 131079 }
|
|
|
|
------------------------------------------------------------------
|
|
--MultipleFanFailures ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMultipleFanFailures NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Check the System tab to find the Fan ID's of the failed fans. Contact Sonus TAC with this information."
|
|
::= { uxTraps 131080 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemTemperatureWarm ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemTemperatureWarm NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The temperature sensors have indicated that the system is running warm (55 degrees C threshold)."
|
|
::= { uxTraps 131081 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemTemperatureWarmCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemTemperatureWarmCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The temperature sensors have indicated that the system is no longer running warm (55 degrees C threshold). This event clears the 'System Temperature Warm' Alarm."
|
|
::= { uxTraps 131082 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemTemperatureHot ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemTemperatureHot NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The temperature sensors have indicated that system is running hot (65 degrees C threshold)."
|
|
::= { uxTraps 131083 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemTemperatureHotCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemTemperatureHotCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The temperature sensors have indicated that the system is no longer running hot (65 degrees C threshold). This event clears the 'System Temperature Hot' Alarm."
|
|
::= { uxTraps 131084 }
|
|
|
|
------------------------------------------------------------------
|
|
--Licensesexpired ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLicensesexpired NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"License of the node has expired, all the licensed features would fail to work. Contact Sonus Enterprise Sales."
|
|
::= { uxTraps 196609 }
|
|
|
|
------------------------------------------------------------------
|
|
--Licenseexpiresin2weeks ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLicenseexpiresin2weeks NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"License of the node will expire in 2 weeks."
|
|
::= { uxTraps 196610 }
|
|
|
|
------------------------------------------------------------------
|
|
--NewLicenseapplied ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmNewLicenseapplied NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"New License is applied on the node."
|
|
::= { uxTraps 196611 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedtoApplyLicense ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedtoApplyLicense NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Either an invalid key is used, or the license key applies to a different node, or the license key expiry is past the present date. Contact Sonus Sales to obtain a new license."
|
|
::= { uxTraps 196612 }
|
|
|
|
------------------------------------------------------------------
|
|
--Failedtoacquirelicense ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedtoacquirelicense NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"License(s) for TDM/SIP/SBA/Transcoding/AD have exhausted or TDM/SIP/SBA/Transcoding/AD is not licensed."
|
|
::= { uxTraps 196613 }
|
|
|
|
------------------------------------------------------------------
|
|
--LicensedDS1portsexceedsinstalledports ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLicensedDS1portsexceedsinstalledports NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The alarm is generated when the license key applied has more DS1 ports licensed than are installed in the system. The number of BRI ports installed will get activated. As a fix, obtain a license with correct number of DS1 ports."
|
|
::= { uxTraps 196614 }
|
|
|
|
------------------------------------------------------------------
|
|
--LicensedBRIportsexceedsinstalledports ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLicensedBRIportsexceedsinstalledports NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The alarm is generated when the license key applied has more BRI ports licensed than are installed in the system. The number of BRI ports installed will get activated. As a fix, obtain a license with correct number of BRI ports."
|
|
::= { uxTraps 196615 }
|
|
|
|
------------------------------------------------------------------
|
|
--LicensedFXSportsexceedsinstalledports ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLicensedFXSportsexceedsinstalledports NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The alarm is generated when the license key applied has more FXS ports licensed than are installed in the system. The number of FXS ports installed will get activated. As a fix, obtain a license with correct number of FXS ports."
|
|
::= { uxTraps 196616 }
|
|
|
|
------------------------------------------------------------------
|
|
--LicensedFXOportsexceedsinstalledports ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLicensedFXOportsexceedsinstalledports NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The alarm is generated when the license key applied has more FXO ports licensed than are installed in the system. The number of FXO ports installed will get activated. As a fix, obtain a license with correct number of FXO ports."
|
|
::= { uxTraps 196617 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMUnreachable ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMUnreachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM system can not be reached, system is down. Check whether the ASM is rebooting."
|
|
::= { uxTraps 327681 }
|
|
|
|
------------------------------------------------------------------
|
|
--ClearASMUnreachable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmClearASMUnreachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Clears alarm 'ASM Unreachable'."
|
|
::= { uxTraps 327682 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMFailureRecovered ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMFailureRecovered NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM system was previously unreachable, but has come up. This alarm doesn't autoclear so the user can investigate the cause, but the system should be working correctly now."
|
|
::= { uxTraps 327683 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMServicesNotRunning ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMServicesNotRunning NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM services are not running, calls through the ASM cannot be placed."
|
|
::= { uxTraps 327684 }
|
|
|
|
------------------------------------------------------------------
|
|
--ClearASMServicesNotRunning ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmClearASMServicesNotRunning NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Clears alarm 'ASM Services Not Running'."
|
|
::= { uxTraps 327685 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMServicesRestarted ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMServicesRestarted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM Services was previously stopped, but has started. This alarm doesn't autoclear so the user can investigate the cause, but ASM Services should be working correctly now."
|
|
::= { uxTraps 327686 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMServiceRestartFailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMServiceRestartFailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The system attempted to restart a failed service on the ASM, service did not start successfully. User interaction is required."
|
|
::= { uxTraps 327687 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMSystemStarted ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmASMSystemStarted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is set when the SBA communication system is first established, and usually indicates that the Application Solution Module (ASM) has finished booting. It should come up at system startup, it may come again if the ASM hardware is rebooted."
|
|
::= { uxTraps 327688 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMSystemShuttingdown ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmASMSystemShuttingdown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A planned or deliberate shut down is taking place on the Application Solution Module (ASM)."
|
|
::= { uxTraps 327689 }
|
|
|
|
------------------------------------------------------------------
|
|
--EthernetLinkDown ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmEthernetLinkDown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Ethernet port specified has lost link. Source Instance: Eth0/Eth1 via SBA Monitor."
|
|
::= { uxTraps 327690 }
|
|
|
|
------------------------------------------------------------------
|
|
--EthernetLinkUp ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmEthernetLinkUp NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Ethernet port specific has recovered link. "
|
|
::= { uxTraps 327691 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMSBCIPSubnetMismatch ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMSBCIPSubnetMismatch NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The ASM and Sonus SBC IP interfaces are in different subnets and cannot communicate."
|
|
::= { uxTraps 327692 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMSBCIPSubnetMatch ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmASMSBCIPSubnetMatch NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The ASM and Sonus SBC IP interfaces are in the same subnet and can now communicate."
|
|
::= { uxTraps 327693 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMQoESQLdatabaseisunreachable ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMQoESQLdatabaseisunreachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The QoE database is unreachable from ASM, make sure the Lync Server 2013 is deployed and Monitoring database is running"
|
|
::= { uxTraps 327694 }
|
|
|
|
------------------------------------------------------------------
|
|
--ClearASMQoESQLdatabaseisunreachable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmClearASMQoESQLdatabaseisunreachable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The QoE database is now reachable from ASM."
|
|
::= { uxTraps 327695 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMfailedtostoreQoEinformation ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMfailedtostoreQoEinformation NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to store the QoE information from ASM."
|
|
::= { uxTraps 327696 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMSBCCACUpdatefailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMSBCCACUpdatefailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The ASM hasn't been able to apply the CAC update."
|
|
::= { uxTraps 327697 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMSBCCACUpdateapplied ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmASMSBCCACUpdateapplied NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM-SBC CAC Update applied."
|
|
::= { uxTraps 327698 }
|
|
|
|
------------------------------------------------------------------
|
|
--ThiscopyofASMOperatingSystemisnotgenuine ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmThiscopyofASMOperatingSystemisnotgenuine NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM Windows Server is not able to activate as genuine Microsoft product."
|
|
::= { uxTraps 327699 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMdriveNFSmountfailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmASMdriveNFSmountfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"NFS mounting of ASM drive failed, make sure ASM module is up and NFS service is running on the ASM module"
|
|
::= { uxTraps 327700 }
|
|
|
|
------------------------------------------------------------------
|
|
--ClearASMdriveNFSmountfailure ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmClearASMdriveNFSmountfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM hard drive is NFS mounted and available."
|
|
::= { uxTraps 327701 }
|
|
|
|
------------------------------------------------------------------
|
|
--ASMOperatingSystemSuccessfullyActivated ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmASMOperatingSystemSuccessfullyActivated NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ASM Windows Server is activate as genuine Microsoft product."
|
|
::= { uxTraps 327702 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigurationchangeoccurredonActionSet ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigurationchangeoccurredonActionSet NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Action set modified 'id'."
|
|
::= { uxTraps 458753 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigurationchangeoccurredonNormalizationTable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigurationchangeoccurredonNormalizationTable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"There is a normalization table number/name that should be printed with this event."
|
|
::= { uxTraps 458754 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigurationchangeoccurredonRouteTable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigurationchangeoccurredonRouteTable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Routing table modified 'id'."
|
|
::= { uxTraps 458755 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigurationchangeoccurredonTransformationTables ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigurationchangeoccurredonTransformationTables NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Transformation table modified 'id'."
|
|
::= { uxTraps 458756 }
|
|
|
|
------------------------------------------------------------------
|
|
--Routetemporarilydisabled ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmRoutetemporarilydisabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Route temporarily disabled due to signaling group(s) down."
|
|
::= { uxTraps 458757 }
|
|
|
|
------------------------------------------------------------------
|
|
--Routeenabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmRouteenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Route enabled as the signaling group is up."
|
|
::= { uxTraps 458758 }
|
|
|
|
------------------------------------------------------------------
|
|
--ACallexceededthelimitfornumberofdestinations ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmACallexceededthelimitfornumberofdestinations NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Maximum(8) call forks exceeded, no more forks for this destination"
|
|
::= { uxTraps 458759 }
|
|
|
|
------------------------------------------------------------------
|
|
--Callforkingusedwithnoforkinglicense ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCallforkingusedwithnoforkinglicense NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Call forking used with no forking license."
|
|
::= { uxTraps 458760 }
|
|
|
|
------------------------------------------------------------------
|
|
--InvocationofInvokeActionSetexceededthemaximumnestinglimit ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmInvocationofInvokeActionSetexceededthemaximumnestinglimit NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Maximum(10) nested InvokeActionSet exceeded."
|
|
::= { uxTraps 458761 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigurationchangeoccurredonCallbackTables ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigurationchangeoccurredonCallbackTables NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Callback table 'id' modified."
|
|
::= { uxTraps 458762 }
|
|
|
|
------------------------------------------------------------------
|
|
--Channelisinservice ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmChannelisinservice NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Channel is up and is in service. This clears the 'Channel out of service' alarm."
|
|
::= { uxTraps 524289 }
|
|
|
|
------------------------------------------------------------------
|
|
--Channelisoutofservice ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmChannelisoutofservice NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Channel Out Of Service Alarm. This alarm is automatically cleared when Channel is in service."
|
|
::= { uxTraps 524290 }
|
|
|
|
------------------------------------------------------------------
|
|
--EmergencyCallAttempted ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmEmergencyCallAttempted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Emergency Call is Attempted from Calling Number, Calling Extension, Caller IP address."
|
|
::= { uxTraps 524291 }
|
|
|
|
------------------------------------------------------------------
|
|
--EmergencyCallCompleted ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmEmergencyCallCompleted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Emergency Call Alarm will be cleared after expiry time in emergency status table."
|
|
::= { uxTraps 524292 }
|
|
|
|
------------------------------------------------------------------
|
|
--QoEReportNotSentDuetoRTCPMediaList ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmQoEReportNotSentDuetoRTCPMediaList NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"QoE Report for the Signaling Group not sent. To enable QoE report for this Signaling Group, check the Media List associated with the SG and set RTCP Mode to RTCP-XR."
|
|
::= { uxTraps 524293 }
|
|
|
|
------------------------------------------------------------------
|
|
--CallTransferfailedduetocallnotbeinginDSPmode ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCallTransferfailedduetocallnotbeinginDSPmode NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The call is not in DSP mode - hence the call transfer could not be honored."
|
|
::= { uxTraps 524294 }
|
|
|
|
------------------------------------------------------------------
|
|
--CallAttemptfailedduetoMediaModemismatch ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCallAttemptfailedduetoMediaModemismatch NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The call failed due to Media Mode mismatch across SG and Call Route configuration."
|
|
::= { uxTraps 524295 }
|
|
|
|
------------------------------------------------------------------
|
|
--SGDrained ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSGDrained NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SG 'rowID' set to Drain Mode, all channels are idle"
|
|
::= { uxTraps 524296 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPServerNotResponding ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPServerNotResponding NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP server has failed to respond and has been taken out of service. This alarm will be cleared by the event 'SIP server became responsive'."
|
|
::= { uxTraps 589825 }
|
|
|
|
------------------------------------------------------------------
|
|
--SignalingGroupTakenoutofService ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSignalingGroupTakenoutofService NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"All servers in SG have failed. This alarm will be cleared by 'SIP Signaling group enabled' event."
|
|
::= { uxTraps 589826 }
|
|
|
|
------------------------------------------------------------------
|
|
--SignalingGroupDisabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSignalingGroupDisabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Configuration action has changed this Signaling Group from Enabled to Disabled."
|
|
::= { uxTraps 589827 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSServerHandshakeFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSServerHandshakeFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"TLS server handshake failed with alert code. Action: Refer to Error Alerts in RFC 5246 for the problem."
|
|
::= { uxTraps 589828 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSHandshakeInactivityTimeoutFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSHandshakeInactivityTimeoutFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake failed due to no response from peer within specified timeout. Action: Increase the Handshake Inactivity Timeout in TLS Profile."
|
|
::= { uxTraps 589829 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfiguredPortNumberMismatch ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmConfiguredPortNumberMismatch NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Discrepancy of an FQDN/Port configured in the SipServer object that is different than the DNS SRV lookup. A DNS SRV record can return the port number for the selected protocol. The DNS SRV port value will take priority over the configured port."
|
|
::= { uxTraps 589830 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPServerBecameResponsive ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPServerBecameResponsive NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP server came up."
|
|
::= { uxTraps 589831 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPclusterwentdown ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPclusterwentdown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP cluster went down. This is due to all the servers in the clusters being unresponsive. This alarm will be cleared by the event 'SIP Cluster Enabled'. "
|
|
::= { uxTraps 589832 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPClusterEnabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPClusterEnabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP cluster enabled."
|
|
::= { uxTraps 589833 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPSignalingGroupEnabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPSignalingGroupEnabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Signaling group enabled."
|
|
::= { uxTraps 589834 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPSignalingGroupDNSFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPSignalingGroupDNSFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to resolve the FQDN entries in the SIP Signaling Group. Suggested action - confirm the FQDNs, and confirm DNS access."
|
|
::= { uxTraps 589835 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPSignalingGroupFQDNResolved ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPSignalingGroupFQDNResolved NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Successfully resolved the FQDN of the SIP Signaling group."
|
|
::= { uxTraps 589836 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPServerDNSFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPServerDNSFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to resolve the SIP server FQDN entries in the SIP Server table. Suggested action - check the FQDN syntax."
|
|
::= { uxTraps 589837 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPServerFQDNResolved ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPServerFQDNResolved NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Server config FQDN resolved."
|
|
::= { uxTraps 589838 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPCallSessionDNSFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPCallSessionDNSFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to resolve an FQDN with DNS server during a SIP call session."
|
|
::= { uxTraps 589839 }
|
|
|
|
------------------------------------------------------------------
|
|
--AcquiringLicenseforRegisterFailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmAcquiringLicenseforRegisterFailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to acquire license from License Manager"
|
|
::= { uxTraps 589840 }
|
|
|
|
------------------------------------------------------------------
|
|
--SessionorOtherResourceLeak ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSessionorOtherResourceLeak NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP performs self-check for leaks. Please enable logging for sip and issue 'show resources' command."
|
|
::= { uxTraps 589841 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedtoBindtoNetworkInterface ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedtoBindtoNetworkInterface NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to bind to network interface due to dynamic IP address not available."
|
|
::= { uxTraps 589842 }
|
|
|
|
------------------------------------------------------------------
|
|
--SuccessfullyBoundtoNetworkInterface ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSuccessfullyBoundtoNetworkInterface NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Successfully bound to network interface. DHCP lease renewed."
|
|
::= { uxTraps 589843 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPRegisterServerNotResponding ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPRegisterServerNotResponding NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Register server has failed to respond. This alarm will be cleared by the event 'SIP Register server became responsive'."
|
|
::= { uxTraps 589844 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPRegisterServerBecameResponsive ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPRegisterServerBecameResponsive NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Register server came up."
|
|
::= { uxTraps 589845 }
|
|
|
|
------------------------------------------------------------------
|
|
--RegistrationNotValidReceivedstalefalse ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmRegistrationNotValidReceivedstalefalse NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Stale=false/Registration no longer valid due to Incorrect Credentials."
|
|
::= { uxTraps 589846 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigChangeforSIPEndpointThatReceivedstalefalse ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigChangeforSIPEndpointThatReceivedstalefalse NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Config has changed, clear StaleIsFalse Alarm."
|
|
::= { uxTraps 589847 }
|
|
|
|
------------------------------------------------------------------
|
|
--QoENotifyMessageResponseWasNotSuccessful ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmQoENotifyMessageResponseWasNotSuccessful NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"QoE Notify Message received a no response or a failed response. This alarm will be cleared by the event 'QoE Notify Message received a successful response'."
|
|
::= { uxTraps 589848 }
|
|
|
|
------------------------------------------------------------------
|
|
--QoENotifyMessageResponseWasSuccessful ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmQoENotifyMessageResponseWasSuccessful NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"QoE Notify Message received a successful response."
|
|
::= { uxTraps 589849 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemOverloadDetected ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemOverloadDetected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System processing is overloaded"
|
|
::= { uxTraps 589850 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemOverloadCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemOverloadCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System processing resumes normal operation, overload cleared"
|
|
::= { uxTraps 589851 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumNumberofSIPSessionsReached ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumNumberofSIPSessionsReached NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The maximum number of SIP sessions (calls/register/subscribe) has been reached on the signaling group. Increase the number of SIP Channels for the signaling group."
|
|
::= { uxTraps 589852 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumNumberofSIPSessionsAlarmCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumNumberofSIPSessionsAlarmCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP sessions per signaling group is under the maximum limit"
|
|
::= { uxTraps 589853 }
|
|
|
|
------------------------------------------------------------------
|
|
--ErrorresolvingSRVrecord ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmErrorresolvingSRVrecord NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to execute SRV record query. Suggested action - confirm that DNS server network is reachable, check SRV and DNS server configuration."
|
|
::= { uxTraps 589854 }
|
|
|
|
------------------------------------------------------------------
|
|
--SRVrecordresolved ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSRVrecordresolved NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DNS server returned valid SRV record(s)."
|
|
::= { uxTraps 589855 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSHandshakeNegotiationStartFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSHandshakeNegotiationStartFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake failed due to start with invalid certificate. Action: Import a valid signed Sonus SBC Certificate on local and/or remote gateway."
|
|
::= { uxTraps 589856 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSHandshakeNegotiationStartSuccessful ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSHandshakeNegotiationStartSuccessful NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake response was started with valid certificate on local and remote gateway. This event clears the 'SIP-TLS Handshake Negotiation Start Failure' alarm. "
|
|
::= { uxTraps 589857 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumsupportedSIPSGsreached ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumsupportedSIPSGsreached NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP signaling group Count Reached maximum Supported Limit. "
|
|
::= { uxTraps 589858 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumsupportedSIPSGscleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumsupportedSIPSGscleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP signaling group Count is under the maximum Supported"
|
|
::= { uxTraps 589859 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumnonSIPCallSessionsreached ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumnonSIPCallSessionsreached NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Number of SIP Non Call Sessions is over the system capacity"
|
|
::= { uxTraps 589860 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumnonSIPCallSessionscleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumnonSIPCallSessionscleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Number of SIP Non Call Sessions is under the system capacity"
|
|
::= { uxTraps 589861 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumSIPCallSessionsreached ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumSIPCallSessionsreached NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Number of SIP Call Sessions is over the system capacity"
|
|
::= { uxTraps 589862 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumSIPCallSessionscleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumSIPCallSessionscleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Number of SIP Call Sessions is under the system capacity"
|
|
::= { uxTraps 589863 }
|
|
|
|
------------------------------------------------------------------
|
|
--BroadsoftSIPCallrerouted ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmBroadsoftSIPCallrerouted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Broadsoft SIP Call re-routed"
|
|
::= { uxTraps 589864 }
|
|
|
|
------------------------------------------------------------------
|
|
--BroadsoftSIPCallReroutedcleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmBroadsoftSIPCallReroutedcleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Broadsoft SIP call re-routed cleared"
|
|
::= { uxTraps 589865 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPSGListenProtocolandSIPServerHostProtocolmismatch ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPSGListenProtocolandSIPServerHostProtocolmismatch NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Verify that the Listen Ports and Protocols for the SG match those in the Server Table"
|
|
::= { uxTraps 589866 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigurationErrorSIPSGandServerProtocolMismatch ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigurationErrorSIPSGandServerProtocolMismatch NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Verify that the Listen Ports and Protocols for the SG match those in the Server Table"
|
|
::= { uxTraps 589867 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSClientHandshakeFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSClientHandshakeFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"TLS client handshake failed with alert code. Action: Refer to Error Alerts in RFC 5246 for the problem."
|
|
::= { uxTraps 589868 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSHandshakeInactivityTimeoutCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSHandshakeInactivityTimeoutCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake response was received within specified timeout. This event clears the 'SIP-TLS Handshake Inactivity Timeout Failure' alarm. "
|
|
::= { uxTraps 589869 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSServerHandshakeFailureCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSServerHandshakeFailureCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake failure error alert condition was cleared. This event clears the 'SIP-TLS Server Handshake Failure' alarm. "
|
|
::= { uxTraps 589870 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPTLSClientHandshakeFailureCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPTLSClientHandshakeFailureCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Handshake failure error alert condition was cleared. This event clears the 'SIP-TLS Client Handshake Failure' alarm. "
|
|
::= { uxTraps 589871 }
|
|
|
|
------------------------------------------------------------------
|
|
--SkypeLyncPresenceServerResponseFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSkypeLyncPresenceServerResponseFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Presence Publish Request has been sent to the configured Lync Presence Front End and has received no response or a failed response."
|
|
::= { uxTraps 589872 }
|
|
|
|
------------------------------------------------------------------
|
|
--SkypeLyncPresenceServerResponseFailureCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSkypeLyncPresenceServerResponseFailureCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A presence server that previously was unreachable has successfully sent a message that the SBC has received. "
|
|
::= { uxTraps 589873 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPRequestfromUntrustedIP ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPRequestfromUntrustedIP NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"An INVITE message was received from a host without a matching Federated IP"
|
|
::= { uxTraps 589874 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPRequestfromUntrustedIPCleared ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPRequestfromUntrustedIPCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Source IP is added to the list of federated IP Addresses."
|
|
::= { uxTraps 589875 }
|
|
|
|
------------------------------------------------------------------
|
|
--ReSyncmessagereceivedonSGnotselectedforAutoConfigtask ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmReSyncmessagereceivedonSGnotselectedforAutoConfigtask NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Check Auto Configuration Task settings and verify that the Signalling Group selected is correct."
|
|
::= { uxTraps 589876 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumNumberofSkypeLyncPresenceSessionsReached ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumNumberofSkypeLyncPresenceSessionsReached NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The maximum number of 500 concurrent SIP Publish sessions for Presence has been reached. Skype/Lync Presence processing will be suspended until the number of concurrent sessions drops below 500 limit. "
|
|
::= { uxTraps 589877 }
|
|
|
|
------------------------------------------------------------------
|
|
--MaximumNumberofS4BPresencePublishSessionsAlarmCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmMaximumNumberofS4BPresencePublishSessionsAlarmCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Publish sessions for S4B Presence is under the maximum limit"
|
|
::= { uxTraps 589878 }
|
|
|
|
------------------------------------------------------------------
|
|
--EnableMonitoringonSkypePresenceServerforbetterreliability ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmEnableMonitoringonSkypePresenceServerforbetterreliability NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Enable Monitoring on Skype Presence Server for better reliability."
|
|
::= { uxTraps 589879 }
|
|
|
|
------------------------------------------------------------------
|
|
--MonitoringonSkypePresenceServerhasbeenenabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmMonitoringonSkypePresenceServerhasbeenenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Monitoring on Skype Presence Server has been enabled."
|
|
::= { uxTraps 589880 }
|
|
|
|
------------------------------------------------------------------
|
|
--DChanneldown ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmDChanneldown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The D-channel(layer 2) is out of service."
|
|
::= { uxTraps 655361 }
|
|
|
|
------------------------------------------------------------------
|
|
--DChannelup ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmDChannelup NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The D-channel(layer 2) is in service. "
|
|
::= { uxTraps 655362 }
|
|
|
|
------------------------------------------------------------------
|
|
--Callreleasedduetochannelrestartbyfarend ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCallreleasedduetochannelrestartbyfarend NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Call released as the ISDN channel has been restarted by far end."
|
|
::= { uxTraps 655363 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portdisabledbyoperator ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPortdisabledbyoperator NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port is placed Out of Service by operator."
|
|
::= { uxTraps 720897 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portenabledbyoperator ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortenabledbyoperator NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port is placed back in Service by operator."
|
|
::= { uxTraps 720898 }
|
|
|
|
------------------------------------------------------------------
|
|
--DS1LoopbackEnter ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmDS1LoopbackEnter NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer is in loopback state."
|
|
::= { uxTraps 720899 }
|
|
|
|
------------------------------------------------------------------
|
|
--DS1LoopbackExit ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmDS1LoopbackExit NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer is out of loopback state."
|
|
::= { uxTraps 720900 }
|
|
|
|
------------------------------------------------------------------
|
|
--RedAlarmLossofSignal ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmRedAlarmLossofSignal NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer has detected a RED (LOS) alarm."
|
|
::= { uxTraps 720901 }
|
|
|
|
------------------------------------------------------------------
|
|
--RedAlarmLossofSignalcleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmRedAlarmLossofSignalcleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer RED alarm (LOS) is cleared."
|
|
::= { uxTraps 720902 }
|
|
|
|
------------------------------------------------------------------
|
|
--RedAlarmLossofFrame ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmRedAlarmLossofFrame NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer has detected a Red (LOF) alarm."
|
|
::= { uxTraps 720903 }
|
|
|
|
------------------------------------------------------------------
|
|
--RedAlarmLossofFramecleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmRedAlarmLossofFramecleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer RED alarm (LOF) is cleared."
|
|
::= { uxTraps 720904 }
|
|
|
|
------------------------------------------------------------------
|
|
--BlueAlarm ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmBlueAlarm NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer has detected a BLUE alarm."
|
|
::= { uxTraps 720905 }
|
|
|
|
------------------------------------------------------------------
|
|
--BlueAlarmCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmBlueAlarmCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer BLUE alarm is cleared."
|
|
::= { uxTraps 720906 }
|
|
|
|
------------------------------------------------------------------
|
|
--YellowAlarm ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmYellowAlarm NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer has detected a YELLOW alarm"
|
|
::= { uxTraps 720907 }
|
|
|
|
------------------------------------------------------------------
|
|
--YellowAlarmCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmYellowAlarmCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer YELLOW alarm is cleared."
|
|
::= { uxTraps 720908 }
|
|
|
|
------------------------------------------------------------------
|
|
--PortdisabledasportnotfoundonDS1 ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPortdisabledasportnotfoundonDS1 NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port is now marked as disabled because the corresponding port was not present on the DS1 physical hardware."
|
|
::= { uxTraps 720909 }
|
|
|
|
------------------------------------------------------------------
|
|
--Clockrecoveryswitchedtoportconfiguredassecondary ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmClockrecoveryswitchedtoportconfiguredassecondary NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System has switched over to secondary clock recovery port as primary is lost."
|
|
::= { uxTraps 720910 }
|
|
|
|
------------------------------------------------------------------
|
|
--Clockrecoveryswitchovertosecondaryportcleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmClockrecoveryswitchovertosecondaryportcleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Secondary clock recovery alarm is being cleared as primary clock is recovered."
|
|
::= { uxTraps 720911 }
|
|
|
|
------------------------------------------------------------------
|
|
--Clockrecoveryswitchedtofreerunclock ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmClockrecoveryswitchedtofreerunclock NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System has switched over to QF free-run clock as both primary/secondary recovery clocks are invalid."
|
|
::= { uxTraps 720912 }
|
|
|
|
------------------------------------------------------------------
|
|
--Clockrecoveryswitchovertofreerunclockcleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmClockrecoveryswitchovertofreerunclockcleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Free-run clock recovery alarm is being cleared as primary clock is recovered."
|
|
::= { uxTraps 720913 }
|
|
|
|
------------------------------------------------------------------
|
|
--Linecardnotdetected ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLinecardnotdetected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Line card not detected."
|
|
::= { uxTraps 720914 }
|
|
|
|
------------------------------------------------------------------
|
|
--Linecarddetected ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmLinecarddetected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Line card is detected."
|
|
::= { uxTraps 720915 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portdisabledforrelaypassthroughstateactivation ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPortdisabledforrelaypassthroughstateactivation NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port is now marked as disabled for activated relay passthrough state."
|
|
::= { uxTraps 720916 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portenabledforrelayonlinestateactivation ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortenabledforrelayonlinestateactivation NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port is now marked as enabled for activated relay online state."
|
|
::= { uxTraps 720917 }
|
|
|
|
------------------------------------------------------------------
|
|
--Layer1down ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLayer1down NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer has detected layer 1 down due to state conditions that results in nonoperational state of the BRI port."
|
|
::= { uxTraps 720918 }
|
|
|
|
------------------------------------------------------------------
|
|
--Layer1up ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmLayer1up NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The physical layer 1 down alarm is cleared with operational state of the BRI port."
|
|
::= { uxTraps 720919 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portdisabledasportnotfoundonanalogcard ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPortdisabledasportnotfoundonanalogcard NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port is now marked as disabled because the corresponding port was not present on the analog physical hardware."
|
|
::= { uxTraps 720920 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portsdisabledforrelaypassthrustatechgonanalogrelaycards ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPortsdisabledforrelaypassthrustatechgonanalogrelaycards NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Ports are now marked as disabled for activated relay passthrough state on analog FXS/FXO card pair."
|
|
::= { uxTraps 720921 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portsenabledforrelayonlinestatechangeonanalogrelaycardpairs ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortsenabledforrelayonlinestatechangeonanalogrelaycardpairs NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Ports are now marked as enabled for activated relay passthrough state on analog FXS/FXO card pair."
|
|
::= { uxTraps 720922 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portstatusdowndetected ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPortstatusdowndetected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Line down condition detected due to no battery."
|
|
::= { uxTraps 720923 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portstatusup ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortstatusup NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Line down condition is cleared."
|
|
::= { uxTraps 720924 }
|
|
|
|
------------------------------------------------------------------
|
|
--PortdisabledasportnotfoundonBRI ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPortdisabledasportnotfoundonBRI NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port is now marked as disabled because the corresponding port was not present on the BRI physical hardware."
|
|
::= { uxTraps 720925 }
|
|
|
|
------------------------------------------------------------------
|
|
--Systemnotoperational ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemnotoperational NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System not operational because DSP cannot be initialized. Contact Sonus TAC with the information in this alarm."
|
|
::= { uxTraps 720926 }
|
|
|
|
------------------------------------------------------------------
|
|
--DS1syncfailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmDS1syncfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DS1 sync failure could be due to mismatching line configuration. Suggested Action: Disable 'Admin State' of unused ports to avoid performance impact."
|
|
::= { uxTraps 720927 }
|
|
|
|
------------------------------------------------------------------
|
|
--DS1syncfailurecleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmDS1syncfailurecleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DS1 sync failure cleared."
|
|
::= { uxTraps 720928 }
|
|
|
|
------------------------------------------------------------------
|
|
--DSPnotcomingup ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmDSPnotcomingup NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This alarm will be generated if a DSP cannot be initialized. If the DSP does not come up, contact Sonus TAC with the information in this alarm."
|
|
::= { uxTraps 786433 }
|
|
|
|
------------------------------------------------------------------
|
|
--DSPreset ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmDSPreset NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This alarm will be generated if a DSP encounters a fatal error condition and has to be reinitialized."
|
|
::= { uxTraps 786434 }
|
|
|
|
------------------------------------------------------------------
|
|
--DSPCardisUP ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmDSPCardisUP NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event will clear the 'DSP not coming up' and 'DSP reset' alarms."
|
|
::= { uxTraps 786435 }
|
|
|
|
------------------------------------------------------------------
|
|
--DSPChannelFailure ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmDSPChannelFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event will be generated if a DSP channel encounters a fatal error condition and has to be closed."
|
|
::= { uxTraps 786436 }
|
|
|
|
------------------------------------------------------------------
|
|
--RTPRTCPPortRangeInvalid ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmRTPRTCPPortRangeInvalid NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This alarm is generated if a RTP/RTCP port range is found to be invalid. This condition should be resolved by reconfiguring the RTP/RTCP Port Range under Media System Configuration."
|
|
::= { uxTraps 786437 }
|
|
|
|
------------------------------------------------------------------
|
|
--RTPRTCPPortRangeInvalidCleared ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmRTPRTCPPortRangeInvalidCleared NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event will clear the 'RTP/RTCP Port Range Invalid' alarm."
|
|
::= { uxTraps 786438 }
|
|
|
|
------------------------------------------------------------------
|
|
--MSCMediaStreamModeMismatch ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMSCMediaStreamModeMismatch NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This alarm is generated when there is a mismatch in media stream mode of the two call legs. Suggested Action: Match 'Audio/Fax Stream Mode' settings and clear alarm."
|
|
::= { uxTraps 786439 }
|
|
|
|
------------------------------------------------------------------
|
|
--MusicOnHoldfailedduetoimproperlyconfiguredsource ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMusicOnHoldfailedduetoimproperlyconfiguredsource NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Music-On-Hold enabled; source is not properly configured. If source is set to File: upload a file, disable music on hold or switch source to an FXS port"
|
|
::= { uxTraps 786440 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSOwnServerCertificatewillExpire ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSOwnServerCertificatewillExpire NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CommonName: 'name' StartDate: 'startdate' EndDate: 'enddata' will expire in a window time. Action: Generate, Export CSR and Import a new signed certificate."
|
|
::= { uxTraps 851969 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSOwnServerCertificatehasExpired ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSOwnServerCertificatehasExpired NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CommonName: 'name' StartDate: 'startdate' EndDate: 'enddata' has expired. Action: Generate, Export CSR and Import a new signed certificate."
|
|
::= { uxTraps 851970 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSSelfSignCertificateGenerationFailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSSelfSignCertificateGenerationFailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to create a default self signed certificate on the system."
|
|
::= { uxTraps 851972 }
|
|
|
|
------------------------------------------------------------------
|
|
--NewandValidTLSOwnServerCertificateDetected ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmNewandValidTLSOwnServerCertificateDetected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Imported and validated common name: 'name' StartDate: 'start date' EndDate: 'end date'. This event clears the Server Certificate Expiring, Expired and Missing alarms."
|
|
::= { uxTraps 851973 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSTrustedCertificateAuthoritywillExpire ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSTrustedCertificateAuthoritywillExpire NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CommonName: 'name' StartDate: 'start date' EndDate: 'end date' will expire in a window time. Action: Obtain and Import a new valid certificate from the CA vendor."
|
|
::= { uxTraps 851974 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSTrustedCertificateAuthorityhasExpired ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSTrustedCertificateAuthorityhasExpired NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"'CommonName: 'name' StartDate: 'start date' EndDate: 'end date' has expired. Action: Obtain and Import a new valid certificate from the CA vendor."
|
|
::= { uxTraps 851975 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSTrustedCertificateAuthoritywasDeleted ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSTrustedCertificateAuthoritywasDeleted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The Trusted Certificate Authority is successfully deleted due to the expired or expiring soon validity status."
|
|
::= { uxTraps 851976 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSOwnServerCertificateExpiryNotice ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSOwnServerCertificateExpiryNotice NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CommonName: 'name' StartDate: 'start date' EndDate: 'end date' will expire in a window time. Action: Obtain and Import a new valid certificate from the CA vendor."
|
|
::= { uxTraps 851977 }
|
|
|
|
------------------------------------------------------------------
|
|
--TLSTrustedCertificateAuthorityExpiryNotice ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTLSTrustedCertificateAuthorityExpiryNotice NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CommonName: 'name' StartDate: 'start date' EndDate: 'end date' has expired. Action: Obtain and Import a new valid certificate from the CA vendor."
|
|
::= { uxTraps 851978 }
|
|
|
|
------------------------------------------------------------------
|
|
--InvalidSessionforattemptedrealtimeconnection ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmInvalidSessionforattemptedrealtimeconnection NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"If a web-client tries to open a realtime monitor connection with invalid session ID, BMP will generate this alarm."
|
|
::= { uxTraps 917505 }
|
|
|
|
------------------------------------------------------------------
|
|
--BMPTLSHandshakeAlertFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmBMPTLSHandshakeAlertFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This alarm will be generated if TLS Connection failed with an Alert. The connection associated with a TLS Connection ID is aborted."
|
|
::= { uxTraps 917506 }
|
|
|
|
------------------------------------------------------------------
|
|
--BMPTLSHandshakeInactivityTimeoutFailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmBMPTLSHandshakeInactivityTimeoutFailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This alarm will be generated if there was long period of inactivity during exchange of handshake messages for an associated TLS Connection ID."
|
|
::= { uxTraps 917507 }
|
|
|
|
------------------------------------------------------------------
|
|
--Interfaceoperdown ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmInterfaceoperdown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Occurs when an Ethernet port (of ports 1, 2, 3 and 4) is operationally down (e.g. cable unplugged, mismatched speed/duplexity settings) and if administrative state is enabled. Is generated only on Sonus SBC 2000 platform."
|
|
::= { uxTraps 983041 }
|
|
|
|
------------------------------------------------------------------
|
|
--Interfaceoperup ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmInterfaceoperup NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Is generated when an Ethernet port (of ports 1, 2, 3 and 4) becomes operationally up. This event automatically clears the 'Interface oper down' alarm."
|
|
::= { uxTraps 983042 }
|
|
|
|
------------------------------------------------------------------
|
|
--Interfaceadminup ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmInterfaceadminup NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Is generated when the administrative state of the Logical Interface is configured to be enabled. Is applicable to Sonus SBC 2000 platform only."
|
|
::= { uxTraps 983043 }
|
|
|
|
------------------------------------------------------------------
|
|
--Interfaceadmindown ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmInterfaceadmindown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Is generated when the administrative state of the Logical Interface is configured to be disabled. Is applicable to Sonus SBC 2000 platform only. "
|
|
::= { uxTraps 983044 }
|
|
|
|
------------------------------------------------------------------
|
|
--AdminPortoperdown ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmAdminPortoperdown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Is generated when the Admin Port is operationally down (e.g. cable unplugged, mismatched duplex/speed settings). Is applicable to Sonus SBC 2000 platform only."
|
|
::= { uxTraps 983045 }
|
|
|
|
------------------------------------------------------------------
|
|
--AdminPortoperup ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmAdminPortoperup NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Is generated with the port becomes operational after being in an *Admin port oper down* state. Is applicable to Sonus SBC 2000 platform only"
|
|
::= { uxTraps 983046 }
|
|
|
|
------------------------------------------------------------------
|
|
--Portoperdown ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortoperdown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when the port is operationally down.It is generated for Sonus SBC 1000 only."
|
|
::= { uxTraps 983047 }
|
|
|
|
------------------------------------------------------------------
|
|
--RIPlicensenotenabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmRIPlicensenotenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
" RIP feature license is not enabled."
|
|
::= { uxTraps 983048 }
|
|
|
|
------------------------------------------------------------------
|
|
--OSPFlicensenotenabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmOSPFlicensenotenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
" OSPF feature license is not enabled."
|
|
::= { uxTraps 983049 }
|
|
|
|
------------------------------------------------------------------
|
|
--LinkMonitorPeerDown ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLinkMonitorPeerDown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Connection to the monitored host or gateway is down."
|
|
::= { uxTraps 983050 }
|
|
|
|
------------------------------------------------------------------
|
|
--LinkMonitorPeerReady ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmLinkMonitorPeerReady NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Connection to the monitored host or gateway is established."
|
|
::= { uxTraps 983051 }
|
|
|
|
------------------------------------------------------------------
|
|
--Tunnelconnectiondisabledbyoperator ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmTunnelconnectiondisabledbyoperator NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Tunnel connection is placed Out of Service by operator."
|
|
::= { uxTraps 983052 }
|
|
|
|
------------------------------------------------------------------
|
|
--Tunnelconnectionenabledbyoperator ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmTunnelconnectionenabledbyoperator NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Tunnel connection is placed back in Service by operator."
|
|
::= { uxTraps 983053 }
|
|
|
|
------------------------------------------------------------------
|
|
--Tunnellinklost ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTunnellinklost NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Tunnel lost communication with the peer. This alarm will be cleared by event 'Tunnel link restored'."
|
|
::= { uxTraps 983054 }
|
|
|
|
------------------------------------------------------------------
|
|
--Tunnellinkrestored ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmTunnellinkrestored NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Tunnel is successfully established with the peer"
|
|
::= { uxTraps 983055 }
|
|
|
|
------------------------------------------------------------------
|
|
--IPseclicensenotenabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmIPseclicensenotenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"IPsec feature license is not enabled."
|
|
::= { uxTraps 983056 }
|
|
|
|
------------------------------------------------------------------
|
|
--NegotiatedDuplexityHalf ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmNegotiatedDuplexityHalf NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port negotiated duplexity is half. This degrades the performance."
|
|
::= { uxTraps 983057 }
|
|
|
|
------------------------------------------------------------------
|
|
--NegotiatedDuplexityFull ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmNegotiatedDuplexityFull NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Port negotiated duplexity is back to full."
|
|
::= { uxTraps 983058 }
|
|
|
|
------------------------------------------------------------------
|
|
--Preferredlinkdown ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPreferredlinkdown NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when the preferred link is down."
|
|
::= { uxTraps 983059 }
|
|
|
|
------------------------------------------------------------------
|
|
--Preferredlinkready ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPreferredlinkready NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when the the preferred link is ready for service. This event automatically clears the 'preferred Link down' alarm."
|
|
::= { uxTraps 983060 }
|
|
|
|
------------------------------------------------------------------
|
|
--Tunnelnotificationfailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTunnelnotificationfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Tunnel negotiation failed. Suggested Action: Look up the 'Failure Reason' attribute details for the Source in the IPsec Tunnel Table."
|
|
::= { uxTraps 983061 }
|
|
|
|
------------------------------------------------------------------
|
|
--Tunnellocalsubnetsarenonnegotiable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmTunnellocalsubnetsarenonnegotiable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when one or more local subnet failed negotiation as result of peer config mismatch."
|
|
::= { uxTraps 983062 }
|
|
|
|
------------------------------------------------------------------
|
|
--Tunnelremotesubnetsarenonnegotiable ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmTunnelremotesubnetsarenonnegotiable NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when one or more remote subnet failed negotiation as result of peer config mismatch."
|
|
::= { uxTraps 983063 }
|
|
|
|
------------------------------------------------------------------
|
|
--PortStateLearning ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortStateLearning NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when a Port State is Learning in a Multiple Spanning Tree Instance."
|
|
::= { uxTraps 983064 }
|
|
|
|
------------------------------------------------------------------
|
|
--PortStateForwarding ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortStateForwarding NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when a Port State is Forwarding in a Multiple Spanning Tree Instance."
|
|
::= { uxTraps 983065 }
|
|
|
|
------------------------------------------------------------------
|
|
--PortStateDiscarding ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPortStateDiscarding NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This event is generated when a Port State is Discarding in a Multiple Spanning Tree Instance."
|
|
::= { uxTraps 983066 }
|
|
|
|
------------------------------------------------------------------
|
|
--PacketCaptureStarted ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmPacketCaptureStarted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Packet capture has started."
|
|
::= { uxTraps 983067 }
|
|
|
|
------------------------------------------------------------------
|
|
--PacketCaptureStopped ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPacketCaptureStopped NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Packet capture has stopped due to 'reason'."
|
|
::= { uxTraps 983068 }
|
|
|
|
------------------------------------------------------------------
|
|
--ApplicationServicerestarted ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmApplicationServicerestarted NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Sonus SBC Application service was restarted. Contact Sonus TAC with the information in this alarm and all core files present on the system. These can be found in Diagnostics->Restart Report under the 'Core Files' tab."
|
|
::= { uxTraps 1048577 }
|
|
|
|
------------------------------------------------------------------
|
|
--Activepartitionswitched ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmActivepartitionswitched NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System detected a problem during previous boot cycle, active partition has switched automatically. Suggested action - backup the configuration and re-apply the upgrade to the currently inactive partition."
|
|
::= { uxTraps 1048578 }
|
|
|
|
------------------------------------------------------------------
|
|
--Failedtomountpartition ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedtomountpartition NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Mounting failed for partition 'number'."
|
|
::= { uxTraps 1048579 }
|
|
|
|
------------------------------------------------------------------
|
|
--Failedtosetactivepartition ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedtosetactivepartition NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to set active partition. Contact Sonus TAC with the information in this alarm."
|
|
::= { uxTraps 1048580 }
|
|
|
|
------------------------------------------------------------------
|
|
--Attempttorepairbootparametermismatchfailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmAttempttorepairbootparametermismatchfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Attempt to auto repair boot parmeters failed. Contact Sonus TAC with the information in this alarm."
|
|
::= { uxTraps 1048581 }
|
|
|
|
------------------------------------------------------------------
|
|
--Bootparametermismatchdetected ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmBootparametermismatchdetected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Boot parameter mismatch was detected.Attempting to auto repair."
|
|
::= { uxTraps 1048582 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweronmemoryselftest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweronmemoryselftest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048583 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweronCoreSwitchtest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweronCoreSwitchtest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048584 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweronSecondarySwitchtest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweronSecondarySwitchtest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048585 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweronexternalQuadPHYtest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweronexternalQuadPHYtest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048586 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweronexternalSinglePHYtest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweronexternalSinglePHYtest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048587 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweronCPUPHYtest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweronCPUPHYtest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048588 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweronTSItest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweronTSItest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048589 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedPoweroninternal5PortPHYtest ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedPoweroninternal5PortPHYtest NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Power-on self test failure."
|
|
::= { uxTraps 1048590 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemUpAfterPlannedRestart ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemUpAfterPlannedRestart NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System up after planned restart."
|
|
::= { uxTraps 1048591 }
|
|
|
|
------------------------------------------------------------------
|
|
--SystemUpAfterUnplannedRestart ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSystemUpAfterUnplannedRestart NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"System up after unplanned restart."
|
|
::= { uxTraps 1048592 }
|
|
|
|
------------------------------------------------------------------
|
|
--Enteredpasswordrecoverymode ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmEnteredpasswordrecoverymode NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SBC has entered password recovery mode."
|
|
::= { uxTraps 1048593 }
|
|
|
|
------------------------------------------------------------------
|
|
--Exitedpasswordrecoverymode ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmExitedpasswordrecoverymode NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SBC has exited password recovery mode."
|
|
::= { uxTraps 1048594 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedtomountUSBstoragedevice ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedtomountUSBstoragedevice NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SBC discovered USB storage. SBC can mount flash drives formatted with FAT32 file system only."
|
|
::= { uxTraps 1048595 }
|
|
|
|
------------------------------------------------------------------
|
|
--USBstoragedeviceconnected ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmUSBstoragedeviceconnected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"USB storge device is connected."
|
|
::= { uxTraps 1048596 }
|
|
|
|
------------------------------------------------------------------
|
|
--USBstoragedevicedisconnected ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmUSBstoragedevicedisconnected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"USB storge device is disconnected. This alarm will be cleared when USB drive is connected."
|
|
::= { uxTraps 1048597 }
|
|
|
|
------------------------------------------------------------------
|
|
--Criticalapplicationcrash ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCriticalapplicationcrash NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A Critical Sonus SBC application has crashed, and the system will be restarted. Contact Sonus TAC with the information in this alarm and all core files present on the system. These can be found in Diagnostics->Restart Report under the 'Core Files' tab."
|
|
::= { uxTraps 1048598 }
|
|
|
|
------------------------------------------------------------------
|
|
--Olderfirmwaredetected ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmOlderfirmwaredetected NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A USB firmware update is available. To perform upgrade, please first load SW release v4.1.1"
|
|
::= { uxTraps 1048599 }
|
|
|
|
------------------------------------------------------------------
|
|
--AutoConfigurationsuccessful ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmAutoConfigurationsuccessful NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Auto Configuration successful after receiving SIP NOTIFY message."
|
|
::= { uxTraps 1048600 }
|
|
|
|
------------------------------------------------------------------
|
|
--AutoConfigurationfailed ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmAutoConfigurationfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to perform Auto Configuration after receiving SIP NOTIFY message."
|
|
::= { uxTraps 1048601 }
|
|
|
|
------------------------------------------------------------------
|
|
--SoftwareUpdateinprogress ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSoftwareUpdateinprogress NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Current SIP NOTIFY message cannot be processed as software update is in progress"
|
|
::= { uxTraps 1048602 }
|
|
|
|
------------------------------------------------------------------
|
|
--NodeReboot ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmNodeReboot NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Node Reboot requested by user 'Username' from 'IP address'."
|
|
::= { uxTraps 1048603 }
|
|
|
|
------------------------------------------------------------------
|
|
--FactoryDefault ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFactoryDefault NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Full factory default requested by user 'Username' from 'IP address'."
|
|
::= { uxTraps 1048604 }
|
|
|
|
------------------------------------------------------------------
|
|
--Noresponse ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmNoresponse NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"No response to seizure."
|
|
::= { uxTraps 1114113 }
|
|
|
|
------------------------------------------------------------------
|
|
--Remoteenddidnotbackoffinglare ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmRemoteenddidnotbackoffinglare NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remote end did not back off in glare."
|
|
::= { uxTraps 1114114 }
|
|
|
|
------------------------------------------------------------------
|
|
--Winkexpecteddidnotarrive ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmWinkexpecteddidnotarrive NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Wink expected, did not arrive."
|
|
::= { uxTraps 1114115 }
|
|
|
|
------------------------------------------------------------------
|
|
--Nodialtone ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmNodialtone NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Event of off-hook did not produce dial tone as expected."
|
|
::= { uxTraps 1114116 }
|
|
|
|
------------------------------------------------------------------
|
|
--CASsignalinggroupdisabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCASsignalinggroupdisabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CAS signaling group is disabled."
|
|
::= { uxTraps 1114117 }
|
|
|
|
------------------------------------------------------------------
|
|
--CASlicensenotenabled ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCASlicensenotenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Call attempted but CAS feature is not enabled. This alarm is cleared by CAS license enabled event."
|
|
::= { uxTraps 1114118 }
|
|
|
|
------------------------------------------------------------------
|
|
--CASlicenseenabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCASlicenseenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"License manager notify CAS that license is enabled."
|
|
::= { uxTraps 1114119 }
|
|
|
|
------------------------------------------------------------------
|
|
--WinkReceived ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmWinkReceived NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Wink failure had occurred, but wink is received now."
|
|
::= { uxTraps 1114120 }
|
|
|
|
------------------------------------------------------------------
|
|
--DialToneReceived ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmDialToneReceived NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"No Dial Tone was received, but Dial Tone is received now."
|
|
::= { uxTraps 1114121 }
|
|
|
|
------------------------------------------------------------------
|
|
--ResponseReceived ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmResponseReceived NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"No Response to seizure was received, but Response is received now."
|
|
::= { uxTraps 1114122 }
|
|
|
|
------------------------------------------------------------------
|
|
--Invalidcharactersincallingnumber ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmInvalidcharactersincallingnumber NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Invalid character(s) removed, correct issue and delete warning."
|
|
::= { uxTraps 1114123 }
|
|
|
|
------------------------------------------------------------------
|
|
--Invalidcharactersincallednumber ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmInvalidcharactersincallednumber NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Invalid character(s) removed, correct issue and delete warning."
|
|
::= { uxTraps 1114124 }
|
|
|
|
------------------------------------------------------------------
|
|
--CASsignalinggroupenabled ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCASsignalinggroupenabled NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CAS signaling group enabled."
|
|
::= { uxTraps 1114125 }
|
|
|
|
------------------------------------------------------------------
|
|
--CASR2CDBiterror ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCASR2CDBiterror NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CAS-R2 CD-Bits are mismatched on the span, this alarm is cleared when all channels match."
|
|
::= { uxTraps 1114126 }
|
|
|
|
------------------------------------------------------------------
|
|
--CASR2CDBiterrorclear ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCASR2CDBiterrorclear NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CAS-R2 CD-Bits now match on this span for all channels."
|
|
::= { uxTraps 1114127 }
|
|
|
|
------------------------------------------------------------------
|
|
--NetworkGlareoccured ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmNetworkGlareoccured NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Network glare occured on this interface."
|
|
::= { uxTraps 1114128 }
|
|
|
|
------------------------------------------------------------------
|
|
--Configvalidationfailure ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigvalidationfailure NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Config validation failure during startup. Please check the configuration."
|
|
::= { uxTraps 1179649 }
|
|
|
|
------------------------------------------------------------------
|
|
--NewerConfigLoaded ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmNewerConfigLoaded NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Configuration loaded from newer release than currently running release."
|
|
::= { uxTraps 1179650 }
|
|
|
|
------------------------------------------------------------------
|
|
--Passworddecryptionfailed ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPassworddecryptionfailed NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Password decryption failed on configuration import operation."
|
|
::= { uxTraps 1179651 }
|
|
|
|
------------------------------------------------------------------
|
|
--PartialFactoryDefault ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmPartialFactoryDefault NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Partial 'factory default or configuration import' requested by 'Username' from 'IP address'."
|
|
::= { uxTraps 1179652 }
|
|
|
|
------------------------------------------------------------------
|
|
--ConfigurationRestore ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmConfigurationRestore NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Configuration restore requested by 'Username' from 'IP address'."
|
|
::= { uxTraps 1179653 }
|
|
|
|
------------------------------------------------------------------
|
|
--SGChannelUsageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSGChannelUsageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Signaling Group channel usage exceeded configured TCA threshold."
|
|
::= { uxTraps 1245185 }
|
|
|
|
------------------------------------------------------------------
|
|
--SGChannelUsagebelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSGChannelUsagebelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Signaling Group channel usage fell below configured TCA threshold."
|
|
::= { uxTraps 1245186 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPCallLicenseUsageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPCallLicenseUsageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Call license usage exceeded configured TCA threshold."
|
|
::= { uxTraps 1245187 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPCallLicenseUsagebelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPCallLicenseUsagebelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Call license usage fell below configured TCA threshold."
|
|
::= { uxTraps 1245188 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPRegistrationUsageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPRegistrationUsageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Registration usage exceeded configured TCA threshold."
|
|
::= { uxTraps 1245189 }
|
|
|
|
------------------------------------------------------------------
|
|
--SIPRegistrationUsagebelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmSIPRegistrationUsagebelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SIP Registration usage fell below configured TCA threshold."
|
|
::= { uxTraps 1245190 }
|
|
|
|
------------------------------------------------------------------
|
|
--DSPUsageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmDSPUsageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DSP usage exceeded configured TCA threshold."
|
|
::= { uxTraps 1245191 }
|
|
|
|
------------------------------------------------------------------
|
|
--DSPUsagebelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmDSPUsagebelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DSP usage fell below configured TCA threshold."
|
|
::= { uxTraps 1245192 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUUsageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUUsageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU usage exceeded configured TCA threshold."
|
|
::= { uxTraps 1245193 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUUsagebelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUUsagebelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU usage fell below configured TCA threshold."
|
|
::= { uxTraps 1245194 }
|
|
|
|
------------------------------------------------------------------
|
|
--MemoryUsageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmMemoryUsageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Memory usage exceeded configured TCA threshold."
|
|
::= { uxTraps 1245195 }
|
|
|
|
------------------------------------------------------------------
|
|
--MemoryUsagebelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmMemoryUsagebelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Memory usage fell below configured TCA threshold."
|
|
::= { uxTraps 1245196 }
|
|
|
|
------------------------------------------------------------------
|
|
--FileDescriptorUsageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFileDescriptorUsageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"File Descriptor Usage exceeded TCA threshold."
|
|
::= { uxTraps 1245197 }
|
|
|
|
------------------------------------------------------------------
|
|
--FileDescriptorUsagebelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmFileDescriptorUsagebelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"File Descriptor Usage fell below TCA threshold."
|
|
::= { uxTraps 1245198 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUloadaverageinpast1minuteexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUloadaverageinpast1minuteexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU load average in past 1 minute exceeded TCA threshold."
|
|
::= { uxTraps 1245199 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUloadaverageinpast1minutefellbelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUloadaverageinpast1minutefellbelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU load average in past 1 minute fell below TCA threshold."
|
|
::= { uxTraps 1245200 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUloadaverageinpast5minutesexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUloadaverageinpast5minutesexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU load average in past 5 minutes exceeded TCA threshold."
|
|
::= { uxTraps 1245201 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUloadaverageinpast5minutesfellbelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUloadaverageinpast5minutesfellbelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU load average in past 5 minutes fell below TCA threshold."
|
|
::= { uxTraps 1245202 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUloadaverageinpast15minutesexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUloadaverageinpast15minutesexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU load average in past 15 minutes exceeded TCA threshold."
|
|
::= { uxTraps 1245203 }
|
|
|
|
------------------------------------------------------------------
|
|
--CPUloadaverageinpast15minutesfellbelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmCPUloadaverageinpast15minutesfellbelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CPU load average in past 15 minutes fell below TCA threshold."
|
|
::= { uxTraps 1245204 }
|
|
|
|
------------------------------------------------------------------
|
|
--TemporarypartitionusageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmTemporarypartitionusageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Temporary partition usage exceeded TCA threshold."
|
|
::= { uxTraps 1245205 }
|
|
|
|
------------------------------------------------------------------
|
|
--TemporarypartitionusagefellbelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmTemporarypartitionusagefellbelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Temporary partition usage fell below TCA threshold."
|
|
::= { uxTraps 1245206 }
|
|
|
|
------------------------------------------------------------------
|
|
--LoggingpartitionusageexceededTCAthreshold ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmLoggingpartitionusageexceededTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Logging partition usage exceeded TCA threshold."
|
|
::= { uxTraps 1245207 }
|
|
|
|
------------------------------------------------------------------
|
|
--LoggingpartitionusagefellbelowTCAthreshold ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmLoggingpartitionusagefellbelowTCAthreshold NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Logging partition usage fell below TCA threshold."
|
|
::= { uxTraps 1245208 }
|
|
|
|
------------------------------------------------------------------
|
|
--FailedtoresolveFQDN ( Alarm )
|
|
------------------------------------------------------------------
|
|
uxAlmFailedtoresolveFQDN NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveSeverity,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveCancelType,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveCount,
|
|
uxAlarmActiveState,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveFirstOccur,
|
|
uxAlarmActiveLastOccur,
|
|
uxAlarmActiveClrEvtID,
|
|
uxAlarmActiveClrEvtSubID,
|
|
uxAlarmActiveDescription,
|
|
uxAlarmActiveHighestSeverityAlarm,
|
|
uxAlarmActiveHardWareID
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Failed to resolve IP address. Ensure that FQDN and DNS server is configured properly."
|
|
::= { uxTraps 1310721 }
|
|
|
|
------------------------------------------------------------------
|
|
--FQDNresolved ( Event )
|
|
------------------------------------------------------------------
|
|
uxAlmFQDNresolved NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
uxAlarmActiveIndex,
|
|
uxAlarmConfigIndex,
|
|
uxAlarmActiveID,
|
|
uxAlarmActiveSubID,
|
|
uxAlarmActiveCondition,
|
|
uxAlarmActiveCategory,
|
|
uxAlarmActiveDecodeKey,
|
|
uxAlarmActiveSourceInstance,
|
|
uxAlarmActiveDescription
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"IP address successfully resolved."
|
|
::= { uxTraps 1310722 }
|
|
|
|
END
|