ClimbingColorado
Technical User
Hello,
I've been putting together a home lab this week and I'm having some trouble with my 2509. I've configured it (configuration below) using the advice offered on several sites on the web. My problem is that I can't consistently access the various line/console connections. When I try to connect using telnet in Windows Vista I get the following error message:
(I normally use Putty but when it fails to connect it simply closes the window without giving any indication as to why it failed)
If I disconnect the octopus cable from an inaccessible console port and plug a laptop into it, everything looks good. I tried power cycling the 2509 twice without fixing the problem.
Here's the output of "show users":
You can see the three good connections I have active. The ports without any connection info are inaccessible to me.
Here's my running config:
Any thoughts on why I'm having trouble?
Thanks in advance,
Rob
I've been putting together a home lab this week and I'm having some trouble with my 2509. I've configured it (configuration below) using the advice offered on several sites on the web. My problem is that I can't consistently access the various line/console connections. When I try to connect using telnet in Windows Vista I get the following error message:
Code:
C:\Users\Rob>telnet 192.168.1.200 2002
Connecting To 192.168.1.200...Could not open connection to the host, on port 2002: Connect failed
(I normally use Putty but when it fails to connect it simply closes the window without giving any indication as to why it failed)
If I disconnect the octopus cable from an inaccessible console port and plug a laptop into it, everything looks good. I tried power cycling the 2509 twice without fixing the problem.
Here's the output of "show users":
Code:
TermServ#show user
Line User Host(s) Idle Location
1 tty 1 idle 00:00:00 192.168.1.101
2 tty 2 idle 00:00:00
3 tty 3 idle 00:00:00
4 tty 4 idle 00:00:00
5 tty 5 idle 00:00:09
6 tty 6 idle 00:00:20 192.168.1.101
7 tty 7 idle 00:00:16 192.168.1.101
8 tty 8 idle 00:00:00
* 10 vty 0 admin idle 00:00:00 192.168.1.101
Interface User Mode Idle Peer Address
TermServ#
You can see the three good connections I have active. The ports without any connection info are inaccessible to me.
Here's my running config:
Code:
TermServ#show run
Building configuration...
Current configuration : 1152 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname TermServ
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$mKYp$HSdUyF.h9ztSmdXCfBnBd1
!
no aaa new-model
ip subnet-zero
no ip domain lookup
ip host router1 2001 10.0.0.1
ip host router2 2002 10.0.0.1
ip host router3 2003 10.0.0.1
ip host router4 2004 10.0.0.1
ip host router5 2005 10.0.0.1
ip host switch1 2006 10.0.0.1
ip host switch2 2007 10.0.0.1
ip host switch3 2008 10.0.0.1
!
username admin privilege 15 secret 5 $1$2ysB$oituc4JAiei3kl6KEJaF01
!
!
!
!
interface Loopback0
description Interface for Terminal Server Connections
ip address 10.0.0.1 255.255.255.0
!
interface Ethernet0
description To Home Network
ip address 192.168.1.200 255.255.255.0
!
interface Serial0
ip address 172.16.0.22 255.255.255.252
encapsulation ppp
!
interface Serial1
ip address 172.16.0.26 255.255.255.252
encapsulation ppp
!
no ip http server
ip classless
!
!
!
line con 0
exec-timeout 0 0
logging synchronous level all
line 1 8
transport input telnet
line aux 0
transport input all
line vty 0 4
login local
!
end
TermServ#
Any thoughts on why I'm having trouble?
Thanks in advance,
Rob