08-03-2010 11:17 PM
Hi,
How to get JItter value between two links using juniper RPM probes on JUniper MX series router.
which probe is use to get the Jitter vlaue with which destination port.
rg,
mayur
08-04-2010 01:31 AM
Hi,
I already asked this question & the reply i got was - Its not possible to get accurate jitter value using probe running on same router. You need external hardware/probe to measure jitter.
08-04-2010 01:45 AM
Hi,
thanks for the reply.
Let me know which probe i have to use if i want to check jitter approx vlaues on juniper MX series router.
10-14-2011 06:08 AM
Hi Mayur,
Your results on the MX will be inconsistent and often delayed.
If you wish to experiment anyway then use the ICMP ping probe:
set services rpm probe cust test School1 probe-type icmp-ping set services rpm probe cust test School1 target address 10.0.0.1 set services rpm probe cust test School1 probe-count 5 set services rpm probe cust test School1 probe-interval 5 set services rpm probe cust test School1 test-interval 10 set services rpm probe cust test School1 routing-instance school
It's a simple ICMP ping and will provide RTD and Jitter for each probe. You don't need to set a corresponding probe at the remote end. You can additionally set the DSCP bits, although with the response times you get there's little point.
Example response times:
For accurate results, buy some tiny SRX branch routers (SRX210 works) or EX-switches and put the probes into hardware timestamp mode. You can then make them poll each other across your infrastructure. (You can put each probe in its own routing instance if you wish to direct traffic into a specific VRF or VLAN whilst only needing a default route in each end device.)
set services rpm probe cust test School1 probe-type icmp-ping set services rpm probe cust test School1 target address 10.0.0.1 set services rpm probe cust test School1 probe-count 5 set services rpm probe cust test School1 probe-interval 5 set services rpm probe cust test School1 test-interval 10 set services rpm probe cust test School1 routing-instance school set services rpm probe cust test School1 hardware-timestamp
Ben
07-17-2012 03:40 PM
Hello,
I was trying to configure a probe that can give me some rtt data between 2 L3VPN's routing-instances.
Both RIs are configured correctly since I can do a PE ping between the two. However the probe doesn't work for the routing-instances:
lab@erda# show
probe probe1 {
test test1 {
probe-type icmp-ping;
target address 192.168.239.58;
probe-interval 1;
test-interval 10;
inactive: destination-port 65403;
source-address 192.168.239.59;
inactive: routing-instance rpm_fm;
thresholds {
rtt 10;
}
traps rtt-exceeded;
inactive: destination-interface ge-0/3/0.0;
}
}
probe-server {
tcp {
port 65400;
}
udp {
port 65401;
}
}
[edit services rpm]
lab@erda# run show services rpm probe-results
Owner: probe1, Test: test1
Target address: 192.168.239.58, Source address: 192.168.239.59, Probe type: icmp-ping, Test size: 1 probes
Probe results:
Response received, Tue Jul 17 15:41:13 2012, No hardware timestamps
Rtt: 379 usec
Results over current test:
Probes sent: 1, Probes received: 1, Loss percentage: 0
Measurement: Round trip time
Samples: 1, Minimum: 379 usec, Maximum: 379 usec, Average: 379 usec, Peak to peak: 0 usec, Stddev: 0 usec, Sum: 379 usec
Results over last test:
Probes sent: 1, Probes received: 1, Loss percentage: 0
Test completed on Tue Jul 17 15:41:13 2012
Measurement: Round trip time
Samples: 1, Minimum: 379 usec, Maximum: 379 usec, Average: 379 usec, Peak to peak: 0 usec, Stddev: 0 usec, Sum: 379 usec
Results over all tests:
Probes sent: 73, Probes received: 73, Loss percentage: 0
Measurement: Round trip time
Samples: 73, Minimum: 339 usec, Maximum: 425 usec, Average: 383 usec, Peak to peak: 86 usec, Stddev: 21 usec, Sum: 27970 usec
[edit services rpm]
lab@erda# activate probe probe1 test test1 routing-instance
[edit services rpm]
lab@erda# commit
commit complete
[edit services rpm]
lab@erda# run show services rpm probe-results
Owner: probe1, Test: test1
Target address: 192.168.239.58, Source address: 192.168.239.59, Probe type: icmp-ping
Routing Instance Name: rpm_fm
Test size: 1 probes
Probe results:
No route to target, Tue Jul 17 15:41:34 2012
Results over current test:
Probes sent: 1, Probes received: 0, Loss percentage: 100
Results over last test:
Probes sent: 1, Probes received: 0, Loss percentage: 100
Results over all tests:
Probes sent: 1, Probes received: 0, Loss percentage: 100
[edit services rpm]
07-18-2012 10:29 AM
Hi Fan,
I've had a quick look through your config. My suggestions:
Here's the minimum config, let me know how you get on:
set services rpm probe probe1 test test1 probe-type icmp-ping set services rpm probe probe1 test test1 target address 192.168.239.58 set services rpm probe probe1 test test1 probe-interval 1 set services rpm probe probe1 test test1 test-interval 10 set services rpm probe probe1 test test1 routing-instance rpm_fm