TLEN 5710 Capstone. Final Paper. Date 4/25/2014. Defining a Routing Architecture for Multi-Tenant Virtual Data Centers to support Host.

Size: px
Start display at page:

Download "TLEN 5710 Capstone. Final Paper. Date 4/25/2014. Defining a Routing Architecture for Multi-Tenant Virtual Data Centers to support Host."

Transcription

1 TLEN 5710 Capstone Final Paper Date 4/25/2014 Defining a Routing Architecture for Multi-Tenant Virtual Data Centers to support Host Migration Members - Amit Kolekar, Ebin George, Deepak Pishe, Dipesh Rathod Faculty Advisor Dr. David Reed Industry Advisor Mr. Richard Pomrenke (Principal Architect, CenturyLink)

2 Abstract The tremendous increase in video content and cloud based services over the Internet has led to an increasing demand for storage, bandwidth, and computational requirements in data centers. New business models are emerging where cloud providers offer data center services through the cloud, also known as Infrastructure as a Service (IaaS). This business model has led to the emergence of virtual data centers, which are similar to traditional data centers except that tenants connect to virtual networks. The IETF working group Network Virtualization Overlay (NVO3) defines the operational and architectural requirements for such multi-tenant virtual data centers. One of the key requirements is the ability to do host migration between geographically separate data centers in an efficient manner. Currently, there are a number of limitations for host migration, e.g. the need for layer 2 interconnects between data centers and the issues that arise with triangular routing. This paper uses a Locator Identity Separation Protocol (LISP) based model to design a routing architecture for multi-tenant virtual data centers to eliminate the current problems associated with Host Migration. ii

3 Table of Contents I. INTRODUCTION... 1 I. STATEMENT OF THE PROBLEM... 1 II. BASIC LISP CONCEPTS... 3 a. LISP Control Plane... 3 b. LISP Data Plane... 3 III. RESEARCH QUESTION... 4 II. LITERATURE REVIEW... 5 III. RESEARCH METHODOLOGY... 7 I. SCOPE AND ASSUMPTIONS... 7 II. METHODOLOGY... 8 IV. RESEARCH RESULTS V. DISCUSSION OF RESULTS I. ADVANTAGES II. COST-ANALYSIS OF DEPLOYMENT VI. CONCLUSIONS AND FUTURE RESEARCH VII. REFERENCES iii

4 Acknowledgments We would like to acknowledge our advisors Prof. David Reed and Mr. Richard Pomrenke for their support and guidance through the course of this capstone. We would like to specially acknowledge Prof. Mark Dehus for providing us with the infrastructure needed to create the test bed and for his suggestions and ideas. We would also like to acknowledge the support of Prof. Jose Santos through the course of the capstone. We would like to acknowledge the help of Mr. Peter Brecl in the cost analysis of our LISP-based model. We would like to specially mention the names of Mr. Dino Farinacci, Mr. Eric Gray, Mr. David Mayer and Mr. Damien Saucez who work with the LISP working group and NVO3 working group, for taking the time to answer our questions in spite of their busy schedules. iv

5 I. Introduction i. Statement of the Problem The explosion of video content and cloud-based services over the Internet has led to increasing demand for storage, bandwidth and computational requirements in data centers [1]. New business models are emerging where content providers are looking to outsource traditional data center services to cloud providers. This model reduces operational costs, improves application deployment time and offers scalable solutions for the ever increasing bandwidth and storage requirements [2]. In order to achieve this, cloud providers use server virtualization, where each physical server runs multiple Virtual Machines (VMs) capable of running their own operating systems, hosting applications and even acting as virtual routers or switches. Server virtualization provides advantages like reduced power usage, increased security and lower user downtimes [3]. This has led to the emergence of virtual data centers, which are much like the traditional data centers except that tenants connect to virtual networks, not physical networks [4]. The IETF working group Network Virtualization Overlay (NVO3) defines the operational and architectural requirements for such multi-tenant virtual data centers. One of the key requirements is the ability to do host (VM) migration between geographically separate data centers. Host migration refers to the process of moving a virtual machine from one data center to the other such that the critical network state, including IP and MAC address, is preserved. This is needed to keep existing TCP connection from breaking and having to restart[3] This has advantages in applications such as disaster recovery, infrastructure scalability, data center maintenance etc. 1

6 One of the limitations with host migration today is that the server can only be migrated to locations within its own IP subnet. This is achieved by building layer 2 tunnels/interconnects between data centers for each customer subnet. This solution is neither scalable nor cost-effective. For a truly scalable multi-tenant virtual data center, the host should be able to migrate to any location independent of the subnet boundaries [3]. Another issue with host migration nowadays is triangular routing. Figure 1 - Triangular Routing Figure 1 illustrates how packets are transmitted in an asymmetric pattern during triangular routing. Consider that a VM is migrated from data center A to data center B. Now, the request packets traverses through link X and link Y before reaching VM1. In absence of a firewall, the response packets are sent back through link Z, thus forming a triangle. However, in the presence of a firewall, the response packets are sent through link X and link Y.[5]. The NVO3 working group makes the case that overlay-based solutions have advantages over traditional non overlay-based solutions to support their requirements [3]. LISP is an emerging overlay-based solution, which can address the architectural requirements of a virtual data center, 2

7 especially in the context of VM live migration [3]. LISP is an open IETF standard which was initially proposed as a solution to reduce the size of the Internet routing table. Many other applications for LISP have emerged such as multi-homing, mobility and VM live migration [6], however it has not been used in the field of data center networking. The basic functionality of the LISP protocol in the context of this capstone will be described in the next section. This paper seeks to extend the use-cases of LISP into data center networking. We propose a solution which is incrementally deployable, scalable and can address the requirements of host migration for multi-tenant virtual data centers. ii. Basic LISP Concepts a. LISP Control Plane The basic concept of LISP architecture is separating a device s identity from its location. Each end host device is identified by an endpoint identifier (EID) and is associated with a routing locator (RLOC). EIDs and RLOCs are just IP addresses, and RLOCs are globally routable. The LISP control plane consists of a map server (MS) that contains records of all EIDs mapped to their corresponding RLOCs. RLOCs are responsible for periodically updating MS with the EIDs associated with them [6]. b. LISP Data Plane When a host in a LISP site wants to communicate with a host in another LISP site, it sends the packet out to its own gateway, which acts as the Ingress Tunnel Router (ITR). This ITR queries the Map Resolver (MR) to find the RLOC associated with the destination host EID. The MR consults MS to resolve this query and replies back to the ITR. This packet is then encapsulated by 3

