[dhcwg] DDNS-DHCP [6]: Relationship between DNS TTL and DHCP lease length
Ralph Droms <rdroms@cisco.com> Fri, 06 June 2003 19:17 UTC
Received: from www1.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA09048 for <dhcwg-archive@odin.ietf.org>; Fri, 6 Jun 2003 15:17:50 -0400 (EDT)
Received: (from mailnull@localhost) by www1.ietf.org (8.11.6/8.11.6) id h56JHMV21814 for dhcwg-archive@odin.ietf.org; Fri, 6 Jun 2003 15:17:22 -0400
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h56JHLB21811 for <dhcwg-web-archive@optimus.ietf.org>; Fri, 6 Jun 2003 15:17:21 -0400
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA09040 for <dhcwg-web-archive@ietf.org>; Fri, 6 Jun 2003 15:17:20 -0400 (EDT)
Received: from ietf-mx ([132.151.6.1]) by ietf-mx with esmtp (Exim 4.12) id 19OMgO-0005b9-00 for dhcwg-web-archive@ietf.org; Fri, 06 Jun 2003 15:15:24 -0400
Received: from ietf.org ([132.151.1.19] helo=www1.ietf.org) by ietf-mx with esmtp (Exim 4.12) id 19OMgO-0005b6-00 for dhcwg-web-archive@ietf.org; Fri, 06 Jun 2003 15:15:24 -0400
Received: from www1.ietf.org (localhost.localdomain [127.0.0.1]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h56JEvB21702; Fri, 6 Jun 2003 15:14:57 -0400
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h56JCEB21621 for <dhcwg@optimus.ietf.org>; Fri, 6 Jun 2003 15:12:14 -0400
Received: from ietf-mx (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA08546 for <dhcwg@ietf.org>; Fri, 6 Jun 2003 15:12:12 -0400 (EDT)
Received: from ietf-mx ([132.151.6.1]) by ietf-mx with esmtp (Exim 4.12) id 19OMbQ-0005Yr-00 for dhcwg@ietf.org; Fri, 06 Jun 2003 15:10:16 -0400
Received: from rtp-core-1.cisco.com ([64.102.124.12]) by ietf-mx with esmtp (Exim 4.12) id 19OMbP-0005Yb-00 for dhcwg@ietf.org; Fri, 06 Jun 2003 15:10:15 -0400
Received: from funnel.cisco.com (funnel.cisco.com [161.44.168.79]) by rtp-core-1.cisco.com (8.12.9/8.12.6) with ESMTP id h56JBZLV019333; Fri, 6 Jun 2003 15:11:35 -0400 (EDT)
Date: Fri, 06 Jun 2003 15:11:35 -0400
From: Ralph Droms <rdroms@cisco.com>
To: namedroppers@ops.ietf.org, dhcwg@ietf.org
cc: olaf@ripe.net, Bernard Aboba <aboba@internaut.com>, Rob Austein <sra@hactrn.net>, Thomas Narten <narten@us.ibm.com>, Erik.Nordmark@eng.sun.com
In-Reply-To: <4FB49E60CFBA724E88867317DAA3D1980176693F@homer.incognito.com.>
Message-ID: <Pine.GSO.4.53.0306061506070.28765@funnel.cisco.com>
References: <4FB49E60CFBA724E88867317DAA3D1980176693F@homer.incognito.com.>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"
Subject: [dhcwg] DDNS-DHCP [6]: Relationship between DNS TTL and DHCP lease length
Sender: dhcwg-admin@ietf.org
Errors-To: dhcwg-admin@ietf.org
X-BeenThere: dhcwg@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=unsubscribe>
List-Id: <dhcwg.ietf.org>
List-Post: <mailto:dhcwg@ietf.org>
List-Help: <mailto:dhcwg-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=subscribe>
DDNS-DHCP issue:
The RR TTLs need careful attention so that it never exceeds the
expiration time of the lease on the associated address.
This issue was anticipated by Patrick Cosmo:
On Fri, 6 Jun 2003, Cosmo, Patrick wrote:
> I have found some minor issues with the
> <draft-ietf-dhc-ddns-resolution-05.txt>, I apologize if they have already
> been brought up.
>
> In particular, this statement in section 5. (DNS RR TTLs) on page 5:
>
> "The RR TTL on a DNS record added for with a DHCP lease SHOULD NOT exceed
> 1/3 of the lease time, and SHOULD be at least 10 minutes."
>
> 1. This sentence has some bad grammar ("for with" : ... record added for
> with a DHCP lease ...).
>
> 2. The statement is contradictory if the lease time is less than 30 minutes.
> When the lease time is less than 30 minutes, which suggestion takes
> precendence? : min. 10 minutes, or max or 1/3 lease time?
>
> 3. The section seems intended to suggest a reasonable TTL for these records,
> but doesn't seem to pull through or suggest much of anything (IMHO) other
> than "it should be a function of lease time, and it should be configurable".
>
>
> Patrick Cosmo
>
> Senior Product Engineer
> Incognito Software Inc
> Vancouver: (604) 688-4332 ext: 254
> Toll-Free: 1-800-877-1856
> http://www.incognito.com
>
>
>
> -----Original Message-----
> From: Ralph Droms [mailto:rdroms@cisco.com]
> Sent: Thursday, June 05, 2003 7:36 PM
> To: dhcwg@ietf.org; namedroppers@ops.ietf.org
> Subject: [dhcwg] Issues in DDNS-DHCP interaction drafts
>
>
> The following drafts have passed WG last call:
>
> [1] A DNS RR for Encoding DHCP Information (DHCID RR)
> <draft-ietf-dnsext-dhcid-rr-06.txt>
>
> [2] The DHCP Client FQDN Option
> <draft-ietf-dhc-fqdn-option-05.txt>
>
> [3] Resolution of DNS Name Conflicts Among DHCP Clients
> <draft-ietf-dhc-ddns-resolution-05.txt>
>
> Several issues regarding these drafts have been identified
> during the AD review prior to IESG review for Proposed
> Standard status. I will initiate discussion threads on
> each of these issues later today with e-mail to both
> the dhcwg and namedroppers mailing lists. Please respond
> just to the dhcwg mailing list to avoid duplicate postings...
>
> - Ralph
>
> _______________________________________________
> dhcwg mailing list
> dhcwg@ietf.org
> https://www1.ietf.org/mailman/listinfo/dhcwg
>
_______________________________________________
dhcwg mailing list
dhcwg@ietf.org
https://www1.ietf.org/mailman/listinfo/dhcwg
- [dhcwg] Issues in DDNS-DHCP interaction drafts Ralph Droms
- RE: [dhcwg] Issues in DDNS-DHCP interaction drafts Cosmo, Patrick
- [dhcwg] DDNS-DHCP [6]: Relationship between DNS T… Ralph Droms
- RE: [dhcwg] Issues in DDNS-DHCP interaction drafts Mark Stapp
- Re: [dhcwg] DDNS-DHCP [6]: Relationship between D… Mark Stapp
- RE: [dhcwg] Issues in DDNS-DHCP interaction drafts Cosmo, Patrick
- [dhcwg] Re: DDNS-DHCP [6]: Relationship between D… Ralph Droms
- Re: [dhcwg] Re: DDNS-DHCP [6]: Relationship betwe… Ted Lemon
- Re: [dhcwg] Re: DDNS-DHCP [6]: Relationship betwe… Ralph Droms
- Re: [dhcwg] Re: DDNS-DHCP [6]: Relationship betwe… Ted Lemon
- Re: [dhcwg] Re: DDNS-DHCP [6]: Relationship betwe… Mark Stapp
- Re: [dhcwg] Re: DDNS-DHCP [6]: Relationship betwe… Ralph Droms