|
| 1 | +set interfaces bridge br2000 address '10.10.7.1/30' |
| 2 | +set interfaces bridge br2000 description 'customer blue' |
| 3 | +set interfaces bridge br2000 member interface eth2.2600 |
| 4 | +set interfaces bridge br2000 member interface vxlan2000 |
| 5 | +set interfaces bridge br2000 vrf 'blue' |
| 6 | +set interfaces dummy dum0 address '10.255.253.1/32' |
| 7 | +set interfaces dummy dum0 address '10.255.253.24/32' |
| 8 | +set interfaces ethernet eth0 duplex 'auto' |
| 9 | +set interfaces ethernet eth0 offload gro |
| 10 | +set interfaces ethernet eth0 offload gso |
| 11 | +set interfaces ethernet eth0 offload sg |
| 12 | +set interfaces ethernet eth0 offload tso |
| 13 | +set interfaces ethernet eth0 speed 'auto' |
| 14 | +set interfaces ethernet eth0 vif 6 address '192.168.0.1/24' |
| 15 | +set interfaces ethernet eth0 vif 6 vrf 'green' |
| 16 | +set interfaces ethernet eth1 duplex 'auto' |
| 17 | +set interfaces ethernet eth1 speed 'auto' |
| 18 | +set interfaces ethernet eth1 vif 101 address '192.0.2.1/31' |
| 19 | +set interfaces ethernet eth1 vif 888 address '192.0.2.3/31' |
| 20 | +set interfaces ethernet eth1 vif 888 vrf 'blue' |
| 21 | +set interfaces ethernet eth2 duplex 'auto' |
| 22 | +set interfaces ethernet eth2 speed 'auto' |
| 23 | +set interfaces ethernet eth2 vif 1111 address '192.0.2.11/31' |
| 24 | +set interfaces ethernet eth2 vif 1111 vrf 'red' |
| 25 | +set interfaces ethernet eth2 vif 1113 address '192.0.2.13/31' |
| 26 | +set interfaces ethernet eth2 vif 1113 vrf 'red' |
| 27 | +set interfaces ethernet eth2 vif 2600 |
| 28 | +set interfaces vxlan vxlan2000 mtu '1500' |
| 29 | +set interfaces vxlan vxlan2000 parameters nolearning |
| 30 | +set interfaces vxlan vxlan2000 port '4789' |
| 31 | +set interfaces vxlan vxlan2000 source-address '10.255.253.1' |
| 32 | +set interfaces vxlan vxlan2000 vni '2000' |
| 33 | +set protocols bgp address-family l2vpn-evpn advertise ipv4 unicast |
| 34 | +set protocols bgp address-family l2vpn-evpn advertise-all-vni |
| 35 | +set protocols bgp neighbor 10.255.253.9 address-family ipv4-unicast allowas-in number '10' |
| 36 | +set protocols bgp neighbor 10.255.253.9 address-family ipv4-unicast nexthop-self |
| 37 | +set protocols bgp neighbor 10.255.253.9 remote-as 'internal' |
| 38 | +set protocols bgp neighbor 10.255.253.9 update-source '10.255.253.1' |
| 39 | +set protocols bgp neighbor 10.255.253.25 peer-group 'EVPN' |
| 40 | +set protocols bgp parameters log-neighbor-changes |
| 41 | +set protocols bgp parameters network-import-check |
| 42 | +set protocols bgp parameters router-id '10.255.253.1' |
| 43 | +set protocols bgp peer-group EVPN address-family l2vpn-evpn |
| 44 | +set protocols bgp peer-group EVPN remote-as '100' |
| 45 | +set protocols bgp peer-group EVPN update-source 'dum0' |
| 46 | +set protocols bgp system-as '100' |
| 47 | +set protocols ospf interface dum0 area '0' |
| 48 | +set protocols ospf interface eth1.101 area '0' |
| 49 | +set protocols ospf interface eth1.101 network 'broadcast' |
| 50 | +set protocols ospf log-adjacency-changes detail |
| 51 | +set protocols ospf parameters router-id '10.255.253.1' |
| 52 | +set service ntp allow-client address '0.0.0.0/0' |
| 53 | +set service ntp allow-client address '::/0' |
| 54 | +set service ntp server 0.pool.ntp.org |
| 55 | +set service ntp server 1.pool.ntp.org |
| 56 | +set service ntp server 2.pool.ntp.org |
| 57 | +set service ssh disable-host-validation |
| 58 | +set service ssh port '22' |
| 59 | +set system config-management commit-revisions '20' |
| 60 | +set system conntrack modules ftp |
| 61 | +set system conntrack modules h323 |
| 62 | +set system conntrack modules nfs |
| 63 | +set system conntrack modules pptp |
| 64 | +set system conntrack modules sip |
| 65 | +set system conntrack modules sqlnet |
| 66 | +set system conntrack modules tftp |
| 67 | +set system console device ttyS0 speed '115200' |
| 68 | +set system domain-name 'vyos.net' |
| 69 | +set system host-name 'evpn-l3vpn-vrf-foo' |
| 70 | +set system login user vyos authentication encrypted-password '$6$O5gJRlDYQpj$MtrCV9lxMnZPMbcxlU7.FI793MImNHznxGoMFgm3Q6QP3vfKJyOSRCt3Ka/GzFQyW1yZS4NS616NLHaIPPFHc0' |
| 71 | +set system login user vyos authentication plaintext-password '' |
| 72 | +set system option ctrl-alt-delete 'reboot' |
| 73 | +set system option reboot-on-panic |
| 74 | +set system syslog console facility all level 'emerg' |
| 75 | +set system syslog console facility mail level 'info' |
| 76 | +set system syslog local facility all level 'info' |
| 77 | +set system syslog local facility local7 level 'debug' |
| 78 | +set system syslog preserve-fqdn |
| 79 | +set system time-zone 'Europe/Berlin' |
| 80 | +set vrf name blue protocols bgp address-family ipv4-unicast redistribute connected |
| 81 | +set vrf name blue protocols bgp neighbor 192.0.2.2 address-family ipv4-unicast allowas-in number '1' |
| 82 | +set vrf name blue protocols bgp neighbor 192.0.2.2 address-family ipv4-unicast maximum-prefix '20' |
| 83 | +set vrf name blue protocols bgp neighbor 192.0.2.2 local-as 667 no-prepend replace-as |
| 84 | +set vrf name blue protocols bgp neighbor 192.0.2.2 remote-as '100' |
| 85 | +set vrf name blue protocols bgp neighbor 192.0.2.4 address-family ipv4-unicast maximum-prefix '40' |
| 86 | +set vrf name blue protocols bgp neighbor 192.0.2.4 local-as 200 |
| 87 | +set vrf name blue protocols bgp neighbor 192.0.2.4 remote-as '300' |
| 88 | +set vrf name blue protocols bgp neighbor 192.0.2.6 address-family ipv4-unicast allowas-in number '7' |
| 89 | +set vrf name blue protocols bgp neighbor 192.0.2.6 local-as 667 no-prepend replace-as |
| 90 | +set vrf name blue protocols bgp neighbor 192.0.2.6 remote-as '112' |
| 91 | +set vrf name blue table '2001' |
| 92 | +set vrf name blue vni '2001' |
| 93 | +set vrf name green table '4001' |
| 94 | +set vrf name red protocols bgp address-family ipv4-unicast redistribute connected |
| 95 | +set vrf name red protocols bgp neighbor 192.0.2.10 peer-group 'foo' |
| 96 | +set vrf name red protocols bgp neighbor 192.0.2.12 address-family ipv4-unicast allowas-in number '10' |
| 97 | +set vrf name red protocols bgp neighbor 192.0.2.12 local-as 65412 no-prepend replace-as |
| 98 | +set vrf name red protocols bgp neighbor 192.0.2.12 peer-group 'bar' |
| 99 | +set vrf name red protocols bgp neighbor 192.0.2.14 local-as 1111 no-prepend replace-as |
| 100 | +set vrf name red protocols bgp neighbor 192.0.2.14 peer-group 'foo' |
| 101 | +set vrf name red protocols bgp peer-group bar address-family ipv4-unicast allowas-in number '10' |
| 102 | +set vrf name red protocols bgp peer-group bar remote-as '333' |
| 103 | +set vrf name red protocols bgp peer-group foo address-family ipv4-unicast soft-reconfiguration inbound |
| 104 | +set vrf name red protocols bgp peer-group foo local-as 1000 |
| 105 | +set vrf name red protocols bgp peer-group foo remote-as '300' |
| 106 | +set vrf name red table '3001' |
| 107 | +set vrf name red vni '3001' |
0 commit comments