idnits 2.17.1 draft-ietf-idr-bgp-extended-messages-05.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- ** The abstract seems to contain references ([RFC4271]), which it shouldn't. Please replace those with straight textual mentions of the documents in question. -- The abstract seems to indicate that this document updates RFC4271, but the header doesn't have an 'Updates:' line to match this. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year == The document seems to lack the recommended RFC 2119 boilerplate, even if it appears to use RFC 2119 keywords -- however, there's a paragraph with a matching beginning. Boilerplate error? (The document does seem to have the reference to RFC 2119 which the ID-Checklist requires). -- The document date (December 24, 2012) is 4141 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) == Outdated reference: A later version (-08) exists of draft-ietf-sidr-bgpsec-overview-02 Summary: 1 error (**), 0 flaws (~~), 3 warnings (==), 2 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 IDR Working Group K. Patel 3 Internet-Draft D. Ward 4 Intended status: Standards Track Cisco Systems 5 Expires: June 27, 2013 R. Bush 6 Internet Initiative Japan 7 December 24, 2012 9 Extended Message support for BGP 10 draft-ietf-idr-bgp-extended-messages-05 12 Abstract 14 The BGP specification mandates a maximum BGP message size of 4096 15 octets. As BGP is extended to support newer AFI/SAFIs, there is a 16 need to extend the maximum message size beyond 4096 octets. This 17 document updates [RFC4271] by providing an extension to BGP to extend 18 its current message size from 4096 octets to 65535 octets. 20 Requirements Language 22 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 23 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are to 24 be interpreted as described in RFC 2119 [RFC2119] only when they 25 appear in all upper case. They may also appear in lower or mixed 26 case as English words, without normative meaning. 28 Status of this Memo 30 This Internet-Draft is submitted in full conformance with the 31 provisions of BCP 78 and BCP 79. 33 Internet-Drafts are working documents of the Internet Engineering 34 Task Force (IETF). Note that other groups may also distribute 35 working documents as Internet-Drafts. The list of current Internet- 36 Drafts is at http://datatracker.ietf.org/drafts/current/. 38 Internet-Drafts are draft documents valid for a maximum of six months 39 and may be updated, replaced, or obsoleted by other documents at any 40 time. It is inappropriate to use Internet-Drafts as reference 41 material or to cite them other than as "work in progress." 43 This Internet-Draft will expire on June 27, 2013. 45 Copyright Notice 47 Copyright (c) 2012 IETF Trust and the persons identified as the 48 document authors. All rights reserved. 50 This document is subject to BCP 78 and the IETF Trust's Legal 51 Provisions Relating to IETF Documents 52 (http://trustee.ietf.org/license-info) in effect on the date of 53 publication of this document. Please review these documents 54 carefully, as they describe your rights and restrictions with respect 55 to this document. Code Components extracted from this document must 56 include Simplified BSD License text as described in Section 4.e of 57 the Trust Legal Provisions and are provided without warranty as 58 described in the Simplified BSD License. 60 Table of Contents 62 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 63 2. BGP Extended Message . . . . . . . . . . . . . . . . . . . . . 3 64 3. Extended message Capability for BGP . . . . . . . . . . . . . . 3 65 4. Operation . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 66 5. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . 4 67 6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . 4 68 7. Security Considerations . . . . . . . . . . . . . . . . . . . . 4 69 8. References . . . . . . . . . . . . . . . . . . . . . . . . . . 4 70 8.1. Normative References . . . . . . . . . . . . . . . . . . . 4 71 8.2. Informative References . . . . . . . . . . . . . . . . . . 4 72 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 4 74 1. Introduction 76 The BGP specification [RFC4271] mandates a maximum BGP message size 77 of 4096 octets. As BGP is extended to support newer AFI/SAFIs and 78 newer capabilities (e.g., [I-D.ietf-sidr-bgpsec-overview]), there is 79 a need to extend the maximum message size beyond 4096 octets. This 80 draft provides an extension to BGP to extend its current message size 81 limit from 4096 octets to 65535 octets. 83 2. BGP Extended Message 85 A BGP message over 4095 octets in length is a Extended Message. 87 BGP extended messages have maximum message size of 65535 octets. The 88 smallest message that may be sent consists of a BGP header without a 89 data portion (19 octets). 91 Multi-octet fields MUST be in network byte order. 93 3. Extended message Capability for BGP 95 To advertise the BGP Extended Message Capability to a peer, a BGP 96 speaker uses BGP Capabilities Advertisement [RFC5492]. By 97 advertising the BGP Extended Message Capability to a peer, a BGP 98 speaker conveys that it is able to send, receive, and properly handle 99 BGP Extended Messages. 101 A peer which does not advertise this capability MUST NOT send BGP 102 Extended Messages, and BGP Extended Messages MUST NOT be sent to it. 104 The BGP Extended Message Capability is a new BGP Capability [RFC5492] 105 defined with Capability code TBD and Capability length 0. 107 4. Operation 109 A BGP speaker that is willing to send and receive BGP Extended 110 Messages from its peer should advertise the BGP Extended Message 111 Capability to its peer using BGP Capabilities Advertisement 112 [RFC5492]. A BGP speaker may send extended messages to its peer only 113 if it has received the Extended Message Capability from its peer. 115 Applications generating messages which might be encapsulated within 116 BGP messages MUST limit the size of their payload to take into 117 account the maximum message size and all encapsulation overheads on 118 the path the encapsulated data are expected to traverse. 120 5. Acknowledgements 122 The authors thank John Scudder, John Levine, and Job Snijders for 123 their input. 125 6. IANA Considerations 127 The IANA is requested to register a new BGP Capability Code in the 128 upper range named BGP Extended Message Capability referring to this 129 document. 131 7. Security Considerations 133 This extension to BGP does not change BGP's underlying security 134 issues. 136 8. References 138 8.1. Normative References 140 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 141 Requirement Levels", BCP 14, RFC 2119, March 1997. 143 [RFC4271] Rekhter, Y., Li, T., and S. Hares, "A Border Gateway 144 Protocol 4 (BGP-4)", RFC 4271, January 2006. 146 [RFC5492] Scudder, J. and R. Chandra, "Capabilities Advertisement 147 with BGP-4", RFC 5492, February 2009. 149 8.2. Informative References 151 [I-D.ietf-sidr-bgpsec-overview] 152 Lepinski, M. and S. Turner, "An Overview of BGPSEC", 153 draft-ietf-sidr-bgpsec-overview-02 (work in progress), 154 May 2012. 156 Authors' Addresses 158 Keyur Patel 159 Cisco Systems 160 170 W. Tasman Drive 161 San Jose, CA 95134 162 USA 164 Email: keyupate@cisco.com 166 Dave Ward 167 Cisco Systems 168 170 W. Tasman Drive 169 San Jose, CA 95134 170 USA 172 Email: dward@cisco.com 174 Randy Bush 175 Internet Initiative Japan 176 5147 Crystal Springs 177 Bainbridge Island, Washington 98110 178 US 180 Email: randy@psg.com