Bump versions by x.(y+1).z
[lispflowmapping.git] / resources / tutorial / OOR / lispd.conf.server1
1 #
2 #
3 #       lispd example config file
4 #
5 #
6
7
8 # General configuration
9 #       debug: Debug levels [0..3]
10 #       map-request-retries: Additional Map-Requests to send per map cache miss
11
12 debug                  = 0 
13 map-request-retries    = 2
14
15 # RLOC Probing configuration
16 #   rloc-probe-interval: interval at which periodic RLOC probes are sent
17 #     (seconds). A value of 0 disables RLOC Probing
18 #   rloc-probe-retries: RLOC Probe retries before setting the locator with
19 #     status down. [0..5]
20 #   rloc-probe-retries-interval: interval at which RLOC probes retries are
21 #     sent (seconds) [1..#rloc-probe-interval]
22
23 rloc-probing {
24     rloc-probe-interval             = 0
25     rloc-probe-retries              = 2
26     rloc-probe-retries-interval     = 5
27 }
28
29 # NAT Traversal configuration. 
30 #   nat_aware: check if the node is behind NAT
31 #   site_ID: 64 bits to identify the site which the node is connected to. In
32 #     hexadecimal
33 #   xTR_ID: 128 bits to identify the xTR inside the site. In hexadecimal
34 # Limitation of version 0.3.3 when nat_aware is enabled: 
35 #   - Only one interface is supported.
36 #   - Only one Map Server and one Map Resolver
37
38 nat-traversal {
39     nat_aware   = off
40     site_ID     = 0000000000000001                  #In doubt, keep the default value
41     xTR_ID      = 00000000000000000000000000000001  #In doubt, keep the default value
42 }
43
44 # Encapsulated Map-Requests are sent to this map-resolver
45 # You can define several map-resolvers. Encapsulated Map-Request messages will
46 # be sent to only one.
47 #   address: IPv4 or IPv6 address of the map resolver  
48 map-resolver        = {10.33.12.32}
49
50 # Map-Registers are sent to this map-server
51 # You can define several map-servers. Map-Register messages will be sent to all
52 # of them.
53 #   address: IPv4 or IPv6 address of the map-server
54 #   key-type: Only 1 supported (HMAC-SHA-1-96)
55 #   key: password to authenticate with the map-server
56 #   proxy-reply [on/off]: Configure map-server to Map-Reply on behalf of the xTR
57
58 map-server {
59         address     = 192.0.2.1
60         key-type    = 1
61         key         = asdf
62         proxy-reply = on
63 }
64
65 # Packets addressed to non-LISP sites will be encapsulated to this Proxy-ETR
66 # You can define several Proxy-ETR. Traffic will be balanced according to
67 # priority and weight.
68 #   address: IPv4 or IPv6 address of the Proxy-ETR
69 #   priority [0-255]: Proxy-ETR with lower values are more preferable.
70 #   weight [0-255]: When priorities are the same for multiple Proxy-ETRs,
71 #     the Weight indicates how to balance unicast traffic between them.
72 #proxy-etr {
73 #       address     = 10.10.10.10
74 #       priority    = 1
75 #       weight      = 100
76 #}
77
78 # IPv4 / IPv6 EID of the node.
79 # One database-mapping structure is defined for each interface with RLOCs
80 # associated to this EID
81 #   eid-prefix: EID prefix (IPvX/mask) of the mapping 
82 #   interface: interface containing the RLOCs associated to this mapping 
83 #   priority_vX [0-255]: Priority for the IPvX RLOC of the interface. Locators
84 #     with lower values are more preferable. This is used for both incoming
85 #     policy announcements and outcoming traffic policy management. (A value
86 #     of -1  means that IPvX address of that interface is not used)
87 #   weight [0-255]: When priorities are the same for multiple RLOCs, the Weight
88 #     indicates how to balance unicast traffic between them.
89
90 database-mapping {
91          eid-prefix     = 2.2.2.2/32
92          interface      = eth0
93          priority_v4    = 1                             # Priority of IPv4 locator of the interface eth0 for this EID
94          weight_v4      = 100                           # Weight of IPv4 locator of the interface eth0 for this EID
95          priority_v6    = 1                             # Priority of IPv6 locator of the interface eth0 for this EID
96          weight_v6      = 100                           # Weight of IPv6 locator of the interface eth0 for this EID
97 }
98
99 # List of PITRs to SMR on handover
100 #   address: IPv4 or IPv6 address of the Proxy-ITR
101 #proxy-itrs = {
102 #       address,
103 #       [address ...]
104 #}
105
106 # Current LISP beta-network (lisp4.net/lisp6.net) PITR addresses
107 # Uncomment the IPv4 or IPv6 list based on your current locators and
108 # comment the previous 'proxy-itrs' section
109
110 # LISP beta-network IPv4 PITRs
111 #proxy-itrs = {
112 #       69.31.31.98,            # eqx-ash-pxtr
113 #       149.20.48.60,           # isc-pxtr
114 #       198.6.255.37,           # asp-pxtr
115 #       173.36.193.25,          # sjc-pxtr
116 #       129.250.1.63,           # ntt-amer-pxtr
117 #       217.8.98.33,            # intouch-pxtr-1
118 #       217.8.98.35,            # intouch-pxtr-2
119 #       193.162.145.46,         # tdc-pxtr
120 #       158.38.1.92,            # uninett-pxtr
121 #       203.181.249.172,        # apan-pxtr
122 #       202.51.247.10           # sg-nus-pxtr
123 #}
124
125 # LISP beta-network IPv6 PITRs 
126
127 #proxy-itrs = {
128 #       2001:590::451f:1f62,            # eqx-ash-pxtr
129 #       2001:4f8:3:d::60,               # isc-pxtr
130 #       2001:418:4:1:deaf:bebe::10d,    # asp-pxtr
131 #       2001:418:0:1000::613,           # ntt-amer-pxtr
132 #       2001:200:e000:17::17,           # intouch-pxtr-1
133 #       2001:67C:21B4:108::b,           # intouch-pxtr-2
134 #       2001:6c8:41:100:0:2:1:c,        # tdc-pxtr
135 #       2001:700:0:52E::4,              # uninett-pxtr
136 #       2001:67C:21B4:107::b            # apan-pxtr
137 #}