Skip to content

Instantly share code, notes, and snippets.

@benjojo
Last active April 19, 2017 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjojo/1d23f0a9d0a767a5a3d77a7e4f91881a to your computer and use it in GitHub Desktop.
Save benjojo/1d23f0a9d0a767a5a3d77a7e4f91881a to your computer and use it in GitHub Desktop.
Ubiquiti edge routers don't actually work with v6 sessions, they setup v4 sessions over v6 and then confuse upstream
ben@edge# show protocols bgp
bgp 206924 {
address-family {
ipv6-unicast {
network 2a07:1500:4663::/48 {
}
}
}
neighbor 2001:470:11:a::1 {
description "HE BGP tunnel fucking pos"
remote-as 6939
timers {
connect 4
}
}
}
[edit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment