Virtual Machine Mobility Protocol for L2 and L3 Overlay Networks
draft-ietf-nvo3-vmm-03
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (nvo3 WG)
|
|
Last updated |
|
2018-05-25
(latest revision 2018-05-04)
|
|
Replaces |
|
draft-sarikaya-nvo3-vmm-dmm-pmip
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Best Current Practice
|
|
Formats |
|
plain text
pdf
html
bibtex
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
Matthew Bocci
|
IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Yes
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
Matthew Bocci <matthew.bocci@nokia.com>
|
Network Working Group B. Sarikaya
Internet-Draft Independent
Intended status: Best Current Practice L. Dunbar
Expires: November 3, 2018 Huawei USA
B. Khasnabish
ZTE (TX) Inc.
T. Herbert
Quantonium
S. Dikshit
Cisco Systems
May 25, 2018
Virtual Machine Mobility Protocol for L2 and L3 Overlay Networks
draft-ietf-nvo3-vmm-03.txt
Abstract
This document describes a virtual machine mobility protocol commonly
used in data centers built with overlay-based network virtualization
approach. For layer 2, it is based on using a Network Virtualization
Authority (NVA)-Network Virtualization Edge (NVE) protocol to update
Address Resolution Protocol (ARP) table or neighbor cache entries at
the NVA and the source NVEs tunneling in-flight packets to the
destination NVE after the virtual machine moves from source NVE to
the destination NVE. For Layer 3, it is based on address and
connection migration after the move.
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 November 3, 2018.
Sarikaya, et al. Expires November 3, 2018 [Page 1]
Internet-Draft VM Mobility Solution May 2018
Copyright Notice
Copyright (c) 2018 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 . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Conventions and Terminology . . . . . . . . . . . . . . . . . 3
3. Requirements . . . . . . . . . . . . . . . . . . . . . . . . 4
4. Overview of the protocol . . . . . . . . . . . . . . . . . . 4
4.1. VM Migration . . . . . . . . . . . . . . . . . . . . . . 4
4.2. Task Migration . . . . . . . . . . . . . . . . . . . . . 6
4.2.1. Address and Connection Migration in Task Migration . 7
5. Handling Packets in Flight . . . . . . . . . . . . . . . . . 8
6. Moving Local State of VM . . . . . . . . . . . . . . . . . . 8
7. Handling of Hot, Warm and Cold Virtual Machine Mobility . . . 9
8. Virtual Machine Operation . . . . . . . . . . . . . . . . . . 9
8.1. Virtual Machine Lifecycle Management . . . . . . . . . . 10
9. Security Considerations . . . . . . . . . . . . . . . . . . . 10
10. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 10
11. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 10
12. Change Log . . . . . . . . . . . . . . . . . . . . . . . . . 11
13. References . . . . . . . . . . . . . . . . . . . . . . . . . 11
13.1. Normative References . . . . . . . . . . . . . . . . . . 11
13.2. Informative references . . . . . . . . . . . . . . . . . 12
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 12
1. Introduction
Data center networks are being increasingly used by telecom operators
as well as by enterprises. In this document we are interested in
overlay-based data center networks supporting multitenancy. These
networks are organized as one large Layer 2 network geographically
Show full document text