Hi all I am facing problem in pinging. I am attaching the running configuration of the two routers. From the router central i have defined a default route to my backbone. i can access the internet through this. I have defined the ethernet interface in the same network as backbone network. i am able to ping to the external network. The second router remote, i have connected through adsl to central.i am able to reach the last point in the router central, that is, the ethernet interface in central. But i can not ping to the external network. I can not ping to the default gateway also. i have defined a default route through the interface atm0. when i give debug ip packet, i am able to see the icmp request from the router remote. but sometimes i receive the icmp type 8 and code 0 output from the router central. please could some body help me out in this.
Thanks and regards Deepak Remote router Building configuration... Current configuration : 762 bytes ! version 12.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname remote ! memory-size iomem 25 ! ip subnet-zero ! ! ! ! ! interface Ethernet0 ip address 172.16.10.11 255.255.255.0 hold-queue 100 out ! interface ATM0 no ip address no atm ilmi-keepalive dsl operating-mode auto dsl power-cutback 0 ! interface ATM0.1 point-to-point ip address 192.168.10.11 255.255.255.0 pvc 16/100 protocol ip 192.168.10.1 encapsulation aal5mux ip ! ! router rip network 172.16.0.0 network 192.168.10.0 ! ip classless ip route 10.0.0.0 255.0.0.0 ATM0 ip http server ! no cdp run ! line con 0 no modem enable stopbits 1 line aux 0 line vty 0 4 ! scheduler max-task-time 5000 end remote#debug ip pa IP packet debugging is on remote#ping 10.77.152.129 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.77.152.129, timeout is 2 seconds: *Mar 1 03:03:19.975: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:03:21.975: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:03:23.975: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:03:25.975: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:03:27.975: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. Success rate is 0 percent (0/5) remote# remote#ping 10.77.152.219 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.77.152.219, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 20/23/28 ms remote# *Mar 1 03:05:16.579: IP: s=192.168.10.11 (local), d=10.77.152.219 (ATM0.1), len 100, sending *Mar 1 03:05:16.603: IP: s=10.77.152.219 (ATM0.1), d=192.168.10.11 (ATM0.1), len 100, rcvd 3 *Mar 1 03:05:16.603: IP: s=192.168.10.11 (local), d=10.77.152.219 (ATM0.1), len 100, sending *Mar 1 03:05:16.623: IP: s=10.77.152.219 (ATM0.1), d=192.168.10.11 (ATM0.1), len 100, rcvd 3 *Mar 1 03:05:16.623: IP: s=192.168.10.11 (local), d=10.77.152.219 (ATM0.1), len 100, sending *Mar 1 03:05:16.643: IP: s=10.77.152.219 (ATM0.1), d=192.168.10.11 (ATM0.1), len 100, rcvd 3 *Mar 1 03:05:16.647: IP: s=192.168.10.11 (local), d=10.77.152.219 (ATM0.1), len 100, sending *Mar 1 03:05:16.667: IP: s=10.77.152.219 (ATM0.1), d=192.168.10.11 (ATM0.1), len 100, rcvd 3 *Mar 1 03:05:16.671: IP: s=192.168.10.11 (local), d=10.77.152.219 (ATM0.1), len 100, sending *Mar 1 03:05:16.695: IP: s=10.77.152.219 (ATM0.1), d=192.168.10.11 (ATM0.1), len 100, rcvd 3 remote#ping 10.77.152.129 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.77.152.129, timeout is 2 seconds: *Mar 1 03:07:29.547: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:07:31.547: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:07:33.547: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:07:35.547: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. *Mar 1 03:07:37.547: IP: s=192.168.10.11 (local), d=10.77.152.129 (ATM0.1), len 100, sending. Success rate is 0 percent (0/5) Central router Current configuration : 882 bytes ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname central ! ! ip subnet-zero ip name-server 192.122.173.131 ! ip ssh time-out 120 ip ssh authentication-retries 3 ! ! ! ! interface Ethernet0 ip address 10.77.152.219 255.255.255.0 hold-queue 100 out ! interface ATM0 no ip address no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.1 point-to-point ip address 192.168.10.1 255.255.255.0 pvc 15/100 protocol ip 255.255.255.255 broadcast encapsulation aal5mux ip ! ! router rip network 10.0.0.0 network 192.168.10.0 ! ip classless ip route 0.0.0.0 0.0.0.0 10.77.152.129 ip route 172.16.10.0 255.255.255.0 ATM0 ip route 192.168.10.0 255.255.255.0 ATM0 ip http server ip pim bidir-enable ! ! no cdp run ! line con 0 stopbits 1 line vty 0 4 ! scheduler max-task-time 5000 end central#ping www.cisco.com Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 198.133.219.25, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 312/312/316 ms central#debug ip pa IP packet debugging is on central# 03:03:48: IP: s=10.10.10.13 (Ethernet0), d=255.255.255.255, len 49, rcvd 2 03:03:48: IP: s=192.168.10.11 (ATM0.1), d=255.255.255.255, len 92, rcvd 2 03:03:50: IP: s=10.10.10.13 (Ethernet0), d=255.255.255.255, len 49, rcvd 2 03:03:58: IP: s=192.168.10.11 (ATM0.1), d=10.77.152.129 (Ethernet0), g=10.77.152.129, len 100, forwa rd 03:04:08: IP: s=10.77.152.155 (Ethernet0), d=10.77.152.255 (Ethernet0), len 248, rcvd 3 Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=59239&t=59239 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

