โดยปกติ Glue Records จะบันทึกอยู่ใน parent zone ของ domain name เท่านั้น

ดังนั้นสมมติว่าในกรณีที่ต้องการทดสอบโดเมน rmutp.ac.th จะต้องเข้าไปทำการค้นที่ .ac.th name servers

% dig +short ac.th. NS

ns-f.thnic.co.th.

ns-a.thnic.co.th.

ns.thnic.net.

th.cctld.authdns.ripe.net.

sfba.sns-pb.isc.org.

dns1.thnic.co.th.

ams.sns-pb.isc.org.

ns-e.thnic.co.th.

ซึ่งผลลัพธ์ที่ตอบมาจะมี name servers หลายตัว โดยสามารถเลือกทดสอบกับ name servers ตัวใดก็ได้ โดยใช้คำสั่งดังนี้

% dig +norec @ns.thnic.net. rmutp.ac.th. NS

; <<>> DiG 9.8.3-P1 <<>> +norec @ns.thnic.net rmutp.ac.th. NS

; (1 server found)

;; global options: +cmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38511

;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 6

;; QUESTION SECTION:

;rmutp.ac.th. IN NS

;; AUTHORITY SECTION:

rmutp.ac.th. 7200 IN NS ns1.rmutp.ac.th.

rmutp.ac.th. 7200 IN NS ns.rmutp.ac.th.

rmutp.ac.th. 7200 IN NS ns2.rmutp.ac.th.

;; ADDITIONAL SECTION:

ns.rmutp.ac.th. 7200 IN A 203.158.144.1

ns.rmutp.ac.th. 7200 IN AAAA 2001:3c8:100f:1441::10

ns1.rmutp.ac.th. 7200 IN A 202.29.104.1

ns1.rmutp.ac.th. 7200 IN AAAA 2001:3c8:100f:1104::11

ns2.rmutp.ac.th. 7200 IN A 202.29.104.11

ns2.rmutp.ac.th. 7200 IN AAAA 2001:3c8:100f:1104::12

;; Query time: 8 msec

;; SERVER: 202.28.0.1#53(202.28.0.1)

;; WHEN: Fri Jan 30 09:55:58 2015

;; MSG SIZE  rcvd: 214


โดยผลลัพธ์ที่ได้ได้รับกลับมาจะเป็นรายการระเบียน NS ใน "ANSWER SECTION" เเละรายการของ name servers ที่ config ไว้เป็น glue records ทั้ง (A/AAAA) จะปรากฏอยู่ในส่วน "ADDITONAL SECTION"
วิธีการตรวจสอบ DNS Glue Record
Tagged on: