T.J. Watson Research Center IBM Corp Sue Thomson Bellcore. Dynamic Host Configuration Protocol for IPv6. draft-ietf-dhc-dhcpv6-01.

Size: px
Start display at page:

Download "T.J. Watson Research Center IBM Corp Sue Thomson Bellcore. Dynamic Host Configuration Protocol for IPv6. draft-ietf-dhc-dhcpv6-01."

Transcription

1 HTTP/ OK Date: Tue, 09 Apr :46:15 GMT Server: Apache/ (Unix) Last-Modified: Wed, 22 Mar :00:00 GMT ETag: "2ed703-7c52-2f70abf0" Accept-Ranges: bytes Content-Length: Connection: close Content-Type: text/plain INTERNET-DRAFT DHC Working Group March 1995 J. Bound Digital Equipment Corp Y. Rekhter T.J. Watson Research Center IBM Corp Sue Thomson Bellcore Dynamic Host Configuration Protocol for IPv6 draft-ietf-dhc-dhcpv6-01.txt Status of this Memo This document is an Internet-Draft. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as work in progress. To learn the current status of any Internet-Draft, please check the 1id-abstracts.txt listing contained in the Internet-Drafts Shadow Directories on ftp.is.co.za (Africa), nic.nordu.net (Europe), munnari.oz.au (Pacific Rim), ds.internic.net (US East Coast), or ftp.isi.edu (US West Coast). Discussion for this draft will take place on hostconf@sol.cs.bucknell.edu. Abstract The Dynamic Host Configuration Protocol for IPv6 (DHCPv6): provides a mechanism to autoconfigure inter-link Host IPv6 addresseses [IPv6- ADDR], provides parameters to autoregister [DYN-DNS-UPD] and receive Domain Name System (DNS) [RFC-1034&1035] Host names, and provides a mechanism to specify additional configuration options in the protocol.

2 Expires September 1995 [Page 1] Table of Contents: 1. Introduction Terminology DHCPv6 Protocol Design Model DHCPv6 Protocol Request/Response Model DHCPv6 Leased Address Model DHCPv6 DNS Host Name Autoregistration Model DHCPv6 Client/Server Model DHCPv6 Protocol Format DHCPv6 Client/Server Processing DHCPv6 Client Transmission DHCPv6 Server Transmission DHCPv6 Client Requests DHCPv6 Client Responses DHCPv6 Server Responses DHCPv6 Server Lease Expiration DHCPv6 Relay-Agent Processing...13 Acknowledgements...15 References...15 Authors Addresses...16 Expires September 1995 [Page 2]

3 1. Introduction The Dynamic Host Configuration Protocol for IPv6 (DHCPv6): provides a mechanism to autoconfigure inter-link Host IPv6 addresseses [IPv6- ADDR], provides parameters to autoregister [DYN-DNS-UPD] and receive Domain Name System (DNS) [RFC-1034&1035] Host names, and provides a mechanism to specify additional configuration options in the protocol. DHCPv6 is an Internet application protocol that uses a Client/Server model to communicate between Hosts. DHCPv6 executes over the UDP [RFC-768] transport protocol, and the IPv6 Internet Protocol Version 6 [IPv6-SPEC]. DHCPv6 will need to request Server and Client Ports from IANA. DHCPv6 is the IPv6 specification for a statefull implementation of address autoconfiguration as defined in IPv6 Stateless Address Configuration [IPv6-ADDRCONF]. 2. Terminology Configuration Data: Configuration Data is information a Host can use to configure a Host on a network so that the Host can interoperate with other Hosts on a network. DHCPv6 Client: A DHCPv6 Client is a Host that initiates requests on a network to obtain Configuration Data from a DHCPv6 server. DHCPv6 Server: A DHCPv6 Server is a Host that responds to requests from DHCPv6 clients to provide Configuration Data. DHCPv6 Relay-Agent: A DHCPv6 Relay-Agent is a DHCPv6 Server that listens on the network for DHCPv6 Clients requesting Configuration Data, and then relays the request to a DHCPv6 Server and the reply back to the DHCPv6 Client. Transaction ID - This is used to uniquely identify a set of DHCPv6 request/response messages between DHCPv6 Servers and Clients. The Transaction ID is generated by the DHCPv6 Client requests. Interface-Token: An Interface Token is used to uniquely identify a DHCPv6 Client network interface. Lease: This is the address lifetime for a single address provided to a DHCPv6 Client. Expired Lease: An Expired Lease is one where the Lease duration of an address has ended or because it has been mandated by a DHCPv6 Server to a DHCPv6 Client. Expires September 1995 [Page 3] 3. DHCPv6 Protocol Design Model

4 3.1 DHCPv6 Protocol Request/Response Model DHCPv6 uses a message type to define whether the packet orginated from a DHCPv6 Server or Client, and a request message code to define the operation requested, and a message response to define either a response to a request or a confirmation/rejection to a response. The request/response model is as follows: 1. Request (Client) 2. Response with configuration data (Server). 3. Confirmation Response with accept or reject (Client). 4. Confirmation Response for accept (Server). The time out period for a DHCPv6 Host to wait for a response is implementation defined. When a DHCPv6 Host times out waiting for a response to a packet sent, the Host should not commit any state based on the content of the packet sent. It is implementation defined if the packet is retransmitted. A DHCPv6 packet will only contain one address and one name, depending on the message type, request, and response codes in a packet. Because IPv6 supports multiple addresses per interface the DHCPv6 Server may also inform the DHCPv6 Client that there are multiple addresses available for its use. This may be conveyed to the DHCPv6 Client in the Number of Address Fields provided in a response packet by the DHCPv6 Server. Multiple addresses and names may be specified as an extended configuration option [IPv6-DHCP-OPTIONS]. A design objective of DHCPv6 is to avoid fragmentation in IPv6, when possible. If the DHCPv6 packet exceeds 576 octets then UDP must perform Path MTU Discovery [PMTU]. The support of multiple names and addresses can be a configuration option in DHCPv6. If the DHCPv6 Host cannot match up any of the specified parameters, as discussed in section 5 DHCPv6 Client/Server Processing, in this protocol specification the packet should be silently discarded. 3.2 DHCPv6 Leased Address Model A DHCPv6 address returned to a DHCPv6 Client has a Lease time. A design objective of DHCPv6 is to support Dynamic Readdressing. To accomplish this objective, addresses must be able to be reclaimed by a network site. Hence, all addresses must be Leased in DHCPv6. The DHCPv6 Client has the responsibility to renew a Lease for an address that is about to expire or request a new address with a Lease time. In the case where it is necessary to Expire a Lease because of a mandate in an organizations site, the DHCPv6 Server may send a Lease Expires September 1995 [Page 4] Expired message with a grace period to a DHCPv6 Client. This will be an asynchronous operation by the DHCPv6 Server to the DHCPv6 Client, and the only case where the DHCPv6 request/response model is not used in the protocol. When a DHCPv6 Clients address for a network interface Lease expires, it may attempt to complete all oustanding network connections using

5 that address, but must not use that address for new network connections. 3.3 DHCPv6 DNS Host Name Autoregistration Model DHCPv6 supports the autoregistration of DNS Host names and providing DNS Host Names with addresses for DHCPv6 Clients. Autoregistration is supported by fields in DHCPv6, which the DHCPv6 Client may provide to the DHCPv6 Server in a request. In addition a DHCPv6 Server may provide a DNS Host Name with an IPv6 address to a DHCPv6 Client in a response. DHCPv6 only specifies the parameters and action to be taken, and not the actual protocol or primitives to interact with DNS. The functions that the DHCPv6 Server uses to interact with the DNS to provide autoregistration is defined in Dynamic Updates to DNS [IPv6- DYN-UPD]. This is not a Fully Qualified Domain Name (FQDN) but only the localpart label and then only the Host Name [RFC-1034&1035]. It is assumed the DHCPv6 Server implementation knows or can determine what the domain name part is for any IPv6 subnet prefix for which it is providing an address. If a DHCPv6 Client wants to know its domain name then it will have to request this as specified in the DHCPv6 Options Specification [IPv6-DHCP-OPTIONS]. 3.4 DHCPv6 Client/Server Model DHCPv6 supports a Transaction ID to uniquely identify a set of request/response messages between DHCPv6 Clients and Servers. DHCPv6 supports an Interface Token to uniquely identify a network interface on a DHCPv6 Client. DHCPv6 can support an extensible set of options as defined by a Configuration Type. These options are specified in a DHCPv6 Options specification [IPv6-DHCP-OPTIONS]. The DHCPv6 Options provide a Configuration Type which defines the option requested and then returned. A Next Type field is provided which can be used by an application to know if there is more than one option. If the Next Type field is NULL then this is the last option present. The Length field provides the length of the data present for that option. The Variable Configuration Data is the data to provide that option. DHCPv6 does not specify whether the DHCPv6 Server Configuration Data provided to DHCPv6 Clients is synchronous across the sites network information database (e.g. DNS), whether the DHCPv6 Server Expires September 1995 [Page 5] Configuration Data is duplicated across DHCPv6 Servers, or how the DHCPv6 Configuration Data is pre-configured on a DHCPv6 Server. DHCPv6 does not specify conditions or results when multiple DHCPv6 Servers are located on an IPv6 subnet. The DHCPv6 Client may respond to DHCPv6 Servers it does not want to communicate with by sending a REJECT_PACKET confirmation response to a DHCPv6 Server. DHCPv6 does not specify a DHCPv6 Server-to-Server protocol.

6 Expires September 1995 [Page 6] 4. DHCPv6 Protocol Format DHCPv6 Data Packet Msg Type Msg Request Msg Response Addrs Avail Transaction ID Lease Time Interface Token (8 Octets)

7 IPv6 Address (16 Octets) Host Name (64 Octets) Server IPv6 Address (16 Octets) Config Type Next Type Length Variable Configuration Data In the field definitions below bit position 0 is the high-order bit in the sequence of Octets for each field. Msg Type : 1 Octet The field defines the operation to be performed by the packet. Bit 0 = ON: Server Message Operation Bit 1 = ON: Client Message Operation Bit 2-7 RESERVED Msg Request : 3 Octets Bit 0 = ON: ADDRESS_REQUEST Bit 1 = ON: NAME_REQUEST Bit 2 = ON: CONFIG_REQUEST Bit 3 = ON: ADDRESS_SUPPLIED Bit 4 = ON: LEASE_EXPIRED Bit 5-24 RESERVED Expires September 1995 [Page 7] Msg Response : 3 Octets Bit 0 = ON: ADDRESS_RETURNED Bit 1 = ON: ADDRESS_ACCEPTED Bit 2 = ON: ADDRESS_REJECTED Bit 3 = ON: NAME_ACCEPTED Bit 4 = ON: NAME_RETURNED Bit 5 = ON: NAME_REJECTED Bit 6 = ON: SERVER_ADDRESS Bit 7 = ON: CONFIG_ACCEPTED Bit 8 = ON: CONFIG_RETURNED Bit 9 = ON: CONFIG_REJECTED Bit 10 = ON: LEASE_ACCEPTED Bit 11 = ON: LEASE_REJECTED Bit 12 = ON: CONFIRM_PACKET Bit 13 = ON: REJECT_PACKET Bit RESERVED Addrs Avail : 1 Octet Number of IPv6 addresses available to the DHCPv6 Client, that can be provided by the DHCPv6 Server. Integer Number. Transaction ID : 4 Octets

8 Identifies request/response messages and is a 32bit random generated number by the DHCPv6 Client. Integer Number. Lease Time : 4 Octets This field is used to provide a Lease time for an address and a renewal time period for an address that is being reclaimed. Integer Number. Absolute time in seconds. Interface Token : 8 Octets This field is determined by the DHCPv6 Client and is a 64bit random generated number. An Interface Token is defined by the DHCPv6 Client for each network interface it configures on its Host. Integer Number. IPv6 Address : 16 Octets DHCPv6 Client IPv6 Address. Host Name : 64 Octets DHCPv6 Host Name. This is not the Fully Qualified Domain Name (FQDN). Server IPv6 Address : 16 Octets DHCPv6 Server IPv6 Address. Configuration Type : 1 Octet This field defines the Configuration Data option in the packet. The configuation types are specified in DHCPv6 Options [IPv6-DHCP-OPTIONS]. Configuration Next Type : 1 Octet This field defines the Configuration Data Type that follows this Configuration Data if multiple configuration requests are present. A NULL value means that this is the only or last Configuration Data Type provided. Configuration Data Length : 2 Octets This field is the Length of the Configuration Data. Expires September 1995 [Page 8] Variable Configuration Data : 452 Octets This is a variable length field where configuration data will be supplied as options for DHCPv6 protocol. If the Configuration Data provided causes the DHCPv6 packet to exceed 576 Octets then the implementation should verify through Path MTU Discovery [IPv6-SPEC&ICMP,PMTU] that the packet will be able to reach its destination without Fragmentation, or use the IPv6 Fragmentation Extended Header [IPv6-SPEC]. 5. DHCPv6 Client/Server Processing 5.1 DHCPv6 Client Transmission The DHCPv6 Client will set Client Msg Type to ON to transmit to DHCPv6 Servers. UDP DHCPv6 Server Port (TBD) must be used to build the sending packet in an implementation. A DHCPv6 Client may provide multiple requests in a request packet and multiple responses in a response packet, to a DHCPv6 Server in one packet. If the DHCPv6 Client knows its IPv6 address it will be put in the source address field of the IPv6 Header. Otherwise the DHCPv6 Clients link-local address [IPv6-ADDR] is used as the source address field in the IPv6 Header.

9 If the DHCPv6 Client knows the address of a DHCPv6 Server it will put that address in the destination field of the IPv6 Header. Otherwise a well known IPv6 multicast address using intra-link scope [IPv6- ADDR] is used as the destination address field in the IPv6 Header [This multicast address will have to be supplied by IANA for DHCPv6]. 5.2 DHCPv6 Server Transmission The DHCPv6 Server will set Server Msg Type ON to transmit to DHCPv6 Clients. UDP DHCPv6 Client Port (TBD) must be used to build the sending packet in an implementation. A DHCPv6 Server may provide multiple responses to a DHCPv6 Client in one packet. The DHCPv6 Server will use the source address of the IPv6 Header from the DHCPv6 Client as the destination address in the DHCPv6 Server IPv6 Header address. The DHCPv6 Server IPv6 Header source addresses will be the IPv6 address of the DHCPv6 Server responding. 5.3 DHCPv6 Client Requests Msg Request field: If ADDRESS_REQUEST is set, then a request is being made for an IPv6 address and Lease. If the Lease field does not equal zero then the DHCPv6 Client is supplying a Lease time to the DHCPv6 Server. The DHCPv6 Client may also set ADDRESS_SUPPLIED and provide an IPv6 address to the DHCPv6 Server for verification. Expires September 1995 [Page 9] A DHCPv6 Client must send an ADDRESS_REQUEST to the DHCPv6 Server to renew its Lease before it expires. The DHCPv6 Client may request that the same address be used again by providing an IPv6 address and having ADDRESS_SUPPLIED set in the request. If the DHCPv6 Clients Lease on an address expires, then the DHCPv6 Server will expire the Lease for that address. If NAME_REQUEST is set, then a request is being made for a DNS Host Name. supplied by the DHCPv6 Client. If CONFIG_REQUEST is set, then a request is being made for an IPv6 Configuration Data return from the DHCPv6 Server. Msg Response field: must be NULL. Addrs Avail field: must be NULL. Transaction ID field: must contain a random number generated Integer determined by the DHCPv6 Client for this request packet. Lease Time field: may contain a Lease time requested by the DHCPv6 Client or must be NULL. Interface Token field: must contain a random number generated Integer to identify addresses associated with a DHCPv6 Clients network interface. IPv6 Address field: must contain an IPv6 Address if ADDRESS_SUPPLIED or NAME_REQUEST is set, otherwise NULL. Host Name field: must contain a Host Name if NAME_REQUEST is set,

10 otherwise NULL. Server IPv6 Address field: must be NULL. Configuration Type field: must contain a valid Configuration Type as defined in the DHCPv6 Options specification [IPv6-DHCP-OPTIONS], if CONFIG_REQUEST is set, otherwise the Configuration fields are not present in the packet. Configuration Next Type field: If CONFIG_REQUEST set, and there is more than one, then the value of the next configuration type should be put into this field, otherwise NULL. Configuration Data Length field: NULL. Variable Configuration Data field: Not present in the packet. 5.4 DHCPv6 Client Responses The Transaction ID from the DHCPv6 Server response must match one of the DHCPv6 Clients Transaction IDs from a previous request. Msg Request field: must be NULL. Msg Response field: Expires September 1995 [Page 10] If ADDRESS_ACCEPTED is set, the DHCPv6 Client is informing the DHCPv6 Server that it has received the address returned. If CONFIG_ACCEPTED is set, the DHCPv6 Client is informing the DHCPv6 Server that it has received the Configuration Data returned. If NAME_ACCEPT is set, the DHCPv6 Client is informing the DHCPv6 Server that it received the NAME_RETURNED returned, when the DHCPv6 Client supplied a Host Name with NAME_REQUEST set. If REJECT_PACKET is set, the DHCPv6 Client is rejecting a response from a DHCPv6 Server. Addrs Avail field: must be NULL. Transaction ID field: must contain a random number generated Integer matching the DHCPv6 Server request or response. Lease Time field: must be NULL. Interface Token field: must contain a random number generated Integer to identify addresses associated with a DHCPv6 Clients network interface. IPv6 Address field: must be NULL. Host Name field: must be NULL. Server IPv6 Address field: must be NULL. Configuration Data Fields not present in the packet. 5.5 DHCPv6 Server Responses The Transaction ID from a DHCPv6 Servers response must match one of the DHCPv6 Clients Transaction IDs from a previous request.

11 Msg Request field: must be NULL. Msg Response field: If ADDRESS_RETURNED is set, the DHCPv6 Server is providing the DHCPv6 Client with an IPv6 Address. If ADDRESS_ACCEPTED is set, the DHCPv6 Server has accepted the address supplied by the DHCPv6 Client. If ADDRESS_REJECTED is set, the DHCPv6 Server is not accepting the address provided by the DHCPv6 Client. Only one of the above settings must be present in a response to a DHCPv6 Client request. The IPv6 address provided will either be the one presented by the DHCPv6 Client or an address provided by the DHCPv6 Server when ADDRESS_RETURNED is set. If NAME_RETURNED is set, the DHCPv6 Server is providing a Host Name with the address returned to the DHCPv6 Client either in response to a DHCPv6 Expires September 1995 [Page 11] Client NAME_REQUEST or because it is implementation defined to provide Host Names with ADDRESS_RETURNED set. If NAME_REJECTED is set, the DHCPv6 Server is informing the DHCPv6 Client that the NAME_REQUEST was rejected by DNS. The DHCPv6 Server must also supply an address in the IPv6 Address field. If CONFIG_RETURNED is set, the DHCPv6 Server is providing the Configuration Data requested. If CONFIG_REJECTED is set, the DHCPv6 Server is informing the DHCPv6 Client that the Configuration Data requested is not supported. If LEASE_ACCEPTED is set, the DHCPv6 Server is informing the DHCPv6 Client that the Lease presented has been accepted. The Lease Time field will contain the Lease requested by the DHCPv6 Client. If LEASE_REJECTED is set, the DHCPv6 Server is rejecting the Lease Time provided by the DHCPv6 Client and will return a Lease time specified by the DHCPv6 Server. If SERVER_ADDRESS is set, the DHCPv6 Server is returning its address in the response. The DHCPv6 Server will do this when the destination address in the IPv6 Header is an intra-link Multicast address, or has a network prefix subnet value for which the DHCPv6 Server is not a member. If CONFIRM_PACKET is set, the DHCPv6 Server is informing the DHCPv6 Client it has received a response to the DHCPv6 Server response to the DHCPv6 Clients initial request. This will be the only msg response code set by the DHCPv6 Server in this response. Addrs Avail field: If ADDRESS_RETURNED is set, the DHCPv6 Server is informing the DHCPv6 Client that it has an integer number of addresses available for the DHCPv6 Client less the address being provided. When the DHCPv6 Client responds to this response with ADDRESS_ACCEPTED the DHCPv6 Server must decrement the number of addresses available for the DHCPv6 Client. If ADDRESS_ACCEPTED is set, the DHCPv6 Server is informing the DHCPv6 Client that it has a number of addresses available that can be used by the DHCPv6 Client. Otherwise the Addrs Avail field is NULL.

12 Transaction ID field: must contain a random number generated Integer determined by the DHCPv6 Clients request packet. Lease Time field: must contain a Lease Time with any returned addresses that were requested, otherwise NULL. Interface Token field: must contain a random number generated Integer to identify addresses associated with a DHCPv6 Clients network interface. IPv6 Address field: must contain an IPv6 Address. Host Name field: must contain a Host Name if NAME_RETURNED is set otherwise NULL. Server IPv6 Address field: must contain an IPv6 address if Expires September 1995 [Page 12] SERVER_ADDRESS is set, otherwise NULL. Configuration Type field: must contain a valid Configuration Type as defined in the DHCPv6 Options [IPv6-DHCP-OPTIONS] if CONFIG_RETURN or CONFIG_REJECTED is set, otherwise the Configuration fields are not present in the packet. Configuration Next Type field: If CONFIG_RETURNED or CONFIG_REJECTED is set, and if there is more than one Congfiguration Type present, the value of the next configuration type should be put into this field, otherwise NULL. Configuration Data Length field: If CONFIG_RETURNED is set, then this is the length of the Configuration Data present. If CONFIG_REJECTED is set, then the DHCPv6 Server will set length to zero. Variable Configuration Data field: Contains Configuration Data only if CONFIG_RETURNED is set, otherwise there is no Configuration Data present in the packet. 5.6 DHCPv6 Server Lease Expiration The DHCPv6 may send an asynchronous LEASE_EXPIRED message with a grace period if an organizations network site needs to reclaim addresses when their Lease has not expired. Msg Request field: LEASE_EXPIRED is set. Msg Response field: must be NULL. Addrs Avail field: must be NULL. Transaction ID field: NULL. Lease Time field: must contain a grace period for the DHCPv6 Client to renew a lease for an address. Interface Token field: must contain a random number generated Integer for the DHCPv6 Client IPv6 address. IPv6 Address field: must contain an IPv6 Address being used for an Interface Token by a DHCPv6 Client. Host Name field: must be NULL.

13 IPv6 Server Address field: must be NULL. Configuration fields: not present in the packet. 6. DHCPv6 Relay-Agent Processing When a DHCPv6 Relay-Agent hears a request from a DHCPv6 Client it should forward that request to a DHCPv6 Server as a DHCPv6 Client Msg Type. Expires September 1995 [Page 13] The DHCPv6 Relay-Agent upon receiving a response from the DHCPv6 Server should forward that response to the DHCPv6 Client. When the DHCPv6 Relay-Agent forwards the request to the DHCPv6 Server it puts the DHCPv6 Relay-Agent s IPv6 address in the source field of the IPv6 Header.

14 Expires September 1995 [Page 14] Acknowledgements Brian Carpenter, Alex Conta, Jack McCann, Ralph Droms for providing input to the evolution of DHCPv6. References [IPv6-ADDR] R. Hinden, Editor, "IP Version 6 Addressing Architecture" Internet Draft, March 1995 <draft-ietf-ipngwg-ipv6-addr-arch-00.txt> Y. Rekhter, "An IPv6 Global Unicast Address Format" Internet Draft, March 1995 <draft-ietf-ipngwg-address-format-01.txt> [IPv6-SPEC] S. Deering and R. Hinden, Editors, "Internet Protocol Version 6 [IPv6] Specification" Internet Draft, March 1995 <draft-ietf-ipngwg-ipv6-spec-01.txt> [IPv6-ICMP] A. Conta, S. Deering "ICMPv6 for the Internet Protocol Version 6 [IPv6]" Internet Draft, March 1995 <draft-ietf-ipngwg-icmp-02.txt> [PMTU] J. Mogul, S. Deering "Path MTU Discovery" RFC 1191, 11/16/90 [IPv6-ADDRCONF] S. Thomson, "IPv6 Stateless Address Configuration" Internet Draft, March 1995 <draft-ietf-addrconf-ipv6-auto-01.txt> W. A. Simpson "IPv6 Neighbor Discovery - Processing" Internet Draft, November 1994 <draft-simpson-ipv6-discov-process-01.txt> [RFC-1034] P. Mockapetris, "Domain Names - implementation and specification" STD-13, 11/01/87 [RFC-1035] P. Mockapetris, "Domain Names - concepts and facilities" STD-13, 11/01/87 [DYN-DNS-UPD] S. Thomson, Y. Rekhter, J. Bound, "Dynamic Updates in the Domain Name System (DNS)" Internet Draft, March 1995 <draft-ietf-dnsind-dyndns-01.txt>

15 Expires September 1995 [Page 15] [IPv6-DHCP-OPTIONS] <TBD> [RFC-768] J. Postel, "User Datagram Protocol" STD-6, 08/28/80. Authors Addresses Jim Bound Digital Equipment Corporation 110 Spitbrook Road, ZKO3-3/U14 Nashua, NH Phone: (603) Yakov Rekhter T.J. Watson Research Center, IBM Corporation P.O. Box 570 Yorktown Heights, NY Phone: (914) Sue Thomson Bellcore 445 South Street Morristown, NJ Phone: (201) Expires September 1995 [Page 16]

INTERNET-DRAFT IP Version 6 over PPP February Table of Contents. 1. Introduction Specification of Requirements...

INTERNET-DRAFT IP Version 6 over PPP February Table of Contents. 1. Introduction Specification of Requirements... HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 03:48:38 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Thu, 15 Feb 1996 23:00:00 GMT ETag: "2f52fa-4e8d-3123baf0" Accept-Ranges: bytes Content-Length: 20109 Connection:

More information

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 1 March 2001

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 1 March 2001 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-16.txt J. Bound Nokia M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center R. Droms(ed.) Cisco

More information

Internet Engineering Task Force. Obsoletes: draft-ietf-dhc-dhcpv6-05.txt 16 August 1996

Internet Engineering Task Force. Obsoletes: draft-ietf-dhc-dhcpv6-05.txt 16 August 1996 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-05.txt J. Bound Digital Equipment Corp. C. Perkins IBM Research 16 August 1996 Dynamic Host Configuration

More information

Internet Engineering Task Force. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 22 November 2000

Internet Engineering Task Force. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 22 November 2000 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-15.txt J. Bound Compaq Computer Corp. M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center

More information

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 15 April 2001

Internet Engineering Task Force INTERNET DRAFT. C. Perkins Nokia Research Center R. Droms(ed.) Cisco Systems 15 April 2001 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-18.txt J. Bound Nokia M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center R. Droms(ed.) Cisco

More information

Category:Best Current Practice December Administratively Scoped IP Multicast. Status of this Memo

Category:Best Current Practice December Administratively Scoped IP Multicast. Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 04:57:56 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 24 Dec 1996 00:15:00 GMT ETag: "2f51c8-22cf-32bf2084" Accept-Ranges: bytes Content-Length: 8911 Connection:

More information

Internet Engineering Task Force. Obsoletes: draft-ietf-dhc-dhcpv6-11.txt 13 March 1998

Internet Engineering Task Force. Obsoletes: draft-ietf-dhc-dhcpv6-11.txt 13 March 1998 HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 01:46:42 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 07 Apr 1998 05:45:55 GMT ETag: "2e7a4e-18fe3-3529bd93" Accept-Ranges: bytes Content-Length: 102371 Connection:

More information

Editors. IP Version 6 Addressing Architecture. <draft-ietf-ipngwg-addr-arch-01.txt> Status of this Memo

Editors. IP Version 6 Addressing Architecture. <draft-ietf-ipngwg-addr-arch-01.txt> Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 03:41:12 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Mon, 10 Apr 1995 22:00:00 GMT ETag: "2f5280-7d60-2f89aa60" Accept-Ranges: bytes Content-Length: 32096 Connection:

More information

expires in six months October 1997 Internet Public Key Infrastructure Operational Protocols: FTP and HTTP <draft-ietf-pkix-opp-ftp-http-01.

expires in six months October 1997 Internet Public Key Infrastructure Operational Protocols: FTP and HTTP <draft-ietf-pkix-opp-ftp-http-01. HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 06:26:48 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 21 Oct 1997 17:15:00 GMT ETag: "361b18-2953-344ce314" Accept-Ranges: bytes Content-Length: 10579 Connection:

More information

DHCP for IPv6. Palo Alto, CA Digital Equipment Company. Nashua, NH mentions a few directions about the future of DHCPv6.

DHCP for IPv6. Palo Alto, CA Digital Equipment Company. Nashua, NH mentions a few directions about the future of DHCPv6. DHCP for IPv6 Charles E. Perkins and Jim Bound Sun Microsystems, Inc. Palo Alto, CA 94303 Digital Equipment Company Nashua, NH 03062 Abstract The Dynamic Host Conguration Protocol (DHCPv6) provides a framework

More information

Internet Engineering Task Force. C. Perkins Nokia Research Center Ted Lemon Nominum Bernie Volz Ericsson R. Droms(ed.) Cisco Systems May

Internet Engineering Task Force. C. Perkins Nokia Research Center Ted Lemon Nominum Bernie Volz Ericsson R. Droms(ed.) Cisco Systems May Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-24.txt J. Bound Hewlett Packard M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center Ted Lemon

More information

1. Introduction. Carpenter, Jung Expires June 1999 [Page 2] ^L. Internet Draft Transmission of IPv6 Packets over IPv4 Dec 1998

1. Introduction. Carpenter, Jung Expires June 1999 [Page 2] ^L. Internet Draft Transmission of IPv6 Packets over IPv4 Dec 1998 IETF Internet Draft December 1998 B. Carpenter, IBM C. Jung, 3Com Transmission of IPv6 over IPv4 Domains without Explicit Tunnels draft-ietf-ipngwg-6over4-01.txt Status of this Memo This document is an

More information

C. Perkins, Nokia Research Center M. Carney, Sun Microsystems June 9, 2002

C. Perkins, Nokia Research Center M. Carney, Sun Microsystems June 9, 2002 Internet Engineering Task Force R. Droms (ed.), Cisco INTERNET DRAFT J. Bound, Hewlett Packard DHC Working Group Bernie Volz, Ericsson Obsoletes: draft-ietf-dhc-dhcpv6-25.txt Ted Lemon, Nominum C. Perkins,

More information

Internet Engineering Task Force. C. Perkins Nokia Research Center Ted Lemon Nominum Bernie Volz Ericsson R. Droms(ed.) Cisco Systems 22 Apr 2002

Internet Engineering Task Force. C. Perkins Nokia Research Center Ted Lemon Nominum Bernie Volz Ericsson R. Droms(ed.) Cisco Systems 22 Apr 2002 Internet Engineering Task Force INTERNET DRAFT DHC Working Group Obsoletes: draft-ietf-dhc-dhcpv6-23.txt J. Bound Compaq M. Carney Sun Microsystems, Inc C. Perkins Nokia Research Center Ted Lemon Nominum

More information

April 24, 1998 Expires in six months. SMTP Service Extension for Secure SMTP over TLS. Status of this memo

April 24, 1998 Expires in six months. SMTP Service Extension for Secure SMTP over TLS. Status of this memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 00:24:41 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Mon, 27 Apr 1998 14:31:00 GMT ETag: "2e9b64-31dd-354496a4" Accept-Ranges: bytes Content-Length: 12765 Connection:

More information

<draft-freed-charset-reg-02.txt> IANA Charset Registration Procedures. July Status of this Memo

<draft-freed-charset-reg-02.txt> IANA Charset Registration Procedures. July Status of this Memo HTTP/1.1 200 OK Date: Mon, 08 Apr 2002 23:58:19 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Thu, 24 Jul 1997 17:22:00 GMT ETag: "2e9992-4021-33d78f38" Accept-Ranges: bytes Content-Length: 16417 Connection:

More information

March 1996 MIME Security with Pretty Good Privacy (PGP) Status of this Memo

