hi all
I am using cisco 2511 to telnet to other devices.
the problem is after one or two hours, I loss the connection with the devices and I have to reload the Access Server, then it gets work.
this is the running config of the Access Server (cisco 2511)
AS2511#show run
Building configuration...
Current configuration : 990 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname AS2511
!
logging queue-limit 100
enable password cisco
!
ip subnet-zero
ip host SWITCH-1 2013 172.22.1.1
ip host SW4 2012 172.22.1.1
ip host SW3 2011 172.22.1.1
ip host SW2 2010 172.22.1.1
ip host SW1 2009 172.22.1.1
ip host R1 2001 172.22.1.1
ip host R2 2002 172.22.1.1
ip host R3 2003 172.22.1.1
ip host R4 2004 172.22.1.1
ip host R5 2005 172.22.1.1
ip host R6 2006 172.22.1.1
!
!
!
!
interface Loopback0
no ip address
!
interface Ethernet0
ip address 172.22.1.1 255.255.0.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
no ip http server
ip classless
!
!
!
!
!
line con 0
password cisco
login
line 1 16
exec-timeout 0 0
flush-at-activation
login
no exec
transport input all
transport output telnet
line aux 0
line vty 0 4
password cisco
login
transport input pad v120 telnet rlogin udptn
!
end
AS2511#
any thing can solve this problem
thanks,