Cisco Nexus 7000 Series Configuration Manual page 130

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

Advertisement

Configuring Map-cache Application for Redistribution of RIB Routes into LISP
Note
LISP database-mappings have higher priority than map-caches. If the same prefix is imported for both database
and map-cache applications, the database route imports will take precedence over map-cache imports. In
map-cache, the prefix is visible, but with the keyword (self) in the show output of the show ip lisp map-cache
vrf vrf-name command. Even though the prefixes are present in the map-cache, they will not be present in
the routing table as LISP installed routes.
switch# show ip lisp map-cache vrf
LISP IP Mapping Cache for VRF "VRF1" (iid 100), 1 entries
* = Locator data counters are cumulative across all EID-prefixes
192.168.1.0/24, uptime: 00:02:48, expires: 0.000000, via route-import, self
Producer Set: 0004 route-import
Negative cache entry, action: send-map-request
Before you begin
• Enable the LISP feature.
Procedure
Step 1
Step 2
Step 3
Step 4
Cisco Nexus 7000 Series NX-OS LISP Configuration Guide
118
Command or Action
configure terminal
Example:
switch# configure terminal
vrf context vrf-name
Example:
switch(config)# vrf context VRF1
Use one of the following commands:
• {ip | ipv6} lisp itr
• {ip | ipv6} lisp proxy-itr
locator-address
Example:
switch(config-vrf)# ip lisp itr
lisp instance-id iid
Example:
switch(config-vrf)# lisp instance-id
100
VRF1
Purpose
Enters global configuration mode.
Creates a new VRF and enters VRF
configuration mode.
The value of the vrf-name is any
case-sensitive, alphanumeric string of up to 32
characters.
Configures LISP ITR functionality for the
VRF.
Configures LISP Proxy-ITR functionality on
the device. The locator address is used as a
source address for encapsulating data packets
or Map-Request messages. Optionally, you
can provide an address for the other address
family (for example, IPv6 for the ip proxy-itr
command.
Configures an instance ID to be associated with
endpoint identifier (EID)-prefixes for LISP.
The range is from 1 to 16777215.
Redistribution of RIB Routes into LISP

Advertisement

Table of Contents
loading

Table of Contents