March 1996 MIME Security with Pretty Good Privacy (PGP) Status of this Memo HTTP/1.1 200 OK Date: Mon, 08 Apr 2002 23:44:46 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Wed, 20 Mar 1996 23:00:00 GMT ETag: "2e98da-36ef-31508df0" Accept-Ranges: bytes Content-Length: 14063 Connection:

More information

IP CONSORTIUM TEST SUITE Internet Protocol, Version 6

IP CONSORTIUM TEST SUITE Internet Protocol, Version 6 IP CONSORTIUM TEST SUITE Internet Protocol, Version 6 Technical Document Last Update: January 25, 2002 Internet Protocol Consortium 7 Leavitt Lane, Room 106 Durham, NH 03824-3525 Research Computing Center

More information

IPv6 CONSORTIUM TEST SUITE Address Architecture Conformance Test Specification

IPv6 CONSORTIUM TEST SUITE Address Architecture Conformance Test Specification IPv6 CONSORTIUM TEST SUITE Address Architecture Technical Document Version 2.4 University of New Hampshire 121 Technology Drive, Suite 2 Durham, NH 03824 IPv6 Consortium Phone: +1-603-862-2804 http://www.iol.unh.edu

More information

Expiration Date: May 1997 Randy Bush RGnet, Inc. November Clarifications to the DNS Specification. draft-ietf-dnsind-clarify-02.

Expiration Date: May 1997 Randy Bush RGnet, Inc. November Clarifications to the DNS Specification. draft-ietf-dnsind-clarify-02. Network Working Group Internet Draft Expiration Date: May 1997 Robert Elz University of Melbourne Randy Bush RGnet, Inc. November 1996 Clarifications to the DNS Specification Status of this Memo draft-ietf-dnsind-clarify-02.txt

More information

Expiration Date: July RGnet Tony Li Juniper Networks Yakov Rekhter. cisco Systems

Expiration Date: July RGnet Tony Li Juniper Networks Yakov Rekhter. cisco Systems Last Version:draft-bates-bgp4-nlri-orig-verif-00.txt Tracker Entry Date:31-Aug-1999 Disposition:removed Network Working Group Internet Draft Expiration Date: July 1998 Tony Bates cisco Systems Randy Bush

More information

Request for Comments: 1971 Category: Standards Track IBM August 1996

Request for Comments: 1971 Category: Standards Track IBM August 1996 Network Working Group Request for Comments: 1971 Category: Standards Track S. Thomson Bellcore T. Narten IBM August 1996 Status of this Memo IPv6 Stateless Address Autoconfiguration This document specifies

More information

Request for Comments: 1972 Category: Standards Track August A Method for the Transmission of IPv6 Packets over Ethernet Networks

Request for Comments: 1972 Category: Standards Track August A Method for the Transmission of IPv6 Packets over Ethernet Networks Network Working Group M. Crawford Request for Comments: 1972 Fermilab Category: Standards Track August 1996 A Method for the Transmission of IPv6 Packets over Ethernet Networks Status of this Memo This

More information

B. Carpenter. January Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels. Copyright Notice

B. Carpenter. January Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels. Copyright Notice IETF Internet Draft January 1999 B. Carpenter K. Moore Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels Copyright Notice Placeholder for ISOC copyright if needed Abstract draft-ietf-ngtrans-6to4-00.txt

More information

Expires: October 9, 2005 April 7, 2005

Expires: October 9, 2005 April 7, 2005 DHC B. Volz Internet-Draft Cisco Systems, Inc. Expires: October 9, 2005 April 7, 2005 Status of this Memo DHCPv6 Relay Agent Remote ID Option draft-ietf-dhc-dhcpv6-remoteid-00.txt By submitting this Internet-Draft,

More information

IPv6 READY. Conformance Test Scenario CE Router. Technical Document. Revision 1.0.0b1

IPv6 READY. Conformance Test Scenario CE Router. Technical Document. Revision 1.0.0b1 IPv6 READY Conformance Test Scenario CE Router Technical Document Revision 1.0.0b1 IPv6 Forum http://www.ipv6forum.org http://www.ipv6ready.org 2014 University of New Hampshire InterOperability Laboratory

More information

Request for Comments: 2467 Obsoletes: 2019 December 1998 Category: Standards Track. Transmission of IPv6 Packets over FDDI Networks

Request for Comments: 2467 Obsoletes: 2019 December 1998 Category: Standards Track. Transmission of IPv6 Packets over FDDI Networks Network Working Group M. Crawford Request for Comments: 2467 Fermilab Obsoletes: 2019 December 1998 Category: Standards Track Status of this Memo Transmission of IPv6 Packets over FDDI Networks This document

More information

Dynamic Host Configuration Protocol for IPv6 (DHCPv6)

Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Network Working Group Request for Comments: 3315 Category: Standards Track R. Droms, Ed. Cisco J. Bound Hewlett Packard B. Volz Ericsson T. Lemon Nominum C. Perkins Nokia Research Center M. Carney Sun

More information

September 1997 Expires March Storing Certificates in the Domain Name System

September 1997 Expires March Storing Certificates in the Domain Name System September 1997 Expires March 1998 Storing Certificates in the Domain Name System ------- ------------ -- --- ------ ---- ------ Donald E. Eastlake 3rd Olafur Gudmundsson Status of This Document This draft,

More information

Network Working Group Request for Comments: October 1996

Network Working Group Request for Comments: October 1996 Network Working Group Request for Comments: 2023 Category: Standards Track D. Haskin E. Allen Bay Networks, Inc. October 1996 IP Version 6 over PPP Status of this Memo This document specifies an Internet

More information

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo IETF Mobile IP Working Group INTERNET-DRAFT David B. Johnson Rice University Charles Perkins Nokia Research Center 2 July 2000 Mobility Support in IPv6 Status of This

More information

E. Rescorla. <draft-ietf-smime-x txt> October 1998 (Expires April 1999) Diffie-Hellman Key Agreement Method. Status of this Memo

E. Rescorla. <draft-ietf-smime-x txt> October 1998 (Expires April 1999) Diffie-Hellman Key Agreement Method. Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 08:11:59 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Wed, 28 Oct 1998 17:41:00 GMT ETag: "323a37-3a03-3637572c" Accept-Ranges: bytes Content-Length: 14851 Connection:

More information

Network Working Group. Category: Standards Track. Xerox PARC J. Mogul. Digital Equipment Corporation. August 1996

Network Working Group. Category: Standards Track. Xerox PARC J. Mogul. Digital Equipment Corporation. August 1996 Network Working Group Request for Comments: 1981 Category: Standards Track J. McCann Digital Equipment Corporation S. Deering Xerox PARC J. Mogul Digital Equipment Corporation August 1996 Status of this

More information

DHCP and DDNS Services

DHCP and DDNS Services This chapter describes how to configure the DHCP server or DHCP relay as well as dynamic DNS (DDNS) update methods. About, page 1 Guidelines for, page 3 Configure the DHCP Server, page 4 Configure the

More information

Network Working Group. Document: draft-gahrns-imap-practice-00.txt March IMAP4 Implementation Practice. Status of this Memo

Network Working Group. Document: draft-gahrns-imap-practice-00.txt March IMAP4 Implementation Practice. Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 00:01:25 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Wed, 26 Mar 1997 00:14:00 GMT ETag: "304c81-59ca-33386a48" Accept-Ranges: bytes Content-Length: 22986 Connection:

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery About, page 1 Prerequisites for, page 2 Guidelines for, page 2 Defaults for, page 4 Configure, page 5 View and Clear Dynamically Discovered Neighbors, page 10 History for, page 11 About The IPv6 neighbor

More information

Expires in 6 months September Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP <draft-ietf-pkix-ocsp-00.

Expires in 6 months September Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP <draft-ietf-pkix-ocsp-00. HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 06:26:11 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Thu, 23 Oct 1997 15:29:00 GMT ETag: "304c31-471a-344f6d3c" Accept-Ranges: bytes Content-Length: 18202 Connection:

More information

Network Working Group Internet Draft: SMTP Authentication Document: draft-myers-smtp-auth-00.txt April SMTP Service Extension for Authentication

