02-20-2020 11:17 AM
hi everyone,
recently i have configured a cicso aironet 2600 series AP (product/model numer:AIR-SAP2602I-E-K9) to be used as a PPPOE client along with wifi, i have connected my ISP modem ethernet cable to the gig ethernet interface of the AP (has only console and gig interface).initially i was not able to configure the PPPOE but after searching through the cisco community i was able to. anyways now i have PPPOE established with my isp but i cannot ping the google dns 8.8.8.8 which means no internet and my clients don't have a wifi connection which i think is because there is no internet. i have attached my configuration and pppoe session establishments here.i have striked out my isp ips and dns servers.any help would be much appreciated.thanks.
02-20-2020 11:45 AM - edited 02-20-2020 11:52 AM
Hello
When you say you have no internet access, do you mean from the clients ot from the ap itself, if just the clients then you will need to network translation for your internal hosts, try the following:
example:
access-list 1 permit 10.10.10.0 0.0.0.255
ip nat inside source list 1 interface dialer 1
int dialer 1
ip nat outside
int bvi 1
ip tcp adjust-mss 1452
ip nat inside
02-20-2020 11:58 AM
@paul driverno from the ap itself.also i cannot issue the acces-list command on the ap cli. i beleive it doesn't support this.
02-20-2020 12:05 PM
Hello
@muneermohd96901 wrote:
@paul driverno from the ap itself.also i cannot issue the acces-list command on the ap cli. i beleive it doesn't support this.
Okay then as the ap is connected to a routing device that is providing a non routeable address, then that device should be able to provide the nat, however at this we need to understand why you dont have access from the ap to the internet.
What the upstream ppoe server do you have admin access to it?
02-20-2020 12:07 PM
@paul driveri don't have admin access to the pppoe server its a device installed by the isp of my country,where i can only connect my ethernet cable to a port designated and configured by them.
02-20-2020 12:02 PM - edited 02-21-2020 07:30 AM
during debug ppp negotiation command i received the below error
Vi2 PPP:outbound cdp packet dropped NCP not negotiated
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