Authentication between two routers is a two way process. You authentication to there router and there router authenticates to you. When I set it up before I had to start out by figureing out which auth method they used chap or pap. You can do this by issueing a debug ppp nego and debug ppp auth commands. After you figure out the hostname of the remote router you need to make a local user account that matches that hostname and has no password. This will allow there router to authenticate to you. You also are going to need vpdn set up like this:
vpdn-group 1
request-dialin
protocol pppoe
interface Ethernet1
no ip address
ip tcp adjust-mss 1452
pppoe enable
pppoe-client dial-pool-number 1
!
!
interface Dialer0
ip address 140.10.10.5 255.255.255.0 (can be negoed)
ip nat outside
ip mtu 1492
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap
!
okay, im a bell south cust. which uses ppoe. How could i use a cisco 2500 router to get signed online? I have a linksys router switch combo.... which i but i have a cisco 1900 switch and 2500 router. how can i use these cisco devices instead of the linkysys box?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.