8 the ITR and forwarded to the corresponding RLOC of the destination LISP site. When the destination RLOC receives this packet, it acts as an Egress Tunnel Router (ETR) and decapsulates it. Finally, it forwards the decapsulated packet to the destination EID. The roles of the ETR and ITR are reversed for the return traffic. Thus, these routers are referred to as xtr. Now, when a host from a non-lisp site attempts to communicate with a host in a LISP site, it sends the packet to its gateway. In this scenario, the routing is performed in such a way that this packet reaches Proxy Ingress Tunnel Router (PITR) from the gateway. The PITR now acts as an ITR for non-lisp sites. The return traffic is forwarded natively to the non-lisp host. 3 1 EID host A initiates connection to EID host X 2 ITR sends a request to MR for RLOC id associated with EID host X MR performs a RLOC lookup and if it fails, it requests MS for the RLOC MS 5 ETR decapsulates the LISP header and performs routing to forward the packet to its destination EID Host A /24 MR / SA: S-RLOC: D-RLOC: DA: ITR SA: SA: DA: ETR DA: EID Host X After learning the Remote RLOC, ITR RLOC: encapsulates the RLOC: packet with RLOC header and forwards it to the ETR Figure 2 - LISP working iii. Research Question Based on the problem setting described, the question that this capstone tries to answer is the following To design an optimal routing architecture for Multi-tenant Virtual Data Centers (M- 4

9 VDC), to support the requirements for host mobility as mentioned by the NVO3 IETF working group. In this paper, we break down the research question to focus on the following sub-problems 1. Support VM live migration to any other location (across subnet boundaries), without change to VM network state or causing service disruption 2. Optimize the current implementation of VM live migration by eliminating triangular routing and the need for layer 2 tunnels between two data centers for production traffic. 3. Analyze the tradeoff between costs incurred and benefits gained by deploying a LISP-based solution. II. Literature Review The rate at which data centers are being deployed globally is increasing exponentially. However, these data centers use a blend of proprietary and standard architectures. Thus, it is important to standardize the architecture of data centers. The NVO3 working group has proposed an IETF draft with regards to the same [3]. The draft mentions many key requirements in order to achieve standardization. IETF working group [3] justifies the use of overlay-based networks to meet these requirements. It identifies protocols like LISP, BGP/MPLS VPNs, Provider Backbone Bridging (PBB), Overlay Transport Virtualization (OTV), Virtual Extensible LAN (VxLAN) and various others as possible multi-tenant virtual data center architectures [3]. [7] provides a framework for data center network virtualization over layer3 tunnels. NVO3 problem statement identifies seamless host migration as one of its major requirements. 5

10 Cloud providers currently use technologies like OTV, VxLAN and the traditional layer 2 tunneling protocol (L2TP) to achieve host migration. OTV extends the Ethernet networks from one data center to the other by building a point-to-point OTV tunnel [8]. The most important requirement for OTV to work is to maintain IP connectivity between both the endpoints of the OTV tunnel [8]. Each OTV tunnel can be used for forwarding customer s production traffic as well as VMware s high availability traffic, however OTV adds around 42 bytes of overhead which can cause unnecessary fragmentation [9]. Also, OTV is Cisco proprietary. VxLAN is an open standard which is supported by all major device manufacturing companies. It uses a 24 bit field VxLAN identifier enabling 16 million VLANs [10]. The layer 2 interconnect is achieved via establishing connectivity between VxLAN Tunnel End Points (VTEP). However, VxLAN spanned layer 2 interconnect requires a vshield edge or a Vyatta router to communicate outside its subnet [10]. L2TP is a traditional way of deploying layer 2 interconnects across two or more data centers. L2TP requires a dedicated interface to connect the LAN segment that needs to be spanned across other datacenter and another interface for traffic flow to other subnets. In addition to L2TP, a bridged GRE tunnel can also be used to extend layer 2 across two data centers. However, bridging with GRE tunnel is not recommended because of issues like loop occurrence and ARP failures. Both L2TP and GRE only support a maximum of 4096 VLANs. All the problems mentioned above can be eliminated by using LISP. The LISP protocol is defined in RFC 6830[11] and has been standardized by IETF drafts [6] and [12]. The general design considerations for LISP are mentioned in [13]. A survey of mapping systems for LISP routing have been done in [14]. LISP Delegated Database Tree (LISP-DDT) is 6

11 the current mapping system [14]. The work done in the area of Inter-Domain routing using LISP include [15] and [16] and these focus primarily in the core routing architecture of ISPs. [15] focuses on using LISP as an Internet routing architecture that reduces the size of routing table. An analysis of security threats to LISP have been investigated in [17]. [18] focuses on adding an extension to the LISP Protocol to support sub-second downtime during VM live migration over the Internet. There has not been any work done on using LISP for multi-tenant virtual data centers. This capstone aims to use LISP as a possible solution to address the current problems associated with host migration, and to come up with the standardized architecture for multi-tenant virtual data centers based on NVO3 requirements. III. Research Methodology i. Scope and Assumptions There is a layer 2 interconnect between the two data centers for VMotion and Fault Tolerance to occur. The speed of the layer 2 interconnect would determine the rate at which VMotion and Fault Tolerance occurs. The design does not consider redundancy at the edge router level, i.e. we consider only one xtr at each data center site. However, in real production networks, xtr should be deployed in redundant pairs running a redundancy protocol like HSRP or VRRP. The design does not consider redundant storage. However, in production networks, redundant storage is recommended. Also, the design has both data centers connected to the same simulated ISP. Nevertheless, the solution is designed to work even if both data centers are connected to different ISP networks, as long as there is IP connectivity between the edge routers. 7

12 ii. Methodology The research methodology is divided into two phases. Phase 1 consists of designing a test bed to simulate the test environment. Phase 2 comprises of deploying LISP specific configurations to achieve results for sub-problem 1 and sub-problem 2. The costs analysis of this LISP based solution, i.e. sub-problem 3 is covered under the Discussion of Results section. Phase / / /24 MS/MR Cisco /31 PITR Cisco / /31 Non LISP site Host / /31 ISP- EDGE- 01 Cisco 7200 ISP Network Cisco 7200 ISP-EDGE / / / / / /32 CSR 1000v DC_A_Gateway DC_B_Gateway CSR 1000v / /24 Data Center A Data Center B Figure 3 - Capstone test bed This phase comprises of setting up a test bed to simulate a real life scenario where host migration is required. Due to resource constraints, we opted to go with a simulation which runs in a virtual 8

13 environment. Also, the test bed was designed with the goal of incremental deployment. We consider a basic scenario where a cloud provider has two data centers that are geographically separated. We used two EXSi hosts to simulate two LISP-aware data centers, connected to a simulated ISP network. Two Dell PowerEdge R620 servers running Intel Xeon(R) CPU 2.90GHz were used for the same. A concern for new cloud providers is initial deployment where communication between a non-lisp site and a LISP site becomes crucial. Therefore, we also included a non-lisp aware site which simulates the rest of the Internet. As shown in Figure 3, the edge router for each LISP site is the CSR-1000v, running IOS XE version csr1000v-universalk s s-std, which acts as the xtr for the site. CSR- 1000v is a virtual router, i.e. it can be deployed like a virtual machine. Premium license is required on the CSR-1000v routers in order to support LISP functionality. We used the 60 day premium evaluation license provided by Cisco. A Cisco 7200 router acting as both the MS and MR was connected to the simulated ISP network. Also, another Cisco 7200 acting as a Proxy ITR was connected to the same. The idea was to simulate the functionality of MS/MR and Proxy ITR virtually due to resource constraints. So, we selected the Cisco 7200 router running IOS version c7200-advipservicesk9-mz m5, as it can be simulated on GNS3 and supports LISP feature. Appropriate routing was configured inside the ISP network to ensure IP connectivity between MS/MR, xtrs and the Proxy ITR. We ensured that the traffic from non-lisp site towards the LISP site is routed via the Proxy ITR. We also created 10 VMs which were Fault Tolerance enabled across the two data centers. 9

14 Phase 2 In order to solve Sub-problem 1 and Sub-problem 2, we enabled LISP on top of the simulated network. There are three key components which were configured xtr, MS/MR and PITR. The following are the steps to do the same: 1. Configure the following commands on Cisco CSR-1000v to enable it as an xtr. The configuration snippets below are only from xtr at data center A. Similar configurations are present on the xtr at data center B as well. Enable ITR capability and specify the IP address of the MR to query the authoritative RLOC for the destination EID. ipv4 itr ipv4 itr map-resolver Enable ETR capability and specify the IP address of the MR to register the IP subnet for which the RLOC is authoritative. Also, configure an authentication key to validate the MS. ipv4 etr ipv4 etr map-server key capstone Configure the IP address of RLOC. router lisp locator-set RLOC priority 1 weight 50 Specify the IP subnet for which the RLOC is authoritative. In our scenario, DC_A_Gateway is authoritative for /16 and DC_B_Gateway is authoritative for /16. router lisp database-mapping / priority 1 weight

