interfaces { ethernet eth0 { address 192.0.2.10/24 address 2001:db8:10::1/64 duplex auto hw-id 08:00:27:ce:94:f0 pppoe 0 { default-route auto mtu 1492 name-server auto password qwerty user-id user } /* Should be renamed to smp-affinity */ smp_affinity 1 speed auto } ethernet eth1 { address 192.168.56.190/24 duplex auto hw-id 08:00:27:aa:90:0a smp_affinity auto speed auto vrrp { vrrp-group 1 { advertise-interval 1 preempt true preempt-delay 100 virtual-address 192.168.56.195/24 } } } loopback lo { } } protocols { bgp 65000 { /* All options should be migrated to address-family ipv4-unicast */ neighbor 192.0.2.20 { allowas-in { number 3 } default-originate { } ebgp-multihop 30 remote-as 64512 soft-reconfiguration { inbound } } } } service { dhcp-relay { interface eth1 interface eth0 relay-options { hop-count 10 max-size 576 /* Should be deleted */ port 3000 relay-agents-packets forward } server 192.0.2.14 } dhcp-server { /* Should be converted to valueless, without true */ disabled true shared-network-name Test { /* Should be converted to a valueless node, without enable */ authoritative enable subnet 192.168.56.0/24 { ip-forwarding { /* Should be converted to a valueless node, without true */ enable true } lease 86400 /* Should be converted to a range node */ start 192.168.56.10 { stop 192.168.56.20 } } } } dhcpv6-relay { listen-interface eth1 { } /* Should be deleted */ listen-port 3000 upstream-interface eth0 { } } ssh { port 22 } webproxy { cache-size 100 default-port 3128 listen-address 192.0.2.10 { } /* Should be migrated to whitelist destination-address */ proxy-bypass 203.0.113.0/24 } } system { /* Revisions not set intentionally for testing that migration scripts set them */ config-management { } console { device ttyS0 { speed 9600 } } /* Should be migrated to protocols static */ gateway-address 192.168.56.1 host-name vyatta login { user vyatta { authentication { encrypted-password $1$4XHPj9eT$G3ww9B/pYDLSXC8YVvazP0 } level admin } } ntp { server 0.vyatta.pool.ntp.org { } server 1.vyatta.pool.ntp.org { } server 2.vyatta.pool.ntp.org { } } package { auto-sync 1 repository community { components main distribution stable password "" url http://packages.vyatta.com/vyatta username "" } } syslog { global { facility all { level notice } facility protocols { level debug } } } time-zone GMT } vpn { pptp { remote-access { authentication { mode radius /* Should be moved to authentication radius server */ radius-server 192.0.2.40 { key foobar } } client-ip-pool { start 10.4.0.10 stop 10.4.0.20 } outside-address 192.0.2.10 } } } /* Warning: Do not remove the following line. */ /* === vyatta-config-version: "cluster@1:config-management@1:conntrack-sync@1:conntrack@1:dhcp-relay@1:dhcp-server@4:firewall@5:ipsec@4:nat@4:qos@1:quagga@2:system@6:vrrp@1:wanloadbalance@3:webgui@1:webproxy@1:zone-policy@1" === */ /* Release version: VC6.5R1 */