Hi, just got a Juniper SRX110 for use at a new VDSL site (Snap Internet)Having issues getting it connected, had it working with ADSL have now switched to VDSL.Here's the config so far, the VDSL is showing as being up pt-1/0/0 { vdsl-options { vdsl-profile 8b; } unit 0 { encapsulation ppp-over-ether; } } lo0 { unit 0 { family inet { address 192.168.5.251/24; } } } pp0 { unit 0 { ppp-options { pap { local-name "users@snap.net.nz"; local-password "removed"; passive; } } pppoe-options { underlying-interface pt-1/0/0.0; auto-reconnect 120; client; } family inet { negotiate-address; } } }
↧