Let me know the different between oam cpe-ping and ping router "vpls-management"? I have sample like this
The topology
|PE|--------------------------|switch|-------------------------------|CE|
Code: Select all
*A:SR-1# ping router "vpls-management" 192.168.25.30 count 100
PING 192.168.25.30 56 data bytes
64 bytes from 192.168.25.30: icmp_seq=1 ttl=128 time=4.03ms.
64 bytes from 192.168.25.30: icmp_seq=2 ttl=128 time=3.99ms.
64 bytes from 192.168.25.30: icmp_seq=3 ttl=128 time=4.24ms.
64 bytes from 192.168.25.30: icmp_seq=4 ttl=128 time=4.19ms.
64 bytes from 192.168.25.30: icmp_seq=5 ttl=128 time=4.02ms.
64 bytes from 192.168.25.30: icmp_seq=6 ttl=128 time=4.40ms.
64 bytes from 192.168.25.30: icmp_seq=7 ttl=128 time=4.27ms.
64 bytes from 192.168.25.30: icmp_seq=8 ttl=128 time=4.67ms.
64 bytes from 192.168.25.30: icmp_seq=9 ttl=128 time=4.14ms.
64 bytes from 192.168.25.30: icmp_seq=10 ttl=128 time=3.41ms.
Code: Select all
*A:SR-1# oam cpe-ping service 4876 destination 192.168.25.30 source 192.168.25.203 return-control count 100
Seq Sap-id CPE Mac Address RTT
----------------------------------------------------------------------------
[Send request Seq. 1.]
1 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 3.72ms
[Echo replies received: 1]
[Send request Seq. 2.]
2 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 3.32ms
[Echo replies received: 1]
[Send request Seq. 3.]
3 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 3.59ms
[Echo replies received: 1]
…
[Send request Seq. 8.]
8 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 62.0ms
[Echo replies received: 1]
[Send request Seq. 9.]
[Send request Seq. 10.]
[Send request Seq. 11.]
11 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 3.45ms
Request Seq. 9 timed out.
[Echo replies received: 1]
[Send request Seq. 12.]
12 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 487ms
[Echo replies received: 1]
[Send request Seq. 13.]
13 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 100ms
Request Seq. 12 timed out.
[Echo replies received: 1]
[Send request Seq. 14.]
Request Seq. 13 timed out.
[Send request Seq. 15.]
15 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 22.3ms
[Echo replies received: 1]
[Send request Seq. 16.]
[Send request Seq. 17.]
17 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 178ms
[Echo replies received: 1]
[Send request Seq. 18.]
Request Seq. 16 timed out.
[Send request Seq. 19.]
[Send request Seq. 20.]
20 124.195.81.215:sap:2/2/1:876 9c:8e:99:d3:73:38 592ms
Request Seq. 18 timed out.
[Echo replies received: 1]
[Send request Seq. 21.]
There is different Round Trip Time, when I use oam cpe-ping and ping router "vpls-management". Where is the best method to know, how customer latency condition from PE to CE??
Thanks
