Skip to content

Instantly share code, notes, and snippets.

@towo
Created January 28, 2016 09:50
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 towo/18c98da20acde67191b7 to your computer and use it in GitHub Desktop.
Save towo/18c98da20acde67191b7 to your computer and use it in GitHub Desktop.
dhcp6c for prefix delegation
interface pppoe0 {
send ia-pd 1;
};
id-assoc pd 1 {
prefix-interface vr1 {
sla-id 0;
sla-len 16;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment