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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2509 Access Server Help!

Status
Not open for further replies.

Phi486

Technical User
Jan 26, 2007
5
US
Hello,
I am a newbie to this server and have been having difficulties to get this AS-2509 to work. It gets hung up when I input R1 or R2... There are several similar cases posted in this forum, but I can't seem to find one that works for me? I'll greatly appreciate if anyone could help me here. I wonder if this configuration is wrong or missing something that I don't know? Do I need to configure the Asycn line speed from 1 to 8 and how? Please instruct me for any additional steps if necessary. Thankyou very much!

Phi


show config
Using 894 out of 32762 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname AS
!
enable password cisco
!
ip subnet-zero

no ip domain-lookup

ip host r3 2003 10.4.4.4
ip host r2 2002 10.4.4.4
ip host r1 2001 10.4.4.4
!
!
!
!
interface Loopback0
ip address 10.4.4.4 255.255.255.0
no ip route-cache
no ip mroute-cache

interface Ethernet0
ip address 192.168.2.10 255.255.255.0
no ip route-cache
no ip mroute-cache

interface Serial0
ip address 172.16.73.1 255.255.255.0
no ip route-cache
no ip mroute-cache

interface Serial1
ip address 172.16.74.2 255.255.255.0
no ip route-cache
no ip mroute-cache

ip classless
no ip http server
!
!
!
line con 0
line 1 8
no exec
transport input all
flowcontrol hardware

line aux 0
transport input all

line vty 0 4
password console
login

end


AS#
AS#r1
Translating "r1"
Trying r1 (10.4.4.4, 2001)... Open
 
You mean to get rid of "translating", and get straight to the "open"?
router(config)#ip host r1 10.4.4.4
I think...
Then,
router(config)#no ip domain lookup

Try these...never had experience with an access server...

Burt
 
Hi Burt,
I should be more specific in my question. The problem that I have is that I can't get access to other routers from this access server 2509 when inputing R1, R2... The AS-2509 just sits there forever??? it should take me to another routers instead.

Thanks for trying anyway!

Phi
 
Well, you have to reverse telnet, and from the output you posted, it says it tries it, then the connection is open on port 2001.

Burt
 
run the command sh line. Ensure that your lines are not currently utilized and if so, run command (clear line 2001) or whatever line number is in use. Once lines are cleared, you should not have an issue. Your config looks correct so this may be the issue. I am going to throw a question out there for ya. Are you 100% positive that your devices are on the correct lines? when using your octal cables, ensure that your devices are on the correct ports.
 
Hello All,
Thanks for all the helps! The problem has been solved after I replaced the Octal cable. Perhaps I should not trust those sellers at eBay 100% when they said items were tested! Regardless, I wonder if there is a direct way to go from one device to another without getting back to the access-server first? I mean Ctrl-shift-6-x.

Phi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top