15 Specify the dynamic EIDs, i.e. the IP subnet of the hosts that will be mobile in both the datacenters. This will be a subset of the subnet for which xtr is authoritative. The xtr will keep track of the dynamic EID hosts that are active in its datacenter. If a host moves out or else a new host moves in, it will update the MS. router lisp dynamic-eid LISP_ACROSS_SUBNET database-mapping /24 locator-set RLOC dynamic-eid LISP_ACROSS_SUBNET_2 database-mapping /24 locator-set RLOC The interface facing the data center on the xtr is configured to monitor the above specified dynamic EIDs. interface GigabitEthernet1 ip address negotiation auto lisp mobility LISP_ACROSS_SUBNET lisp mobility LISP_ACROSS_SUBNET_2 The interface facing the data center on the xtr requires a static MAC address. This is to ensure that once the host migrates to a new data center, there is no change to its ARP cache. If the host s ARP cache expires, the xtr should respond to ARP requests from a host in a different subnet. For this, the command ip proxy-arp should be enabled on the interface. interface GigabitEthernet1 mac-address abcd ip proxy-arp 2. Configure the following commands on Cisco 7200 so that it acts as the MS/MR - Enable MS/MR capability. ipv4 map-server ipv4 map-resolver Specify the LISP sites which will register with this MS, along with the authentication key. router lisp site DC_A authentication-key capstone eid-prefix /16 accept-more-specifics 11

16 site DC_B authentication-key capstone eid-prefix /16 accept-more-specifics 3. Configure the following commands on Cisco 7200 so that it acts as the Proxy ITR - Enable Proxy ITR capability and specify the IP address of the MR which will be queried while encapsulating a data packet. router lisp ipv4 proxy-itr ipv4 itr map-resolver Specify the IP subnet of the EIDs that this Proxy ITR should expect. If any packets with destination IP address from these subnets arrive at the PITR, it will act as ITR thereby enabling non LISP sites to communicate with these subnets. router lisp map-cache /16 map-request map-cache /16 map-request IV. Research Results The LISP-based model solves sub-problem 1 and sub-problem 2. This section discusses the results and the working of this model. Each data center has five EIDs associated with their respective xtr. As shown in Figure 4 and 5, hosts are associated with DC_A_Gateway, and hosts are associated with DC_B_Gateway. Figure 4 - Output of 'show lisp dynamic-eid summary' on DC_A_Gateway 12

17 Figure 5 - Output of 'show lisp dynamic-eid summary' on DC_B_Gateway The xtr will keep track of the dynamic EID hosts that are active in its datacenter. If a host moves out or else a new host moves in, it will update the MS using Map-Register message. Map-Register is a LISP-control message which ITR sends to MS in order to register or drop the EIDs, along with the IP address of the authoritative RLOC. In Figure 6, we can see that DC_A_Gateway has updated MR that it is authoritative for /16 and hosts which are part of the same subnet. Similarly, DC_B_Gateway has updated MR that it is authoritative for /16 and hosts which are part of the same subnet. Figure 6 - Initial EID to RLOC mapping on MS/MR 13

18 Now, let us see how a packet from a non-lisp site reaches the host in a LISP site ( ). As shown in Figure 7, the path that the packet takes is via i.e. DC_A_Gateway, where the host resides. Figure 7 - Initial traceroute from PITR to Now, let s migrate the host from data center A to data center B. As shown in Figure 8 and 9, the host is now associated with DC_B_Gateway. Figure 8 - DC_B_Gateway shows the newly learned EID /32 Figure 9 - DC_A_Gateway no longer has the EID /32 After DC_B_Gateway detects the migration, the following set of events occurs: 14

19 DC_B_Gateway sends a Map-Register message to MS stating that it is authoritative for EID and the host can be reached via RLOC DC_A_Gateway sends a Map-Register message to MS stating that it is no longer authoritative for EID MS sends Map-Notify message to DC_B_Gateway and DC_A_Gateway as an acknowledgement to their Map-Register message. The updated mapping can be seen in Figure 10, where the registration for host is by Figure 10 - Updated mapping on MS/MR after the host is migrated to data center B DC_A_Gateway sends a Solicited Map-Request message to PITR. This message is sent so that in spite of having the EID and RLOC mapping for , the PITR initiates a new Map- Request to find the RLOC for the EID PITR then sends an Encapsulated Map-Request for to MR. This message is to obtain the new RLOC for EID

20 MR then forwards this Encapsulated Map-Request to DC_B_Gateway, which responds to the PITR directly by sending a Map-Reply. This message informs that the EID can be reached via RLOC , and that DC_B_Gateway is the authoritative xtr for the same. After PITR receives the Map-Reply message, it updates its map-cache. As seen from the traceroute in Figure 11, the path that packet takes now is via i.e. DC_B_Gateway, where the host is located after migration. Figure 11 Trace route from PITR to after migration While the above test was performed, a file transfer was initiated from non-lisp site host to EID The state of the VM was preserved during the migration and file transfer continued without any interruption. Also, it was observed that once the hosts are completely migrated, only in-flight packets to data center A are lost before LISP converges, and PITR starts sending the packets to data center B. Thus, we can say that we were able to successfully perform VMotion across subnet without any change in state of the VM and preserve all the TCP connections currently active on the VM. Also the traceroute results show that after migration, PITR successfully updates its mapping to the new RLOC. Now, PITR forwards the packets destined for EID to DC_B_Gateway directly, eliminating triangular routing. 16

21 V. Discussion of Results i. Advantages The ability to perform VM live migration without subnet restrictions is a significant advantage to cloud providers. Current implementations of VM live migration has the restriction that VM can only be moved to the same IP subnet. Due to this, a layer 2 tunnel would have to be provisioned by the cloud provider for each subnet per customer. This adds complexity for the cloud provider while provisioning new customers. Our model eliminates this requirement, thereby increasing flexibility and saving time while provisioning new customers. VMware has a requirement that to perform Fault Tolerance, the physical ESXi hosts should be a part of same IP subnet. Thus, we cannot avoid a layer 2 interconnect for the VMotion control plane specific traffic. Generally, cloud providers would lease a dedicated line from the ISP for this purpose. Due to triangular routing in current implementations, the customer s production traffic would also flow through this leased line, which is supposed to be dedicated for VMotion control traffic only. An advantage of our solution is the fact that we eliminate the flow of production traffic through the layer 2 tunnel. This means that the cloud provider would reduce costs by leasing a dedicated line of smaller bandwidth. Or, the same high bandwidth line can be used to provide more Fault Tolerant VMs for customers. The elimination of triangular routing also decreases the overall latency in the communication path, because the Request/Response does not have to go till the data center core router and through the tunnel each time. This becomes critical for latency sensitive applications. Consider an example of two data centers separated by a distance of about 1000 miles ~ 1600kms. Assume that they are connected by an optical fiber provided by an ISP. Due to triangular routing, in a simple case, the 17

