Navigation
Supported Platforms
Related Documentation
Example: Configuring IPv6 Addressing for a Dynamic IP Demux Interface over Static VLANs
In this example, the network administrator configures IPv6 addressing for a dynamic IP demux interface over a group of static VLANs.
[edit]
dynamic-profiles {dhcp-demux-profile {interfaces {demux0 {unit "$junos-interface-unit" {demux-options {underlying-interface "$junos-underlying-interface";}family inet6 {address 2001::1/64;demux-source {$junos-subscriber-ipv6-address;}}}}}}}
system {services {dhcp-local-server {dhcpv6 {dynamic-profile dhcp-demux-prof;group vlan {interface ge-1/0/0.100;}}}}}
interfaces {ge-1/0/0 {vlan-tagging;unit 100 {demux-source inet6;vlan-id 100;family inet6 {address 2001::1/64;}}}}
access {address-assignment {pool dhcp {family inet6 {prefix 2001:0000:0000:0000::/64;range limits prefix-length 74;}}}}