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

A-10
User Guide for Internetwork Performance Monitor
OL-11291-01
Appendix A IPM FAQs and Troubleshooting Tips
IPM FAQs
The steps in the Active mode are:
1. The client opens a control channel (port 21) to the server and tells the server the port number to
respond on. This port number is a randomly determined port greater than 1023.
2. The server receives this information and sends the client an acknowledgement “OK” (ack). The
client and server exchange commands on this control connection.
3. When the user requests a directory listing or initiates the sending or receiving of a file, the client
software sends a “PORT” command that includes a port
number > 1023 that the client wishes the server to use for the data connection.
4. The server then opens a data connection from port 20 to the client's port number, as provided to it
in the “PORT” command.
Passive Mode
In passive FTP, the client opens the data sessions, using a port number supplied by the server. This mode
of operation is assumed to be more secure because all the connections are being initiated from the client,
so there is less chance that the connection will be compromised. The reason it is called passive is that
the server performs a “passive open.”
The steps in the Passive mode are:
1. In passive FTP, the client opens a control connection on port 21 to the server, and then requests
passive mode through the use of the “PASV” command.
2. The server agrees to this mode, and then selects a random port number (>1023). It supplies this port
number to the client for data transfer.
3. The client receives this information and opens a data channel to the server assigned port.
Q.
Does IPM receive traps?
A.
No. IPM does not receive traps. You can configure IPM to raise a trap when a threshold
violation/timeout occurs. However, you should configure a separate NMS to receive and process
these traps.
Q.
How do I set SNMP views for the Write community string?
A.
To set SNMP views for the Write community string, you need to have the following configuration
on the device:
snmp-server view <view-name> system included
snmp-server view <view-name> ciscoRttMonMIB included
snmp-server community <comm-string> view <view-name> RW
exit
write term
<view-name> can be any character string.
<comm-string> should be provided as the write community string in the source GUI of
IPM.
Q.
Can I get historical statistics that are less than an hour?
A.
No. It is not possible to get historical statistics which are less than 1 hour.