01-18-2013 09:51 AM - edited 03-07-2019 11:10 AM
Hello Experts,
I have newly purchased Cisco 887 Router. I am trying to replace this router with the exisiting ISP provided modem I am facing an issue to bring the ATM0 port up.
Here is my router config
hostname Internet Router
!
boot-start-marker
boot-end-marker
!
!
no logging buffered
no logging console
no aaa new-model
ip source-route
!
!
!
!
ip dhcp pool Internet_DHCP
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 4.2.2.2
lease 0 6
!
ip cef
no ipv6 cef
!
!
license udi pid CISCO887VA-K9 sn FCZ1638C3GG
!
!
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
interface Ethernet0
no ip address
no fair-queue
!
interface ATM0
no shut
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 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
hold-queue 100 out
!
interface Dialer1
ip address negotiated
ip access-group 101 out
ip mtu 1492
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname XXXXXXXXXXXXXXXX
ppp chap password 0 3920
ppp pap sent-username XXXXXXXXXXXXXXXXXX password 0 3920
ppp ipcp dns request
ppp ipcp wins request
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
ip nat inside source list 100 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
!
end
Please help to resolve this issue.
Samir
01-20-2013 12:03 AM
Hi,
Any suggestions.
01-20-2013 03:49 AM
I assume you have an ADSL and not VDSL connection to your ISP?
Try shutting down interface Ethernet0; this is for VDSL2 connections.
I believe that under controller VDSL0, either Ethernet0 or ATM0, but not both, can be up at a time.
Sent from Cisco Technical Support iPad App
01-20-2013 11:09 PM
Hi,
Thanks for your reply.
On my ISP ADSL modem after configuring the username and password I getting the below PVC settings. What is that I have never heard of this PVC number.
VPI/PVC: 0.200
Please can you post me sample configuration as per my setup.
Thanks
01-21-2013 12:05 AM
See the 'Configuring ADSL or VDSL on Cisco Multi Mode 886VA and 887VA ISRs' section at
01-21-2013 04:04 AM
Hi,
What about the PVC settings. I am getting PVC settings on my ISP modem i.e 0.200. Thus what will be configuration look like on cisco router.
I appreciate your help.
Thanks
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