SmartNode PPPoE Configuration
Posted by , Last modified by Daniel Lizaola on 14 December 2017 05:37 PM

Configuration Description

A standard PPPoE configuration including authentication.
# Replace ‹account› and ‹password›

 

Command sequence to copy, edit and paste

configure
profile napt PF_NAPT_WAN

port ethernet 0 0
  encapulation pppoe

context ip

interface IF_WAN
  ipaddress unnumbered
  use profile napt PF_NAPT_WAN
  point-to-point
  mtu 1492
  tcp adjust-mss rx mtu
  tcp adjust-mss tx mtu

context ip router
  route 0.0.0.0 0.0.0.0 IF_WAN 0

subscriber ppp PPP-SUBSCRIBER
  dial out
  authentication chap pap
  identification outbound ‹account› password ‹password›
  bind interface IF_WAN router

port ethernet 0 0

encapsulation pppoe | multi
pppoe

session PPPoE-Session
  bind subscriber PPP-SUBSCRIBER
  no shutdown

port ethernet 0 0
no shutdown

(8748 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).