|
Navigate to the Services>RPM level in the configuration
hierarchy.
|
- In the configuration editor hierarchy, select Services.
- Next to RPM, select the Yes check
box.
- Click Configure.
|
From the top of the configuration hierarchy, enter
edit services rpm
|
|
Configure the RPM owners customerA and customerB.
|
- In the Probe box, click Add new entry.
- In the Owner box, type customerA.
- Click OK.
- Repeat the above steps and add an RPM probe owner for customerB.
|
- Enter
set probe customerA
- Enter
set probe customerB
|
|
Configure the RPM test icmp-test for the RPM owner customerA.
The sample RPM test is an ICMP probe with a test interval (probe frequency)
of 15 seconds, a probe type of icmp-ping-timestamp, and a target
address of 192.178.16.5.
|
- In the configuration editor hierarchy, select customerA.
- In the Test box, click Add new entry
- In the Name box, type icmp-test.
- In the Probe frequency box, type 15.
- In the Probe type box, select icmp-ping-timestamp.
- In the Target box, select the Yes check
box, and click Configure.
- In the Target type box, select Address.
- In the Address box, type 192.178.16.5.
- Click OK.
|
- From the top of the configuration hierarchy, enter
edit services rpm probe customerA
- Enter
set test icmp-test probe-frequency 15
- Enter
set test icmp-test probe-type icmp-ping-timestamp
- Enter
set test icmp-test target address 192.178.16.5
|
|
Configure RPM thresholds and corresponding SNMP traps to catch ingress
(inbound) times greater than 3000 microseconds.
|
- In the configuration editor hierarchy, select icmp-test.
- In the Thresholds box, select the Yes check
box, and click Configure.
- In the Ingress time box, type 3000.
- Click OK.
- In the Traps box, click Add new entry.
- In the Value box, select ingress-time-exceeded.
- Click OK.
|
- Enter
set probe customerA test icmp-test thresholds ingress-time 3000
- Enter
set probe customerA test icmp-test traps ingress-time-exceeded
|
|
Configure the RPM test http-test for the RPM owner customerB.
The sample RPM test is an HTTP probe with a test interval (probe frequency)
of 30 seconds, a probe type of http-get, and a target URL of http://customerB.net.
|
- In the configuration editor hierarchy, select customerB.
- In the Test box, click Add new entry.
- In the Name box, type http-test.
- In the Probe frequency box, type 30.
- In the Probe type box, select http-get.
- In the Target box, select the Yes check
box, and click Configure.
- In the Target type box, select Url.
- In the Url box, type http://customerB.net.
- Click OK.
|
- From the top of the configuration hierarchy, enter
edit services rpm probe customerB
- Enter
set test http-test probe-frequency 30
- Enter
set test http-test probe-type http-get
- Enter
set test http-test target url http://customerB.net
|
|
Configure RPM thresholds and corresponding SNMP traps to catch 3 or
more successive lost probes and total lost probes of 10 or more.
|
- In the configuration editor hierarchy, select http-test.
- In the Thresholds box, select the Yes check
box, and click Configure.
- In the Successive loss box, type 3.
- In the Total loss box, type 10.
- Click OK.
- In the Traps box, click Add new entry.
- In the Value box, select probe-failure.
- Click OK.
- In the Traps box, click Add new entry.
- In the Value box, select test-failure.
- Click OK.
|
- Enter
set probe customerB test icmp-test thresholds successive-loss 3
- Enter
set probe customerB test icmp-test thresholds total-loss 10
- Enter
set probe customerB test icmp-test traps probe-failure
- Enter
set probe customerB test icmp-test traps test-failure
|