Skip to content

Instantly share code, notes, and snippets.

@jbweber
Created December 29, 2019 19:34
Show Gist options
  • Save jbweber/5232fe202e91a88142f33044425ce594 to your computer and use it in GitHub Desktop.
Save jbweber/5232fe202e91a88142f33044425ce594 to your computer and use it in GitHub Desktop.
ubnt edge router BGP setup

https://tools.ietf.org/html/rfc6996 64512 - 65534 inclusive – private 2 byte ASN 4200000000 - 4294967294 inclusive - private 4 byte ASN

configure
set protocols bgp 65000 parameters router-id 192.168.254.1
set protocols bgp 65000 neighbor 192.168.255.0 remote-as 65001
set protocols bgp 65000 neighbor 192.168.255.0 soft-reconfiguration inbound
set protocols bgp 65000 neighbor 192.168.255.0 default-originate
commit ; save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment