summaryrefslogtreecommitdiff
path: root/smoketest/config-tests/basic-vyos-no-ntp
blob: 81ff98fc9272996bbe58ec77500e31747c3cfb5d (plain)
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
set interfaces dummy dum0 address '172.18.254.203/32'
set interfaces ethernet eth0 duplex 'auto'
set interfaces ethernet eth0 offload gro
set interfaces ethernet eth0 offload gso
set interfaces ethernet eth0 offload sg
set interfaces ethernet eth0 offload tso
set interfaces ethernet eth0 speed 'auto'
set interfaces ethernet eth0 vif 203 address '172.18.203.10/24'
set interfaces ethernet eth1 duplex 'auto'
set interfaces ethernet eth1 offload gro
set interfaces ethernet eth1 offload gso
set interfaces ethernet eth1 offload sg
set interfaces ethernet eth1 offload tso
set interfaces ethernet eth1 speed 'auto'
set interfaces ethernet eth2 offload gro
set interfaces ethernet eth2 offload gso
set interfaces ethernet eth2 offload sg
set interfaces ethernet eth2 offload tso
set interfaces ethernet eth3 offload gro
set interfaces ethernet eth3 offload gso
set interfaces ethernet eth3 offload sg
set interfaces ethernet eth3 offload tso
set protocols ospf area 0 network '172.18.203.0/24'
set protocols ospf area 0 network '172.18.254.203/32'
set protocols ospf interface eth0.203 authentication md5 key-id 10 md5-key 'vyos'
set protocols ospf interface eth0.203 dead-interval '40'
set protocols ospf interface eth0.203 hello-interval '10'
set protocols ospf interface eth0.203 passive disable
set protocols ospf interface eth0.203 priority '1'
set protocols ospf interface eth0.203 retransmit-interval '5'
set protocols ospf interface eth0.203 transmit-delay '1'
set protocols ospf log-adjacency-changes detail
set protocols ospf parameters abr-type 'cisco'
set protocols ospf parameters router-id '172.18.254.201'
set protocols ospf passive-interface 'default'
set protocols ospf redistribute connected metric-type '2'
set service lldp interface all
set service ssh disable-host-validation
set service ssh port '22'
set system config-management commit-revisions '200'
set system conntrack modules ftp
set system conntrack modules h323
set system conntrack modules nfs
set system conntrack modules pptp
set system conntrack modules sip
set system conntrack modules sqlnet
set system conntrack modules tftp
set system console device ttyS0 speed '115200'
set system domain-name 'vyos.ci.net'
set system host-name 'no-ntp'
set system login user vyos authentication encrypted-password '$6$r/Yw/07NXNY$/ZB.Rjf9jxEV.BYoDyLdH.kH14rU52pOBtrX.4S34qlPt77chflCHvpTCq9a6huLzwaMR50rEICzA5GoIRZlM0'
set system login user vyos authentication plaintext-password ''
set system name-server '172.16.254.30'
set system syslog global facility all level 'debug'
set system syslog global facility local7 level 'debug'
set system time-zone 'Europe/Berlin'