I have a strange problem. First off, I'm a cisco ios newbie. We have a
2610 that we use as our router with an integrated CSU/DSU. The setup we
have now works fine. We can get out to the internet and receive packets
no problem. However, running a traceroute from any system timeout on
the serial side. We can ping everything directly no problem, just not a
traceroute. Here's the config:
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
ip subnet-zero
ip name-server 64.65.226.6
ip name-server 64.65.208.6
!
!
!
interface Ethernet0/0
ip address 216.153.219.65 255.255.255.224
no ip directed-broadcast
no ip mroute-cache
!
interface Serial0/0
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
ip address 216.153.152.230 255.255.255.252
no ip directed-broadcast
frame-relay interface-dlci 951
!
ip classless
ip route 0.0.0.0 0.0.0.0 216.153.152.229
!
access-list 1 permit 216.153.219.66
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 5 0
password xxxxxxxxxxxxxxxxx
login
!
no scheduler allocate
end
This is what a tracert looks like from my systems:
C:\Program Files\Support Tools>tracert
www.procooling.com
Tracing route to procooling.com [67.15.116.111]
over a maximum of 30 hops:
1 1 ms 1 ms 1 ms gateway.bellingham.image-src.com
[172.16.10.1]
2 2 ms 2 ms 3 ms router.image-src.com [216.153.219.65]
3 8 ms * 8 ms host-216-153-152-229.spr.choiceone.net
[216.153.152.229]
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
However, I can ping the server directly:
C:\Documents and Settings\Jeff>ping
www.procooling.com
Pinging procooling.com [67.15.116.111] with 32 bytes of data:
Reply from 67.15.116.111: bytes=32 time=59ms TTL=45
Reply from 67.15.116.111: bytes=32 time=60ms TTL=45
Reply from 67.15.116.111: bytes=32 time=60ms TTL=45
Reply from 67.15.116.111: bytes=32 time=61ms TTL=45
Ping statistics for 67.15.116.111:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate
round trip times in milli-seconds:
Minimum = 59ms, Maximum = 61ms, Average = 60ms
Also, I can ping 216.153.152.229 and 216.153.152.230 directly without
any errors. Any ideas?