22 round trip distance that would be added because of the tunnel is 1600*2 kms (Request + Response). We can calculate the propagation delay in this scenario as (Total Distance/Speed). The speed of light through optical fiber is about 2*10 8 m/s (Refractive Index of glass ~ 1.5). Thus, we end up with total propagation delay of about ((1600*2*10 3 )/ (2*10 8 )) = 16 milliseconds. Packets flowing through the tunnel also incur serialization and queuing delays in addition to the propagation delay. In case of latency sensitive applications, this total delay amounts to a substantial loss of revenue. ii. Cost-Analysis of deployment This section analyzes the costs associated with deploying such a solution. We first conducted a performance analysis to understand the impact of LISP on CPU utilization. We did the analysis on the MS/MR as it would be the router that has maximum amount of state among all the LISP devices. The graph in Figure 12 shows that LISP process does not impact the overall CPU utilization. Thus, LISP is not a CPU intensive process. Figure 12 - CPU Utilization vs Time In order to perform cost analysis, we assume that a cloud provider has two data centers geographically separated. Also, they have customers with critical fault tolerant VMs that require 100% uptime and 1 Gbps connection to the Internet. The provider would need to lease a dedicated 18

23 line from an ISP to provision one layer 2 tunnels between the data centers for Fault Tolerance specific traffic. During capacity planning for a disaster scenario, the cloud provider would need to provision another layer 2 tunnel for each customer s production traffic. The cost of such a dedicated line is around $12000 per year per 1 Gbps connection[19]. Thus, in case of a non-lispbased solution, for each new customer that is added, the cost involved with provisioning a new tunnel for its production traffic will be $12000 per year per 1 Gbps connection. This cost is in addition to factors like man power associated with provisioning and maintenance of new tunnels for each new customer. As the number of customers increase, the cloud provider will incur this incremental cost to lease larger bandwidth and invest more resources on tunnel maintenance. Also, during the disaster scenario, the network latency increases. Thus, the cloud provider will not be able to attract customers having latency sensitive applications. Let us now run LISP on top of this network. The first hop router attached to each customer subnet would have to be LISP enabled. The first hop router can be a Cisco CSR-1000v or Nexus 7000k depending on factors like the number of customers, total throughput required, and business needs. The MS/MR can be a router like the Cisco This network would require a pair of xtrs at each data center site, and a pair of MS/MR for the sake of redundancy. The initial costs of deploying the solution involve buying and provisioning these routers. However, when new customers are added, the cloud provider does not need to worry about planning, provisioning and maintenance of layer 2 tunnels for each customer subnet for the production traffic. Thus, new customers can be provisioned much faster. Also, the cloud provider does not need to lease higher bandwidth from the ISP. Thus, the incremental cost for each new customer is significantly lesser. 19

24 Unlike the previous case, the cloud provider can attract the section of customers having latency sensitive applications. In summary, a LISP-based solution will save the incremental cost incurred traditionally while deploying new customers. Also, the advantage of decreased latency will help attract new customers, which is an indirect cost benefit. Both these factors together will outweigh the initial deployment costs. VI. Conclusions and Future Research The LISP-based model successfully eliminates the current problems associated with host migration between data centers. We solved the following Support VM live migration to any other location (across subnet boundaries), without change to VM network state or causing service disruption Optimize the current implementation of VM live migration by eliminating triangular routing and the need for layer 2 tunnels between two data centers for production traffic. The LISP-based model will best serve a new entrant since it has a high initial deployment cost and low incremental cost per customer. In addition, existing cloud providers can migrate to a LISPbased solution if the expected increase in customers outweighs initial deployment costs. The future research includes performance analysis of the model using physical devices in a lab environment before deploying it in production. Other areas that can be explored are scalability and the working of LISP with firewalls at each site. The LISP based model can also be used as a possible solution to meet the other requirements of the NVO3 working group. 20

25 VII. References [1] N. Bitar, S. Gringeri, and T. J. Xia, Technologies and protocols for data center and cloud networking, IEEE Commun. Mag., vol. 51, no. 9, pp , [2] D. Cai and S. Natarajan, The Evolution of the Carrier Cloud Networking, in 2013 IEEE 7th International Symposium on Service Oriented System Engineering (SOSE), 2013, pp [3] M. Napierala, L. Kreeger, T. Narten, D. Black, E. Gray, and L. Fang, Problem Statement: Overlays for Network Virtualization, 31-Jul [Online]. Available: [Accessed: 17-Oct- 2013]. [4] M. Gurusamy, T. N. Le, and D. M. Divakaran, An integrated resource allocation scheme for multi-tenant data-center, in 2012 IEEE 37th Conference on Local Computer Networks (LCN), 2012, pp [5] T. Sanguankotchakorn and P. Jaiton, Effect of Triangular Routing in Mixed IPv4/IPv6 Networks, in Seventh International Conference on Networking, ICN 2008, 2008, pp [6] N. J. Chiappa, An Architectural Introduction to the LISP Location-Identity Separation System, Oct [Online]. Available: [Accessed: 17-Oct-2013]. [7] F. Balus, T. Morin, Y. Rekhter, M. Lasserre, and N. Bitar, Framework for DC Network Virtualization, 12-Nov [Online]. Available: framework-04. [Accessed: 01-Dec-2013]. [8] V. Moreno, D. Farinacci, D. Rao, and H. Grover, Overlay Transport Virtualization. [Online]. Available: [Accessed: 20-Apr-2014]. [9] Reply, Five Functional Facts about OTV packetmischief.ca.. [10] Digging Deeper into VXLAN, Part 1, - Cisco Blogs. [Online]. Available: [Accessed: 20-Apr-2014]. [11] D. Farinacci, D. Lewis, D. Meyer, and V. Fuller, The Locator/ID Separation Protocol (LISP), Jan [Online]. Available: [Accessed: 17- Oct-2013]. [12] N. J. Chiappa, An Architectural Perspective on the LISP Location-Identity Separation System, 16-Jul [Online]. Available: [Accessed: 18-Oct-2013]. [13] D. Saucez, L. Iannone, O. Bonaventure, and D. Farinacci, Designing a Deployable Internet: The Locator/Identifier Separation Protocol, IEEE Internet Comput., vol. 16, no. 6, pp , Nov [14] M. Hoefling, M. Menth, and M. Hartmann, A Survey of Mapping Systems for Locator/Identifier Split Internet Routing, IEEE Commun. Surv. Tutorials, pp. 1 17, [15] F. Coras, D. Saucez, L. Jakab, A. Cabellos-Aparicio, and J. Domingo-Pascual, Implementing a BGP-free ISP core with LISP, 2012, pp [16] X. Misseri, J.-L. Rougier, and D. Saucez, Internet routing diversity for stub networks with a Map-and-Encap scheme, 2012, pp

26 [17] D. Saucez, O. Bonaventure, and L. Iannone, LISP Threats Analysis, 29-Aug [Online]. Available: [Accessed: 18-Oct- 2013]. [18] P. Raad, G. Colombo, D. P. Chi, S. Secci, A. Cianfrani, P. Gallard, and G. Pujolle, Achieving sub-second downtimes in internet-wide virtual machine live migrations in LISP networks, in 2013 IFIP/IEEE International Symposium on Integrated Network Management (IM 2013), 2013, pp [19] P. Brecl, Query of cost of a 1Gbps dedicated line between data centers, 18-Apr

Locator ID Separation Protocol (LISP) Overview

Locator ID Separation Protocol (LISP) Overview Locator ID Separation Protocol (LISP) is a network architecture and protocol that implements the use of two namespaces instead of a single IP address: Endpoint identifiers (EIDs) assigned to end hosts.

More information

Lecture 7 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 7 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 7 Advanced Networking Virtual LAN Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Advanced Networking Scenario: Data Center Network Single Multiple, interconnected via Internet

More information

INTRODUCTION 2 DOCUMENT USE PREREQUISITES 2

INTRODUCTION 2 DOCUMENT USE PREREQUISITES 2 Table of Contents INTRODUCTION 2 DOCUMENT USE PREREQUISITES 2 LISP MOBILITY MODES OF OPERATION/CONSUMPTION SCENARIOS 3 LISP SINGLE HOP SCENARIO 3 LISP MULTI- HOP SCENARIO 3 LISP IGP ASSIT MODE 4 LISP INTEGRATION

More information

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV.

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV. 2 CHAPTER Cisco's Disaster Recovery as a Service (DRaaS) architecture supports virtual data centers that consist of a collection of geographically-dispersed data center locations. Since data centers are

More information

Deploying LISP Host Mobility with an Extended Subnet

Deploying LISP Host Mobility with an Extended Subnet CHAPTER 4 Deploying LISP Host Mobility with an Extended Subnet Figure 4-1 shows the Enterprise datacenter deployment topology where the 10.17.1.0/24 subnet in VLAN 1301 is extended between the West and

More information

IP Routing: LISP Configuration Guide, Cisco IOS Release 15M&T

IP Routing: LISP Configuration Guide, Cisco IOS Release 15M&T First Published: 2012-07-27 Last Modified: 2013-03-29 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

IP Mobility Design Considerations

IP Mobility Design Considerations CHAPTER 4 The Cisco Locator/ID Separation Protocol Technology in extended subnet mode with OTV L2 extension on the Cloud Services Router (CSR1000V) will be utilized in this DRaaS 2.0 System. This provides

More information

Locator/ID Separation Protocol (LISP)

Locator/ID Separation Protocol (LISP) Locator/ID Separation Protocol (LISP) Damien Saucez* INRIA Sophia Antipolis FRNOG 18, December 2 th, 2011 * special thanks to Olivier Bonaventure, Luigi Iannone and Dino Farinacci Disclaimer Not a vendor

More information

Cisco IOS LISP Application Note Series: Lab Testing Guide

Cisco IOS LISP Application Note Series: Lab Testing Guide Cisco IOS LISP Application Note Series: Lab Testing Guide Version 3.0 (28 April 2011) Background The LISP Application Note Series provides targeted information that focuses on the integration configuration

More information

LISP: What and Why. RIPE Berlin May, Vince Fuller (for Dino, Dave, Darrel, et al)

LISP: What and Why. RIPE Berlin May, Vince Fuller (for Dino, Dave, Darrel, et al) LISP: What and Why RIPE Berlin May, 2008 Vince Fuller (for Dino, Dave, Darrel, et al) http://www.vaf.net/prezos/lisp-ripe-long.pdf Agenda What is the problem? What is LISP? Why Locator/ID Separation? Data

More information

Cisco IOS LISP Application Note Series: Access Control Lists

Cisco IOS LISP Application Note Series: Access Control Lists Cisco IOS LISP Application Note Series: Access Control Lists Version 1.1 (28 April 2011) Background The LISP Application Note Series provides targeted information that focuses on the integration and configuration

More information

LISP Router IPv6 Configuration Commands

LISP Router IPv6 Configuration Commands ipv6 alt-vrf, page 2 ipv6 etr, page 4 ipv6 etr accept-map-request-mapping, page 6 ipv6 etr map-cache-ttl, page 8 ipv6 etr map-server, page 10 ipv6 itr, page 13 ipv6 itr map-resolver, page 15 ipv6 map-cache-limit,

More information

TTL Propagate Disable and Site-ID Qualification

TTL Propagate Disable and Site-ID Qualification The TTL Propagate Disable feature supports disabling of the TTL (Time-To-Live) propagation for implementing the traceroute tool in a LISP network when RLOC and EID belong to different address-family. The

More information

DNA SA Border Node Support

DNA SA Border Node Support Digital Network Architecture (DNA) Security Access (SA) is an Enterprise architecture that brings together multiple building blocks needed for a programmable, secure, and highly automated fabric. Secure

More information

LISP Locator/ID Separation Protocol

LISP Locator/ID Separation Protocol LISP Locator/ID Separation Protocol Hernán Contreras G. Consulting Systems Engineer hcontrer@cisco.com LISP Next Gen Routing Architecture Locator-ID Separation Protocol (LISP) Elevator Pitch LISP is a

More information

Improvements to LISP Mobile Node

Improvements to LISP Mobile Node Improvements to LISP Mobile Node Michael Menth, Dominik Klein, and Matthias Hartmann University of Würzburg, Institute of Computer Science, Germany Abstract The Locator/Identifier Separation Protocol (LISP)

More information

Cisco Nexus 7000 Series NX-OS LISP Configuration Guide

Cisco Nexus 7000 Series NX-OS LISP Configuration Guide First Published: 2011-10-25 Last Modified: 2014-04-25 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Request for Comments: 8112 Category: Informational. I. Kouvelas Arista D. Lewis Cisco Systems May 2017

Request for Comments: 8112 Category: Informational. I. Kouvelas Arista D. Lewis Cisco Systems May 2017 Independent Submission Request for Comments: 8112 Category: Informational ISSN: 2070-1721 D. Farinacci lispers.net A. Jain Juniper Networks I. Kouvelas Arista D. Lewis Cisco Systems May 2017 Locator/ID

More information

LISP: Intro and Update

LISP: Intro and Update LISP: Intro and Update RIPE Berlin May, 2008 Vince Fuller (for Dino, Dave, Darrel, et al) http://www.vaf.net/prezos/lisp-ripe-short.pdf Agenda What is LISP? What problem is LISP solving? www.vaf.net/prezos/rrg-prague.pdf

More information

Internet Engineering Task Force (IETF) May Signal-Free Locator/ID Separation Protocol (LISP) Multicast

Internet Engineering Task Force (IETF) May Signal-Free Locator/ID Separation Protocol (LISP) Multicast Internet Engineering Task Force (IETF) Request for Comments: 8378 Category: Experimental ISSN: 2070-1721 V. Moreno Cisco Systems D. Farinacci lispers.net May 2018 Abstract Signal-Free Locator/ID Separation

More information

Location ID Separation Protocol. Gregory Johnson -

Location ID Separation Protocol. Gregory Johnson - Location ID Separation Protocol Gregory Johnson - grjohnso@cisco.com LISP - Agenda LISP Overview LISP Operations LISP Use Cases LISP Status (Standards and in the Community) Summary 2 LISP Overview 2010

More information

Validation of a LISP Simulator

Validation of a LISP Simulator Validation of a LISP Simulator Albert Cabellos-Aparicio, Jordi Domingo-Pascual Technical University of Catalonia Barcelona, Spain Damien Saucez, Olivier Bonaventure Université catholique de Louvain Louvain-La-Neuve,

More information

GETVPN+LISP Lab Guide

GETVPN+LISP Lab Guide GETVPN+LISP Lab Guide Developers and Lab Proctors This lab was created by: Gregg Schudel, TME LISP Development Team Version 1.0: Created by Gregg Schudel Lab proctor: Gregg Schudel (gschudel@cisco.com)

More information

Mobility and Virtualization in the Data Center with LISP and OTV

Mobility and Virtualization in the Data Center with LISP and OTV Mobility and Virtualization in the Data Center with LISP and OTV Agenda Mobility and Virtualization in the Data Center Introduction to LISP LISP Data Center Use Cases LAN Extensions: OTV LISP + OTV Deployment

More information

Intended status: Informational. C. White Logical Elegance, LLC. October 24, 2011

Intended status: Informational. C. White Logical Elegance, LLC. October 24, 2011 Network Working Group Internet-Draft Intended status: Informational Expires: April 26, 2012 D. Farinacci D. Lewis D. Meyer cisco Systems C. White Logical Elegance, LLC. October 24, 2011 LISP Mobile Node

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

Cisco Nexus 7000 Series NX-OS LISP Configuration Guide

