cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
2057
Views
0
Helpful
5
Replies

Cisco 887 ATM0 intializing and down

samirshaikh52
Level 2
Level 2

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

5 Replies 5

samirshaikh52
Level 2
Level 2

Hi,

Any suggestions.

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

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

See the 'Configuring ADSL or VDSL on Cisco Multi Mode 886VA and 887VA ISRs' section at

http://www.cisco.com/en/US/docs/routers/access/800/880/software/configuration/guide/880_basic_router_config.html#wp1177408

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