Skip to content

Instantly share code, notes, and snippets.

@Riebart
Created March 2, 2020 17:52
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 Riebart/a0415adbe8419760ccda13434f08ebec to your computer and use it in GitHub Desktop.
Save Riebart/a0415adbe8419760ccda13434f08ebec to your computer and use it in GitHub Desktop.
Ubiquiti EdgeRouter IPv6 router advert and prefix delegation config
interfaces {
ethernet eth1 {
address 10.0.0.1/24
address 192.168.100.1/24
address ffff:ffff:ffff:ffff::1/64
address ffff:ffff:ffff:ffff::1/64
description Athens
duplex auto
firewall {
local {
ipv6-name LANv6_LOCAL
}
}
ipv6 {
dup-addr-detect-transmits 1
router-advert {
cur-hop-limit 64
link-mtu 0
managed-flag true
max-interval 600
name-server ffff:ffff:ffff:ffff::48
other-config-flag false
prefix ffff:ffff:ffff:ffff::1/64 {
autonomous-flag true
on-link-flag true
valid-lifetime 2592000
}
reachable-time 0
retrans-timer 0
send-advert true
}
}
speed auto
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment