How can I use the Cisco CSR1000V to extend L2 network from on-premises to AWS?

0

How can I use the Cisco CSR1000V to extend L2 network from on-premises to AWS, e.g. to support migration use cases with hardcoded IP addresses?

profile pictureAWS
專家
已提問 4 年前檢視次數 856 次
1 個回答
0
已接受的答案

Cisco provides a guide for using a Cisco CSR1000v within AWS along with an corresponding on-premises device to use LISP with an IPSec between the two devices. L2 extension functionality is provided via LISP. What this article does not mention is how to setup the VPC network to make this work.

It’s important to understand that the VPC does not support transport of ARP traffic on L2. Instead such traffic is intercepted by the VPC. Therefore we need to ensure that an ARP request from an EC2 instance attempting to communicate with an on-premises instance is received by the CSR1000v instance within AWS. Only this way, LISP can do it’s job and provide L2 extension capability.

This is done by allocating the IP addresses from within the extended subnet that are used on-premises as secondary IP addresses to the LAN interface of the CSR1000v within AWS. This way the VPC will answer ARP requests for these IP addresses correctly and steer frames to the CSR1000v.

Refer also to https://www.youtube.com/watch?v=_FIBGOy2_DM for a more detailed video.

profile pictureAWS
專家
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南