Link to home
Start Free TrialLog in
Avatar of K_Wilke
K_Wilke

asked on

Cisco 2911 Router Issue

Hello all,
I have a client that is using a Cisco 2911 as a DSL router with a couple of VPNs on it.  No problems there.
They are switching from an ISP that gives out static IPs without any user id and password to an ISP that you have to have user id and password to make a connection (PPPoE).
Currently the interface GigabityEthernet0/0 has the external IP address to the ISP and it works great.
When we go with the new ISP, I think that I have to make an interface Dialer1 then put the following lines after it:
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname XXXXXXXX  (user id)
ppp chap password xxxxxxxxxxxx (password)
ppp pap sent-username XXXXXXXXXX password xxxxxxxxxx

Then I have the following:
vpdn-group 1
request-dialin
protocol pppoe
ip mtu adjust

Then would I put under the int GE0/0 the following?:
no ip address
ip access-group 111 in
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable

This is where I get very confused.  We are having several IP address come from the ISP, so how do I specify those addresses?
I will attach the current run config if you want me to.
Thanks,
Kelly W.
ASKER CERTIFIED SOLUTION
Avatar of Infamus
Infamus

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of K_Wilke
K_Wilke

ASKER

Okay so where it has no ip address under g0/0 I would put the IP address in there, like I have it now?
That is too simple.
Yes.

:)
Avatar of K_Wilke

ASKER

What I was looking for...thank you much