Using SNMP in Omnia MPX Node

Updated by Geoff Steadman

SCOPE

Version 1.6.1 of the Omnia MPX Node adds MIB-II compliant SNMP features, allowing you to monitor, query and control (with some limitations) your MPX Node using a MIB browser. This document assumes you have already installed version 1.6.1, and are familiar with SNMP and its capabilities.

Operation:

A control section for SNMP can be found on the System Setup page. While the GUI is the same for both the MPX Node Encoder and Decoder, the SNMP capabilities differ between the Encoder and Decoder.

This simple page allows you to:

  • Enable SNMP (factory default is Disabled)
  • Enter a port number for SNMP communication (default is port 161)
  • For sending SNMP notifications, select an IP Address and port # where you want to push "Traps" to
  • Enter the Community name you are subscribing to.

Remember that once you make a change, you must press the APPLY button to save changes

The MPX Node's MIB and SMI files can be downloaded from this screen as well.

  • The MPXNode MIB file is the particular Management Information Base for the unit, supplied as an ASCII text file that describes the list of data objects accessible to SNMP controllers. Separate MIB files will be downloaded depending on whether you are logged in to an MPX Encoder or Decoder
  • The SMI MIB is the Structure of Management Information, which describes rules for managing these objects.

Both these files should be loaded into your preferred MIB administration software, and will provide you with SNMP access.

Capabilities

Settings that are accessible though the MPX Node's GPIO are available in SNMP, along with many other values.

The following tables demonstrate the types of status messages you can view, the types of variables you can set, and the types of notifications or traps that your MPX Node can push.

Decoder Variables

Notes

  • Firmware version
  • Host Name
  • Temperature (C)
  • NET 1 Connection Time
  • Net 2 Connection Time
  • Stream Delay Value
  • MPX Output Level
  • MPX Decoder Status
  • Decoder CPU Usage
  • uMPX App Version
  • Unit Uptime
  • Data Stream Status
  • Output Status (MPX or Silence)
  • Stream Connection Time
  • Packets Received, Recovered or Silent
  • Keyframes Received

Read Only

  • Set Main / Alternate Stream Port#

Read/Write

  • Use Main Stream Port
  • Use Alternate Stream Port
  • Play Test Tone
  • Start/Stop Encoding
  • Restart uMPX Decoder
  • Reboot System

GPI Triggers

  • Input Stream Status
  • Output Stream Playing Status
  • Net 1 Status
  • Net 2 Status

GPO

Decoder Traps / Notifications

  • Receiving / Not Receiving uMPX
  • uMPX Playing / Not Playing on output
  • Net 1 Connected / Not Connected
  • Net 2 Connected / Not Connected

Encoder Variables

NOTES

  • MPX Node Firmware version
  • Host Name
  • Temperature (C)
  • NET 1 Connection Status
  • Net 2 Connection Status
  • Stream Delay Value
  • Input Audio Level %
  • Audio Clipping Status
  • MPX Encoder Enabled
  • Unit Uptime
  • uMPX App version
  • Encoder CPU Usage

Read Only

  • Start/Stop uMPX Encoding
  • Restart uMPX Encoder
  • Reboot System

GPI Triggers

  • Input Audio Clipping
  • Net 1 Status
  • Net 2 Status

GPO

Encoder Traps / Notifications

  • Net 1 Connected / Not Connected
  • Net 2 Connected / Not Connected


How did we do?