-
Notifications
You must be signed in to change notification settings - Fork 3
/
default.cfg
64 lines (64 loc) · 984 Bytes
/
default.cfg
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
hostname rare
buggy
!
logging buffered debug 10240
logging file debug /rtr/run/logs/freertr.log
logging rotate 655360000 /rtr/run/logs/freertr.old
!
!
crypto rsakey rsa generate 2048
!
crypto dsakey dsa generate 1024
!
crypto ecdsakey ecdsa generate 256
!
!
scheduler errors
time 600000
delay 30000
command clear errors freerror@nop.hu
start
exit
!
aaa userlist usr
no log-error
username rare
username rare password rare
exit
!
prefix-list ALL4
sequence 10 permit 0.0.0.0/0 ge 0 le 0
exit
!
prefix-list ALL6
sequence 10 permit ::/0 ge 0 le 0
exit
!
vrf definition OOB
exit
!
server telnet OOB
security authentication usr
security rsakey rsa
security dsakey dsa
security ecdsakey ecdsa
second-port 22
exec logging
login logging
login authentication usr
vrf OOB
exit
!
proxy-profile OOB
vrf OOB
exit
!
client proxy OOB
client name-server 1.1.1.1
client time-server europe.pool.ntp.org
client time-zone CET
client capture-path /rtr/run/pcap/
!
do write
!
end