User Tools

Site Tools


wiki:site:cisco:pppoe:start

This is an old revision of the document!


Table of Contents

PPPoE

PPPoE Server

ip local pool WOPool 10.1.3.2 10.1.3.254
bba-group pppoe WOGroup
  virtual-template 1
!
username Fred password Barney
!
interface virtual-template 1
  ip address 10.1.3.1 255.255.255.0
  peer default ip address pool WOPool
  ppp authentication chap callin
!
interface GigabitEthernet0/2
  no ip address
  pppoe enable group WOGroup
  no shutdown
  mac-address 0200.0000.0022

PPPoE Client

wiki/site/cisco/pppoe/start.1510225323.txt.gz · Last modified: 2017/11/09 12:02 by root