Example: browsing the MIB with NetView for AIX

For production use, you need to implement a real SNMP-based system management application. But, to get an idea of what is in the MIB, you can use NetView's MIB browser. Here is a brief example.

  1. Start the NetView application on any system in the network.
  2. Click Tools —> MIB Browser: SNMP from the Root window.

    The Browse MIB window appears:


    Screen capture of the initial Browse MIB window

  3. Type the name of the Power System system you want to monitor in the Name or IP Address field.
  4. Select private , then click Down Tree.
  5. Select enterprises, then click Down Tree.
  6. Select ibm, then click Down Tree.
  7. Select ibmProd , then click Down Tree

    Screen capture of the Browse MIB window, showing the product name directTalk6000 selected

  8. Select directTalk6000 then click Down Tree.

    You now see the Blueworx Voice Response objects listed:


    Screen capture of the Browse MIB window, showing the vpackTable object selected

  9. To view the description of the MIB variable, select the object you want and then click Describe.

    The Describe MIB Variable window appears:


    Screen capture of the Describe MIB Variable window

  10. To find out the status of, for example, the VPACKs, select vpackStatus from the list in the Browse MIB window and then click on Start Query.

    The results are shown in the MIB Values area of the window:


    Screen capture of the Browse MIB window, showing the results of the query to be four VPACKs with a vpackStatus value of 5..

    The number of instances of vpackType, vpackStatus, and so on tell you how many packs are attached to a system.

  11. To set the status of an object:
    1. Find out what actions you can perform: click the write-only ...Action variable and then click Describe. The Describe MIB Variable window shows you the values corresponding to the actions you can perform.

      Screen capture of the Describe MIB Variable window, showing a list of the actions that can be performed on VPACKS to change the vpackStatus values

    2. Type the pack number (1–16) in the MIB Instance field in the Browse MIB window.
    3. Type the value corresponding to the action you want to perform in the SNMP Set Value field in the Browse MIB window.
    4. Click Set.

      Screen capture of the updated Browse MIB window, showing vpackAction selected.

  12. If you do a Start Query on the vpackStatus variable again, you will see that the status has changed (if the action has been successful).