forked from lf-edge/eve
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlisp.config.base
More file actions
60 lines (60 loc) · 1.66 KB
/
lisp.config.base
File metadata and controls
60 lines (60 loc) · 1.66 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# lispers.net lisp.config file, last changed: <sample>
#
# (1) Only commands between the first pair of dotted lines will be processed.
#
# (2) Any lines you find prepended with "#>>>" are errors found during command
# processing.
#
# (3) You may comment out lines by placing a "#" in the first column of any
# line between the section between the first pair of dotted lines.
#
# (4) Note the modification timestamp above is auto generated after you have
# saved this file and it has been processed.
#
# (5) Deleting configuration can be achieved by deleting lines and restarting
# the LISP component or by use of the LISP API.
#
# (6) The landing web page on any device provides detailed Command and API
# documentation.
#
# (7) Any name references must follow their definitions. Examples are
# elp-names and rle-names when referred to in static map-cache entries.
#
# DO NOT WRITE TO ANY OTHER PART OF THIS FILE. YOU MUST ONLY ADD, CHANGE, OR
# REMOVE LINES BETWEEN THE FIRST PAIR OF DOTTED LINES SECTION.
#
#-----------------------------------------------------------------------------
lisp enable {
itr = yes
etr = yes
rtr = no
map-server = no
map-resolver = no
ddt-node = no
}
lisp debug {
core = no
itr = no
etr = no
rtr = no
map-server = no
map-resolver = no
ddt-node = no
}
lisp user-account {
username = root
password =
super-user = yes
}
lisp xtr-parameters {
rloc-probing = yes
data-plane-security = yes
nat-traversal = yes
nonce-echoing = no
data-plane-logging = no
flow-logging = no
checkpoint-map-cache = no
register-reachable-rtrs = yes
ipc-data-plane = %s
}