Extensible Provisioning Protocol (EPP) Host Mapping
RFC 5732
Document | Type |
RFC - Internet Standard
(August 2009; No errata)
Obsoletes RFC 4932
Was draft-hollenbeck-rfc4932bis (individual in app area)
|
|
---|---|---|---|
Author | Scott Hollenbeck | ||
Last updated | 2015-10-14 | ||
Stream | Internent Engineering Task Force (IETF) | ||
Formats | plain text html pdf htmlized (tools) htmlized bibtex | ||
Reviews | |||
Stream | WG state | (None) | |
Document shepherd | No shepherd assigned | ||
IESG | IESG state | RFC 5732 (Internet Standard) | |
Action Holders |
(None)
|
||
Consensus Boilerplate | Unknown | ||
Telechat date | |||
Responsible AD | Alexey Melnikov | ||
Send notices to | chris.newman@sun.com, Ed.Lewis@neustar.biz |
Network Working Group S. Hollenbeck Request for Comments: 5732 VeriSign, Inc. STD: 69 August 2009 Obsoletes: 4932 Category: Standards Track Extensible Provisioning Protocol (EPP) Host Mapping Abstract This document describes an Extensible Provisioning Protocol (EPP) mapping for the provisioning and management of Internet host names stored in a shared central repository. Specified in XML, the mapping defines EPP command syntax and semantics as applied to host names. This document obsoletes RFC 4932. Status of This Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited. Copyright Notice Copyright (c) 2009 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents in effect on the date of publication of this document (http://trustee.ietf.org/license-info). Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Hollenbeck Standards Track [Page 1] RFC 5732 EPP Host Mapping August 2009 Table of Contents 1. Introduction ....................................................3 1.1. Relationship of Host Objects and Domain Objects ............3 1.2. Conventions Used in This Document ..........................4 2. Object Attributes ...............................................4 2.1. Host Names .................................................4 2.2. Client Identifiers .........................................4 2.3. Status Values ..............................................4 2.4. Dates and Times ............................................6 2.5. IP Addresses ...............................................6 3. EPP Command Mapping .............................................6 3.1. EPP Query Commands .........................................7 3.1.1. EPP <check> Command .................................7 3.1.2. EPP <info> Command ..................................9 3.1.3. EPP <transfer> Query Command .......................11 3.2. EPP Transform Commands ....................................11 3.2.1. EPP <create> Command ...............................12 3.2.2. EPP <delete> Command ...............................13 3.2.3. EPP <renew> Command ................................15 3.2.4. EPP <transfer> Command .............................15 3.2.5. EPP <update> Command ...............................15 3.3. Offline Review of Requested Actions .......................17 4. Formal Syntax ..................................................19 5. Internationalization Considerations ............................25 6. IANA Considerations ............................................25 7. Security Considerations ........................................26 8. Acknowledgements ...............................................26 9. References .....................................................26 9.1. Normative References ......................................26 9.2. Informative References ....................................27 Appendix A. Changes from RFC 4932 ................................29 Hollenbeck Standards Track [Page 2] RFC 5732 EPP Host Mapping August 2009 1. Introduction This document describes an Internet host name mapping for version 1.0 of the Extensible Provisioning Protocol (EPP). This mapping is specified using the Extensible Markup Language (XML) 1.0 as described in [W3C.REC-xml-20040204] and XML Schema notation as described in [W3C.REC-xmlschema-1-20041028] and [W3C.REC-xmlschema-2-20041028]. This document obsoletes RFC 4932 [RFC4932]. [RFC5730] provides a complete description of EPP command and response structures. A thorough understanding of the base protocol specification is necessary to understand the mapping described in this document. XML is case sensitive. Unless stated otherwise, XML specifications and examples provided in this document MUST be interpreted in the character case presented to develop a conforming implementation. 1.1. Relationship of Host Objects and Domain Objects This document assumes that host name objects have a subordinateShow full document text