Network Working Group Internet Draft: SMTP Authentication Document: draft-myers-smtp-auth-00.txt April SMTP Service Extension for Authentication HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 10:24:33 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Mon, 01 May 1995 22:00:00 GMT ETag: "361c6c-32a5-2fa559e0" Accept-Ranges: bytes Content-Length: 12965 Connection:

More information

Expiration Date: August 2003 February Access Control Prefix Router Advertisement Option for IPv6 draft-bellovin-ipv6-accessprefix-01.

Expiration Date: August 2003 February Access Control Prefix Router Advertisement Option for IPv6 draft-bellovin-ipv6-accessprefix-01. Network Working Group Steven M. Bellovin Internet Draft AT&T Labs Research Expiration Date: August 2003 February 2003 Access Control Prefix Router Advertisement Option for IPv6 draft-bellovin-ipv6-accessprefix-01.txt

More information

Internet Protocol, Version 6 (IPv6) Specification. <draft-ietf-ipngwg-ipv6-spec-v2-00.txt> Status of this Memo

Internet Protocol, Version 6 (IPv6) Specification. <draft-ietf-ipngwg-ipv6-spec-v2-00.txt> Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 03:46:56 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Wed, 30 Jul 1997 14:21:00 GMT ETag: "2f52db-16524-33df4dcc" Accept-Ranges: bytes Content-Length: 91428 Connection:

More information

Request for Comments: 2004 Category: Standards Track October Minimal Encapsulation within IP. Status of This Memo

Request for Comments: 2004 Category: Standards Track October Minimal Encapsulation within IP. Status of This Memo Network Working Group C. Perkins Request for Comments: 2004 IBM Category: Standards Track October 1996 Status of This Memo Minimal Encapsulation within IP This document specifies an Internet standards

More information

Merit Network, Incorporated Bernard Aboba Microsoft March 1997

Merit Network, Incorporated Bernard Aboba Microsoft March 1997 Internet Draft Category: Experimental expires in six months Pat R. Calhoun US Robotics Access Corp. Allan Rubens Merit Network, Incorporated Bernard Aboba Microsoft March 1997 DIAMETER Extensible Authentication

More information

Operational Security Capabilities for IP Network Infrastructure

Operational Security Capabilities for IP Network Infrastructure Operational Security Capabilities F. Gont for IP Network Infrastructure G. Gont (opsec) UTN/FRH Internet-Draft September 1, 2008 Intended status: Informational Expires: March 5, 2009 Status of this Memo

More information

July Incremental Zone Transfer in DNS. Status of this Memo

July Incremental Zone Transfer in DNS. Status of this Memo INTERNET DRAFT draft-ietf-dnsind-ixfr-02.txt M. Ohta Tokyo Institute of Technology July 1995 Incremental Zone Transfer in DNS Status of this Memo This document is an Internet-Draft. Internet-Drafts are

More information

DHCP and DDNS Services for Threat Defense

DHCP and DDNS Services for Threat Defense The following topics explain DHCP and DDNS services and how to configure them on Threat Defense devices. About DHCP and DDNS Services, on page 1 Guidelines for DHCP and DDNS Services, on page 3 Configure

More information

See Also: 1201 January 1999 Category: Standards Track

See Also: 1201 January 1999 Category: Standards Track Network Working Group I. Souvatzis Request for Comments: 2497 The NetBSD Project See Also: 1201 January 1999 Category: Standards Track Status of this Memo Transmission of IPv6 Packets over ARCnet Networks

More information

Request for Comments: 2464 Obsoletes: 1972 December 1998 Category: Standards Track. Transmission of IPv6 Packets over Ethernet Networks

Request for Comments: 2464 Obsoletes: 1972 December 1998 Category: Standards Track. Transmission of IPv6 Packets over Ethernet Networks Network Working Group M. Crawford Request for Comments: 2464 Fermilab Obsoletes: 1972 December 1998 Category: Standards Track Status of this Memo Transmission of IPv6 Packets over Ethernet Networks This

More information

IPv6 Specifications to Internet Standard

IPv6 Specifications to Internet Standard IPv6 Specifications to Internet Standard Bob Hinden, Ole Trøan 6MAN chairs 1 Requirements for Internet Standard (RFC6410) There are at least two independent interoperating implementations with widespread

More information

Expires six months from November draft-ietf-urn-resolution-services-04.txt. URI Resolution Services Necessary for URN Resolution

Expires six months from November draft-ietf-urn-resolution-services-04.txt. URI Resolution Services Necessary for URN Resolution HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 08:59:39 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Thu, 04 Dec 1997 22:03:00 GMT ETag: "323dba-6002-34872894" Accept-Ranges: bytes Content-Length: 24578 Connection:

More information

Expiration Date: July 1997 Randy Bush RGnet, Inc. January Clarifications to the DNS Specification. draft-ietf-dnsind-clarify-04.

Expiration Date: July 1997 Randy Bush RGnet, Inc. January Clarifications to the DNS Specification. draft-ietf-dnsind-clarify-04. Network Working Group Internet Draft Expiration Date: July 1997 Robert Elz University of Melbourne Randy Bush RGnet, Inc. January 1997 Clarifications to the DNS Specification Status of this Memo draft-ietf-dnsind-clarify-04.txt

More information

RADIUS Working Group Bernard Aboba. Category: Standards Track <draft-ietf-radius-auth-clientmib-01.txt> 12 February 1998

RADIUS Working Group Bernard Aboba. Category: Standards Track <draft-ietf-radius-auth-clientmib-01.txt> 12 February 1998 RADIUS Working Group Bernard Aboba INTERNET-DRAFT Microsoft Category: Standards Track Glen Zorn Microsoft 12 February 1998 RADIUS Authentication Client MIB 1.

More information

Network Working Group Request for Comments: Tropos Networks March 2006

Network Working Group Request for Comments: Tropos Networks March 2006 Network Working Group Request for Comments: 4443 Obsoletes: 2463 Updates: 2780 Category: Standards Track A. Conta Transwitch S. Deering Cisco Systems M. Gupta, Ed. Tropos Networks March 2006 Internet Control

More information

draft-ietf-sip-info-method-02.txt February 2000 The SIP INFO Method Status of this Memo

draft-ietf-sip-info-method-02.txt February 2000 The SIP INFO Method Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 07:53:57 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 15 Feb 2000 17:03:00 GMT ETag: "3239a5-465b-38a986c4" Accept-Ranges: bytes Content-Length: 18011 Connection:

More information

Expires May 26, File: draft-ietf-rsvp-routing-01.ps November RSRR: A Routing Interface For RSVP

Expires May 26, File: draft-ietf-rsvp-routing-01.ps November RSRR: A Routing Interface For RSVP Internet Draft Daniel Zappala Expires May 26, 1997 USC/ISI File: draft-ietf-rsvp-routing-01.ps November 1996 RSRR: A Routing Interface For RSVP Status of Memo November 26, 1996 This document is an Internet-Draft.

More information

Cisco Systems B. Moskowitz Chrysler Corp. D. Karrenberg RIPE NCC G. J. de Groot RIPE NCC E. Lear Silicon Graphics, Inc.

Cisco Systems B. Moskowitz Chrysler Corp. D. Karrenberg RIPE NCC G. J. de Groot RIPE NCC E. Lear Silicon Graphics, Inc. HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 01:39:14 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 29 Aug 1995 22:00:00 GMT ETag: "2ed68c-5987-30438de0" Accept-Ranges: bytes Content-Length: 22919 Connection:

More information

Internet Engineering Task Force (IETF) Obsoletes: 3315, 3633, 3736, 4242, 7083, 7283, 7550 B. Volz

Internet Engineering Task Force (IETF) Obsoletes: 3315, 3633, 3736, 4242, 7083, 7283, 7550 B. Volz Internet Engineering Task Force (IETF) T. Mrugalski Request for Comments: 8415 M. Siodelski Obsoletes: 3315, 3633, 3736, 4242, 7083, ISC 7283, 7550 B. Volz Category: Standards Track A. Yourtchenko ISSN:

More information

IPv6 READY. Conformance Test Scenario CE Router. Technical Document. Revision 1.0.1

IPv6 READY. Conformance Test Scenario CE Router. Technical Document.   Revision 1.0.1 IPv6 READY Conformance Test Scenario CE Router Technical Document Revision 1.0.1 IPv6 Forum http://www.ipv6forum.org http://www.ipv6ready.org 2015 University of New Hampshire InterOperability Laboratory

