PDA

View Full Version : Question Failure cause : Transaction Timeout to DNS



punto
2024-02-08, 01:15 AM
Hi,

please, what can all be a reason to have a Failure cause : Transaction Timeout (UE did not receive an answer from DNS, delayed too much ..)

Could it be due to some hugely mismatched timer value at GGSN side, if too short for example ...

What can be wrong on the path , some SW versions, HW , which settings ?

Radio network can be cause, i.e. bad coverage, for that can be made correlation betw. RSRP and throughput and failure causes occurred at the certain time stamp, but what else can cause timeout ?
How to dig more and where to troubleshoot it, Huawei vendor.

THX, P:)

miguel21
2024-02-08, 12:09 PM
Thank you very much for supporting this community by sharing knowledge that helps us progress faster in our learning process.

live_energy
2024-02-09, 01:16 AM
Hi,

please, what can all be a reason to have a Failure cause : Transaction Timeout (UE did not receive an answer from DNS, delayed too much ..)

Could it be due to some hugely mismatched timer value at GGSN side, if too short for example ...

What can be wrong on the path , some SW versions, HW , which settings ?

Radio network can be cause, i.e. bad coverage, for that can be made correlation betw. RSRP and throughput and failure causes occurred at the certain time stamp, but what else can cause timeout ?
How to dig more and where to troubleshoot it, Huawei vendor.

THX, P:)

Locate problem in Gi/SGi interface. This is a main reason if DNS failure. Then radio optimize (Activate DRX).

punto
2024-02-09, 04:30 PM
Hi and thanx @live_energy !

If there were some cases of problems detected by trace of Gi/SGi interface, what were the case problems and how was it solved.
Just to get an idea , what it can be ...

Anyone else had similar problems, pls add your experience :)
THX , P:)

live_energy
2024-02-12, 02:48 PM
Hi and thanx @live_energy !

If there were some cases of problems detected by trace of Gi/SGi interface, what were the case problems and how was it solved.
Just to get an idea , what it can be ...

Anyone else had similar problems, pls add your experience :)
THX , P:)

Hey! Firstly check in SGSN-MME:


The order of resolving domain names is as follows: Search for the records in the host file in the GTP process.If the related records do not exist, search for the records in the DNS cache in the GTP process.
After that, if no related records can be found, send a resolution request to the DNS server.


This issue is resolved by adding the APN in SGSN via ADD IPV4DNSH, the parameter for this command as below:
Parameter ID  Parameter Name  Parameter Description
NM Host name This parameter specifies the configured host name, that is, the domain name.
Note: The domain name information in the HOSTFILE can be:
APN: APNNI.MNCyyyy.MCCzzzz.GPRS
The adjoining route area: RACaaaa.LACbbbb.MNCyyyy.MCCzzzz.GPRS
The adjoining RNC: RNCxxxx.MNCyyyy.MCCzzzz.GPRS
"yyyy" means the MNC, "zzzz" means the MCC, "y" and "z" are digits. "aaaa" means the RAC, "bbbb" means the LAC, "xxxx" means the RNC ID, they are hexadecimal numbers.
Value: a string of up to 255 characters
Default value: none


Besides adding DNS host, this issue can be solving by adding host file or DNS cache in the GTP progress.