Cisco Nexus 7000 Series NX-OS LISP Configuration Guide First Published: 2016-12-23 Last Modified: 2018-07-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Cisco Nexus 7000 Series NX-OS LISP Command Reference

Cisco Nexus 7000 Series NX-OS LISP Command Reference First Published: 2016-11-24 Last Modified: -- Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax:

More information

LISP Generalized SMR

LISP Generalized SMR The feature enables LISP xtr (ITR and ETR) to update map cache when there is a change in database mapping. Note There is no configuration commands for this feature. This feature is turned on automatically.

More information

Mobility and Virtualization in the Data Center with LISP and OTV

Mobility and Virtualization in the Data Center with LISP and OTV Cisco Expo 2012 Mobility and Virtualization in the Data Center with LISP and OTV Tech DC2 Martin Diviš Cisco, CSE, mdivis@cisco.com Cisco Expo 2012 Cisco and/or its affiliates. All rights reserved. 1 Twitter

More information

LISP Mobile-Node. draft-meyer-lisp-mn-05.txt. Chris White, Darrel Lewis, Dave Meyer, Dino Farinacci cisco Systems

LISP Mobile-Node. draft-meyer-lisp-mn-05.txt. Chris White, Darrel Lewis, Dave Meyer, Dino Farinacci cisco Systems LISP Mobile-Node draft-meyer-lisp-mn-05.txt Chris White, Darrel Lewis, Dave Meyer, Dino Farinacci cisco Systems EID: dino@cisco.com RLOC: IRTF MobOpts Quebec City July 28 2011 What if... A mobile device

More information

Multi-site Datacenter Network Infrastructures

Multi-site Datacenter Network Infrastructures Multi-site Datacenter Network Infrastructures Petr Grygárek rek 2009 Petr Grygarek, Advanced Computer Networks Technologies 1 Why Multisite Datacenters? Resiliency against large-scale site failures (geodiversity)

More information

Network in the Cloud: a Map-and-Encap Approach

Network in the Cloud: a Map-and-Encap Approach Network in the Cloud: a Map-and-Encap Approach Damien Saucez Wassim Haddad Inria Ericsson IEEE CloudNet 12 Enterprise network www ISP1 SOHO ISP2 Internet 2 Enterprise network (contd.) Survey on 57 enterprise

More information

LISP Parallel Model Virtualization

LISP Parallel Model Virtualization Finding Feature Information, page 1 Information About, page 1 How to Configure, page 6 Configuration Examples for, page 24 Additional References, page 25 Feature Information for, page 26 Finding Feature

More information

LISP. - innovative mobility w/ Cisco Architectures. Gerd Pflueger Consulting Systems Engineer Central Europe Version 0.

LISP. - innovative mobility w/ Cisco Architectures. Gerd Pflueger Consulting Systems Engineer Central Europe Version 0. Version 0.2 22 March 2012 LISP - innovative mobility w/ Cisco Architectures Gerd Pflueger Consulting Systems Engineer Central Europe gerd@cisco.com 2012 Cisco and/or its affiliates. All rights reserved.

More information

Integration of LISP and LISP-MN in INET

Integration of LISP and LISP-MN in INET Institute of Computer Science Chair of Communication Networks Prof. Dr.-Ing. P. Tran-Gia, Matthias Hartmann (University of Wuerzburg, Germany) Michael Höfling, Michael Menth (University of Tuebingen, Germany)

More information

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer

21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal. By Adeyemi Ademola E. Cloud Engineer 21CTL Disaster Recovery, Workload Mobility and Infrastructure as a Service Proposal By Adeyemi Ademola E. Cloud Engineer 1 Contents Introduction... 5 1.2 Document Purpose and Scope...5 Service Definition...

More information

Higher scalability to address more Layer 2 segments: up to 16 million VXLAN segments.

Higher scalability to address more Layer 2 segments: up to 16 million VXLAN segments. This chapter tells how to configure Virtual extensible LAN (VXLAN) interfaces. VXLANs act as Layer 2 virtual networks over Layer 3 physical networks to stretch Layer 2 networks. About VXLAN Encapsulation

More information

AN OPEN CONTROL-PLANE IMPLEMENTATION FOR LISP NETWORKS

AN OPEN CONTROL-PLANE IMPLEMENTATION FOR LISP NETWORKS Proceedings of IC-NIDC2012 AN OPEN CONTROL-PLANE IMPLEMENTATION FOR LISP NETWORKS Dung Phung Chi (1,2), Stefano Secci (2), Guy Pujolle (2), Patrick Raad (3), Pascal Gallard (3) (1) VNU, Hanoi, Vietnam,

More information

Internet Engineering Task Force (IETF) Category: Experimental ISSN: D. Meyer D. Lewis. Cisco Systems. January 2013

Internet Engineering Task Force (IETF) Category: Experimental ISSN: D. Meyer D. Lewis. Cisco Systems. January 2013 Internet Engineering Task Force (IETF) Request for Comments: 6830 Category: Experimental ISSN: 2070-1721 D. Farinacci Cisco Systems V. Fuller D. Meyer D. Lewis Cisco Systems January 2013 The Locator/ID

More information

Introduction to External Connectivity

Introduction to External Connectivity Before you begin Ensure you know about Programmable Fabric. Conceptual information is covered in the Introduction to Cisco Programmable Fabric and Introducing Cisco Programmable Fabric (VXLAN/EVPN) chapters.

More information

NEMO-based Mobility Management in LISP Network

NEMO-based Mobility Management in LISP Network 2014 Sixth International Conference on Wireless Communications and Signal Processing (WCSP) NEMO-based Mobility Management in LISP Network Yizhen Wu, Ke Chen, Kaiping Xue, Dan Ni The Department of EEIS,

More information

LISP: A Level of Indirection for Routing

LISP: A Level of Indirection for Routing LISP: A Level of Indirection for Routing ESCC/Internet2 Joint Techs Workshop University of Hawaii January 20-24, 2008 David Meyer & A Cast of 1000s (Vince Fuller, Darrel Lewis, Eliot Lear, Scott Brim,

More information

Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13

Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13 Q&A Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13 Q. What is the Cisco Cloud Services Router 1000V? A. The Cisco Cloud Services Router 1000V (CSR 1000V) is a router in virtual

More information

Stability and Consistency of the LISP Pull Routing Architecture

Stability and Consistency of the LISP Pull Routing Architecture Stability and Consistency of the LISP Pull Routing Architecture Yue Li, Damien Saucez, Luigi Iannone, Benoit Donnet Telecom ParisTech France Université Côte d Azur, Inria France Université de Liège, Montefiore

More information

Mobility and Virtualization in the Data Center with LISP and OTV

Mobility and Virtualization in the Data Center with LISP and OTV Mobility and Virtualization in the Data Center with LISP and OTV Victor Moreno, Distinguished Engineer Agenda Mobility and Virtualization in the Data Center Introduction to LISP LISP Data Center Use Cases

More information

Internet Engineering Task Force (IETF) Category: Experimental. O. Bonaventure Universite catholique de Louvain January 2013

Internet Engineering Task Force (IETF) Category: Experimental. O. Bonaventure Universite catholique de Louvain January 2013 Internet Engineering Task Force (IETF) Request for Comments: 6834 Category: Experimental ISSN: 2070-1721 L. Iannone Telecom ParisTech D. Saucez INRIA Sophia Antipolis O. Bonaventure Universite catholique

More information

Data Center Configuration. 1. Configuring VXLAN

Data Center Configuration. 1. Configuring VXLAN Data Center Configuration 1. 1 1.1 Overview Virtual Extensible Local Area Network (VXLAN) is a virtual Ethernet based on the physical IP (overlay) network. It is a technology that encapsulates layer 2

More information

Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric)

Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric) White Paper Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric) What You Will Learn This document describes how to achieve a VXLAN EVPN multifabric design by integrating Virtual

