PCP Description Option
draft-boucadair-pcp-description-option-00
This document is an Internet-Draft (I-D).
Anyone may submit an I-D to the IETF.
This I-D is not endorsed by the IETF and has no formal standing in the
IETF standards process.
The information below is for an old version of the document.
| Document | Type |
This is an older version of an Internet-Draft whose latest revision state is "Replaced".
|
|
|---|---|---|---|
| Authors | Mohamed Boucadair , Reinaldo Penno , Dan Wing | ||
| Last updated | 2012-09-17 | ||
| Replaced by | draft-ietf-pcp-description-option, RFC 7220 | ||
| RFC stream | (None) | ||
| Formats | |||
| Stream | Stream state | (No stream defined) | |
| Consensus boilerplate | Unknown | ||
| RFC Editor Note | (None) | ||
| IESG | IESG state | I-D Exists | |
| Telechat date | (None) | ||
| Responsible AD | (None) | ||
| Send notices to | (None) |
draft-boucadair-pcp-description-option-00
PCP Working Group M. Boucadair
Internet-Draft France Telecom
Intended status: Standards Track R. Penno
Expires: March 21, 2013 D. Wing
Cisco
September 17, 2012
PCP Description Option
draft-boucadair-pcp-description-option-00
Abstract
This document extends Port Control Protocol (PCP) with the ability to
associate a description with a PCP-instantiated mapping: DESCRIPTION
Option.
Requirements Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119 [RFC2119].
Status of this Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
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."
This Internet-Draft will expire on March 21, 2013.
Copyright Notice
Copyright (c) 2012 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
(http://trustee.ietf.org/license-info) in effect on the date of
Boucadair, et al. Expires March 21, 2013 [Page 1]
Internet-Draft PCP Description Option September 2012
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Format . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
3. Behaviour . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
4. Security Considerations . . . . . . . . . . . . . . . . . . . . 4
5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 4
6. References . . . . . . . . . . . . . . . . . . . . . . . . . . 5
6.1. Normative References . . . . . . . . . . . . . . . . . . . 5
6.2. Informative References . . . . . . . . . . . . . . . . . . 5
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 5
Boucadair, et al. Expires March 21, 2013 [Page 2]
Internet-Draft PCP Description Option September 2012
1. Introduction
This document extends the base PCP [I-D.ietf-pcp-base] with the
ability to associate a description with a PCP-instantiated mapping:
DESCRIPTION Option.
Existing implementations use 0x40 (64) as code point for this
option.
This option can be used in the context of
[I-D.ietf-pcp-upnp-igd-interworking].
This option has been defined first in [I-D.boucadair-pcp-extensions].
2. Format
This option can be used by a user to indicate a description
associated with a given mapping such as "My mapping for my FTP
server" or "My remote access to my CP router", etc. In addition, in
the some deployment scenarios, this field can be used for
troubleshooting purposes and can be used to convey values as the ones
listed hereafter:
o "This is the mapping for my specific IPsec implementation"
o "This is the mapping for subscriber bob@example.com"
o "This is the mapping for special subscriber
adsl-line-1234@example.com"
o "This is the mapping that failed before due to XYZ"
Issues related to the usage of this field for troubleshooting or for
any further usage are out of scope of this document.
Boucadair, et al. Expires March 21, 2013 [Page 3]
Internet-Draft PCP Description Option September 2012
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| DESCRIPTION | Reserved | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Description |
: :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
This Option:
Option Name: Description Option (DESCRIPTION)
Number: TBA (IANA)
Existing implementations use 0x40
Purpose: Used to associate a text description with a mapping
Valid for Opcodes: MAP, PEER
Length: Variable
May appear in: both request and response
Maximum occurrences: 1
Figure 1: Description Option
3. Behaviour
This option is optional to be supported by PCP Servers and PCP
Clients. This option (Code TBA, Figure 1) MAY be included in a PCP
MAP/PEER request to include a description associated with a requested
mapping.
The maximum length SHOULD be a configurable option in the PCP Server.
If a PCP Client includes a DESCRIPTION PCP option with a length
exceeding the maximum length supported by the PCP Server, only the
portion of the DESCRIPTION field fitting that maximum length is
stored by the PCP Server.
4. Security Considerations
Security considerations discussed in [I-D.ietf-pcp-base] must be
considered.
5. IANA Considerations
The following PCP Option Codes are to be allocated:
Boucadair, et al. Expires March 21, 2013 [Page 4]
Internet-Draft PCP Description Option September 2012
DESCRIPTION: Existing implementations use 0x40 (64).
6. References
6.1. Normative References
[I-D.ietf-pcp-base]
Wing, D., Cheshire, S., Boucadair, M., Penno, R., and P.
Selkirk, "Port Control Protocol (PCP)",
draft-ietf-pcp-base-26 (work in progress), June 2012.
[I-D.ietf-pcp-upnp-igd-interworking]
Boucadair, M., Dupont, F., Penno, R., and D. Wing,
"Universal Plug and Play (UPnP) Internet Gateway Device
(IGD)-Port Control Protocol (PCP) Interworking Function",
draft-ietf-pcp-upnp-igd-interworking-03 (work in
progress), September 2012.
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119, March 1997.
6.2. Informative References
[I-D.boucadair-pcp-extensions]
Boucadair, M., Penno, R., and D. Wing, "Some Extensions to
Port Control Protocol (PCP)",
draft-boucadair-pcp-extensions-03 (work in progress),
April 2012.
Authors' Addresses
Mohamed Boucadair
France Telecom
Rennes, 35000
France
Email: mohamed.boucadair@orange.com
Reinaldo Penno
Cisco
USA
Email: repenno@cisco.com
Boucadair, et al. Expires March 21, 2013 [Page 5]
Internet-Draft PCP Description Option September 2012
Dan Wing
Cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134
USA
Email: dwing@cisco.com
Boucadair, et al. Expires March 21, 2013 [Page 6]