Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PPPoE Config on a Cisco 2611 Router

Status
Not open for further replies.

supergino

Technical User
Apr 16, 2005
48
0
0
CA
Hey Guys,

I have a cisco 2611 (2 fast ethernet ports) running IOS 12.2(15)T8. I have my ISP ADSL modem and I am trying to get my 2611 to authenticate and connect to their DSLAM but I keep getting these errors each time I enable the interface.
Mar 1 00:29:27.035: %LINK-3-UPDOWN: Interface Ethernet0/1, changed state to up

*Mar 1 00:29:28.037: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0/
1, changed state to up
*Mar 1 00:29:31.871: %DIALER-6-BIND: Interface Vi2 bound to profile Di1
*Mar 1 00:29:31.907: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state t
o up
*Mar 1 00:29:32.368: %DIALER-6-UNBIND: Interface Vi2 unbound from profile Di1
*Mar 1 00:29:32.372: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state t
o down
*Mar 1 00:29:54.865: %DIALER-6-BIND: Interface Vi2 bound to profile Di1
*Mar 1 00:29:54.873: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state t
o up
*Mar 1 00:29:55.314: %DIALER-6-UNBIND: Interface Vi2 unbound from profile Di1
*Mar 1 00:29:55.318: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state t
o down

Heres my config:


Building configuration...

Current configuration : 1245 bytes
!
version 12.2
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
logging queue-limit 100
!
ip subnet-zero
!
!
!
ip audit notify log
ip audit po max-events 100
vpdn enable
!
vpdn-group pppoe
request-dialin

!
!
!
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
mta receive maximum-recipients 0
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
half-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet0/1
no ip address
ip nat outside
half-duplex
pppoe enable
pppoe-client dial-pool-number 1
!
interface Dialer1
ip address negotiated
ip mtu 1495
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap
ppp pap sent-username user@domain.local password userpass
!
ip nat inside source list 1 interface Dialer1 overload
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end

Not sure where to go from here. Any help would be appreciated.

Thanks

Steve
 
Can Anyone help? I am new at this and not sure where to go.

Thanks again guys!

Steve
 
Try this first:

!
int Dialer1
ip mtu 1492
!--- The Ethernet MTU is 1500 by default
!--- (1492 + PPPoE headers = 1500).

If still not working, try to ask your ISP to check the connection. Meanwhile you can also use a PC with PPPoE client and try the authentication and connectivity.

I assume you got the proper type of authentication and account information configured on your router.

 
Hello,

Yes I do have the correct user/pass. I will call my ISP and see what they say but I havent seen this debug info before. looks like they are negotiating but it just stops.


*Mar 2 22:05:36.551: %DIALER-6-BIND: Interface Vi2 bound to profile Di1
*Mar 2 22:05:36.555: Vi2 PPP: Phase is DOWN, Setup
*Mar 2 22:05:36.555: Vi2 PPP: Using dialer call direction
*Mar 2 22:05:36.555: Vi2 PPP: Treating connection as a callout
*Mar 2 22:05:36.555: Vi2 PPP: Phase is ESTABLISHING, Active Open
*Mar 2 22:05:36.555: Vi2 LCP: O CONFREQ [Closed] id 1 len 14
*Mar 2 22:05:36.559: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.559: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.559: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up
*Mar 2 22:05:36.603: Vi2 LCP: I CONFREJ [REQsent] id 1 len 8
*Mar 2 22:05:36.603: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.603: Vi2 LCP: O CONFREQ [REQsent] id 2 len 14
*Mar 2 22:05:36.603: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.603: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.647: Vi2 LCP: I CONFREJ [REQsent] id 2 len 8
*Mar 2 22:05:36.651: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.651: Vi2 LCP: O CONFREQ [REQsent] id 3 len 14
*Mar 2 22:05:36.651: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.651: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.695: Vi2 LCP: I CONFREJ [REQsent] id 3 len 8
*Mar 2 22:05:36.695: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.699: Vi2 LCP: O CONFREQ [REQsent] id 4 len 14
*Mar 2 22:05:36.699: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.699: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.743: Vi2 LCP: I CONFREJ [REQsent] id 4 len 8
*Mar 2 22:05:36.743: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.743: Vi2 LCP: O CONFREQ [REQsent] id 5 len 14
*Mar 2 22:05:36.743: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.747: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.791: Vi2 LCP: I CONFREJ [REQsent] id 5 len 8
*Mar 2 22:05:36.791: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.791: Vi2 LCP: O CONFREQ [REQsent] id 6 len 14
*Mar 2 22:05:36.791: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.791: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.835: Vi2 LCP: I CONFREJ [REQsent] id 6 len 8
*Mar 2 22:05:36.835: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.839: Vi2 LCP: O CONFREQ [REQsent] id 7 len 14
*Mar 2 22:05:36.839: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.839: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.883: Vi2 LCP: I CONFREJ [REQsent] id 7 len 8
*Mar 2 22:05:36.883: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.887: Vi2 LCP: O CONFREQ [REQsent] id 8 len 14
*Mar 2 22:05:36.887: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.887: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.931: Vi2 LCP: I CONFREJ [REQsent] id 8 len 8
*Mar 2 22:05:36.931: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.931: Vi2 LCP: O CONFREQ [REQsent] id 9 len 14
*Mar 2 22:05:36.931: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.931: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:36.979: Vi2 LCP: I CONFREJ [REQsent] id 9 len 8
*Mar 2 22:05:36.979: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.979: Vi2 LCP: O CONFREQ [REQsent] id 10 len 14
*Mar 2 22:05:36.979: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:36.979: Vi2 LCP: MagicNumber 0xBA48161E (0x0506BA48161E)
*Mar 2 22:05:37.023: Vi2 LCP: I CONFREJ [REQsent] id 10 len 8
*Mar 2 22:05:37.023: Vi2 LCP: AuthProto PAP (0x0304C023)
*Mar 2 22:05:37.023: Vi2 LCP: Failed to negotiate with peer
*Mar 2 22:05:37.027: Vi2 PPP: Sending Acct Event[Down] id[19]
*Mar 2 22:05:37.027: Vi2 LCP: State is Closed
*Mar 2 22:05:37.027: Vi2 PPP: Phase is DOWN
*Mar 2 22:05:37.027: %DIALER-6-UNBIND: Interface Vi2 unbound from profile Di1
*Mar 2 22:05:37.031: Vi2 PPP: Phase is ESTABLISHING, Passive Open
*Mar 2 22:05:37.031: Vi2 LCP: State is Listen
*Mar 2 22:05:37.031: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to down

Any clues?

Thanks again

Steve
 
Sorry, just so I add this in, this is what I get when I debug PPPoe events.

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top