More information

Lecture 8 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 8 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 8 Advanced Networking Virtual LAN Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Advanced Networking Scenario: Data Center Network Single Multiple, interconnected via Internet

More information

Cloud e Datacenter Networking

Cloud e Datacenter Networking Cloud e Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica Prof.

More information

Cloud e Datacenter Networking

Cloud e Datacenter Networking Cloud e Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica Prof.

More information

Internet Engineering Task Force (IETF) Request for Comments: D. Lewis Cisco Systems January 2013

Internet Engineering Task Force (IETF) Request for Comments: D. Lewis Cisco Systems January 2013 Internet Engineering Task Force (IETF) Request for Comments: 6836 Category: Experimental ISSN: 2070-1721 V. Fuller D. Farinacci D. Meyer D. Lewis Cisco Systems January 2013 Locator/ID Separation Protocol

More information

LISP: A NOVEL APPROACH FOR FUTURE ATN/IPS

LISP: A NOVEL APPROACH FOR FUTURE ATN/IPS LISP: A NOVEL APPROACH FOR FUTURE ATN/IPS Bernhard Haindl, Manfred Lindner, Wolfgang Kampichler ICAO Meeting 07/2014 2014-07-15 HAINDL Bernhard Trends / Requirements For Future Networks Multihoming / Availability

More information

Vers un renforcement de l architecture Internet : le protocole LISP ( Locator/ID Separation Protocol )

Vers un renforcement de l architecture Internet : le protocole LISP ( Locator/ID Separation Protocol ) Vers un renforcement de l architecture Internet : le protocole LISP ( Locator/ID Separation Protocol ) JCSA 2013" " " Luigi Iannone! 1 Institut Mines-Télécom Road Map" - Why LISP???! - LISP Data Plane!

More information

LISP A Next-Generation Networking Architecture

LISP A Next-Generation Networking Architecture LISP A Next-Generation Networking Architecture LISP Disjointed RLOC Space Technical Details Version 0.8 30 October 2013 LISP Disjointed RLOC Space Details Agenda LISP Disjointed RLOC Space Technical Details

More information

Internet Engineering Task Force (IETF) Request for Comments: 7835 Category: Informational. O. Bonaventure Universite catholique de Louvain April 2016

Internet Engineering Task Force (IETF) Request for Comments: 7835 Category: Informational. O. Bonaventure Universite catholique de Louvain April 2016 Internet Engineering Task Force (IETF) Request for Comments: 7835 Category: Informational ISSN: 2070-1721 D. Saucez INRIA L. Iannone Telecom ParisTech O. Bonaventure Universite catholique de Louvain April

More information

LISP Multicast. Finding Feature Information. Prerequisites for LISP Multicast

LISP Multicast. Finding Feature Information. Prerequisites for LISP Multicast The feature introduces support for carrying multicast traffic over a Locator ID Separation Protocol (LISP) overlay. This support currently allows for unicast transport of multicast traffic with head-end

More information

SDN AND THE DATAPLANE. CHI-NOG 3 June 14 th, 2014

SDN AND THE DATAPLANE. CHI-NOG 3 June 14 th, 2014 SDN AND THE DATAPLANE CHI-NOG 3 June 14 th, 2014 So is the network really the problem? Elasticity and virtualization have moved the network square in the crosshairs as the delay of any deployment. Compute

More information

Cisco Campus Fabric Introduction. Vedran Hafner Systems engineer Cisco

Cisco Campus Fabric Introduction. Vedran Hafner Systems engineer Cisco Cisco Campus Fabric Introduction Vedran Hafner Systems engineer Cisco Campus Fabric Abstract Is your Campus network facing some, or all, of these challenges? Host Mobility (w/o stretching VLANs) Network

More information

#nwsau17. Future campus design. James Horne. Enterprise Services Technical Consultant Networking, AARNet

#nwsau17. Future campus design. James Horne. Enterprise Services Technical Consultant Networking, AARNet #nwsau17 Future campus design James Horne Enterprise Services Technical Consultant Networking, AARNet JAMES HORNE Technical Consultant Networks AARNet Enterprise Services Currently working on major projects

More information

APT: A Practical Transit-Mapping Service Overview and Comparisons

APT: A Practical Transit-Mapping Service Overview and Comparisons APT: A Practical Transit-Mapping Service Overview and Comparisons draft-jen-apt Dan Jen, Michael Meisel, Dan Massey, Lan Wang, Beichuan Zhang, and Lixia Zhang The Big Picture APT is similar to LISP at

More information

Internet Engineering Task Force (IETF) Category: Experimental. D. Meyer Brocade V. Fuller September 2016

Internet Engineering Task Force (IETF) Category: Experimental. D. Meyer Brocade V. Fuller September 2016 Internet Engineering Task Force (IETF) Request for Comments: 7954 Category: Experimental ISSN: 2070-1721 L. Iannone Telecom ParisTech D. Lewis Cisco Systems, Inc. D. Meyer Brocade V. Fuller September 2016

More information

Locator/ID Separation Protocol (LISP) Virtual Machine Mobility Solution

Locator/ID Separation Protocol (LISP) Virtual Machine Mobility Solution White Paper Locator/ID Separation Protocol (LISP) Virtual Machine Mobility Solution White Paper 2011 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1

More information

Exam Questions

Exam Questions Exam Questions 642-997 DCUFI Implementing Cisco Data Center Unified Fabric (DCUFI) v5.0 https://www.2passeasy.com/dumps/642-997/ 1.Which SCSI terminology is used to describe source and destination nodes?

More information

Cisco Virtualized Workload Mobility Introduction

Cisco Virtualized Workload Mobility Introduction CHAPTER 1 The ability to move workloads between physical locations within the virtualized Data Center (one or more physical Data Centers used to share IT assets and resources) has been a goal of progressive

More information

Architecting Scalable Clouds using VXLAN and Nexus 1000V

Architecting Scalable Clouds using VXLAN and Nexus 1000V Architecting Scalable Clouds using VXLAN and Nexus 1000V Lawrence Kreeger Principal Engineer Agenda Session Is Broken Into 3 Main Parts Part 1: VXLAN Overview What is a VXLAN? Why VXLANs? What is VMware

More information

Workload Mobility and Disaster Recovery to VMware Cloud IaaS Providers

Workload Mobility and Disaster Recovery to VMware Cloud IaaS Providers VMware vcloud Architecture Toolkit for Service Providers Workload Mobility and Disaster Recovery to VMware Cloud IaaS Providers Version 2.9 January 2018 Adrian Roberts 2018 VMware, Inc. All rights reserved.

More information

Internet Engineering Task Force (IETF) Request for Comments: Cisco Systems January 2013

Internet Engineering Task Force (IETF) Request for Comments: Cisco Systems January 2013 Internet Engineering Task Force (IETF) Request for Comments: 6831 Category: Experimental ISSN: 2070-1721 D. Farinacci D. Meyer J. Zwiebel S. Venaas Cisco Systems January 2013 The Locator/ID Separation

More information

Virtual Security Gateway Overview

Virtual Security Gateway Overview This chapter contains the following sections: Information About the Cisco Virtual Security Gateway, page 1 Cisco Virtual Security Gateway Configuration for the Network, page 10 Feature History for Overview,

More information

Unicast Forwarding. Unicast. Unicast Forwarding Flows Overview. Intra Subnet Forwarding (Bridging) Unicast, on page 1

