11-26-2023 09:28 AM
im getting the error "pvc already member of PPPoA dialer pool" when trying to run
pppoe-client dial-pool-number 1
Basically i accidentally followed the PPPoA method, now trying to correct to pppoe. I'm 1 week into IOS. Got a wap and switch configured, but this router has me scratching my head. What is the general way to remove something that has been configured?
Solved! Go to Solution.
12-01-2023 07:11 AM - last edited on 12-07-2023 04:36 AM by Translator
I had "dialer pool-member 1" under the pvc of the atm interface:
interface ATM0/3/0
no ip address
no atm ilmi-keepalive
pvc 0 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
the key command was "
no dialer pool-member 1
I.e.
configure t
interface atm 0/3/0
pvc 0/38
no dialer pool-member 1
Anyway, solved the problem now. I was also getting confused about PPPoA PPPoE and PPPoEoA. I followed two guides that were not quite right. Thanks for everyones help.
11-26-2023 09:47 AM
Since its already using it, so you need to remove exiting working one and enable the intended config.
below thread help you to resolve :
https://community.cisco.com/t5/routing/pvc-already-member-of-pppoa-dialer-pool/td-p/1672778
still issue, post the device model, IOS code and show run from the device having issue.
11-26-2023 10:07 AM
Yes I i think thats what i need to do, just not how. What commands do i run? That post is trying to run pppoa and pppoe at the same time. Nothing about removing pppoa.
Its a 2901 with the adsl/vdsl card. 15.7(3)M7. I am configuring via serial, is there an easy way to dump the config via serial?
11-26-2023 10:22 AM
that is just give you direction to configure you looking for.
I am configuring via serial, is there an easy way to dump the config via serial?
show run - copy that to text file and attached to the post.
11-26-2023 11:51 AM - last edited on 12-07-2023 04:09 AM by Translator
attached is the config. there are a few errors i need to fix for example:
access-list 1 permit 192.168.1.201
access-list 1 permit any
Well... the first is redundant, but how to remove the first entry? I'm new at IOS. But this is not the main issue. The main issue is i followed a pppoa guide when i should have followed this https://www.cisco.com/c/en/us/support/docs/long-reach-ethernet-lre-digital-subscriber-line-xdsl/asymmetric-digital-subscriber-line-adsl/71119-adslguide-pppoe-dynmcstep.html AFAIK.
I'm vdsl, dynamic IP. btw. I thought my existing router/internet was pppoa then i realized it was pppoe.
MHM Cisco World, I dont know how you got that i want to run pppoe over serial. I'm configuring via serial/rs232/console, trying to get an EHWIC-VA-DSL-M to nat to an ethernet port.
11-26-2023 12:08 PM - edited 11-26-2023 12:10 PM
PPPoA is ppp over atm'
You dont have wan to config pppoe under it.
You have dsl
I will check how you can use dsl (pppoa can apply to dsl) with 2960 router.
MHM
11-26-2023 12:26 PM - last edited on 12-07-2023 04:09 AM by Translator
default interface atm 0/3/0
then follow guide share by @balaji.bandi
MHM
11-26-2023 10:06 AM - edited 11-26-2023 10:23 AM
Clear vpdn tunnel
Add pppoe and check.
Note:- it pppoe which by name over ethernet' how you want to config it with serial port!! Friend I think this not work command accept or not by router
MHM
12-01-2023 07:11 AM - last edited on 12-07-2023 04:36 AM by Translator
I had "dialer pool-member 1" under the pvc of the atm interface:
interface ATM0/3/0
no ip address
no atm ilmi-keepalive
pvc 0 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
the key command was "
no dialer pool-member 1
I.e.
configure t
interface atm 0/3/0
pvc 0/38
no dialer pool-member 1
Anyway, solved the problem now. I was also getting confused about PPPoA PPPoE and PPPoEoA. I followed two guides that were not quite right. Thanks for everyones help.
12-01-2023 10:26 AM
no worries glad finally you able to resolve the issue.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide