NAME

        SV_RFC2181_5_2_TTL_RRSet - TTLs of all RRs in an RRSet must be the same


VERIFICATION POINTS

        Verify that a NUT returns all records in the associated RRSet.


TARGET

        Authoritative Server


SYNOPSIS

	SV_RFC2181_5_2_TTL_RRSet.seq [-tooloption ...]: KOI tool option
	See also DNSConfig.pm


INITIALIZATION


TEST PROCEDURE

        This test sequence is following.
    DNS Client1 (TN)                       DNS Server1 (NUT)
        |                                      |
        |------------------------------------->|
        |   1. Send standard query             |
        |       QNAME=A.example.com            |
        |       QTYPE=A                        |
        |                                      |
        |<-------------------------------------|
        |   2. Standard query response         |
        |       A=192.168.1.10                 |
        |       *TTL=600 or 300                |
        |       A=192.168.1.11                 |
        |       *TTL=600 or 300                |
        |       *Value of TTL must be same.    |
        |                                      |
        v                                      v
        1. TN send standard query QNAME=A.example.com, QTYPE=A to NUT.
        2. NUT reply query response w/ A=192.168.1.10,192.168.1.11 to TN that have same value as TTL. (Judgment *2)


JUDGMENT

        2. Received standard query response w/ A=192.168.1.10, 192.168.1.11 that have same value as TTL.
        *TTL of all RRs in Answer Section must be same.


TERMINATION

        None


REFERENCE

        RFC2181 Clarifications to the DNS Specification
        5.2. TTLs of RRs in an RRSet