Overview

PPPoE is a network protocol for encapsulating PPP frames inside Ethernet frames. It appeared in 1999, in the context of the boom of DSL as the solution for tunneling packets over the DSL connection to the ISPs IP network, and from there to the rest of the Internet. 

Instructions

vyatta@R1# set resources chap-secrets user userid secret password

vyatta@R1# set interfaces pppoe pppoe0 interface dp0p1s1

vyatta@R1# set interfaces pppoe pppoe0 chap-user userid

vyatta@R1# set interfaces pppoe pppoe0 default-route

vyatta@R1# set interfaces pppoe pppoe0 name-server

vyatta@R1# set interfaces pppoe pppoe0 mtu 1492

Verification and Troubleshooting

vyatta@R1$ show interfaces detail

vyatta@R1$ ping www.google.com

vyatta@R1$ show log

Related articles

The content by label feature displays related articles automatically, based on labels you choose. To edit options for this feature, select the placeholder below and tap the pencil icon.

相关问题