Example: Configuring Large-Scale Lisp Shared Model Virtualization - Cisco Nexus 7000 Series Configuration Manual

Nx-os lisp
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

LISP Instance-ID Support

Example: Configuring Large-Scale LISP Shared Model Virtualization

Example:
The examples show the complete configuration for the HQ-RTR-1 and HQ-RTR-2 (xTR/MS/MR
located at the HQ site), and Site2-xTR LISP switches. Both HQ-RTR-1 and HQ-RTR-2 are provided
to illustrate the proper method for configuring a LISP multihomed site.
This example shows how to configure HQ-RTR-1 with an xTR, a map server, and a map resolver.
feature lisp
interface loopback 0
ip address 172.31.1.11/32
interface ethernet2/1
ip address 172.16.1.6/30
interface Ethernet 2/2
vrf member TRANS
ip address 10.1.1.1/24
interface Ethernet 2/3
interface Ethernet 2/4
ip lisp itr
ip lisp etr
ip lisp map-resolver
ip lisp map-server
ip lisp database-mapping 172.31.1.11/32 172.16.1.2 priority 1 weight 50
ip lisp database-mapping 172.31.1.11/32 172.16.1.6 priority 1 weight 50
ip lisp itr map-resolver 172.16.1.2
ip lisp itr map-resolver 172.16.1.6
ip lisp etr map-server 172.16.1.2 key DEFAULT-key
ip lisp etr map-server 172.16.1.6 key DEFAULT-key
vrf context FIN
ip lisp itr
ip lisp etr
ip lisp database-mapping 10.3.1.0/24 172.16.1.2 priority 1 weight 50
ip lisp database-mapping 10.3.1.0/24 172.16.1.6 priority 1 weight 50
lisp instance-id 3
ip lisp itr map-resolver 172.16.1.2
ip lisp itr map-resolver 172.16.1.6
ip lisp etr map-server 172.16.1.2 key FIN-key
ip lisp etr map-server 172.16.1.6 key FIN-key
ip lisp locator-vrf default
vrf context SOC
ip lisp itr
ip lisp etr
ip lisp database-mapping 10.2.1.0/24 172.16.1.2 priority 1 weight 50
ip lisp database-mapping 10.2.1.0/24 172.16.1.6 priority 1 weight 50
lisp instance-id 2
ip lisp itr map-resolver 172.16.1.2
ip lisp itr map-resolver 172.16.1.6
ip lisp etr map-server 172.16.1.2 key SOC-key
ip lisp etr map-server 172.16.1.6 key SOC-key
ip lisp locator-vrf default
vrf context TRANS
ip lisp itr
ip lisp etr
ip lisp database-mapping 10.1.1.0/24 172.16.1.2 priority 1 weight 50
ip lisp database-mapping 10.1.1.0/24 172.16.1.6 priority 1 weight 50
vrf member SOC
ip address 10.2.1.1/24
vrf member FIN
ip address 10.3.1.1/24
Example: Configuring Large-Scale LISP Shared Model Virtualization
Cisco Nexus 7000 Series NX-OS LISP Configuration Guide
75

Advertisement

Table of Contents
loading

Table of Contents