-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrt0.gorras.hw.esgob.com
More file actions
380 lines (380 loc) · 8.32 KB
/
rt0.gorras.hw.esgob.com
File metadata and controls
380 lines (380 loc) · 8.32 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
interfaces {
bridge br0 {
description "julia and ken"
}
bridge br1 {
description neil
}
bridge br2 {
description "jane and ken"
}
bridge br3 {
description "adam and helena"
}
ethernet eth0 {
bridge-group {
bridge br0
}
description "Cust: Julia and Ken"
duplex auto
speed auto
}
ethernet eth1 {
bridge-group {
bridge br1
}
description "Cust: Neil"
duplex auto
poe {
output off
}
speed auto
}
ethernet eth2 {
bridge-group {
bridge br2
}
description "Cust: Jane and Ken"
duplex auto
poe {
output off
}
speed auto
}
ethernet eth3 {
bridge-group {
bridge br3
}
description "Cust: Adam and Helena"
duplex auto
poe {
output off
}
speed auto
}
ethernet eth4 {
description test
duplex auto
ipv6 {
dup-addr-detect-transmits 1
router-advert {
cur-hop-limit 64
link-mtu 0
managed-flag false
max-interval 600
other-config-flag false
prefix ::/64 {
autonomous-flag true
on-link-flag true
valid-lifetime 2592000
}
reachable-time 0
retrans-timer 0
send-advert true
}
}
speed auto
}
ethernet eth5 {
address 185.61.112.117/30
address 2a04:ebc0:766:2:10::2/112
description "to-sw0.gi/1/0/2 (cisco switch at pole)"
duplex auto
ip {
ospf {
dead-interval 40
hello-interval 10
network point-to-point
priority 1
retransmit-interval 5
transmit-delay 1
}
}
speed auto
vif 100 {
bridge-group {
bridge br0
}
}
vif 101 {
bridge-group {
bridge br1
}
description neil
}
vif 102 {
bridge-group {
bridge br2
}
}
vif 103 {
bridge-group {
bridge br3
}
}
}
loopback lo {
address 185.61.112.72/32
address 2a04:ebc0:766:1::72/128
description test4
}
switch switch0 {
mtu 1500
}
}
policy {
prefix-list all-v4 {
rule 10 {
action permit
le 32
prefix 0.0.0.0/0
}
}
route-map deny-all-v4 {
rule 10 {
action deny
match {
ip {
address {
prefix-list all-v4
}
}
}
}
}
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 {
}
}
neighbor 185.19.148.1 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.72
}
neighbor 185.61.112.65 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.72
}
neighbor 185.61.112.70 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.72
}
neighbor 185.61.112.71 {
maximum-prefix 1000
nexthop-self
remote-as 60036
update-source 185.61.112.72
}
neighbor 2a04:ebc0:748:1::1 {
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::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::71 {
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 {
}
router-id 185.61.112.72
}
}
ospf {
area 0 {
network 185.61.112.72/32
network 185.61.112.116/30
}
parameters {
abr-type cisco
router-id 185.61.112.72
}
}
ospfv3 {
area 0.0.0.0 {
interface lo
interface eth5
}
parameters {
router-id 185.61.112.72
}
}
static {
route6 2a04:ebc0:714::/48 {
blackhole {
}
}
}
}
service {
dhcp-server {
disabled false
hostfile-update disable
use-dnsmasq disable
}
dhcpv6-server {
}
gui {
http-port 80
https-port 443
older-ciphers enable
}
lldp {
interface all {
}
}
nat {
}
snmp {
community <hidden> {
authorization ro
}
}
ssh {
port 22
protocol-version v2
}
}
system {
domain-name hw.esgob.com
host-name rt0-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 {
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
host 185.61.112.99 {
facility all {
level info
}
}
}
time-zone Europe/London
}