You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{props.productName} customers can run traceroutes to understand the hop by hop Internet path and latencies from Cloudflare's network to their own network.
11
11
12
12
{props.magicWord==="wan-tunnels"&& (
13
13
<>
14
14
<Markdown
15
15
text={`
16
-
## To run a traceroute from a specific Cloudflare data center to your network:
16
+
To run a traceroute from a specific Cloudflare data center to your network:
17
17
18
18
1. Log in to [Cloudflare One](https://one.dash.cloudflare.com/) > **Insights**.
19
19
2. Go to **Network visibility** > **WAN connector health**.
20
20
3. Select the tunnel you want to run the traceroute on.
21
21
4. Select the three dots > **Traceroute details**.
22
22
`}
23
+
inline={false}
23
24
/>
24
25
</>
25
26
)}
26
27
27
28
{props.magicWord!=="wan-tunnels"&& (
28
29
<>
29
-
<Markdown
30
-
text={`
31
-
## To run a traceroute from a specific Cloudflare data center to your network:
30
+
<Asidetype="note">
31
+
To change between the new dashboard experience and the old one, find the banner at the top of the screen.
32
+
</Aside>
32
33
33
-
1. In the Cloudflare dashboard, go to ${props.productName}'s **Network health** page.
34
-
`}
35
-
/>
36
-
<DashButtonurl={props.dashButtonPath} />
37
-
<Markdown
38
-
text={`
39
-
2. Expand a Magic Tunnel, and find the Cloudflare data center where the traceroute will be run from.
40
-
3. Select **Traceroute for details**.
41
-
`}
42
-
/>
34
+
To run a traceroute from a specific Cloudflare data center to your network:
35
+
36
+
<TabssyncKey="dasNewNav">
37
+
<TabItemlabel="Old dashboard">
38
+
<Markdown
39
+
text={`
40
+
1. In the Cloudflare dashboard, go to ${props.productName}'s **Network health** page.
41
+
`}
42
+
inline={false}
43
+
/>
44
+
45
+
<DashButtonurl={props.dashButtonPath} />
46
+
47
+
<Markdown
48
+
text={`
49
+
2. Expand a Magic Tunnel, and find the Cloudflare data center where the traceroute will be run from.
50
+
3. Select **Traceroute for details**.
51
+
`}
52
+
inline={false}
53
+
/>
54
+
</TabItem>
55
+
56
+
<TabItemlabel="New dashboard"icon="rocket">
57
+
<Markdown
58
+
text={`
59
+
1. In the Cloudflare dashboard, go to ${props.productName}'s **Network health** page.
60
+
`}
61
+
inline={false}
62
+
/>
63
+
<DashButtonurl={props.dashButtonPath} />
64
+
65
+
<Markdown
66
+
text={`
67
+
2. Select the tunnel you want to run the traceroute on.
68
+
3. Select the three dots > **Traceroute details**.
0 commit comments