Hi,
You need following configuration to bring IPv6 up. Hope you're requesting only NDRA prefix.
Define family IPv6 and RA under Dynamic-profile.
LNS# show dynamic-profiles dyn-lns-profile | no-more
interfaces {
"$junos-interface-ifd-name" {
unit "$junos-interface-unit" {
dial-options {
l2tp-interface-id l2tp-encapsulation;
}
family inet {
unnumbered-address "$junos-loopback-interface";
}
family inet6 {
unnumbered-address "$junos-loopback-interface";
}
}
}
}
protocols {
router-advertisement {
interface "$junos-interface-name" {
prefix $junos-ipv6-ndra-prefix;
}
}
}
Define IPv6 address matching the pool under lo0 /128.
Define NDRA prefix pool under Access Stanza.
{master}[edit access]
LNS# show
address-assignment {
neighbor-discovery-router-advertisement POOL
Regards,
Rahul