forked from JNPRAutomate/ansible-junos-evpn-vxlan
-
Notifications
You must be signed in to change notification settings - Fork 2
/
leaf-04.conf
445 lines (431 loc) · 9.72 KB
/
leaf-04.conf
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
system {
host-name leaf-04;
time-zone America/Los_Angeles;
root-authentication {
encrypted-password "$1$ZUlES4dp$OUwWo1g7cLoV/aMWpHUnC/";
}
name-server {
192.168.5.68;
192.168.60.131;
}
services {
netconf {
ssh;
}
ssh;
}
login {
message "This is the property of Example Corp. Do not login without express permission. ";
}
syslog {
user * {
any emergency;
}
file messages {
any notice;
}
file cli-commands {
interactive-commands any;
explicit-priority;
}
time-format millisecond;
}
ntp {
server 172.17.28.5;
}
}
interfaces {
em0 {
unit 0 {
family inet {
address 0.0.0.0/<subnet mask>;
}
}
}
lo0 {
unit 0 {
family inet {
address 100.0.0.24/32
}
}
}
}
snmp {
location "Site 1";
contact "John Doe";
community public {
authorization read-only;
}
}
routing-options {
static {
route 172.0.0.0/8 {
next-hop 10.94.194.254;
retain;
no-readvertise;
}
}
}
protocols {
lldp {
interface all;
}
}
/* This block of configuration has been generated by the role overlay-evpn-access for Ansible */
interfaces {
xe-0/0/12 {
description "to access";
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members [ 105];
}
}
}
}
xe-0/0/13 {
description "to access";
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ 101 102 103 104 105 106 107 108];
}
}
}
}
ae0 {
description "to customer XX - server YY";
esi {
00:01:01:01:01:01:01:01:01:01;
all-active;
}
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ 101 102 103 104 105 106 107 108];
}
}
}
aggregated-ether-options {
lacp {
active;
system-id 00:00:00:01:01:01;
}
}
}
et-0/0/53 {
description "to access";
ether-options {
802.3ad ae0;
}
}
}
/* This block of configuration has been generated by the role overlay-evpn-qfx-l2 for Ansible */
protocols {
bgp {
group overlay-evpn {
type internal;
family evpn {
signaling;
}
local-address 100.0.0.24;
local-as 65200;
multipath;
neighbor 100.0.0.13;
neighbor 100.0.0.14;
import OVERLAY-IN;
bfd-liveness-detection {
minimum-interval 350;
multiplier 3;
session-mode automatic;
}
}
}
evpn {
encapsulation vxlan;
extended-vni-list [ 9105 9106 9107 9108 9109 9100 9101 9102 9103 9104 ];
multicast-mode ingress-replication;
vni-options {
vni 9105 {
vrf-target export target:1:9105;
}
vni 9106 {
vrf-target export target:1:9106;
}
vni 9107 {
vrf-target export target:1:9107;
}
vni 9108 {
vrf-target export target:1:9108;
}
vni 9109 {
vrf-target export target:1:9109;
}
vni 9100 {
vrf-target export target:1:9100;
}
vni 9101 {
vrf-target export target:1:9101;
}
vni 9102 {
vrf-target export target:1:9102;
}
vni 9103 {
vrf-target export target:1:9103;
}
vni 9104 {
vrf-target export target:1:9104;
}
}
}
}
switch-options {
vtep-source-interface lo0.0;
vrf-import LEAF-IN;
vrf-target target:9999:9999;
route-distinguisher 100.0.0.24:1;
}
policy-options {
policy-statement LEAF-IN {
term import_leaf_esi {
from community comm-leaf_esi;
then accept;
}
term import_vni9105 {
from community com9105;
then accept;
}
term import_vni9106 {
from community com9106;
then accept;
}
term import_vni9107 {
from community com9107;
then accept;
}
term import_vni9108 {
from community com9108;
then accept;
}
term import_vni9109 {
from community com9109;
then accept;
}
term import_vni9100 {
from community com9100;
then accept;
}
term import_vni9101 {
from community com9101;
then accept;
}
term import_vni9102 {
from community com9102;
then accept;
}
term import_vni9103 {
from community com9103;
then accept;
}
term import_vni9104 {
from community com9104;
then accept;
}
term default {
then reject;
}
}
policy-statement OVERLAY-IN {
term reject-remote-gw {
from {
family evpn;
next-hop [ 100.0.0.11 100.0.0.12 ];
nlri-route-type [ 1 2 ];
}
then reject;
}
term accept-all {
then accept;
}
}
community com9105 members target:1:9105;
community com9106 members target:1:9106;
community com9107 members target:1:9107;
community com9108 members target:1:9108;
community com9109 members target:1:9109;
community com9100 members target:1:9100;
community com9101 members target:1:9101;
community com9102 members target:1:9102;
community com9103 members target:1:9103;
community com9104 members target:1:9104;
community comm-leaf_esi members target:9999:9999;
}
vlans {
bd9105 {
vlan-id 105;
vxlan {
vni 9105;
ingress-node-replication;
}
}
bd9106 {
vlan-id 106;
vxlan {
vni 9106;
ingress-node-replication;
}
}
bd9107 {
vlan-id 107;
vxlan {
vni 9107;
ingress-node-replication;
}
}
bd9108 {
vlan-id 108;
vxlan {
vni 9108;
ingress-node-replication;
}
}
bd9109 {
vlan-id 109;
vxlan {
vni 9109;
ingress-node-replication;
}
}
bd9100 {
vlan-id 100;
vxlan {
vni 9100;
ingress-node-replication;
}
}
bd9101 {
vlan-id 101;
vxlan {
vni 9101;
ingress-node-replication;
}
}
bd9102 {
vlan-id 102;
vxlan {
vni 9102;
ingress-node-replication;
}
}
bd9103 {
vlan-id 103;
vxlan {
vni 9103;
ingress-node-replication;
}
}
bd9104 {
vlan-id 104;
vxlan {
vni 9104;
ingress-node-replication;
}
}
}
/* This block of configuration has been generated by the role underlay-ebgp for Ansible */
interfaces {
xe-0/0/1 {
description " * to spine-04";
mtu 9192;
unit 0 {
family inet {
mtu 9000;
address 172.16.0.31/31;
}
}
}
xe-0/0/0 {
description " * to spine-03";
mtu 9192;
unit 0 {
family inet {
mtu 9000;
address 172.16.0.27/31;
}
}
}
}
protocols {
bgp {
log-updown;
graceful-restart;
group underlay-ipfabric {
import bgp-ipclos-in;
export bgp-ipclos-out;
type external;
mtu-discovery;
local-as 65034;
bfd-liveness-detection {
minimum-interval 350;
multiplier 3;
session-mode automatic;
}
multipath multiple-as;
neighbor 172.16.0.30 {
peer-as 65024;
}
neighbor 172.16.0.26 {
peer-as 65023;
}
}
}
}
routing-options {
router-id 100.0.0.24;
forwarding-table {
export pfe-ecmp;
}
}
policy-options {
policy-statement pfe-ecmp {
then {
load-balance per-packet;
}
}
policy-statement bgp-ipclos-in {
term loopbacks {
from {
route-filter 100.0.0.0/16 orlonger;
}
then accept;
}
}
policy-statement bgp-ipclos-out {
term loopback {
from {
protocol direct;
route-filter 100.0.0.24/32 orlonger;
}
then {
community add MYCOMMUNITY;
next-hop self;
accept;
}
}
term as-path {
from {
as-path asPathLength2;
community MYCOMMUNITY;
}
then reject;
}
term reject {
then reject;
}
}
as-path asPathLength2 ".{2,}";
community MYCOMMUNITY members target:12345:222;
}