Search This Blog

Monday, 11 June 2012

PPPoe Configuration for Cisco Router





!
interface FastEthernet0/1/0
 no ip address
 duplex auto
 speed auto
 pppoe enable group global
 pppoe-client dial-pool-number 1
 no cdp enable
!
interface Dialer0
 ip address negotiated
 ip mtu 1452
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication pap callin
 ppp pap sent-username XXXXXXX password 0 XXXXXX
 no cdp enable


·         Check with command Show pppoe session status should be UP and the dialers on the command show ip inter br should get an IP

No comments:

Post a Comment