Last active
April 19, 2017 21:22
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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