cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1144
Views
1
Helpful
5
Replies

Internet access - PPPoE in ASA

Psmurali89
Spotlight
Spotlight

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#

 

1 Accepted Solution

Accepted Solutions

Sorry its the wrong username for Internet access.. I changed to correct username and its working now. Thank you. 

View solution in original post

5 Replies 5

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

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 *****

Sorry its the wrong username for Internet access.. I changed to correct username and its working now. Thank you. 

You are so welcome 

Have a nice day 

MHM

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

Review Cisco Networking for a $25 gift card