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!

Access Server Configurations

Status
Not open for further replies.

Lonewulf

MIS
Sep 26, 2001
6
0
0
US
Greetings to all, this thread is for those who need help configuring their Cisco Access Server. I have recently entered into the CCNA track. That being said, here we go.
I have a AS2511RJ. I am having some problems getting Telnet to work from my Main PC. Can someone please take a look at ny config and let me know where I went wrong.
Here is my basic setup. I am running my office network with this Gateway 192.168.0.1. The rack is in my garage and is composed of 4-3640 Routers, 2-switches, 1-AS2511RJ access server. Here is my setup:

AS2511#show ip interface brief
Interface IP-Address OK? Method Status Prot
ocol
Ethernet0 192.168.0.20 YES NVRAM up up

Loopback0 192.168.10.10 YES NVRAM up up

Serial0 unassigned YES NVRAM administratively down down

AS2511#show running-conf
Building configuration...

Current configuration : 1084 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname AS2511
!
enable secret 5 $1$ATlW$Y9mEqZouyGN/KdY6t63p./
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
ip host host4 2004 192.168.1.1
ip host host3 2003 192.168.1.1
ip host host2 2002 192.168.1.1
ip host host1 2001 192.168.1.1
ip host r2 2001 192.168.10.10
ip host r3 2002 192.168.10.10
ip host r1 2003 192.168.10.10
ip host r4 2004 192.168.10.10
ip host s1 2005 192.168.10.10
ip host s2 2006 192.168.10.10
!
!
!
!
interface Loopback0
ip address 192.168.10.10 255.255.255.0
no ip route-cache
no ip mroute-cache
!
interface Ethernet0
ip address 192.168.0.20 255.255.255.0
no ip route-cache
no ip mroute-cache
!
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
ip classless
no ip http server
!
!
line con 0
password ccent
login
line 1 16
transport input telnet
line aux 0
transport input all
line vty 0 4
password ccent
login
!
end

AS2511#

I am thinking that those first 4 ip hosts 1 thru 4 are part of the problem. I don't know where the 192.168.1.1 came from
unless it is some kind of default. Should these even be in this config? Thanks in advance. Lonewulf
 
OK, I have removed the bogus 192.168.1.1 lines
Now, when I try to connect to the r3 connection I get this
AS2511#r1
Trying r1 (192.168.10.10, 2003)... Open
It just stays there and the router will not respond anymore.
I cannot type anything even an escape sequence. I am extremely puzzled by this. What do you think is the problem?
Would you like to see the running config? Thanks, Lonewulf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top