[dhcwg] client unicast/client unicast option
Ralph Droms <rdroms@cisco.com> Wed, 05 September 2001 14:11 UTC
Received: from optimus.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA03230; Wed, 5 Sep 2001 10:11:58 -0400 (EDT)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id KAA09799; Wed, 5 Sep 2001 10:09:23 -0400 (EDT)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id KAA09767 for <dhcwg@ns.ietf.org>; Wed, 5 Sep 2001 10:09:21 -0400 (EDT)
Received: from funnel.cisco.com (funnel.cisco.com [161.44.131.24]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA02904 for <dhcwg@ietf.org>; Wed, 5 Sep 2001 10:07:55 -0400 (EDT)
Received: from rdroms-w2k.cisco.com (ch2-dhcp140-94.cisco.com [161.44.140.94]) by funnel.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id KAA18325 for <dhcwg@ietf.org>; Wed, 5 Sep 2001 10:08:49 -0400 (EDT)
Message-Id: <4.3.2.7.2.20010905100656.00b8ea50@funnel.cisco.com>
X-Sender: rdroms@funnel.cisco.com
X-Mailer: QUALCOMM Windows Eudora Version 4.3.2
Date: Wed, 05 Sep 2001 10:08:33 -0400
To: dhcwg@ietf.org
From: Ralph Droms <rdroms@cisco.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Subject: [dhcwg] client unicast/client unicast option
Sender: dhcwg-admin@ietf.org
Errors-To: dhcwg-admin@ietf.org
X-Mailman-Version: 1.0
Precedence: bulk
List-Id: <dhcwg.ietf.org>
X-BeenThere: dhcwg@ietf.org
Here's the text that has been changed to allow for client unicast, controlled by the client unicast option.
Please review and comment...
- Ralph
=====
15.3.1. Creation and transmission of Request messages
If the client has a source address that can be used by the server
as a return address and the client has received a Client Unicast
option (section 19.12) from the server, the client SHOULD unicast
the Request message to the server. Otherwise, the client sends
the Request message to the All_DHCP_Agents multicast address. The
client sends the Request message through the interface for which
the client is interested in obtaining configuration information,
with the destination port set to 547. The source port selection
can be arbitrary, although it SHOULD be possible using a client
configuration facility to set a specific source port value.
15.3.3. Creation and transmission of Renew messages
If the client has a source address that can be used by the server as
a return address and the client has received a Client Unicast option
(section 19.12) from the server, the client SHOULD unicast the Renew
message to the server. Otherwise, the client sends the Renew message
to the All_DHCP_Agents multicast address. The client sends the Renew
message through the interface for which the client is interested in
obtaining configuration information, with the destination port set
to 547. The source port selection can be arbitrary, although it
SHOULD be possible using a client configuration facility to set a
specific source port value.
15.3.6. Creation and transmission of Release messages
If the client has a source address that can be used by the server
as a return address and the client has received a Client Unicast
option (section 19.12) from the server, the client SHOULD unicast
the Release message to the server. Otherwise, the client sends
the Release message to the All_DHCP_Agents multicast address. The
client sends the Release message through the interface for which
the client is interested in obtaining configuration information,
with the destination port set to 547. The source port selection
can be arbitrary, although it SHOULD be possible using a client
configuration facility to set a specific source port value.
15.3.8. Creation and transmission of Decline messages
If the client has a source address that can be used by the server
as a return address and the client has received a Client Unicast
option (section 19.12) from the server, the client SHOULD unicast
the Decline message to the server. Otherwise, the client sends
the Decline message to the All_DHCP_Agents multicast address. The
client sends the Decline message through the interface for which
the client is interested in obtaining configuration information,
with the destination port set to 547. The source port selection
can be arbitrary, although it SHOULD be possible using a client
configuration facility to set a specific source port value.
19.12. Server unicast option
This option is used by a server to send to a client to inform
the client it can send a Request, Renew, Release, and Decline by
unicasting directly to the server instead of the All_DHCPv6_Agents
Multicast address as an optimization, when the client as an address
of sufficient scope to reach the server.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPTION_UNICAST | option-length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
option-code OPTION_UNICAST (9)
option-length 0
This option only applies to the server address that sends this to the
client.
_______________________________________________
dhcwg mailing list
dhcwg@ietf.org
http://www1.ietf.org/mailman/listinfo/dhcwg
- [dhcwg] client unicast/client unicast option Ralph Droms
- RE: [dhcwg] client unicast/client unicast option Bernie Volz (EUD)