cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11045
Views
5
Helpful
3
Replies

ASA UDP Dns reply dropped

Kooopobol
Level 1
Level 1

Hello,

According to the ASA logs, a lot of dns packets (from root dns servers) are dropped because they exceed the limit of 512 bytes (size limit fixed in dns inspection).

It seems corresponding to DNSSEC packet.

Which value should I use for the DNS packet size limit ?

Some say 1024, others 4096...

Thanks

1 Accepted Solution

Accepted Solutions

Hello Armand,

It would be more secure to work with the 1024, you can give it a try to that one and check if you keep getting DNS packets denied.

Here is one of the fix released from Cisco regarding the DNSSEC packet size:

policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto

If EDNS is used, the above command will allow DNS replies up to the length specified in the OPT record.

Regards,

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

View solution in original post

3 Replies 3

Kooopobol
Level 1
Level 1

Any idea ?

Thanks

Hello Armand,

It would be more secure to work with the 1024, you can give it a try to that one and check if you keep getting DNS packets denied.

Here is one of the fix released from Cisco regarding the DNSSEC packet size:

policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto

If EDNS is used, the above command will allow DNS replies up to the length specified in the OPT record.

Regards,

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

I tried this :

policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto

But nothing has changed... I still have dropped UDP DNS replies..

Any idea ?

Review Cisco Networking for a $25 gift card