- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-20-2019 01:17 PM
Is it possible to turn off DNS lookups when performing packet captures on the dataplane?
I was hoping to run some pcaps, without taking up too many unnecessary resources through DNS lookups.
Thanks.
08-21-2019 01:52 PM
Good Afternoon
It is quite simple to do a packet capture trace from CLI and exclude DNS, if I understand your question.
view-pcap follow yes no-dns-lookup yes
I believe you are looking for the no-dns-lookup option.
this is be done by CLI only, not from the GUI.
Does this help?
08-21-2019 02:56 AM
08-21-2019 08:03 AM
That's true. I can do that.
But the other issue I have is that I would really like to see the IP addresses, in the default output, at times, and not the DNS name.
Is it even possible to turn off the DNS lookups?
Clarke Morledge
William & Mary
08-21-2019 08:51 AM
Hello,
The PCAPs will have the IPs listed. As for disabling, I'm not sure and dont recommend it.
Regards,
08-21-2019 12:59 PM
I should have clarified what I was asking for.
The quick and easy pcap viewing command that I found was this:
view-pcap filter-pcap name_of_file.pcap
When running this command, the default is to give you the DNS lookups. Otherwise, I am not sure how to just look at the source/destination IP addresses, without offloading the pcap. So, I was curious to know if there was some mechanism to view the pcap, like this, without having to show the DNS lookup information.
Thanks.
08-21-2019 01:52 PM
Good Afternoon
It is quite simple to do a packet capture trace from CLI and exclude DNS, if I understand your question.
view-pcap follow yes no-dns-lookup yes
I believe you are looking for the no-dns-lookup option.
this is be done by CLI only, not from the GUI.
Does this help?
08-21-2019 02:15 PM
Thanks, Steve. We have a winner. I appreciate your help.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!