More information

Network Working Group. Societe Francaise du Radiotelephone(SFR) Intended status: Informational Expires: March 28, 2019

Network Working Group. Societe Francaise du Radiotelephone(SFR) Intended status: Informational Expires: March 28, 2019 Network Working Group Internet-Draft Intended status: Informational Expires: March 28, 2019 D. Shytyi Societe Francaise du Radiotelephone(SFR) G. Campo A. Petrescu CEA, LIST September 24, 2018 Abstract

More information

B. Carpenter. June Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels. Copyright Notice. Placeholder for ISOC copyright.

B. Carpenter. June Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels. Copyright Notice. Placeholder for ISOC copyright. IETF Internet Draft June 1999 B. Carpenter K. Moore Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels Copyright Notice Placeholder for ISOC copyright. Abstract draft-ietf-ngtrans-6to4-02.txt

More information

Network Working Group. Category: Standards Track. R. Hinden Nokia August 1999

Network Working Group. Category: Standards Track. R. Hinden Nokia August 1999 Network Working Group Request for Comments: 2675 Obsoletes: 2147 Category: Standards Track Status of this Memo IPv6 Jumbograms D. Borman Berkeley Software Design S. Deering Cisco R. Hinden Nokia August

More information

Network Working Group Request for Comments: December IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6

Network Working Group Request for Comments: December IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6 Network Working Group Request for Comments: 3633 Category: Standards Track O. Troan R. Droms Cisco Systems December 2003 Status of this Memo IPv6 Prefix Options for Dynamic Host Configuration Protocol

More information

Expires in six months January 10, 2002

Expires in six months January 10, 2002 Network Working Group INTERNET-DRAFT Brian Bidulock OpenSS7 Corporation Expires in six months January 10, 2002 Signalling Gateway (SG) Information (SGINFO) Support for Signalling User Adaptation Layers

More information

12. Name & Address 최양희서울대학교컴퓨터공학부

12. Name & Address 최양희서울대학교컴퓨터공학부 12. Name & Address 최양희서울대학교컴퓨터공학부 How do you get IP address? Manual Configuration Stateful Address Configuration (i.e. from servers) BOOTP DHCPv4, DHCPv6 Stateless Autoconfiguration : IPv6 2009 Yanghee

More information

Network Working Group Request for Comments: W. Simpson Daydreamer H. Soliman Elevate Technologies September 2007

Network Working Group Request for Comments: W. Simpson Daydreamer H. Soliman Elevate Technologies September 2007 Network Working Group Request for Comments: 4861 Obsoletes: 2461 Category: Standards Track T. Narten IBM E. Nordmark Sun Microsystems W. Simpson Daydreamer H. Soliman Elevate Technologies September 2007

More information

An Industry view of IPv6 Advantages

An Industry view of IPv6 Advantages An Industry view of IPv6 Advantages March 2002 Yanick.Pouffary@Compaq.Com Imagine what IPv6 can do for you! 1 Where we are Today IPv4 a victim of its own success IPv4 addresses consumed at an alarming

More information

Implementing DHCP for IPv6

Implementing DHCP for IPv6 This module describes how to configure Dynamic Host Configuration Protocol (DHCP) for IPv6. DHCPv6 Prefix Delegation, page 1 How to Implement DHCP for IPv6, page 6 DHCPv6 Prefix Delegation The IPv6 Access

More information

Request for Comments: December 2018

Request for Comments: December 2018 Independent Submission Request for Comments: 8507 Category: Historic ISSN: 2070-1721 S. Deering Retired R. Hinden, Ed. Check Point Software December 2018 Simple Internet Protocol (SIP) Specification Abstract

More information

Intransa, Inc. Basic Transition Mechanisms for IPv6 Hosts and Routers <draft-ietf-v6ops-mech-v2-06.txt> Status of this Memo

Intransa, Inc. Basic Transition Mechanisms for IPv6 Hosts and Routers <draft-ietf-v6ops-mech-v2-06.txt> Status of this Memo INTERNET-DRAFT September 1, 2004 Obsoletes: 2893 E. Nordmark Sun Microsystems, Inc. R. E. Gilligan Intransa, Inc. Basic Transition Mechanisms for IPv6 Hosts and Routers

More information

Analyze and Verify Ouput of "debug dhcp ipv6 packets" in ASR9k

Analyze and Verify Ouput of debug dhcp ipv6 packets in ASR9k Analyze and Verify Ouput of "debug dhcp ipv6 packets" in ASR9k Contents Introduction Prerequisites Requirements Components Used Summary of DHCPv6 Relay-Agent, Server and Client communication Troubleshooting

More information

IPv6 Changes in Mobile IPv6 from Connectathon

IPv6 Changes in Mobile IPv6 from Connectathon IPv6 Changes in Mobile IPv6 from Connectathon David B. Johnson The Monarch Project Carnegie Mellon University http://www.monarch.cs.cmu.edu/ dbj@cs.cmu.edu 47th IETF, Adelaide, Australia March 26 31, 2000

More information

Introduction to IPv6 - II

Introduction to IPv6 - II Introduction to IPv6 - II Building your IPv6 network Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT Contents IPv6 Protocols and Autoconfiguration - ICMPv6 - Path MTU Discovery

More information

Category: Best Current Practice March 2000

Category: Best Current Practice March 2000 Network Working Group Request for Comments: 2780 BCP: 37 Category: Best Current Practice S. Bradner Harvard University V. Paxson ACIRI March 2000 Status of this Memo IANA Allocation Guidelines For Values

More information

Request for Comments: 1332 Obsoletes: RFC 1172 May The PPP Internet Protocol Control Protocol (IPCP)

Request for Comments: 1332 Obsoletes: RFC 1172 May The PPP Internet Protocol Control Protocol (IPCP) Network Working Group G. McGregor Request for Comments: 1332 Merit Obsoletes: RFC 1172 May 1992 The PPP Internet Protocol Control Protocol (IPCP) Status of this Memo This RFC specifies an IAB standards

More information

<draft-huitema-v6ops-teredo-04.txt> Expires July 17, 2005 January 17, Teredo: Tunneling IPv6 over UDP through NATs. Status of this memo

<draft-huitema-v6ops-teredo-04.txt> Expires July 17, 2005 January 17, Teredo: Tunneling IPv6 over UDP through NATs. Status of this memo INTERNET DRAFT C. Huitema Microsoft Expires July 17, 2005 January 17, 2005 Teredo: Tunneling IPv6 over UDP through NATs Status of this memo By submitting this Internet-Draft,

More information

DHCPv6 Overview 1. DHCPv6 Server Configuration 1

DHCPv6 Overview 1. DHCPv6 Server Configuration 1 Table of Contents DHCPv6 Overview 1 Introduction to DHCPv6 1 DHCPv6 Address/Prefix Assignment 1 Rapid Assignment Involving Two Messages 1 Assignment Involving Four Messages 2 Address/Prefix Lease Renewal

More information

Internet Control Message Protocol

Internet Control Message Protocol Internet Control Message Protocol The Internet Control Message Protocol is used by routers and hosts to exchange control information, and to inquire about the state and configuration of routers and hosts.

More information

IPv6 Neighbor Discovery

IPv6 Neighbor Discovery About, page 1 Prerequisites for, page 2 Guidelines for, page 2 Defaults for, page 4 Configure, page 5 Monitoring, page 10 History for, page 11 About The IPv6 neighbor discovery process uses ICMPv6 messages

More information

Expires six months from July 1997

Expires six months from July 1997 HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 08:59:35 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Mon, 04 Aug 1997 17:25:00 GMT ETag: "323db8-5a2d-33e6106c" Accept-Ranges: bytes Content-Length: 23085 Connection:

More information

Updates: 2710 September 2003 Category: Standards Track. Source Address Selection for the Multicast Listener Discovery (MLD) Protocol

Updates: 2710 September 2003 Category: Standards Track. Source Address Selection for the Multicast Listener Discovery (MLD) Protocol Network Working Group B. Haberman Request for Comments: 3590 Caspian Networks Updates: 2710 September 2003 Category: Standards Track Status of this Memo Source Address Selection for the Multicast Listener

