PPPoE

Basic Configuration

Server

username client secret cisco
ip local pool POOL 192.168.1.100 192.168.1.150

bba-group pppoe CCIE
  virtual-template 1

interface Loopback0
  ip address 192.168.1.1 255.255.255.255

interface FastEthernet0/0
  pppoe enable group CCIE

interface virtual-template1
  ip unnumbered lo0
  mtu 1492
  ip tcp adjust-mss 1452
  peer default ip address pool POOL
  ppp authentication chap callin

Client

interface FastEthernet0/0
  pppoe enable
  pppoe-client dial-pool-number 1

interface Dialer1
  ip address negotiated
  encapsulation ppp
  mtu 1492
  dialer pool 1
  ppp chap hostname client
  ppp chap password cisco
  ppp ipcp route default
!ip route 0.0.0.0 0.0.0.0 dialer1

results matching ""

    No results matching ""