/*XORP Configuration File, v1.0*/ protocols { fib2mrib { disable: true } static { disable: false route 0.0.0.0/0 { next-hop 199.202.214.217 } } igmp { disable: false } ospf4 { router-id: 199.202.214.218 rfc1583-compatibility: false ip-router-alert: false area 0.0.0.0 { area-type: "normal" default-lsa { disable: false metric: 0 } interface eth0 { link-type: "broadcast" vif eth0 { address 199.202.214.218 { } } } interface w1g1ppp { link-type: "p2p" vif w1g1ppp { address 10.0.2.217 { neighbor 10.0.2.216 { router-id: 199.202.214.218 } } } } } } } interfaces { restore-original-config-on-shutdown: false interface lo { description: "Loopback" disable: false discard: false unreachable: false management: false default-system-config { } } interface eth0 { description: "Vermont LAN" disable: false discard: false unreachable: false management: false vif eth0 { disable: false address 199.202.214.218 { prefix-length: 24 broadcast: 199.202.214.255 disable: false } } } interface w1g1ppp { description: "Vermont WAN" disable: false discard: false unreachable: false management: false vif w1g1ppp { disable: false address 10.0.2.217 { prefix-length: 24 destination: 10.0.2.216 point-to-point: true disable: false } } } } fea { unicast-forwarding4 { disable: false } } rtrmgr { config-directory: "/home/xorp/" load-file-command: "fetch" load-file-command-args: "-o" load-ftp-command: "fetch" load-ftp-command-args: "-o" load-http-command: "fetch" load-http-command-args: "-o" load-tftp-command: "sh -c 'echo Not implemented 1>&2 && exit 1'" load-tftp-command-args: "" save-file-command: "sh -c 'echo Not implemented 1>&2 && exit 1'" save-file-command-args: "" save-ftp-command: "sh -c 'echo Not implemented 1>&2 && exit 1'" save-ftp-command-args: "" save-http-command: "sh -c 'echo Not implemented 1>&2 && exit 1'" save-http-command-args: "" save-tftp-command: "sh -c 'echo Not implemented 1>&2 && exit 1'" save-tftp-command-args: "" }