← Back to all articles

IP Route Analysis: What CN2 / 163 / 9929 / CMI Mean

NetworkIP

Why the same IP range can feel so different

Two overseas datacenters can behave completely differently from a Chinese carrier. The difference is the ASN (autonomous system number) your traffic passes through — that is what "route analysis" reads.

Common lines at a glance

  • China Telecom: AS4134 (163 backbone, standard) / AS4809 (CN2) / AS23764 (CN2 GIA, premium international);
  • China Unicom: AS4837 (169 backbone) / AS9929 (CUII, premium);
  • China Mobile: AS9808 (CMNET) / AS58453 (CMI, international egress).

How to measure

  1. Take the target IP your datacenter assigned;
  2. Run traceroute / mtr from Telecom, Unicom and Mobile probes;
  3. Read the ASN of each hop: 4809 means CN2, 9929 means CUII, and only 4134 means the standard 163 backbone.

Reading the result

The outbound path is decided by the Chinese carrier egress; the return path by the datacenter upstream — they can differ. 100% loss on intermediate hops usually means those devices drop ICMP replies, not that the path is broken; judge by the last hops plus overall latency and loss.

How the lines compare

LineASNPeak-hour behaviourPrice tier
Telecom 163 backboneAS4134Congestion and visible packet lossLow
CN2 GTAS4809Acceptable; the return path may drop to 163Medium
CN2 GIAAS4809 / AS23764Stable and low latency both waysHigh
Unicom 9929 (CUII)AS9929Excellent from UnicomMedium-high
Mobile CMIAS58453Friendly to Mobile usersMedium

Verifying a vendor's claim

  1. Ask for a test IP — a demo page is often rate-limited or specially optimized;
  2. Run mtr from Telecom, Unicom and Mobile probes and check that both directions use the premium route;
  3. Watch latency and loss between 20:00 and 23:00; daytime speed numbers prove little;
  4. Routing changes, so one test reflects only that moment — sample a few days.

Follow-up questions

Why does the return path matter more? Perceived download and page-load speed is driven by the return path (data coming back to you). Premium outbound with a 163 return still feels poor. Does 100% loss on an intermediate hop matter? Usually not — backbone devices commonly ignore ICMP; judge by the last hops and overall loss.

Three tips when buying

  1. Get a test IP before paying: watch actual behaviour across several peak evenings instead of the vendor's speed-test screenshots;
  2. Judge each carrier separately: the same datacenter can behave very differently for Telecom, Unicom and Mobile — choose according to your user mix;
  3. Focus on the return path: downloads and page loads are shaped by the return path; premium outbound with an ordinary return still feels mediocre.

Try it: IP lookup (with route analysis)

Reading route quality metrics

  • Latency: look at mean and jitter (P95 minus P50); reporting only the mean hides peak-hour degradation;
  • Loss: sustained loss above 0.5% noticeably cuts TCP throughput because it collapses the congestion window;
  • Hops and detours: fewer hops is usually steadier at equal latency, but check for congested intermediate nodes;
  • Sample across the day: evening peaks and small hours can differ widely — one run proves little; compare several windows.