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
Copy file name to clipboardExpand all lines: articles/operator-nexus/troubleshoot-twamp-udp-not-working.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,26 +10,28 @@ ms.date: 12/10/2024
10
10
# ms.custom: template-include
11
11
---
12
12
13
-
# Troubleshoot TWMP (UDP) not working
13
+
# Troubleshoot TWAMP (UDP) not working
14
14
15
-
TWAMP (Two-Way Active Measurement Protocol) over UDP does not work if NAT (network address translation) occurs between the Session-Sender and the Session-Reflector and/or Control-CLient and Server. Typically the Sesion-Sender and Control-Client will reside in one network and the Session-Reflector and Server will reside in a second network.
15
+
TWAMP (Two-Way Active Measurement Protocol) over UDP (User Datagram Protocol) doesn't work if NAT (Network Address Translation) occurs between the Session-Sender and the Session-Reflector and/or Control-Client and Server. Typically the Sesion-Sender and Control-Client reside in one network and the Session-Reflector and Server reside in a second network.
16
16
17
-
Examples where NAT can occur include any meeting between two LANs with independent addressing such as a connection to/from a vLAN.
17
+
Examples where NAT can occur include any meeting between two LANs (Local Area Networks) with independent addressing such as a connection to/from a vLAN.
18
18
19
-
TWAMP over TCP can work through a NAT providing the Session-Reflector and Server have IP addresses outside the address range of the subnet in which the Session-Sender and Control-Client reside and the Session-Reflector and Server IP addresses are unique along the entire path.
19
+
TWAMP over TCP (Transmission Control Protocol) can work through a NAT providing the Session-Reflector and Server have IP addresses outside the address range of the subnet in which the Session-Sender and Control-Client reside. The IP addressses of the Session-Reflector and Server IP addresses must also be unique along the entire path.
20
20
21
21
## Diagnosis
22
22
23
-
TWAMP (UDP) is configured but does not work. Network traffic analysis shows traffic leaving the Control-Client and/or Session-Sender but not returning from the Server and/or Session-Reflector.
23
+
TWAMP (UDP) is configured but doesn't work. Network traffic analysis shows traffic leaving the Control-Client and/or Session-Sender but not returning from the Server and/or Session-Reflector.
24
24
25
25
## Mitigation steps
26
26
27
-
None are possible. Two-way UDP protocols cannot traverse networks where address translation occurs without additional logic elements such as an ALG (Application-level Gateway).
27
+
No mitigation is possible. Two-way UDP protocols can't traverse networks where address translation occurs without extra logic elements such as an ALG (Application-level Gateway).
28
+
29
+
Two-Way TCP protocols can traverse a NAT providing that the TCP connection is esablished from inside the NAT to outside. This is possible because a long-lived connection is established through the NAT and reaffic in the return direction flows long this connection. UDP traffic doesn't establish a long-lived connection so there's no defined path back through the NAT for return traffic to follow.
30
+
28
31
29
-
Two-Way TCP protocols can traverse a NAT providing that the TCP connection is esablished from inside the NAT to outside. This is possible because a long-live connection is established through the NAT and reaffic in the return direction flows long this connection. UDP traffic does not establish a long-live connection so there is no defined path back through the NAT for return traffic to follow.
30
32
31
33
## Related content
32
34
33
-
-[A Two-Way Active Measurement Protocol (TWAMP)](https://datatracker.ietf.org/doc/html/rfc5357)
35
+
-The TWAMP protocol is described in [A Two-Way Active Measurement Protocol (TWAMP)](https://datatracker.ietf.org/doc/html/rfc5357).
34
36
- If you still have questions, contact [Azure support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
35
37
- For more information about support plans, see [Azure support plans](https://azure.microsoft.com/support/plans/response/).
0 commit comments