Avaya Ignition Server SNMP mib

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bdholmes
    Hot Shot
    • Aug 2014
    • 16

    Avaya Ignition Server SNMP mib

    In the 9.0.1 docs it states the following in the SNMP section:

    "System load information is shown in the laLoad objects. These objects indicate the load
    on the Ignition Server, expressed using the load average convention."

    This appears to be a proprietary MIB. How can I obtain the details on this to load it up on our monitoring platforms?

    Thanks in advance.
    Brian Holmes

    Network Architect
    Fiat Chrysler Automobiles
  • rshaynes
    Whiz
    .
    • Mar 2010
    • 27

    #2
    System Load Information via UCD laLoad

    Per the Ignition Server documentation,

    "The Ignition Server SNMP service supports SNMPv2C. The objects supported by the service come from the following SNMP MIBs: the MIB-2 MIB, the ucdavis MIB, and the HOSTRESOURCES-MIB."

    In this case, the laLoad system load information is under the UCDAVIS (UCD) MIB.

    Performing a SNMPWALK using, for example NET-SNMP, will yield this output.

    Ex.

    snmpwalk -v 2c -c community 192.168.1.5 ucd

    For your network monitoring utility, loading or using the standard UCD-SNMP-MIB tree will be necessary.

    A copy of UCD-SNMP-MIB from NET-SNMP is attached.
    Attached Files

    Comment

    Loading