BGP Neighbor Discovery
draft-xu-idr-neighbor-autodiscovery-12
|
Document |
Type |
|
Active Internet-Draft (idr WG)
|
|
Last updated |
|
2019-11-26
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
xml
pdf
htmlized
bibtex
|
Stream |
WG state
|
|
Candidate for WG Adoption
|
|
Document shepherd |
|
No shepherd assigned
|
IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
Network Working Group X. Xu
Internet-Draft Alibaba Inc
Intended status: Standards Track K. Talaulikar
Expires: May 29, 2020 Cisco Systems
K. Bi
Huawei
J. Tantsura
Apstra
N. Triantafillis
Amazon Web Services
November 26, 2019
BGP Neighbor Discovery
draft-xu-idr-neighbor-autodiscovery-12
Abstract
BGP is being used as the underlay routing protocol in some large-
scaled data centers (DCs). Most popular design followed is to do
hop-by-hop external BGP (EBGP) session configurations between
neighboring routers on a per link basis. The provisioning of BGP
neighbors in routers across such a DC brings its own operational
complexity.
This document introduces a BGP neighbor discovery mechanism that
greatly simplifies BGP operations in such DC and other networks by
automatic setup of BGP sessions between neighbor routers using this
mechanism.
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 May 29, 2020.
Xu, et al. Expires May 29, 2020 [Page 1]
Internet-Draft November 2019
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.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Requirements Language . . . . . . . . . . . . . . . . . . 4
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 4
3. Applicability . . . . . . . . . . . . . . . . . . . . . . . . 4
4. Requirements . . . . . . . . . . . . . . . . . . . . . . . . 4
5. Overview . . . . . . . . . . . . . . . . . . . . . . . . . . 6
6. UDP Message Header . . . . . . . . . . . . . . . . . . . . . 7
7. Hello Message Format . . . . . . . . . . . . . . . . . . . . 8
8. Hello Message TLVs . . . . . . . . . . . . . . . . . . . . . 10
8.1. Accepted ASN List TLV . . . . . . . . . . . . . . . . . . 10
8.2. Peering Address TLV . . . . . . . . . . . . . . . . . . . 11
8.3. Local Prefix TLV . . . . . . . . . . . . . . . . . . . . 13
8.4. Link Attributes TLV . . . . . . . . . . . . . . . . . . . 14
8.5. Neighbor TLV . . . . . . . . . . . . . . . . . . . . . . 17
8.6. Cryptographic Authentication TLV . . . . . . . . . . . . 18
9. Neighbor Discovery Procedure . . . . . . . . . . . . . . . . 20
9.1. Interface Procedures . . . . . . . . . . . . . . . . . . 20
9.2. Adjacency State Machine . . . . . . . . . . . . . . . . . 21
9.2.1. Down State . . . . . . . . . . . . . . . . . . . . . 22
9.2.2. Initial State . . . . . . . . . . . . . . . . . . . . 22
9.2.3. 1-Way State . . . . . . . . . . . . . . . . . . . . . 22
9.2.4. 2-Way State . . . . . . . . . . . . . . . . . . . . . 23
9.2.5. Adj-Reject State . . . . . . . . . . . . . . . . . . 23
9.2.6. Adj-OK State . . . . . . . . . . . . . . . . . . . . 24
9.2.7. Accepted State . . . . . . . . . . . . . . . . . . . 24
9.3. Adjacency Route . . . . . . . . . . . . . . . . . . . . . 25
10. Interactions with Base BGP Protocol . . . . . . . . . . . . . 26
Show full document text