03-16-2024 12:09 PM
Hi All,
I configured new ASA firewall to connect to BT Internet (PPPoE). The session is UP but i cant ping to internet, not sure what am missing here. Any help is much appreciated.
!
interface GigabitEthernet0/0
nameif Outside
security-level 0
pppoe client vpdn group BT-PoE
ip address pppoe setroute
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 10.10.50.254 255.255.255.0
!
!
!
nat (inside,Outside) source static any interface
!
ciscoasa# show vpdn session stat
%No active L2TP tunnels
%No active PPTP tunnels
PPPoE Session Information (Total tunnels=1 sessions=1)
SessID TunID Intf State Last Chg
5389 3 Outside SESSION_UP 519 secs
ciscoasa#
!
ciscoasa# ping outside 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
?????
Success rate is 0 percent (0/5)
ciscoasa# ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
?????
Success rate is 0 percent (0/5)
ciscoasa#
Solved! Go to Solution.
03-16-2024 12:34 PM
Sorry its the wrong username for Internet access.. I changed to correct username and its working now. Thank you.
03-16-2024 12:17 PM - edited 03-16-2024 12:23 PM
Can you share
Show interface ip breif
Also there are some commands missing check below link about missing vpdn group commands.
https://www.networkstraining.com/cisco-asa-firewall-with-pppoe/
MHM
03-16-2024 12:30 PM
Dont think am missing any config except the dhcpd which i dont need now as am testing internet directly from the firewall.
ciscoasa# show interface ip brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES manual up up
GigabitEthernet0/1 10.10.50.254 YES manual down down
GigabitEthernet0/2 unassigned YES unset administratively down down
GigabitEthernet0/3 unassigned YES unset administratively down down
GigabitEthernet0/4 unassigned YES unset administratively down down
GigabitEthernet0/5 unassigned YES unset administratively down down
GigabitEthernet0/6 unassigned YES unset administratively down down
GigabitEthernet0/7 unassigned YES unset administratively down down
Internal-Control0/0 127.0.1.1 YES unset up up
Internal-Data0/0 unassigned YES unset up up
Internal-Data0/1 unassigned YES unset down down
Internal-Data0/2 unassigned YES unset up up
Internal-Data0/3 169.254.1.1 YES unset up up
Management0/0 192.168.10.1 YES CONFIG up up
ciscoasa#
!
vpdn group BT-PoE request dialout pppoe
vpdn group BT-PoE localname <username>
vpdn group BT-PoE ppp authentication chap
vpdn username <username> password *****
03-16-2024 12:34 PM
Sorry its the wrong username for Internet access.. I changed to correct username and its working now. Thank you.
03-16-2024 12:39 PM
You are so welcome
Have a nice day
MHM
03-16-2024 12:37 PM
GigabitEthernet0/0 unassigned YES manual up up
There is no IP from ISP ?
If I am correct' That explain the ping is failed.
share
Debug pppoe packet
Debug pppoe error
Debug pppoe event
share above to know why ISP dont assign IP to PPPOE to WAN interface
MHM
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