LISP

LISP Terminology

  • EID: Endpoint ID, e.g. server's IP address

  • RLOC: Routing Locator, e.g. router's link ip address

  • MS: Map Server: keep track of table of EID and corresponding RLOC used to reach that EID

  • MR: Map Resolver: responds to map-request messages

  • iTR: Ingress Tunnel Router:

    • Asks Map Resolve for EID to RLOC mapping

    • Encapsulates packet in LISP (UDP)

  • eTR: Egress Tunnel Router:

    • Decapsulate LIPS and forwards to destination

    • Register EID/RLOC mapping to Map Server

  • xTR: combine roles of iTR and eTR

  • PiTR: Proxy Ingress Tunnel Router, iTR which connects LISP to non LISP

  • PeTR: Proxy Egress Tunnel Router, eTR which connects LISP to non LISP

  • PxTR: combined PiTR and PeTR

Configuration

iTR/eTR Functionality

MS/MR Functionality

Verification

  • show ip lisp

  • show lisp site

  • show ip lisp map-cache

LISP Mobility

Reference

  • Cisco LISP - Locator/ID Separation Protocol (sd-access protocol): https://www.youtube.com/watch?v=5zHwZOOG8Nk

Last updated