NetProfiler MIB

NetProfiler MIB values can be read with any standards-based SNMP MIB tool, including those on the Windows and Linux operating systems. You can obtain a copy of the MIB definition file from the link below by right-clicking the link and saving the target of the link locally for your MIB tool to use for labeling the values it retrieves from the NetProfiler.

View MIB definition file

The SNMP Object ID for the NetProfiler MIB is 1.3.6.1.4.1.7054.70. You can use either Version 1, Version 2c, or Version 3 of SNMP for MIB browsing. Ensure that the version you are using is selected in the SNMP MIB Configuration section of the Administration > General Settings page.

Examples

The following examples use the Linux snmpwalk tool. In these examples, the command is entered as one line.

Version 3 without privacy

snmpwalk –m MIB_path –v 3 –u fred  –l authNoPriv –a MD5 –A   fredpass1   manage_addr .1.3.6.1.4.1.7054.70

where:

MIB_path is the path to the local copy of MAZU-MIB.txt

fred is the user name

MD5 is the authentication protocol

fredpass1 is the authentication password

manage_addr is the IP address or host name of the NetProfiler management interface. (For an Enterprise NetProfiler, this is the address of the UI Module.) This address is available in the Management Interface section of the Administration > General Settings page.  

Version 3 with privacy

snmpwalk –m MIB_path –v 3 –u fred  –l authPriv  –a MD5 –A   fredpass1 –x DES –X   fredpass2   manage_addr .1.3.6.1.4.1.7054.70

where:

MIB_path is the path to the local copy of MAZU-MIB.txt

fred is the user name

MD5 is the authentication protocol

fredpass1 is the authentication password

DES is the privacy protocol

fredpass2 is the privacy password

manage_addr is the IP address or host name of the NetProfiler management interface. (For an Enterprise NetProfiler, this is the address of the UI Module.) This address is available in the Management Interface section of the Administration > General Settings page.  

Version 1

snmpwalk –m   MIB_path  -v 1  -c community   manage_addr .1.3.6.1.4.1.7054.70

where:

MIB_path is the path to the local copy of MAZU-MIB.txt

community  is the NetProfiler community name. This is available in the SNMP MIB Configuration section of the Administration > General Settings page.

manage_addr is the IP address or host name of the NetProfiler management interface. (For an Enterprise NetProfiler, this is the address of the UI Module.) This address is available in the Management Interface section of the Administration > General Settings page.  

Top

SNMP Support