Skip to content

Instantly share code, notes, and snippets.

@aphistic
Created March 27, 2018 02:20
Show Gist options
  • Save aphistic/095a2fadc55e7322b65aad08dbe6f176 to your computer and use it in GitHub Desktop.
Save aphistic/095a2fadc55e7322b65aad08dbe6f176 to your computer and use it in GitHub Desktop.
unifi bgp config
{
"protocols": {
"bgp": {
"64500": {
"neighbor": {
"192.168.1.1": {
"remote-as": 64501
},
"192.168.1.2": {
"remote-as": 64501
},
"192.168.1.3": {
"remote-as": 64501
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment