07-04-2016 02:51 AM - edited 03-05-2019 04:21 AM
Hello everyone
I have a new cisco router 887va-k9 how can I configure VDSL
someone can help me please it is SOS
my Best regard
Dosso
Solved! Go to Solution.
07-04-2016 04:58 PM
Hi
Let's assume your lan interface is g0/0 and wan interface is g0/1. Also I assume your LAN subnet is 192.168.1.0/24.
Below a sample config:
interface g0/1
no ip address
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface g0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface Dialer1
description ADSL Connection
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username USERNAME password PASSWORD
ppp chap hostname USERNAME
ppp chap password 0 PASSWORD
ppp ipcp dns request accep
!
dialer-list 1 protocol ip permit
Ip access-list extended NAT
permit ip 192.168.1.0 0.0.0.255 any
Ip nat inside source list NAT inter dialer 1 overload
Ip route 0.0.0.0 0.0.0.0 dialer 1
Sorry if there are typo issue I'm typing it through my mobile.
Thanks
PS: Please don't forget to rate and mark as correct answer if this solved your issue
07-04-2016 04:58 PM
Hi
Let's assume your lan interface is g0/0 and wan interface is g0/1. Also I assume your LAN subnet is 192.168.1.0/24.
Below a sample config:
interface g0/1
no ip address
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface g0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface Dialer1
description ADSL Connection
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username USERNAME password PASSWORD
ppp chap hostname USERNAME
ppp chap password 0 PASSWORD
ppp ipcp dns request accep
!
dialer-list 1 protocol ip permit
Ip access-list extended NAT
permit ip 192.168.1.0 0.0.0.255 any
Ip nat inside source list NAT inter dialer 1 overload
Ip route 0.0.0.0 0.0.0.0 dialer 1
Sorry if there are typo issue I'm typing it through my mobile.
Thanks
PS: Please don't forget to rate and mark as correct answer if this solved your issue
07-04-2016 11:27 PM
Hi
Thanks a lot for your help . this is my show ip interface br in below
I dont understand which configuration can i do to configure ATM0 ?
I try to do what you wrote to me
but The problem is I can not sign ip addr in interface because it is on L2
what can I do ?
i got my CCNA few month ago but I never saw this can of Router with all is Interface are in L2
Router#sh ip int br
Interface IP-Address OK? Method Status Prot
ATM0 unassigned YES NVRAM down down
ATM0.1 unassigned YES unset down down
Ethernet0 unassigned YES NVRAM up down
FastEthernet0 unassigned YES unset up down
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
Vlan1 unassigned YES NVRAM down down
Router#
so please if you can help me to solve this problem
My Best Regard
07-05-2016 04:11 AM
Hi
For ATM interface, please follow this step by step documentation :
http://www.cisco.com/c/en/us/support/docs/long-reach-ethernet-lre-digital-subscriber-line-xdsl/asymmetric-digital-subscriber-line-adsl/71119-adslguide-pppoe-dynmcstep.html
Thanks
PS: Please don't forget to rate and mark as correct answer if this solved your issue
07-10-2016 10:35 AM
Hello supportlan
Thanks very must for your help. configuration it work with VDSL not with ADSL
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