Avaya

Message Networking Help

Home | Search  
Print | Back | Fwd | Close
  
Getting Started Admin Maintenance Reference
Home > Administration > Administering SNMP > Message Networking private MIB

The Message Networking private MIB

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:

System information

  • Version installed
  • Module uptime
  • Active alarms (major, minor, and warning)

Network information

  • Number of machines administered on the Message Networking system
  • Number of messages waiting to be transmitted
  • Active network connections:
    • Digital (TCP/IP, SMTP, VPIM)
    • Analog (AMIS, Octel Analog Networking)

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

Top of page

Home | Search | Print | Back | Fwd | Close
©2006 Avaya Inc. All rights reserved.
Last modified 11 January, 2006