-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrt2.gorras.hw.esgob.com
More file actions
406 lines (406 loc) · 9.12 KB
/
rt2.gorras.hw.esgob.com
File metadata and controls
406 lines (406 loc) · 9.12 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
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
firewall {
all-ping enable
broadcast-ping disable
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
receive-redirects disable
send-redirects enable
source-validation disable
syn-cookies enable
}
interfaces {
ethernet eth0 {
address 185.61.113.82/30
address 2a04:ebc0:766:2:25::2/112
description "Core: rt2-gorras to rt1-gorras"
duplex auto
ip {
ospf {
dead-interval 40
hello-interval 10
network point-to-point
priority 1
retransmit-interval 5
transmit-delay 1
}
}
poe {
output off
}
speed auto
}
ethernet eth1 {
description "to swpole1"
duplex auto
poe {
output off
}
speed auto
}
ethernet eth2 {
duplex auto
poe {
output off
}
speed auto
}
ethernet eth3 {
duplex auto
poe {
output off
}
speed auto
}
ethernet eth4 {
address 185.61.112.89/30
address 2a04:ebc0:766:2:3::1/112
description to-shed-sw1
duplex auto
ip {
ospf {
dead-interval 40
hello-interval 10
network point-to-point
priority 1
retransmit-interval 5
transmit-delay 1
}
}
poe {
output off
}
speed auto
}
loopback lo {
address 185.61.112.71/32
address 2a04:ebc0:766:1::71/128
}
switch switch0 {
mtu 1500
}
}
policy {
prefix-list all-v4 {
rule 10 {
action permit
le 32
prefix 0.0.0.0/0
}
}
prefix-list6 all-v6 {
rule 10 {
action permit
le 128
prefix ::/0
}
}
route-map deny-all-v4 {
rule 10 {
action deny
match {
ip {
address {
prefix-list all-v4
}
}
}
}
}
route-map deny-all-v6 {
rule 10 {
action deny
match {
ipv6 {
address {
prefix-list all-v6
}
}
}
}
}
route-map originated-internal-v4-map {
rule 10 {
action permit
set {
community "60036:4003 60036:8000 60036:8002"
}
}
}
route-map originated-internal-v6-map {
rule 10 {
action permit
set {
community "60036:4003 60036:8000 60036:8002"
}
}
}
route-map originated-supernet-v4-map {
rule 10 {
action permit
set {
community "60036:4003 60036:8000 60036:8001"
}
}
}
route-map originated-supernet-v6-map {
rule 10 {
action permit
set {
community "60036:4003 60036:8000 60036:8001"
}
}
}
}
protocols {
bgp 60036 {
address-family {
ipv6-unicast {
network 2A04:EBC0:766:116::/64 {
route-map originated-internal-v6-map
}
network 2A04:EBC0:766:117::/64 {
route-map originated-internal-v6-map
}
}
}
neighbor 185.19.148.1 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.71
}
neighbor 185.19.148.2 {
description rt1.cowshed
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.71
}
neighbor 185.19.148.3 {
description rt3.gorras
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.71
}
neighbor 185.19.148.5 {
description rt1.jordanston
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.71
}
neighbor 185.61.112.65 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.71
}
neighbor 185.61.112.70 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.71
}
neighbor 185.61.112.72 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.71
}
neighbor 2a04:ebc0:748:1::1 {
address-family {
ipv6-unicast {
maximum-prefix 1000
nexthop-self
}
}
disable-capability-negotiation
no-activate
remote-as 60036
route-map {
import deny-all-v4
}
update-source lo
}
neighbor 2a04:ebc0:766:1::65 {
address-family {
ipv6-unicast {
maximum-prefix 1000
nexthop-self
}
}
no-activate
remote-as 60036
route-map {
import deny-all-v4
}
update-source lo
}
neighbor 2a04:ebc0:766:1::70 {
address-family {
ipv6-unicast {
maximum-prefix 1000
nexthop-self
}
}
no-activate
remote-as 60036
route-map {
import deny-all-v4
}
update-source lo
}
neighbor 2a04:ebc0:766:1::72 {
address-family {
ipv6-unicast {
maximum-prefix 1000
nexthop-self
}
}
no-activate
remote-as 60036
route-map {
import deny-all-v4
}
update-source lo
}
parameters {
default {
no-ipv4-unicast
}
router-id 185.61.112.71
}
}
ospf {
area 0 {
network 185.61.112.71/32
network 185.61.113.80/30
network 185.61.113.72/30
}
area 1 {
network 185.61.112.88/30
}
parameters {
abr-type cisco
router-id 185.61.112.71
}
}
ospfv3 {
area 0.0.0.0 {
interface lo
interface eth0
}
area 0.0.0.1 {
interface eth4
}
parameters {
router-id 185.61.112.71
}
}
static {
route6 2A04:EBC0:766:116::/64 {
blackhole {
}
}
route6 2A04:EBC0:766:117::/64 {
blackhole {
}
}
}
}
service {
dhcp-server {
disabled false
hostfile-update disable
use-dnsmasq disable
}
gui {
http-port 80
https-port 443
older-ciphers enable
}
lldp {
interface all {
}
}
snmp {
community <hidden> {
authorization ro
}
}
ssh {
port 22
protocol-version v2
}
}
system {
host-name rt2-gorras
login {
user nat {
authentication {
encrypted-password ****************
plaintext-password ****************
}
level admin
}
user neil {
authentication {
encrypted-password ****************
plaintext-password ****************
}
level admin
}
user oxidized-prod {
authentication {
encrypted-password ****************
plaintext-password ****************
}
level admin
}
user oxidized-test {
authentication {
encrypted-password ****************
plaintext-password ****************
}
level admin
}
}
name-server 185.61.112.98
name-server 185.19.148.98
ntp {
server 185.61.112.97 {
}
}
offload {
hwnat disable
ipsec enable
ipv4 {
forwarding enable
pppoe enable
vlan enable
}
ipv6 {
forwarding enable
pppoe enable
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
host 185.61.112.99 {
facility all {
level info
}
}
}
time-zone UTC
}