Cisco Nexus 7000 Series Command Reference Manual page 62

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

Advertisement

ip lisp locator-vrf
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
In the following example, a LISP xTR is configured with three EID contexts red, blue, and green, and
Examples
the locator VRF default. Red and blue are both using the RLOC of 10.10.10.1 if you enter the ip lisp
locator-vrf default command. In addition, red and blue both inherit the globally defined map-resolver
and map-server located at 10.100.1.1 (configured at the end of this example). Both red and blue have an
EID prefix of 172.16.0.0/24, but segmentation is maintained due to the unique LISP instance ID for each
VRF context. Green context also uses the RLOC of 10.10.10.1 if you enter the ip lisp locator-vrf
default command. However, green overrides the inheritance of the globally defined map-resolver and
map-server by including the ones configured within the VRF context an located at 10.200.1.1. The
locator for this locally defined map resolver or map server remains within the default VRF when you
enter the ip lisp locator-vrf default command.
switch# configure terminal
switch(config)# vrf context red
switch(config-vrf)# ip lisp itr-etr
switch(config-vrf)# ip lisp database-mapping 172.16.0.0/24 10.10.10.1 priority 1 weight 1
switch(config-vrf)# lisp instance-id 111
switch(config-vrf)# ip lisp locator-vrf default
switch(config-vrf)# exit
switch(config)# vrf context blue
switch(config-vrf)# ip lisp itr-etr
switch(config-vrf)# ip lisp database-mapping 172.16.0.0/24 10.10.10.1 priority 1 weight 1
switch(config-vrf)# lisp instance-id 222
switch(config-vrf)# ip lisp locator-vrf default
switch(config-vrf)# exit
switch(config)# vrf context green
switch(config-vrf)# ip lisp itr-etr
switch(config-vrf)# ip lisp database-mapping 172.16.3.0/24 10.10.10.1 priority 1 weight 1
switch(config-vrf)# lisp instance-id 444
switch(config-vrf)# ip lisp locator-vrf default
switch(config-vrf)# ip lisp itr map-resolver 10.200.1.1
switch(config-vrf)# ip lisp etr map-server 10.200.1.1 key 3 xxxxxxxxxxx
switch(config-vrf)# exit
switch(config)# ip lisp itr map-resolver 10.100.1.1
switch(config)# ip lisp etr map-server 10.100.1.1 key 3 xxxxxxxxxxx
Related Commands
Command
ip lisp etr map-server
ip lisp itr map-resolver Configures the locator address of the LISP Map-Resolver to which the ITR
Cisco Nexus 7000 Series NX-OS LISP Command Reference
LSP-52
Description
Configures the IPv4 or IPv6 locator address of the LISP Map-Server to
which an ETR should register for its IPv4 EID prefixes.
sends Map-Request messages.
Cisco Nexus 7000 Series LISP Commands

Advertisement

Table of Contents
loading

Table of Contents