This topic provides the detailed contents of the Message Networking
private MIB file developed and used by Message Networking. You can
transfer the private MIB to an
SNMP network management station (NMS) application in order to access
data specific to a Message Networking system.
This MIB provides access to the following Message Networking system
data:
The definition of the Message Networking private MIB is as follows.
mnMIB
|
--
-- Copyright (C) 2003 by Avaya, Inc.
--
MN-MIB DEFINITIONS ::= BEGIN
IMPORTS |
|
OBJECT-TYPE, NOTIFICATION-TYPE,
MODULE-IDENTITY,
Integer32, Opaque, enterprises, Counter32 |
|
|
FROM SNMPv2-SMI |
|
|
TEXTUAL-CONVENTION,
DisplayString, TruthValue |
|
|
FROM SNMPv2-TC; |
|
avaya
mibs |
OBJECT
IDENTIFIER ::= { enterprises 6889 }
OBJECT IDENTIFIER ::= { avaya 2 } |
|
MessageNetworking
MODULE-IDENTITY
LAST-UPDATED "0309290000z"
ORGANIZATION "Avaya, Inc."
CONTACT-INFO
" TBD "
DESCRIPTION
"Version 1.0 of the Message Networking MIB"
::= { mibs 3 } |
|
mnSystem |
OBJECT IDENTIFIER
::= { MessageNetworking 1 } |
|
mnSysDesc OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Message Networking version information"
::= { mnSystem 1 } |
|
mnSysUptime OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time the Message Networking module (voice-system) was last
started"
::= { mnSystem 2 } |
|
mnNetwork |
OBJECT IDENTIFIER
::= {MessageNetworking 2 } |
|
mnNetMachines OBJECT-TYPE
SYNTAX INTEGER (0..511)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of all machines (nodes) administered on the MN"
::= { mnNetwork 1 } |
|
mnNetMsgsQd OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number messages in the transmit queue, includes those
destined for AMIS Analog as well as digital machines."
::= { mnNetwork 2 } |
|
mnNetConnActive |
OBJECT IDENTIFIER
::= { mnNetwork 3 } |
|
mnNetConnAnalog OBJECT-TYPE
SYNTAX INTEGER (0..511)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active Analog connections - number of analog ports
in use."
::= { mnNetConnActive 1 } |
|
mnNetConnDigital OBJECT-TYPE
SYNTAX INTEGER (0..511)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of active Digital connections - number of digital
ports in use."
::= { mnNetConnActive 2 }
END |