Skip to content

Instantly share code, notes, and snippets.

@kyledrake
Created September 20, 2016 15:41
Show Gist options
  • Save kyledrake/10b9dc64ba737812c3c445cf1c00436e to your computer and use it in GitHub Desktop.
Save kyledrake/10b9dc64ba737812c3c445cf1c00436e to your computer and use it in GitHub Desktop.
log syslog all;
router id **MY_IP**;
protocol bgp vultr {
local as 395409;
source address **MY_IP**;
import none;
export all;
graceful restart on;
multihop 2;
neighbor **BGP_IP** as 64515;
password "**OBSCURED**";
}
protocol static {
route 198.51.233.0/24 via **MY_IP**;
}
protocol device {
scan time 5;
}
protocol direct {
interface "neocities*";
import all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment