05-27-2009 06:06 AM - edited 03-04-2019 04:54 AM
Does anyone know if you can use a Cisco 5505 with AT&T DSL? I was told that if I put the 2wire DSL modem into Bridge mode, that it should work using PPPoE on the Cisco 5505. AT&T is telling me that it won't work and that VPN is not supported
05-27-2009 06:29 AM
It works. Once you put your modem in bridge mode, you should be able to configure the outside interface to get an address (because ATT will assign you one).
On the outside interface, you should be able to do something like:
ip address dhcp setroute
The setroute keyword will set the default gateway for you. You'll need to set up your vpdn group for your username and password to be able to log in with your account information.
http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/pppoe.html
HTH,
John
05-27-2009 06:42 AM
I used the wizard (GUI) on my first attempt to set the outside interface. Anything I should know about that, like that its not a complete setup?
05-27-2009 06:42 AM
If you are receving a dynamic ip address from att
=====
vpdn group INTERNET request dialout pppoe
vpdn group INTERNET ppp authentication {chap|mschap|pap}
vpdn group INTERNET localname
vpdn username
!
! Apply VPDN to Outside interface, which is usually Vlan 2
interface Vlan 2
no ip address
ip address pppoe setroute
pppoe client vpdn group INTERNET
!
mtu outside 1492
!
=====
If static ip address:
!
vpdn group INTERNET request dialout pppoe
vpdn group INTERNET ppp authentication {chap|mschap|pap}
vpdn group INTERNET localname
vpdn username
!
! Apply VPDN to Outside interface, which is usually Vlan 2
interface Vlan 2
no ip address
ip address
pppoe client vpdn group INTERNET
!
mtu outside 1492
!
=====
Note that you should get all the ifnormation from the isp.
Username password and authendication method.
Hope this helps.
05-27-2009 06:43 AM
If you are receving a dynamic ip address from att
=====
vpdn group INTERNET request dialout pppoe
vpdn group INTERNET ppp authentication {chap|mschap|pap}
vpdn group INTERNET localname
vpdn username
!
! Apply VPDN to Outside interface, which is usually Vlan 2
interface Vlan 2
no ip address
ip address pppoe setroute
pppoe client vpdn group INTERNET
!
mtu outside 1492
!
=====
If static ip address:
!
vpdn group INTERNET request dialout pppoe
vpdn group INTERNET ppp authentication {chap|mschap|pap}
vpdn group INTERNET localname
vpdn username
!
! Apply VPDN to Outside interface, which is usually Vlan 2
interface Vlan 2
no ip address
ip address
pppoe client vpdn group INTERNET
!
mtu outside 1492
!
=====
Note that you should get all the ifnormation from the isp.
Username password and authendication method.
Hope this helps.
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