wiz_PPPoE_0 { system { services { dhcp { propagate-ppp-settings pp0.0; } } } interfaces { pp0 { unit 0 { description "BT Infinity"; ppp-options { chap { default-chap-secret "xxxxxxxxxxxxxxx"; local-name "xxxxxxxxxxxxxxx"; no-rfc2486; passive; } pap { local-name "xxxxxxxxxxx"; no-rfc2486; local-password "xxxxxxxxxxx"; passive; } } pppoe-options { underlying-interface ge-0/0/0.0; } family inet { negotiate-address; } } } ge-0/0/0 { unit 0 { encapsulation ppp-over-ether; } } } routing-options { static { route 0.0.0.0/0 { qualified-next-hop pp0.0 { metric 1; } } } } security { zones { security-zone untrust { interfaces { pp0.0; } } } } } } apply-groups wiz_PPPoE_0;