[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Tuning RPM Probes

After configuring an RPM probe, you can set parameters to control probe functions, such as the interval between probes, the total number of concurrent probes that a system can handle, and the source address used for each probe packet. This example tunes the ICMP probe set for customer A in Configuring Basic RPM Probes.

To configure tune RPM probes:

  1. Perform the configuration tasks described in Table 228.
  2. Navigate to the top of the configuration hierarchy in either the J-Web or CLI configuration editor.
  3. Perform the configuration tasks described in Table 230.
  4. If you are finished configuring the network, commit the configuration.
  5. To check the configuration, see Verifying an RPM Configuration.

Table 230: Tuning RPM Probes

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Services>RPM level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Services, click Configure or Edit.
  3. Next to Rpm, select the Yes check box.
  4. Click Edit.

From the [edit] hierarchy level, enter

edit services rpm

Set the maximum number of concurrent probes allowed on the system to 10.

  1. In the Probe limit box, type 10.
  2. Click OK.

Enter

set probe-limit 10

Access the ICMP probe of customer A.

  1. In the Owner box, click CustomerA.
  2. In the Name box, click icmp-test.

From the [edit] hierarchy level, enter

edit services rpm probe customerA test icmp-test

Set the time between probe transmissions to 15 seconds.

In the Probe interval box, type 15.

Enter

set probe-interval 15

Set the number of probes within a test to 10.

In the Probe count box, type 10.

Enter

set probe-count 10

Set the source address for each probe packet to 192.168.2.9.

If you do not explicitly configure a source address, the address on the outgoing interface through which the probe is sent is used as the source address.

  1. In the Source address box, type 192.168.2.9.
  2. Click OK.

Enter

set source-address 192.168.2.9


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]