> show configuration dynamic-profiles BASIC-PPPOE-PROFILE { routing-instances { "$junos-routing-instance" { interface "$junos-interface-name"; routing-options { access { route $junos-framed-route-ip-address-prefix { next-hop "$junos-framed-route-nexthop"; tag "$junos-framed-route-tag"; } } access-internal { route $junos-subscriber-ip-address { qualified-next-hop "$junos-interface-name"; } } } } } interfaces { pp0 { interface-mib; interface-transmit-statistics; unit "$junos-interface-unit" { ppp-options { chap; pap; } pppoe-options { underlying-interface "$junos-underlying-interface"; server; } keepalives interval 30; family inet { rpf-check; filter { input "$junos-input-filter"; output "$junos-output-filter"; } unnumbered-address lo0.0; } family inet6 { rpf-check; filter { input "$junos-input-ipv6-filter"; output "$junos-output-ipv6-filter"; } unnumbered-address lo0.0; } } } } protocols { router-advertisement { interface "$junos-interface-name" { other-stateful-configuration; link-mtu; prefix $junos-ipv6-ndra-prefix; } } } }