user manual
Table Of Contents
- User Guide for Internetwork Performance Monitor
- Contents
- Preface
- Overview of IPM
- Getting Started With IPM
- Using IPM to Measure Network Performance
- Measuring Network Performance for DHCP
- Measuring Network Performance for DLSw
- Measuring Network Performance for DNS
- Measuring Network Performance for HTTP
- Measuring Network Performance for FTP
- Measuring Network Performance for IP
- Measuring Network Performance for SNA
- Measuring Network Performance for TCP
- Measuring Network Performance for UDP
- Measuring Network Performance for Enhanced UDP
- Modifying IPM Components
- Working With Source Devices
- Working With Target Devices
- Working With Operations
- Working With Collectors
- Adding Components Using Seed Files
- Changing IP Addresses
- Setting the Baseline
- Setting IPM Database Preferences
- Setting SNMP Timeout and Retry Environment Variables
- Setting New IPM Server Process Timeout Values
- Setting the DISPLAY Variable in Solaris
- Backing Up or Restoring the IPM Database
- NVRAM Settings
- Managed Source Interface Settings
- Changing Administrative Password
- Changing IPM Database Password
- Working With Message Log Window
- Working With IPM From the CiscoWorks Homepage
- Accessing IPM Data From the CiscoWorks Homepage
- Viewing IPM Server Information
- Importing Devices From Device and Credential Repository
- Downloading the IPM Client
- Viewing Configuration Information
- Viewing Latency Data
- Viewing Jitter Data
- Viewing HTTP Data
- Accessing Software Updates and Additional Information
- IPM FAQs and Troubleshooting Tips
- IPM Command Reference
- SA Agent Feature Mapping
- Glossary
- Index

4-30
User Guide for Internetwork Performance Monitor
OL-11291-01
Chapter 4 Modifying IPM Components
Setting SNMP Timeout and Retry Environment Variables
The following environment variables control SNMP timeouts and retries:
Using the default values, IPM waits 50 seconds before determining that an SNMP request cannot be
completed—5 seconds for the initial timeout, followed by 3 retries of 10, 15, and 20 seconds each.
If excessive SNMP timeouts are a problem in your network, try slightly increasing the timeout and
timeout increment values until the problem is eliminated.
To set new values for these variables, use one of the following procedures:
• Setting SNMP Environment Variables in Solaris
• Setting SNMP Environment Variables in Windows
Setting SNMP Environment Variables in Solaris
To set SNMP environment variables in Solaris, use the following procedure:
Step 1 Make sure the IPM server is not running. You must set these environment variables while the IPM server
is not running. To stop the IPM server, enter:
# cd /opt/CSCOipm/bin
# ./ipm stop
Step 2 On your IPM server, use a text editor to open the ipm.env file. In Solaris, the default directory for the
ipm.env file is /opt/CSCOipm/etc.
Note The default directory for installing IPM is /opt. If you installed IPM in a different directory,
specify that directory instead of /opt.
Variable Description
IPM_SNMP_TIMEOUT Time in seconds for the IPM server to wait for a
response. The valid range is 1 to 60 seconds. The
default is 5 seconds.
IPM_SNMP_RETRIES Number of times the IPM server tries again to send
a request that has timed out while waiting for a
response. The valid range is 1 to 5 retries. The
default is 3 retries.
IPM_SNMP_TIMEOUT_
INCREMENT
Time in seconds to add to the current time-out value
for subsequent retries. The valid range is 1 to 60
seconds. The default is 5 seconds.