Skip to content

Instantly share code, notes, and snippets.

@Cynerva
Created April 16, 2019 13:41
Show Gist options
  • Save Cynerva/46712dd1e9b75d42cb38fb966abfa932 to your computer and use it in GitHub Desktop.
Save Cynerva/46712dd1e9b75d42cb38fb966abfa932 to your computer and use it in GitHub Desktop.
log syslog all;
debug protocols all;
router id 10.88.0.1;
protocol kernel {
persist;
scan time 20;
export all;
}
protocol device {
scan time 10;
}
protocol bgp {
import all;
local as 64512;
neighbor 10.88.0.108 as 64512;
direct;
}
protocol bgp {
import all;
local as 64512;
neighbor 10.88.0.107 as 64512;
direct;
}
protocol bgp {
import all;
local as 64512;
neighbor 10.88.0.109 as 64512;
direct;
}
protocol bgp {
import all;
local as 64512;
neighbor 10.88.1.4 as 64512;
direct;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment