Hi,
I have IPv4 addresses being assigned correcty on the VDSL2-A MPIM but I also need to allow the IPCP IPv6 allocated address to be assigned. Here is the IPv4 configuration that works fine:
set interfaces at-4/0/0 encapsulation atm-pvc
set interfaces at-4/0/0 atm-options vpi 0
set interfaces at-4/0/0 dsl-options operating-mode auto
set interfaces at-4/0/0 unit 0 encapsulation atm-ppp-vc-mux
set interfaces at-4/0/0 unit 0 vci 0.38
set interfaces at-4/0/0 unit 0 ppp-options chap default-chap-secret <Secret>
set interfaces at-4/0/0 unit 0 ppp-options chap local-name "me@me.co.uk"
set interfaces at-4/0/0 unit 0 ppp-options chap passive
set interfaces at-4/0/0 unit 0 ppp-options pap local-name "me@me"
set interfaces at-4/0/0 unit 0 ppp-options pap local-password <Password>
set interfaces at-4/0/0 unit 0 ppp-options pap passive
set interfaces at-4/0/0 unit 0 family inet negotiate-address
I need the IPv6 equivalent please?