This topic provides the detailed contents of the MIB for the SNMP
primary NMS developed and used by Avaya.
See MIB for SNMP secondary NMSs
for alarms for information on the Avaya OAM MIB.
The definition of the Avaya SNMP MIB for the primary NMS is as
follows.
SNMP MIB
INADS-MIB DEFINITIONS
::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE, NOTIFICATION-TYPE, enterprises
FROM SNMPv2-SMI;
avaya OBJECT IDENTIFIER
::= { enterprises 6889 }
mibs OBJECT IDENTIFIER
::= { avaya 2 }
services OBJECT IDENTIFIER
::= { mibs 70 }
inadssnmp MODULE-IDENTITY
LAST-UPDATED "0105010000Z"
ORGANIZATION "Avaya,
Inc."
CONTACT-INFO "Postal:
Avaya, Inc.
211 Mt Airy Rd.
Basking Ridge, NJ
07920
USA
Tel: +1 908 953 6000
E-mail: [email protected]
WWW: http://www.avaya.com"
DESCRIPTION " "
::= { services 1 }
inadssnmpObjects OBJECT
IDENTIFIER ::= {inadssnmp 1 }
inadssnmpNotifications
OBJECT IDENTIFIER ::= {inadssnmp 2 }
-- The inadssnmpObjects
Group
inadssnmpAlarmMessage
OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..300))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "The
INADS Alarm Reporting Message which will be placed into the SNMP
notification with a trap used for acknowledgment."
::= { inadssnmpObjects
1 }
inadssnmpAlarmAck OBJECT-TYPE
SYNTAX DisplayString
(SIZE(1..5))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Describes
whether the manager successfully has received the INADS alarm.
If Manager has not yet acknowledged, will be 0. Manager does a
set to this object to ack so 2 if successful, or nack so 3 if
unsuccessful."
::= { inadssnmpObjects
2 }
inadssnmpAlarmTime OBJECT-TYPE
SYNTAX DisplayString
(SIZE(1..32))
ACCESS accessible-for-notify
STATUS current
DESCRIPTION "A time
tag or other sequence number associated with an inadssnmpAlarmMessage
object."
::= { inadssnmpObjects
3 }
-- The inadssnmpNotifications
Group
inadssnmpAlarm NOTIFICATION-TYPE
OBJECTS { inadssnmpAlarmMessage,
inadssnmpAlarmTime }
STATUS current
DESCRIPTION "The
alarm forwarded to the SRA from a product via SNMP with a trap
used for acknowledgment."
::= { inadssnmpNotifications
1 }
inadssnmpAck NOTIFICATION-TYPE
OBJECTS { inadssnmpAlarmAck,
inadssnmpAlarmTime }
STATUS current
DESCRIPTION "The
acknowledgment forwarded from the TSC to the product via SNMP."
::= { inadssnmpNotifications
2 }
inadssnmpAlarmSet NOTIFICATION-TYPE
OBJECTS { inadssnmpAlarmMessage,
inadssnmpAlarmTime }
STATUS current
DESCRIPTION "The
alarm forwarded to the SRA from a product via SNMP with a set
used for the acknowledgment."
::= { inadssnmpNotifications
3 }
END
Top of page
|