Example: Msmr Configuration; Example:multi-Hopmobilityinterworkingwithroutingprotocolsconfiguration; Additional References - Cisco Nexus 7000 Series Configuration Manual

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

Advertisement

Configuring LISP ESM Multihop Mobility

Example: MSMR Configuration

The following example shows how to configure the map server map resolver (MSMR) device in the sample
topology:
ip lisp map-resolver
ip lisp map-server
lisp site roaming1
eid-prefix 10.1.0.0/16 accept-more-specifics
authentication-key 3 0b50279df3929e28
lisp site site2
eid-prefix 10.2.2.0/24
authentication-key 3 0b50279df3929e28
lisp site site3
eid-prefix 198.51.100.0/24
authentication-key 3 0b50279df3929e28

Example:Multi-HopMobilityInterworkingwithRoutingProtocolsConfiguration

The following example shows how to dynamically redistribute LISP host routes for discovered servers into
OSPF at the first-hop router (FHR):
ip prefix-list lisp-pflist seq 10 permit 10.1.1.0/24 ge 32
route-map lisp-rmap permit 10
match ip address prefix-list lisp-pflist
router ospf 100
redistribute lisp route-map lisp-rmap
The following example shows how to automatically convert host routes from a routing protocol into LISP
dynamic EID entries at a Site Gateway xTR (in lieu of an EID notification coming from a FHR):
ip lisp itr-etr
ip lisp database-mapping 10.1.0.0/16 172.18.3.3 priority 10 weight 50
ip lisp itr map-resolver 172.20.5.5
ip lisp etr map-server 172.20.5.5 key 3 0b50279df3929e28
lisp dynamic-eid site1
database-mapping 10.1.1.0/24 172.18.3.3 priority 10 weight 50
register-route-notifications

Additional References

This section includes additional information related to implementing LISP.
Cisco Nexus 7000 Series NX-OS LISP Configuration Guide
Example: MSMR Configuration
31

Advertisement

Table of Contents
loading

Table of Contents