cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1525
Views
5
Helpful
3
Replies

Cisco Router 4331 - WAN PPPOE fails to get IP from ISP. Internet works on another router.

varunoberoi
Level 1
Level 1

I know my internet works. I am new to Cisco IOS management and been working through some tutorials online.

 

I followed the steps in a video on youtube on how to configure PPPOE and DHCP. But my router fails to get an IP address.

 

Can someone please guide me on what I have done wrong.

 

This is my running configuration:

 

Orion#sh run
Building configuration...


Current configuration : 2218 bytes
!
! Last configuration change at 12:40:47 UTC Fri Jun 11 2021
!
version 16.6
service timestamps debug datetime msec
service timestamps log datetime msec
platform qfp utilization monitor load 80
no platform punt-keepalive disable-kernel-core
!
hostname Orion
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
enable secret 5 $1$H975$BEiJSuJJ.4xXHwxYxxxx
enable password orion@xxx
!
no aaa new-model
!
!
ip dhcp pool default
network 10.1.0.0 255.255.240.0
default-router 10.1.0.1
!
!
!
!
!
!
!
!
!
!
subscriber templating
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
license udi pid ISR4331/K9 sn FDO23290TD6
license accept end user agreement
diagnostic bootup level minimal
spanning-tree extend system-id
!
!
!
username cisco privilege 15 password 0 orion@xxx
!
redundancy
mode none
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0/0
ip address 10.1.0.1 255.255.240.0
negotiation auto
!
interface GigabitEthernet0/0/1
description ISP
no ip address
ip mtu 1492
ip tcp adjust-mss 1442
negotiation auto
pppoe enable group global
pppoe-client dial-pool-number 1
spanning-tree portfast trunk
!
interface GigabitEthernet0/0/2
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 10.1.100.1 255.255.255.0
negotiation auto
!
interface Dialer1
ip address negotiated
encapsulation ppp
ip tcp adjust-mss 1442
dialer pool 1
dialer idle-timeout 0
dialer persistent
dialer-group 1
ppp mtu adaptive
ppp authentication chap pap callin
ppp chap hostname 9896476462
ppp chap password 0 76462
ppp pap sent-username 9896476462 password 0 76462
ppp ipcp dns request
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip tftp source-interface GigabitEthernet0
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
dialer-list 1 protocol ip permit
!
!
snmp-server community orion RO
!
!
control-plane
!
!
line con 0
transport input none
stopbits 1
line aux 0
stopbits 1
line vty 0 4
password orion@xxxx
login
length 0
!
wsma agent exec
!
wsma agent config
!
wsma agent filesys
!
wsma agent notify
!
!
end

 

3 Replies 3

debug ppp negotiation

please share output here

It has no output. I tried debug ppp authentication as well, it had no output as well.

 

Other outputs are as follows:

 

Orion#debug ppp negotiation
PPP protocol negotiation debugging is on
Orion#debug ppp authentication
PPP authentication debugging is on
Orion#sh ip int br
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 10.1.0.1 YES NVRAM up up
GigabitEthernet0/0/1 unassigned YES NVRAM up up
GigabitEthernet0/0/2 unassigned YES NVRAM administratively down down
GigabitEthernet0 10.1.100.1 YES NVRAM up up
Dialer1 unassigned YES manual up up
Virtual-Access1 unassigned YES unset up up

Orion#show pppoe session
1 client session

Uniq ID PPPoE RemMAC Port VT VA State
SID LocMAC VA-st Type
N/A 0 0000.0000.0000 Gi0/0/1 Di1 N/A PADISNT
0000.0000.0000

WHAT DEVICE IS CONNECTED TO THE ROURT ?

ADSL MODEM , CABLE MODEM ?

WHAT IS ITS CONFIGURATION ?