Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ping Timeout on Cisco 827

Status
Not open for further replies.

Bizounett

IS-IT--Management
Nov 25, 2008
62
0
0
CA
Hi,

I Have a Cisco 827 that is running fine for about 10 minutes. After this time I begin to have a ping timeout.

I change my cable, change port in my switch and connected directly on my laptop, same issue.

Thanks in advance.

Here is my running config :

Building configuration...

Current configuration : 4017 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco_827
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxx
!
no aaa new-model
!
resource policy
!
clock timezone EST -5
clock summer-time EST recurring 2 Sun Mar 3:00 1 Sun Nov 1:00
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.2.1 192.168.2.125
!
ip dhcp pool Rang7
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 142.217.192.9 142.217.192.8 209.226.51.46
!
!
ip cef
no ip domain lookup
ip name-server 142.217.192.9
ip name-server 142.217.192.8
ip name-server 209.226.51.46
username aaa privilege 15 secret xxx
username bbb privilege 15 secret 5 xxx
!
bridge irb
!
!
interface Ethernet0
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
description --- vers SLAM ---
no ip address
ip directed-broadcast
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
bridge-group 1
hold-queue 224 in
pvc 0/35
encapsulation aal5snap
!
!
interface BVI1
description --- interface virtuelle pour bridger ---
ip address dhcp
ip nat outside
ip virtual-reassembly
!
ip route 0.0.0.0 0.0.0.0 BVI1
no ip http server
!
ip nat inside source list 101 interface BVI1 overload
ip nat inside source static tcp 192.168.2.15 4662 interface BVI1 4662
ip nat inside source static udp 192.168.2.15 4672 interface BVI1 4672
ip nat inside source static tcp 192.168.2.15 5901 interface BVI1 5901
ip nat inside source static tcp 192.168.2.15 26153 interface BVI1 26153
ip nat inside source static udp 192.168.2.15 26153 interface BVI1 26153
ip nat inside source static tcp 192.168.2.15 19912 interface BVI1 19912
ip nat inside source static udp 192.168.2.15 19912 interface BVI1 19912
ip nat inside source static tcp 192.168.2.15 45034 interface BVI1 45034
ip nat inside source static udp 192.168.2.15 31595 interface BVI1 31595
ip nat inside source static tcp 192.168.2.15 51798 interface BVI1 51798
ip nat inside source static udp 192.168.2.15 51798 interface BVI1 51798
ip nat inside source static tcp 192.168.2.15 21 interface BVI1 21
ip nat inside source static tcp 192.168.2.77 5977 interface BVI1 5977
ip nat inside source static tcp 192.168.2.77 61342 interface BVI1 61342
ip nat inside source static udp 192.168.2.77 61342 interface BVI1 61342
ip nat inside source static tcp 192.168.2.77 25303 interface BVI1 25303
ip nat inside source static udp 192.168.2.77 59207 interface BVI1 59207
ip nat inside source static tcp 192.168.2.77 38423 interface BVI1 38423
ip nat inside source static tcp 192.168.2.66 38906 interface BVI1 38906
!
access-list 101 permit ip 192.168.2.0 0.0.0.255 any
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
banner motd ^C
********************************************************
* *
* Cisco 827 *
* *
* Hardware *
* 1 Ethernet *
* 1 ATM DSL *
* *
* Acces internet principal *
* Utilisation standard *
* *
* Acces interdit a tous *
* *
********************************************************
^C
alias exec c configure terminal
alias exec save write memory
alias exec s show ip interface brief
!
line con 0
logging synchronous
login local
line vty 0 4
exec-timeout 120 0
privilege level 15
logging synchronous
login local
length 0
!
scheduler max-task-time 5000
end
 
How long is your DHCP lease to your provider? WHat are you pinging?

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
I ping the local IP address, in this case 192.168.2.1.

The time is around 1 week.

Thanks
 
I made the same test with a Cisco 2610 with ATM card. Same issue, after 15 minutes, the ping to the local interface of the 2610 have a lot of time out. Anyone have an Idea ? I saww the they handle more than 800 translation NAT at the time. Maby this the part of the problem ?

Thanks in advance

Rene
 
What else is this router connected to?
I'm wondering about your topology - do the test again with the router connected to nothing except your laptop on the console port only.
 
Thanks for the reply,

This installation is at Home. I share my internet with one of my neighbor. He said to me that he done a lot of emule and torrent. We working like that since 3 years without any problem. Until last week I was working with a Pix 506E. But he begin to lost internet connection and must be reset each 2 days, but the ping to the local interface of the Pix was perfect all the time.

I thought that my Pix was broken. Then I decide to install a router and this is all my history.

With the Router 2610 (Even 827), when my ping to the local interface have a lot of timeout, from console I can ping on the internet. Then I don't lost internet connection. When it's in trouble, I ping from the Router an internal IP address, lost 50% of ping.

Topology : Modem DSL -- Router 2610 -- Switch Cisco 2924XL
| | |
| | |
| | |
| PC #1 |
| |
PC #2 |
WiFi AP Home
|
|
|
WiFi AP Neighbor
|
|
|
PC Neighbor

Thanks

Rene
 
Make a list of all the IP addresses you are using on the devices to see if you have a conflict.

Check all the router interfaces for errors ("show interface")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top