blob: d2d33d043302376f38ad07812bea73fb5139750b (
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
|
set interfaces ethernet eth0 duplex 'auto'
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 speed 'auto'
set protocols static mroute 224.1.0.0/24 interface eth0.203 distance '10'
set protocols static mroute 224.2.0.0/24 next-hop 172.18.203.254 distance '20'
set protocols static route 10.0.0.0/8 blackhole distance '200'
set protocols static route 10.0.0.0/8 blackhole tag '333'
set protocols static route 10.0.0.0/8 next-hop 192.0.2.140 bfd multi-hop source-address '192.0.2.10'
set protocols static route 10.0.0.0/8 next-hop 192.0.2.140 bfd profile 'vyos-test'
set protocols static route 10.0.0.0/8 next-hop 192.0.2.140 distance '123'
set protocols static route 10.0.0.0/8 next-hop 192.0.2.140 interface 'eth0'
set protocols static route 172.16.0.0/16 next-hop 172.18.203.254 bfd multi-hop source-address '172.18.203.254'
set protocols static route 172.16.0.0/16 next-hop 172.18.203.254 bfd profile 'foo'
set protocols static route6 2001:db8:1::/48 next-hop fe80::1 bfd multi-hop source-address 'fe80::1'
set protocols static route6 2001:db8:1::/48 next-hop fe80::1 bfd profile 'bar'
set protocols static route6 2001:db8:1::/48 next-hop fe80::1 interface 'eth0.203'
set protocols static route6 2001:db8:2::/48 next-hop fe80::1 bfd multi-hop source-address 'fe80::1'
set protocols static route6 2001:db8:2::/48 next-hop fe80::1 bfd profile 'bar'
set protocols static route6 2001:db8:2::/48 next-hop fe80::1 interface 'eth0.203'
set protocols static route6 2001:db8:3::/48 next-hop fe80::1 bfd
set protocols static route6 2001:db8:3::/48 next-hop fe80::1 interface 'eth0.203'
set service lldp interface all
set service ntp allow-client address '0.0.0.0/0'
set service ntp allow-client address '::/0'
set service ntp server 172.16.100.10
set service ntp server 172.16.100.20
set service ntp server 172.16.110.30
set system config-management commit-revisions '100'
set system console device ttyS0 speed '115200'
set system host-name 'vyos'
set system login user vyos authentication encrypted-password '$6$O5gJRlDYQpj$MtrCV9lxMnZPMbcxlU7.FI793MImNHznxGoMFgm3Q6QP3vfKJyOSRCt3Ka/GzFQyW1yZS4NS616NLHaIPPFHc0'
set system login user vyos authentication plaintext-password ''
set system syslog global facility all level 'info'
set system syslog global facility local7 level 'debug'
set system time-zone 'Asia/Macau'
|