cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
644
Views
0
Helpful
4
Replies

ASA 5505 PPPoE to Leased Line

Mohammed Yusuf
Level 1
Level 1

Hi,  

we are migrating from PPPoE to leased line and Asa has got PPPoE settings in the config.

we have got IP address and gateway on the leased line and I wanted to know how I could

remove PPPoE settings and add leased line IP address and gateway etc.

thanks,

4 Replies 4

Hello Mohammed,

basically, this is what you add to the leased line interface:

interface Vlan3

nameif outside

security-level 0

ip address 192.168.10.11 255.255.255.0

interface Ethernet0/0

switchport access vlan 3

route outside 0.0.0.0 0.0.0.0 192.168.10.12

Can you post the current config of your ASA ?

Is there a command that shows PPPoE config only like sh run | VPdn I am not sure.

Do you know otherwise I have got really big config.

thanks,

Mohammed,

when you do a show running-config ?' it willl list the commands that are available. If you don't find the right one, just post the entire config...

As requested

vpdn group DSL request dialout pppoe
vpdn group DSL localname abc8723@abc
vpdn group DSL ppp authentication chap
vpdn group abc request dialout pppoe
vpdn username abc8723@abc password Lifeisgood store-local


interface Vlan2
nameif outside
security-level 0
ip address pppoe setroute

I am assuming that I need to negate the above statements and add few more steps.

no vpdn group DSL request dialout pppoe
no vpdn group DSL localname abc8723@abc
no vpdn group DSL ppp authentication chap
no vpdn group abc request dialout pppoe
no vpdn username abc8723@abc password Lifeisgood store-local

no ip address pppoe setroute

and add your suggestions.***********

interface Vlan2

nameif outside

security-level 0

ip address 192.168.10.11 255.255.255.0

interface Ethernet0/0

switchport access vlan 2

route outside 0.0.0.0 0.0.0.0 192.168.10.12

Please let me know if It is ok to run it?

Thanks

Review Cisco Networking for a $25 gift card