More information

G3-PLC L3/L4 Interoperability Test Procedure Manual ANNEX

G3-PLC L3/L4 Interoperability Test Procedure Manual ANNEX G3-PLC L3/L4 Interoperability Test Procedure Manual ANNEX HATS Conference (Promotion Conference of Harmonization of Advanced Telecommunication Systems) Multimedia Communication Test Implementation Liaison

More information

Rocky Mountain IPv6 Summit April 9, 2008

Rocky Mountain IPv6 Summit April 9, 2008 Rocky Mountain IPv6 Summit April 9, 2008 Introduction to the IPv6 Protocol Scott Hogg GTRI - Director of Advanced Technology Services CCIE #5133, CISSP 1 IPv6 Header IPv4 Header 20 bytes IPv6 Header, 40

More information

Network Working Group. <draft-ietf-mailext-pipeline-00.txt> SMTP Service Extension for Command Pipelining. August 17, Status of this Memo

Network Working Group. <draft-ietf-mailext-pipeline-00.txt> SMTP Service Extension for Command Pipelining. August 17, Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 04:52:23 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Thu, 18 Aug 1994 22:00:00 GMT ETag: "2e6820-3355-2e53d9e0" Accept-Ranges: bytes Content-Length: 13141 Connection:

More information

Network Working Group. Document: draft-myers-auth-sasl-05.txt September Simple Authentication and Security Layer. Status of this Memo

Network Working Group. Document: draft-myers-auth-sasl-05.txt September Simple Authentication and Security Layer. Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 10:23:28 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 01 Oct 1996 22:19:00 GMT ETag: "361f1a-67f0-325198d4" Accept-Ranges: bytes Content-Length: 26608 Connection:

More information

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents Operation Manual IPv6 Table of Contents Table of Contents Chapter 1 IPv6 Basics Configuration... 1-1 1.1 IPv6 Overview... 1-1 1.1.1 IPv6 Features... 1-2 1.1.2 Introduction to IPv6 Address... 1-3 1.1.3

More information

Internet Engineering Task Force (IETF) Category: Standards Track April 2013 ISSN: Formally Deprecating Some ICMPv4 Message Types

Internet Engineering Task Force (IETF) Category: Standards Track April 2013 ISSN: Formally Deprecating Some ICMPv4 Message Types Internet Engineering Task Force (IETF) F. Gont Request for Comments: 6918 UTN-FRH / SI6 Networks Obsoletes: 1788 C. Pignataro Updates: 792, 950 Cisco Systems Category: Standards Track April 2013 ISSN:

More information

Request for Comments: October Transmission of IPv6 Packets over IEEE 1394 Networks

Request for Comments: October Transmission of IPv6 Packets over IEEE 1394 Networks Network Working Group Request for Comments: 3146 Category: Standards Track K. Fujisawa A. Onoe Sony Corporation October 2001 Status of this Memo Transmission of IPv6 Packets over IEEE 1394 Networks This

More information

November 1998 Expires May Storing Certificates in the Domain Name System (DNS)

November 1998 Expires May Storing Certificates in the Domain Name System (DNS) November 1998 Expires May 1999 Storing Certificates in the Domain Name System (DNS) ------- ------------ -- --- ------ ---- ------ ----- Donald E. Eastlake 3rd, Olafur Gudmundsson Status of This Document

More information

Internet Engineering Task Force (IETF) Request for Comments: 7078 Category: Standards Track. University of Southampton January 2014

Internet Engineering Task Force (IETF) Request for Comments: 7078 Category: Standards Track. University of Southampton January 2014 Internet Engineering Task Force (IETF) Request for Comments: 7078 Category: Standards Track ISSN: 2070-1721 A. Matsumoto T. Fujisaki NTT T. Chown University of Southampton January 2014 Distributing Address

More information

B. Carpenter. Oct Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels. Copyright Notice. Placeholder for ISOC copyright.

B. Carpenter. Oct Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels. Copyright Notice. Placeholder for ISOC copyright. IETF Internet Draft Oct 1999 B. Carpenter K. Moore Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels Copyright Notice Placeholder for ISOC copyright. Abstract draft-ietf-ngtrans-6to4-03.txt

More information

Internet Engineering Task Force (IETF) Category: Standards Track. S. Krishnan Ericsson October 2015

Internet Engineering Task Force (IETF) Category: Standards Track. S. Krishnan Ericsson October 2015 Internet Engineering Task Force (IETF) Request for Comments: 7676 Category: Standards Track ISSN: 2070-1721 C. Pignataro Cisco Systems R. Bonica Juniper Networks S. Krishnan Ericsson October 2015 IPv6

More information

Implementing the Dynamic Host Configuration Protocol

Implementing the Dynamic Host Configuration Protocol Implementing the Dynamic Host Configuration Protocol This module describes the concepts and tasks you will use to Dynamic Host Configuration Protocol (DHCP). Feature History for Implementing the Dynamic

More information

IPv6 Protocol Architecture

IPv6 Protocol Architecture IPv6 Protocol Architecture v4/v6 Header Comparison Not kept in IPv6 Renamed in IPv6 Same name and function New in IPv6 2 New Functional Improvement Address Space Increase from 32-bit to 128-bit address

More information

Mobile Communications Mobility Support in Network Layer

Mobile Communications Mobility Support in Network Layer Motivation Mobility support needed to be able to use mobile devices in the Mobile devices need IP address for their communication Applications would like to communicate while being on the move Mobile Communications

More information

Request for Comments: 2470 Category: Standards Track IBM S. Thomas TransNexus December Transmission of IPv6 Packets over Token Ring Networks

Request for Comments: 2470 Category: Standards Track IBM S. Thomas TransNexus December Transmission of IPv6 Packets over Token Ring Networks Network Working Group Request for Comments: 2470 Category: Standards Track M. Crawford Fermilab T. Narten IBM S. Thomas TransNexus December 1998 Transmission of IPv6 Packets over Token Ring Networks Status

More information

Expires: October 2000 April 2000

Expires: October 2000 April 2000 INTERNET-DRAFT UPDATES RFC 2535 Donald E. Eastlake 3rd Motorola Expires: October 2000 April 2000 DNS Request and Transaction Signatures ( SIG(0)s ) --- ------- --- ----------- ---------- - ------- -

More information

Expires: August 1998 February DNS Operational Security Considerations Status of This Document

Expires: August 1998 February DNS Operational Security Considerations Status of This Document DNS Security Working Group Donald E. Eastlake 3rd INTERNET-DRAFT CyberCash Expires: August 1998 February 1998 DNS Operational Security Considerations --- ----------- -------- -------------- Status of This

More information

Category: Experimental SAMSUNG Electronics L. Beloeil France Telecom R&D S. Madanapalli Ordyn Technologies September 2007

Category: Experimental SAMSUNG Electronics L. Beloeil France Telecom R&D S. Madanapalli Ordyn Technologies September 2007 Network Working Group Request for Comments: 5006 Category: Experimental J. Jeong, Ed. ETRI/University of Minnesota S. Park SAMSUNG Electronics L. Beloeil France Telecom R&D S. Madanapalli Ordyn Technologies

More information

Request for Comments: 3306 Category: Standards Track Microsoft August 2002

Request for Comments: 3306 Category: Standards Track Microsoft August 2002 Network Working Group Request for Comments: 3306 Category: Standards Track B. Haberman Consultant D. Thaler Microsoft August 2002 Status of this Memo Unicast-Prefix-based IPv6 Multicast Addresses This

More information

October Basic Transition Mechanisms for IPv6 Hosts and Routers

October Basic Transition Mechanisms for IPv6 Hosts and Routers Network Working Group Request for Comments: 4213 Obsoletes: 2893 Category: Standards Track E. Nordmark Sun Microsystems, Inc. R. Gilligan Intransa, Inc. October 2005 Basic Transition Mechanisms for IPv6

More information

A.1 Routing Header Pseudo Code

A.1 Routing Header Pseudo Code 56982_AppA 12/12/97 4:06 PM Page 241 Appendix A A.1 Routing Header Pseudo Code This section contains the pseudo code for the processing of the Routing header, excerpted from the RFC 1883. 1 See also Section

More information