|
How to use SNMPUTIL Utility
The SNMPUTIL.EXE utility which is available in the Windows Resource Kit is a
very useful troubleshooting tool. With SNMP utility, you can verifies
whether the SNMP service has been correctly configured to communicate with
SNMP management stations. The below is the example:
snmputil command agent community object_identifier_(OID)
The valid commands are:
get
Get the value of the requested object identifier
getnext
Get the value of the next object following the specified object identifier
walk
Step (walk) through the MIB branch specified by the object identifier
If you wanted to determine the number of DHCP server addresses leased by a
DHCP server named MAXamillion in the public community, you would issue the
following command:
snmputil getnext MAXamillion Public .1.3.6.1.4.1.311.1.3.2.1.1.1
The command will respond with the OID and counter value for the object ID in
question, which is the number of IP leases that are issued.
Post your questions, comments, feedbacks and suggestions
Contact a consultant
Related Topics
|
|