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