What does Windows error code 9722 (DNS_ERROR_ALIAS_LOOP) mean?

 
Previous Next
DNS_ERROR_DNAME_COLLISION DNS_INFO_AXFR_COMPLETE

DNS_ERROR_ALIAS_LOOP

DNS_ERROR_ALIAS_LOOP means DNS alias processing found a loop involving CNAME or DNAME records. Because DNAME redirects an entire subtree, the loop can affect more names than a simple single-host CNAME loop.

What to check

  • Trace CNAME and DNAME targets from the queried name through each affected zone boundary.
  • Check recent namespace migrations, split-DNS changes, and automation that may have created reciprocal aliases.
  • Remove or correct the link that closes the loop, then re-query from an authoritative server and a resolver.
Resolve-DnsName -Name "name.contoso.com" -Server "dns-server" -DnsOnly

Microsoft: Get-DnsServerResourceRecord

Microsoft: DNS architecture, SOA, and authoritative zones

Microsoft: DNS logging and diagnostics

Microsoft: DNS architecture, SOA, and authoritative zones


Looking for a different code? Search another status or error code.