To retrieve MIB information from a GNE using the snmpDump utility
Purpose
Perform this procedure to export all object values from the NFM-P-supported SNMP MIBs on a GNE. The exported information may help with troubleshooting the GNE configuration on the device or in the NFM-P.
Steps
1 |
Log in to an NFM-P main server station as the nsp user. | ||||||||||||||||||||||||||||||||||||||||||||
2 |
Open a console window. | ||||||||||||||||||||||||||||||||||||||||||||
3 |
Navigate to the /opt/nsp/nfmp/server/nms/bin directory. | ||||||||||||||||||||||||||||||||||||||||||||
4 |
Enter the following: ./snmpDump.bash option_list ↵ where option_list is one or more of the options listed in Table 6-6, snmpDump .bash options Note: Each option must be separated by a space, as shown in the following example: snmpDump.bash -v 3 -h 192.168.18.77 -u jsmith -apw mypass -ppw yoda If an option has a default value, the default value is included in the option description. Table 6-6: snmpDump .bash options
The utility displays status messages similar to the following as it initializes:
The utility then begins to retrieve the MIB tables. As It processes a MIB table, it lists the table name and the number of entries the table contains, as shown below:
The utility is finished when the command prompt is displayed. | ||||||||||||||||||||||||||||||||||||||||||||
5 |
To view the utility output, open the file using a MIB browser or a text editor. End of steps |