EMAIL SUPPORT

dclessons@dclessons.com

LOCATION

US

Implementing LISP Host Mobility Across Subnet

Implementing LISP Host Mobility Across Subnet

Implementing LISP Host Mobility Across Subnet

In this section, West Dc has Extension Subnet 10.11.11.0/24 in VLAN 100 which is a mobile subnet and East DC has subnet 10.12.12.0/24.

Refer the below figure to get topology:

Here in this example Host or work load on West DC site will be moved to East DC site and will be connected to 10.12.12.0/24 subnet which is locally defined on East DC. A remote site is also deployed with subnet 10.10.10.0/24

Nexus 7K West DC xTR configuration:

Below Both Nexus 7k on West DC and East DC and also each command explanation has been given

Step1: Enable LISP feature which will make Nexus 7K as ETR while decapsulation LISP traffic received from L3 domain and N7K acts as ITR for encapsulating LISP traffic destined to desired location.

Feature lisp
ip lisp itr-etr

Step2: A global Database mapping to be configured with aggregated subnet that identifies all IP subnets deployed in specific DC. Here 10.11.0.0/16 is mapped with two RLOC IP address each with xTR1 & xTR2 at DC West. The RLOC recommendation is to use loopback IP address. Priority and weight is also configured to insure that inbound traffic can be load-balanced across both DC xTRs.

ip lisp database-mapping 10.11.0.0/16 2.2.2.2 priority 1 weight 50
ip lisp database-mapping 10.11.0.0/16 2.2.2.3 priority 1 weight 50

Step3: Now configuration to define IP address of Map-Servers and MP-Resolvers.  Here we have used Map-Server from Both DC and anycast IP address of MR

ip lisp itr map-resolver 1.1.1.100
ip lisp etr map-server 1.1.1.1 key abcd
ip lisp etr map-server 5.5.5.5 key abcd

Step4: A Dynamic mapping of the mobile subnet is also required , Here Subnet 10.11.11.0/24 is mobile subnet under which host is moved from West Dc to East DC.

lisp dynamic-eid MOBILE_SUBNET
database-mapping 10.11.11.0/24 2.2.2.2 priority 1 weight 50
database-mapping 10.11.11.0/24 2.2.2.3 priority 1 weight 50
map-notify-group 239.1.1.1

Step5: Finally LISP dynamic-eid-policy must be configured under L3 interface ( SVI of VLAN 100 )

N7K1:
interface vlan 100
ip address 10.11.11.2/24
lisp mobility MOBILE_SUBNET
ip proxy-arp
hsrp 1
mac-address 0000.aaaa.bbbb
preempt delay reload 300
priority 130
ip 10.11.11.1                                                                                                                                                                                                                                                     

N7K2:
interface vlan 100
ip address 10.11.11.3/24
lisp mobility MOBILE_SUBNET
ip Proxy-arp
hsrp 1
mac-address 0000.aaaa.bbbb
preempt delay reload 300
ip 10.11.11.1

Now below configuration also shows about East DC xTR

Now below configuration also shows about East DC xTR

Remote Site Cisco IOS-xTR configuration:

The Configuration of branch xTR is shown in below figure.


Comment

    You are will be the first.

LEAVE A COMMENT

Please login here to comment.