Unicast Forwarding. Unicast. Unicast Forwarding Flows Overview. Intra Subnet Forwarding (Bridging) Unicast, on page 1 Unicast, on page 1 Unicast Flows Overview Intra and inter subnet forwarding are the possible unicast forwarding flows in the VXLAN BGP EVPN fabric, between leaf/tor switch VTEPs. They are explained in

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 642-997 Title : Implementing Cisco Data Center Unified Fabric (DCUFI) Vendor : Cisco

More information

Internet Engineering Task Force (IETF) Request for Comments: 8014 Category: Informational. M. Lasserre Independent T. Narten IBM December 2016

Internet Engineering Task Force (IETF) Request for Comments: 8014 Category: Informational. M. Lasserre Independent T. Narten IBM December 2016 Internet Engineering Task Force (IETF) Request for Comments: 8014 Category: Informational ISSN: 2070-1721 D. Black Dell EMC J. Hudson L. Kreeger M. Lasserre Independent T. Narten IBM December 2016 An Architecture

More information

VXLAN Design with Cisco Nexus 9300 Platform Switches

VXLAN Design with Cisco Nexus 9300 Platform Switches Guide VXLAN Design with Cisco Nexus 9300 Platform Switches Guide October 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 39 Contents What

More information

Cisco Catalyst 6500 Series Wireless LAN Services Module: Detailed Design and Implementation Guide

Cisco Catalyst 6500 Series Wireless LAN Services Module: Detailed Design and Implementation Guide Cisco Catalyst 6500 Series Wireless LAN Services Module: Detailed Design and Implementation Guide Introduction This is the first of a series of documents on the design and implementation of a wireless

More information

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin,

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, ydlin@cs.nctu.edu.tw Chapter 1: Introduction 1. How does Internet scale to billions of hosts? (Describe what structure

More information

Enterprise IPv6 Transition Strategy

Enterprise IPv6 Transition Strategy Abstract Government mandates, e-business and Internet growth requirements, and impending IPv4 address exhaustion concerns are prompting many enterprises to begin implementing an IPv6 transition strategy.

More information

Data Center Interconnect Solution Overview

Data Center Interconnect Solution Overview CHAPTER 2 The term DCI (Data Center Interconnect) is relevant in all scenarios where different levels of connectivity are required between two or more data center locations in order to provide flexibility

More information

Pass-Through Technology

Pass-Through Technology CHAPTER 3 This chapter provides best design practices for deploying blade servers using pass-through technology within the Cisco Data Center Networking Architecture, describes blade server architecture,

More information

Evolving your Campus Network with. Campus Fabric. Shawn Wargo. Technical Marketing Engineer BRKCRS-3800

Evolving your Campus Network with. Campus Fabric. Shawn Wargo. Technical Marketing Engineer BRKCRS-3800 Evolving your Campus Network with Campus Fabric Shawn Wargo Technical Marketing Engineer BRKCRS-3800 Campus Fabric Abstract Is your Campus network facing some, or all, of these challenges? Host Mobility

More information

LISP (Locator/Identifier Separation Protocol)

LISP (Locator/Identifier Separation Protocol) LISP (Locator/Identifier Separation Protocol) Damien Saucez* June 28 th, 2010 http://inl.info.ucl.ac.be *Thanks to Olivier Bonaventure and Pierre François Department of Computing Science and Engineering

More information

Cisco ACI Multi-Pod and Service Node Integration

Cisco ACI Multi-Pod and Service Node Integration White Paper Cisco ACI Multi-Pod and Service Node Integration 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 68 Contents Introduction... 3 Prerequisites...

More information

Demand-Based Control Planes for Switching Fabrics

Demand-Based Control Planes for Switching Fabrics Demand-Based Control Planes for Switching Fabrics Modern switching fabrics use virtual network overlays to support mobility, segmentation, and programmability at very large scale. Overlays are a key enabler

More information

On the Dynamics of Locators in LISP

On the Dynamics of Locators in LISP On the Dynamics of Locators in LISP Damien Saucez 1 and Benoit Donnet 2 1 INRIA, Sophia Antipolis, France 2 Université deliège, Liège, Belgium Abstract. In the Internet, IP addresses play the dual role

More information

PassTorrent. Pass your actual test with our latest and valid practice torrent at once

PassTorrent.   Pass your actual test with our latest and valid practice torrent at once PassTorrent http://www.passtorrent.com Pass your actual test with our latest and valid practice torrent at once Exam : 352-011 Title : Cisco Certified Design Expert Practical Exam Vendor : Cisco Version

More information

A Location Management-aware Mapping System for ID/Locator Separation to Support Mobility

A Location Management-aware Mapping System for ID/Locator Separation to Support Mobility A Location Management-aware Mapping System for ID/Locator Separation to Support Mobility Mukankunga Bisamaza Angel and Choong Seon Hong Departement of Computer Engineering Kyung Hee University 1 Seocheon,

More information

Never Drop a Call With TecInfo SIP Proxy White Paper

Never Drop a Call With TecInfo SIP Proxy White Paper Innovative Solutions. Trusted Performance. Intelligently Engineered. Never Drop a Call With TecInfo SIP Proxy White Paper TecInfo SD-WAN product - PowerLink - enables real time traffic like VoIP, video

More information

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing This paper was accepted for publication in the IEEE Cloud Computing. The copyright was transferred to IEEE. The final version of the paper will be made available on IEEE Xplore via http://dx.doi.org/10.1109/mcc.2017.28

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices.

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices., page 1 Sample Topologies, page 6 OTV is a MAC-in-IP method that extends Layer 2 connectivity across

More information

Frequently Asked Questions for HP EVI and MDC

Frequently Asked Questions for HP EVI and MDC Frequently Asked Questions for HP EVI and MDC Q. What are we announcing at VMworld? A. HP will be expanding Virtual Application Networks with new FlexFabric innovations that simplify the interconnection

More information

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo IETF Mobile IP Working Group INTERNET-DRAFT David B. Johnson Rice University Charles Perkins Nokia Research Center 2 July 2000 Mobility Support in IPv6 Status of This

More information

Service Graph Design with Cisco Application Centric Infrastructure

Service Graph Design with Cisco Application Centric Infrastructure White Paper Service Graph Design with Cisco Application Centric Infrastructure 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 101 Contents Introduction...

More information

Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS

Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS Internetworking/Internetteknik, Examination 2G1305 Date: August 18 th 2004 at 9:00 13:00 SOLUTIONS 1. General (5p) a) The so-called hourglass model (sometimes referred to as a wine-glass ) has been used

More information

/14/$ IEEE

/14/$ IEEE The OpenLISP Control Plane Architecture Dung Chi Phung, UPMC and VNU Stefano Secci, UPMC Damien Saucez, INRIA Sophia Antipolis Luigi Iannone, Telecom ParisTech Abstract Among many options tackling the

More information

Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services. Introduction and Application Note

Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services. Introduction and Application Note White Paper Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services Introduction and Application Note Last Updated: 5/2014 Ethernet VPN (EVPN)

More information

Intended status: Standards Track. Cisco Systems October 22, 2018

Intended status: Standards Track. Cisco Systems October 22, 2018 BESS WorkGroup Internet-Draft Intended status: Standards Track Expires: April 25, 2019 Ali. Sajassi Mankamana. Mishra Samir. Thoria Patrice. Brissette Cisco Systems October 22, 2018 AC-Aware Bundling Service

More information

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances The Single-node Trial for VMware vcenter Server on IBM Cloud is a single-tenant hosted private cloud that delivers

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

CSE 123A Computer Netwrking

CSE 123A Computer Netwrking CSE 123A Computer Netwrking Winter 2005 Mobile Networking Alex Snoeren presenting in lieu of Stefan Savage Today s s issues What are implications of hosts that move? Remember routing? It doesn t work anymore

More information