Skip to content

Instantly share code, notes, and snippets.

@alexjsteffen
Created February 27, 2025 02:01
Show Gist options
  • Save alexjsteffen/82c90f789867004c97a16644f2b28b21 to your computer and use it in GitHub Desktop.
Save alexjsteffen/82c90f789867004c97a16644f2b28b21 to your computer and use it in GitHub Desktop.
Mikrotik Script to activate ipv6 properly on Telus PureFiber with a SFP+ adapter or similar
:log info "Configuring SLAAC for IPv6"
/ipv6 address add interface=local from-pool=delegation advertise=yes
/ipv6 nd add interface=local dns=2606:4700:4700::1111 hop-limit=64 mtu=1500 ra-interval=10s-20s ra-preference=low
:log info "SLAAC configuration complete"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment