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

Access Server Configuration Help.

Status
Not open for further replies.

yemaya

Technical User
Sep 13, 2006
140
CA
Hi Guys,

I'm trying to setup my access server but all i got is this:

Code:
ACCESS-SERVER#R1
Trying R1 (10.1.1.1, 2000)... 
% Connection refused by remote host

Here sh run:
Code:
ACCESS-SERVER#sh run
Building configuration...

Current configuration : 1669 bytes
!
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service compress-config
service sequence-numbers
!
hostname ACCESS-SERVER
!
boot-start-marker
boot-end-marker
!
security passwords min-length 6
logging buffered 4096 debugging
logging console critical
no logging monitor
enable secret 5 XXXXXXXXXXXX
!         
clock timezone EST -5
clock summer-time EST recurring 1 Sun Mar 2:00 2 Sun Nov 2:00
no aaa new-model
ip subnet-zero
no ip source-route
no ip gratuitous-arps
ip cef
!
!
no ip domain lookup
ip host R1 2000 10.1.1.1
ip host R2 2001 10.1.1.1
ip host R3 2002 10.1.1.1
ip host R4 2003 10.1.1.1
ip host R5 2004 10.1.1.1
ip host R6 2005 10.1.1.1
ip host SW1 2006 10.1.1.1
ip host SW2 2007 10.1.1.1
ip host SW3 2008 10.1.1.1
ip host SW4 2009 10.1.1.1
ip host FRS 2010 10.1.1.1
ip host FR-R1 2011 10.1.1.1
ip host FR-R2 2012 10.1.1.1
ip host FR-R3 2013 10.1.1.1
ip host FR-R4 2014 10.1.1.1
ip host R2620 2015 10.1.1.1
!
no ip bootp server
ip audit po max-events 100
!
!
interface Loopback1
 ip address 10.1.1.1 255.0.0.0
!
interface Ethernet0/0
 ip address 192.168.2.4 255.255.255.0
 full-duplex
!
interface Serial0/0
 no ip address
 shutdown
!
no ip http server
no ip http secure-server
ip classless
!
!
logging trap debugging
logging facility local2
no cdp run
!
!
line con 0
 exec-timeout 0 0
 password XXXXXXXXXXXX
 logging synchronous
 login
line 33 48
 no exec
 transport input all
line aux 0
line vty 0 4
 login
!
!
end

ACCESS-SERVER#

i'll appreciate any help to finish the configuration.

Thanks in advance.
 
Hi Guys,

I got it, now i can connect to all routers and switches.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top