cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4257
Views
5
Helpful
4
Replies

How to configure VDSL

Dossos001
Level 1
Level 1

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  

1 Accepted Solution

Accepted Solutions

Francesco Molino
VIP Alumni
VIP Alumni

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 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

View solution in original post

4 Replies 4

Francesco Molino
VIP Alumni
VIP Alumni

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 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

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

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 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

Dossos001
Level 1
Level 1

Hello supportlan

Thanks very must for your help. configuration  it work with VDSL not with ADSL