cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1112
Views
0
Helpful
2
Replies

configuration of pppoe over gigabitethernet with ASR 901 and OS 15.4(3)S

tamsir901
Level 1
Level 1

Hi,

I am currently trying to configure my ASR 901 router with 15.4(3) OS version to use  the PPPoE over one of the Gigabithernet port, but I'm facing some issues because in every tutorial I have seen, they specify to perform the "pppoe enable global" command on gigabitethernet interface but with my version, I can't find the pppoe command.
So, is there any other command or configuration to set the pppoe over gigabit ethernet or something or is there something I'm missing.

Below the configuration found:

Server(config)#bba-group pppoe global
Server(config-bba-group)#virtual-template 1
Server(config)#interface virtual-template 1
Server(config-if)#ip address 192.168.12.2 255.255.255.0
Server(config-if)#mtu 1492
Server(config-if)#peer default ip address pool CLIENT
Server(config)#ip local pool CLIENT 192.168.12.1

Thanks a lot

 

2 Replies 2

rizwanr74
Level 7
Level 7

Hi tamsir901,

 

Please remove what you have and configure what is posted below.

You need to make sure with your provider whether they use "chap" or "ptp", as shown in the highlighted in the "ppp authentication chap callin" authentication protocol.

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
 pppoe enable group global
 pppoe-client dial-pool-number 1


interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 ppp authentication chap callin
 ppp chap hostname yourDSL-login-usernam@whatever.com
 ppp chap password yourDSL-Password

 

interface GigabitEthernet0/1
 ip tcp adjust-mss 1452

 

ip route 0.0.0.0 0.0.0.0 Dialer1

I assume your inside lan interface is "GigabitEthernet0/1" and outside interface is "GigabitEthernet0/0"

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

 

Hope this helps.

Thanks

Rizwan Rafeek

Hi.
I have the same problem on the interface can't register "pppoe enable global".
Review Cisco Networking products for a $25 gift card