We use cookies to provide the best possible user experience for those who visit our website. By using this website you agree to the placement of cookies.

Version 12 Build 4531


iReasoning MIB browser is a powerful and easy-to-use tool powered by iReasoning SNMP API. MIB browser is an indispensable tool for engineers to manageSNMP enabled network devices and applications. It allows users to load standard, proprietary MIBs, and evensome mal-formed MIBs. It also allows them to issue SNMP requests to retrieve agent's data, or make changes to the agent.A built-in trap receiver can receive and process SNMP traps according to its rule engine.

Major features:

  • Intuitive GUI
  • Complete SNMPv1, v2c and v3 (USM and VACM) support
  • Complete SNMPv3 USM support, including HMAC-MD5, HMAC-SHA1, HMAC-SHA2, CBC-DES, CFB128-AES-128, CFB128-AES-192, CFB128-AES-256 (128-bit, 192-bit and 256-bit AES) algorithms
  • Robust and powerful SMIv1/SMIv2 MIB parser
  • IPv6 support
  • Trap Receiver with rule engine to process traps and trigger actions if certain conditions are satisfied
  • Trap Sender
  • Log window to display application log and SNMP packets exchanged between browser and agents
  • Port view (bandwidth utilization, error percentages) for network interface cards
  • Switch port mapper for mapping switch ports
  • Table view for MIB tables
  • SNMPv3 USM user management (usmUserTable in SNMP-USER-BASED-SM-MIB)
  • Device snapshot
  • Cisco device snapshot
  • Performance graph tool for monitoring of numerical OID values
  • Ping and traceroute tools
  • SNMP Agents Comparison
  • Network discovery tool
  • Runs on Windows, Mac OS X, Linux and other UNIX platforms

Quick Links

Manageengine

Products

Professional, enterprise and free personal editions


The free personal edition is intended exclusively for private use on a single workstation. You may copy the complete program package and pass it on to others for private use only. The free personal edition may not be used for commercial or professional purposes.

The professional edition has many more features and can be used for commercial or professional purposes.

The enterprise edition has more powerful trap receiver and monitoring features.


Features Table

Price per license0.00295.00595.00
Runs on Windows, Mac OS X, Linux and other UNIX platforms
Supports basic SNMP operations
Table view for MIB tables
Trap Receiver
Supports IPv6
Supports SNMPv1/v2c
Supports loading any standard or private MIB
Maximum number of MIBs loaded10No restrictionsNo restrictions
Free
Supports SNMPv3
Network discovery
ICMP Ping tool
ICMP Traceroute tool
SNMPv3 USM user management
Compares devices
Performance graph
Port view for network interface cards
Switch port mapper
Device snapshot
Cisco device snapshot
Forwards traps via email
Periodically refreshes table
Dynamic table row creation and deletion
Rule engine for processing traps
Watch actions (email alerts and command execution when threshold is violated)
Run as service (Trap Receiver & Watches)
Email template
Learning has never been so easy!

Works for both server and client Mac OS. See Reference articles listed below.

Published: Mar 20, 2009 ยท Last Updated: Jul 21, 2009
Visor De SNMP Para Mac

References

  • Apple Support Article TA20884
  • Mac OS X Hints: Start SNMP on non-XServe OS X Server

1 Comment

  • Anaheim
    Manish1192 Jan 20, 2015 at 07:04am

    Go through below step.

    Installing SNMP

    To use SNMP for monitoring or data collection, an SNMP agent (snmpd) must be running on the monitored Mac OS X Server host (computer). Mac OS X Server 10.1.5 or later includes a version of SNMP (UCD-SNMP v. 4.2.3 or later).

    If you do not have the file /usr/sbin/snmpd, then SNMP is not installed.

    The following operating systems require that SNMP be built and installed:

    Mac OS X Server 10.1.4 or earlier

    If you have access to a Mac OS X Server 10.1.5 or later Admin CD , the SNMP package on the CD may be used to install UCD-SNMP 4.2.3 on these systems.

    Note: Mac OS X Server 10.1.5 is available only with Xserve computers shipped before the release of Mac OS X Server 10.2.

    If you do not have access to the CD, you may download current SNMP source from the NET-SNMP Project Home Page (http://www.net-snmp.org/).

    Note: Apple only provides technical support for the SNMP tools on the Admin CD when they are used with Mac OS X Server 10.1.5 or later. Best free file sync software 2019.

    Warnings

    1. Once SNMP is active, anyone with a route to the SNMP host will be able to collect SNMP data from it. To learn more, consult the various SNMP information sources listed below.

    2. The default configuration of snmpd uses privileged port 161. For this reason and others, it must be executed by root or using setuid. You should only use setuid as root if you understand the ramifications. If you do not, seek assistance or additional information. There are flags available for snmpd that will change the uid and gid of the process after it starts. See the snmpd man page for more information.

    Starting snmpd

    Follow these steps for Mac OS X Server 10.1.5 or later:

    1. Open the file: /etc/hostconfig

    2. Locate the line:

    APPLETALK_HOSTNAME

    3. Immediately above, add this new line:

    SNMPSERVER:=-YES-

    4. Save the file.

    Note: For further instruction on editing configuration files, including important precautionary statements, see technical document 106619, 'Mac OS X Server: How to Edit Configuration Files'.

    This change to hostconfig causes snmpd to be executed during system startup, with no options, as dictated by the file /System/Library/StartupItems/SNMP/SNMP.

    As an alternative, the snmp agent (/usr/sbin/snmpd) can be executed at the command line at any time.

    Configuring snmpd

    The configuration (conf) file for snmpd is typically at /usr/share/snmp/ and named 'snmpd.conf' or 'snmpd.local.conf'. If you have an environment variable SNMPCONF, snmpd will read any files named 'snmpd.conf' and 'snmpd.local.conf' in these directories. The snmpd process can be started with a '-c' flag to indicate other conf files. See the snmpd man page for more information on which conf files can be used.

    Configuration files can be created and installed more elegantly using the included script /usr/bin/snmpconf. As root, use this script with the '-i' flag to install the file at /usr/share/snmp/. Otherwise the default location for the file to be written is the user's home directory (~/). Note that only root has write permission for /usr/share/snmp/.

    Since snmpd reads its conf files at startup, changes to the conf files require that the process be stopped and restarted. You may stop snmpd with ProcessViewer or at the command line (kill -HUP ).

    Example of SNMP Configuration

    I. Customize data

    To customize the data provided by snmpd, you may add an snmpd.conf file using /usr/bin/snmpconf. As root or using sudo, execute this command:

    /usr/bin/snmpconf -i

    You will then see a series of text menus. Make these choices in this order:

    1. Select File: 3 (snmpd.conf)
    2. Select section: 5 (System Information Setup)
    3. Select section: 1 (The [typically physical] location of the system.)
    4. The location of the system: type text string here -- such as 'server_room'
    5. Select section: f (finish)
    6. Select section: f (finish)
    7. Select File: q (quit)

    Notice you have created an snmpd.conf file with creation date of today: ls -l /usr/share/snmpd.conf

    II. Start snmpd as root

    To start snmpd, execute this as root:

    /usr/sbin/snmpd

    If snmpd is already running, HUP the process instead:

    set x=`ps cax grep snmpd awk '{print $1}'` ; kill -HUP $x ;

    Note that the snmpd process is now running:

    ps ax grep snmpd