The Babel Routing Protocol
draft-ietf-babel-rfc6126bis-12
The information below is for an old version of the document | |||
---|---|---|---|
Document | Type | Active Internet-Draft (babel WG) | |
Authors | Juliusz Chroboczek , David Schinazi | ||
Last updated | 2019-08-08 (latest revision 2019-08-06) | ||
Replaces | draft-chroboczek-babel-rfc6126bis | ||
Stream | IETF | ||
Intended RFC status | Proposed Standard | ||
Formats | pdf htmlized (tools) htmlized bibtex | ||
Reviews | |||
Stream | WG state | Submitted to IESG for Publication | |
Document shepherd | Donald Eastlake | ||
Shepherd write-up | Show (last changed 2019-03-26) | ||
IESG | IESG state | IESG Evaluation::Revised I-D Needed | |
Consensus Boilerplate | Yes | ||
Telechat date |
Has enough positions to pass. |
||
Responsible AD | Martin Vigoureux | ||
Send notices to | Donald Eastlake <d3e3e3@gmail.com> | ||
IANA | IANA review state | IANA OK - Actions Needed |
Network Working Group J. Chroboczek Internet-Draft IRIF, University of Paris-Diderot Obsoletes: 6126,7557 (if approved) D. Schinazi Intended status: Standards Track Google LLC Expires: February 8, 2020 August 7, 2019 The Babel Routing Protocol draft-ietf-babel-rfc6126bis-12 Abstract Babel is a loop-avoiding distance-vector routing protocol that is robust and efficient both in ordinary wired networks and in wireless mesh networks. This document describes the Babel routing protocol, and obsoletes RFCs 6126 and 7557. 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 https://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 February 8, 2020. Copyright Notice Copyright (c) 2019 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 (https://trustee.ietf.org/license-info) in effect on the date of 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. Chroboczek & Schinazi Expires February 8, 2020 [Page 1] Internet-Draft The Babel Routing Protocol August 2019 Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 1.1. Features . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2. Limitations . . . . . . . . . . . . . . . . . . . . . . . 4 1.3. Specification of Requirements . . . . . . . . . . . . . . 5 2. Conceptual Description of the Protocol . . . . . . . . . . . 5 2.1. Costs, Metrics and Neighbourship . . . . . . . . . . . . 5 2.2. The Bellman-Ford Algorithm . . . . . . . . . . . . . . . 5 2.3. Transient Loops in Bellman-Ford . . . . . . . . . . . . . 6 2.4. Feasibility Conditions . . . . . . . . . . . . . . . . . 7 2.5. Solving Starvation: Sequencing Routes . . . . . . . . . . 8 2.6. Requests . . . . . . . . . . . . . . . . . . . . . . . . 10 2.7. Multiple Routers . . . . . . . . . . . . . . . . . . . . 10 2.8. Overlapping Prefixes . . . . . . . . . . . . . . . . . . 11 3. Protocol Operation . . . . . . . . . . . . . . . . . . . . . 12 3.1. Message Transmission and Reception . . . . . . . . . . . 12 3.2. Data Structures . . . . . . . . . . . . . . . . . . . . . 13 3.3. Acknowledgments and acknowledgment requests . . . . . . . 17 3.4. Neighbour Acquisition . . . . . . . . . . . . . . . . . . 17 3.5. Routing Table Maintenance . . . . . . . . . . . . . . . . 20 3.6. Route Selection . . . . . . . . . . . . . . . . . . . . . 24 3.7. Sending Updates . . . . . . . . . . . . . . . . . . . . . 25 3.8. Explicit Requests . . . . . . . . . . . . . . . . . . . . 28 4. Protocol Encoding . . . . . . . . . . . . . . . . . . . . . . 32 4.1. Data Types . . . . . . . . . . . . . . . . . . . . . . . 32 4.2. Packet Format . . . . . . . . . . . . . . . . . . . . . . 33 4.3. TLV Format . . . . . . . . . . . . . . . . . . . . . . . 34 4.4. Sub-TLV Format . . . . . . . . . . . . . . . . . . . . . 35 4.5. Parser state . . . . . . . . . . . . . . . . . . . . . . 35 4.6. Details of Specific TLVs . . . . . . . . . . . . . . . . 36 4.7. Details of specific sub-TLVs . . . . . . . . . . . . . . 47 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 48 6. Security Considerations . . . . . . . . . . . . . . . . . . . 49 7. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 49 8. References . . . . . . . . . . . . . . . . . . . . . . . . . 50 8.1. Normative References . . . . . . . . . . . . . . . . . . 50 8.2. Informative References . . . . . . . . . . . . . . . . . 50 Appendix A. Cost and Metric Computation . . . . . . . . . . . . 51Show full document text