Cisco Nexus 7000 Series Configuration Manual page 55

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

Advertisement

LISP Instance-ID Support
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Command or Action
configure terminal
Example:
switch# configure terminal
vrf context vrf-name
Example:
switch(config)# vrf context vrf1
ip lisp database-mapping
EID-prefix/prefix-length locator priority
priority weight weight
Example:
switch(config-vrf)# ip lisp
database-mapping 192.168.1.0/24 10.0.0.2
priority 1 weight 100
Repeat Step 3 until all EID-to-RLOC mappings
for the LISP site are configured.
Example:
switch(config-vrf)# ipv6 lisp
database-mapping 2001:db8:b:a::/64
10.0.0.2 priority 1 weight 100
ip lisp itr
Example:
switch(config-vrf)# ip lisp itr
ip lisp etr
Example:
switch(config-vrf)# ip lisp etr
ip lisp itr map-resolver map-resolver-address
Example:
switch(config-vrf)# ip lisp itr
map-resolver 10.0.2.2
Configuring Simple LISP Shared Model Virtualization
Purpose
Enters global configuration mode.
Enters VRF configuration submode.
Configures an IPv4 EID-to-RLOC mapping
relationship and its associated traffic policy
for this LISP site.
Note
In this example, a single IPv4 EID
prefix, 192.168.1.0/24, is being
associated with the single IPv4
RLOC 10.0.0.2.
Configures an IPv6 EID-to-RLOC mapping
relationship and its associated traffic policy
for this LISP site.
Enables LISP ITR functionality for the IPv4
address family.
Enables LISP ETR functionality for the IPv4
address family.
Configures a locator address for the LISP map
resolver to which this switch will send map
request messages for IPv4 EID-to-RLOC
mapping resolutions.
The locator address of the map resolver may
be an IPv4 or IPv6 address. In this example,
because each xTR has only IPv4 RLOC
connectivity, the map resolver is reachable
using its IPv4 locator address.
Cisco Nexus 7000 Series NX-OS LISP Configuration Guide
43

Advertisement

Table of Contents
loading

Table of Contents