As mentioned just a few times, the Cape Town latency issue is still in place and there is a change tonight at midnight to resolve the issue.
I posted a link to understanding how trace route works, it's a good read.
During a trace route, each hop is reviewed separately. If a hop doesn't respond or times out, it's not an indication of a problem.
Just to show you:
Code:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\chris.vanwie>ping 199.16.156.230
Pinging 199.16.156.230 with 32 bytes of data:
Reply from 199.16.156.230: bytes=32 time=[B]276ms[/B] TTL=55
Reply from 199.16.156.230: bytes=32 time=[B]279ms[/B] TTL=55
Reply from 199.16.156.230: bytes=32 time=[B]276ms[/B] TTL=55
Reply from 199.16.156.230: bytes=32 time=[B]276ms[/B] TTL=55
Ping statistics for 199.16.156.230:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 276ms, Maximum = 279ms, Average = 276ms
C:\Users\chris.vanwie>
Code:
C:\Users\chris.vanwie>tracert 199.16.156.230
Tracing route to 199.16.156.230 over a maximum of 30 hops
1 1 ms 1 ms 1 ms 172.16.72.2
2 1 ms 1 ms 1 ms 172.16.255.10
3 1 ms 1 ms 1 ms 196.41.212.29
4 1 ms 1 ms 1 ms 41.193.32.133
5 2 ms 2 ms 2 ms 41.193.32.198
6 177 ms 177 ms 177 ms 196.41.27.70
7 177 ms 178 ms 176 ms ldn-b5-link.telia.net [213.248.86.21]
8 177 ms 176 ms 182 ms ldn-bb2-link.telia.net [62.115.138.154]
9 177 ms 177 ms 177 ms ldn-b3-link.telia.net [213.155.133.5]
10 177 ms 186 ms 177 ms twitter-ic-302264-ldn-b3.c.telia.net [62.115.34.
10]
11 276 ms 276 ms 276 ms ae65.atl1-er2.twttr.com [192.133.76.19]
12 [B]284 ms 276 ms 276 ms[/B] 199.16.156.230
Trace complete.
I hope this helps you understand how to read these outputs.
EDIT: AntiGanda on a side note, I believe your third hop (the one that didn't reply) is 41.193.121.9 -- try pinging it and sharing the result. This IP is the Telkom Upload VLAN (where the latency problem was found)