ljakab/py-lispnetworking
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
INTRODUCTION
py-lispnetworking - A python module to deal with LISP control-plane packets
LISP stands for Locator/Identifier Separation Protocol. It is a protocol which
is being developed inside the IETF (Internet Engineering TaskFore) and is
completely open.
From www.lisp4.net:
"LISP is a network architecture and set of protocols that implements a new
semantic for IP addressing. In a nutshell: LISP separates the 'where' and
the 'who' in networking and uses a mapping system to couple the location
and identifier."
This software aims to help encode and decode LISP control-plane packets.
It adheres to the following Internet Drafts:
- http://tools.ietf.org/html/draft-ietf-lisp-13
- http://tools.ietf.org/html/draft-farinacci-lisp-lcaf-05
For more information about LISP please visit the following websites:
- http://www.lisp4.net/
- http://lisp.cisco.com/
- http://en.wikipedia.org/wiki/Locator/Identifier_Separation_Protocol
- http://datatracker.ietf.org/wg/lisp/charter/
This software is based on scapy.
INSTALL
See the INSTALL file for information how to setup a virtualenv and play with the
various things that py-lispnetworking can do for you.
pyLIG USAGE
./pyLIG.py <mapserver> <eid-query>
Copyright (C) 2011 Marek Kuczynski <marek@intouch.eu>
Copyright (C) 2011 Job Snijders <job@intouch.eu>
This file is subject to the terms and conditions of the GNU General
Public License. See the file COPYING in the main directory of this
archive for more details.