05-03-2023 07:51 AM
Hi All,
Please let me know the ISE CLI command for checking whether a particular DNS IP is reachable or not from ISE.
How can we verify a new dns ip will work before implementing change for existing DNS IP removal and new IPs addition in ISE?.
Solved! Go to Solution.
05-03-2023 08:14 AM
Hello
You can use nslookup.
Check this guide to specifics.
05-03-2023 08:45 AM
05-04-2023 08:28 PM - edited 05-04-2023 08:29 PM
Her is the example, that shows that this dns server is not reachable:
admin/admin# nslookup cisco.com name-server x.x.x.x
Trying "cisco.com"
;; connection timed out; no servers could be reached
Working scenario:
admin/admin# nslookup cisco.com name-server x.x.x.x
Trying "cisco.com"
Trying "cisco.com"
Using domain server:
Name: x.x.x.x
Address: x.x.x.x#53
Aliases:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14564
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 75, AUTHORITY: 0, ADDITIONAL: 11
05-03-2023 08:14 AM
Hello
You can use nslookup.
Check this guide to specifics.
05-03-2023 08:45 AM
ping [DNS NAME]
05-04-2023 08:28 PM - edited 05-04-2023 08:29 PM
Her is the example, that shows that this dns server is not reachable:
admin/admin# nslookup cisco.com name-server x.x.x.x
Trying "cisco.com"
;; connection timed out; no servers could be reached
Working scenario:
admin/admin# nslookup cisco.com name-server x.x.x.x
Trying "cisco.com"
Trying "cisco.com"
Using domain server:
Name: x.x.x.x
Address: x.x.x.x#53
Aliases:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14564
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 75, AUTHORITY: 0, ADDITIONAL: 11
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide