Skip to content

Commit 4521ae4

Browse files
author
Paul D.Smith
committed
Trying to raise the Acrolinx score.
1 parent b00bbe0 commit 4521ae4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/operator-nexus/troubleshoot-twamp-udp-not-working.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ ms.date: 12/10/2024
1212

1313
# Troubleshoot TWAMP (UDP) not working
1414

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.
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 Session-Sender and Control-Client reside in one network and the Session-Reflector and Server reside in a second network.
1616

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.
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 (Virtual LAN).
1818

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.
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 addresses of the Session-Reflector and Server IP addresses must also be unique along the entire path.
2020

2121
## Diagnosis
2222

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.
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.
2424

2525
## Mitigation steps
2626

2727
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).
2828

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.
29+
Two-Way TCP protocols can traverse a NAT providing that the TCP connection is established from inside the NAT to outside. This is possible because a long-lived connection is established through the NAT and traffic 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.
3030

3131

3232

0 commit comments

Comments
 (0)