-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
47 lines (30 loc) · 1.5 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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 <[email protected]>
Copyright (C) 2011 Job Snijders <[email protected]>
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.