cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2523
Views
0
Helpful
2
Replies

Help with CISCO-887VA adsl over pots and PPPoE with dynamic IP

angkw
Level 1
Level 1

Hi

I've got problem trying to connect the CISCO-887VDSL/ADSL OVER POTS ROUTER to internet. Only got the LAN part working.

I'm trying to setup PPPoE with dynamic IP

Followed CISCO's documentations but the commands used were not recognized by the router. Any simple working config for me to follow will be enough.

I'll appreciate any help. Thanks a lot!

here's  my config.

!

! Last configuration change at 08:31:51 UTC Sat Feb 11 2012

version 15.1

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

!

hostname router

!

boot-start-marker

boot-end-marker

!

!

!

no aaa new-model

memory-size iomem 10

crypto pki token default removal timeout 0

!

!

ip source-route

!

!

!

ip dhcp excluded-address 10.0.0.1 10.0.0.149

ip dhcp excluded-address 10.0.0.199 10.0.0.254

!

ip dhcp pool sdm-pool

import all

network 10.0.0.0 255.255.255.0

default-router 10.0.0.1

dns-server x.x.x.x x.x.x.x.x

lease 0 2

!

!

ip cef

no ipv6 cef

!

!

license udi pid CISCO887VA-K9 sn FGLxxxxxxx

!

!

!

!

!

controller VDSL 0

!

ip ftp username cisco

ip ftp password cisco

!

!

!

!

!

!

!

interface Ethernet0

pppoe enable group global

pppoe-client dial-pool-number 1

no ip address

shutdown

!

interface ATM0

no ip address

no atm ilmi-keepalive

pvc 0/35

pppoe-client dial-pool-number 1

!

!

interface FastEthernet0

no ip address

!

interface FastEthernet1

no ip address

!

interface FastEthernet2

no ip address

!

interface FastEthernet3

no ip address

!

interface Vlan1

ip address 10.0.0.1 255.255.255.0

ip nat inside

ip directed-broadcast

ip virtual-reassembly in

ip tcp adjust-mss 1452

!

interface Dialer1

mtu 1492

ip address negotiated

ip nat outside

ip virtual-reassembly in

encapsulation ppp

dialer pool 1

dialer-group 1

ppp authentication chap pap callin

ppp chap hostname xxxx

ppp chap password 0 xxxx

ppp pap sent-username xxxx password 0 xxxx

!

ip forward-protocol nd

no ip http server

no ip http secure-server

!

ip nat inside source list 1 interface Dialer1 overload

ip route 0.0.0.0 0.0.0.0 Dialer1

!

ip access-list standard 1

permit 10.0.0.0 0.0.0.255

no cdp run

!

!

!

!

!

line con 0

line aux 0

line vty 0 4

login

transport input all

!

end

2 Replies 2

Not applicable

Try to check with your ISP the modem string to use for VDSL

and some ISP support direct dhcp on Ethernet0 without PPPoE.

 

An equivalent config is working for me in Switzerland with Swisscom.

 

N.B. "modem" under VDSL controller is enable using service internal !

 

!

service internal

!

controller VDSL 0

operating mode vdsl2

modem co5

!

ip source-route

ip cef

!

ip dhcp excluded-address 10.0.0.1 10.0.0.149

ip dhcp excluded-address 10.0.0.199 10.0.0.254

!

ip dhcp pool sdm-pool

import all

network 10.0.0.0 255.255.255.0

default-router 10.0.0.1

dns-server 8.8.8.8

lease 0 2

!

interface Ethernet0

ip address dhcp

ip nat outside

!

interface Vlan1

ip address 10.0.0.1 255.255.255.0

ip nat inside

ip tcp adjust-mss 1452

!

ip nat inside source list 23 interface Ethernet0 overload

!

access-list 23 permit 10.0.0.0 0.0.0.255

!

end

mhnothman
Level 1
Level 1

i think you may issue no shutdown for ethernet 0 as well

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card