500CS Comm Server [7:49071]

2002-07-17 Thread trammer

By any chance would anyone have a sample config for the 500-CS box that they
wouldn't mind posting.

Trying to get reverse telnet working and most configs are for the 2509-2511.


I'm either not looking in the right place or I'm not configuring it right
for this older box.



Thanks in advance.



Cheers.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49071&t=49071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 500CS Comm Server [7:49071]

2002-07-17 Thread Vance Krier

Cheers.  V--


ANM-508CS#wr t

Current configuration:
!
hostname ANM-508CS
!
enable-password 
!
!
!
!
!
!
interface Ethernet 0
ip address 192.168.0.253 255.255.255.0
!
ip default-gateway 192.168.0.1
!
!
!
ip name-server 255.255.255.255
snmp-server community
!
!
line vty 0 4
login
line con 0
stopbits 1.5
line 1
no exec
exec-timeout 0 0
stopbits 1
line 2
no exec
exec-timeout 0 0
stopbits 1
line 3
no exec
exec-timeout 0 0
stopbits 1
line 4
no exec
exec-timeout 0 0
stopbits 1
line 5
no exec
exec-timeout 0 0
stopbits 1
line 6
no exec
exec-timeout 0 0
stopbits 1
line 7
no exec
exec-timeout 0 0
stopbits 1
line 8
no exec
exec-timeout 0 0
stopbits 1
line vty 0
password 
line vty 1
password 
line vty 2
password 
line vty 3
password 
line vty 4
password 
!
end


""trammer""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> By any chance would anyone have a sample config for the 500-CS box that
they
> wouldn't mind posting.
>
> Trying to get reverse telnet working and most configs are for the
2509-2511.
>
>
> I'm either not looking in the right place or I'm not configuring it right
> for this older box.
>
>
>
> Thanks in advance.
>
>
>
> Cheers.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49075&t=49071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 500CS Comm Server [7:49071]

2002-07-17 Thread Michael W. Oliver

Well, this box was an adventure for sure!  First, I was able to upgrade the
RAM to 20MB with some old sticks that I almost threw away.  Once that was
done, I found out that I couldn't copy the latest (still old) IOS to
flash... there wasn't any flash!  So, I put a bare-minimum config on the
500-CS, including booting the latest IOS via TFTP, as well as a more
'contemporary' config to match the newer IOS via TFTP.

Here is a 'sh ver':

Cisco Internetwork Operating System Software
IOS (tm) CS Software (CS500-C-M), Version 10.3(19a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1997 by cisco Systems, Inc.
Compiled Thu 04-Sep-97 20:47 by phester
Image text-base: 0x00802000, data-base: 0x00AC4700

ROM: System Bootstrap, Version 4.6(9), SOFTWARE

TERMSERV uptime is 8 weeks, 3 days, 16 hours, 53 minutes
System restarted by reload at 20:38:26 EDT Sat May 18 2002
System image file is "cs500-c-m.103-19a.Z.bin", booted via tftp from
10.0.0.8
Network configuration file is "termserv-confg", booted via tftp from
10.0.0.8



Here is the config that is stored in NVRAM:

service config
!
hostname TERMSERV
!
boot network bare-minimum 10.0.0.8
boot system cs500-c-m.103-19a.Z.bin 10.0.0.8
enable password cisco
!
ip subnet-zero
!
interface Ethernet0
 ip address 10.0.150.1 255.255.0.0
!
end




And, finally, here is the config that is loaded via TFTP:

version 10.3
service config
no service finger
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
no service udp-small-servers
no service tcp-small-servers
!
hostname TERMSERV
!
clock timezone EST -5
clock summer-time EDT recurring
boot network termserv-confg 10.0.0.8
boot system cs500-c-m.103-19a.Z.bin 10.0.0.8
enable password cisco
!
ip subnet-zero
!
interface Ethernet0
 ip address 10.0.150.1 255.255.0.0
!
ip alias 10.0.160.1 2001
ip alias 10.0.160.2 2002
ip alias 10.0.160.3 2003
ip alias 10.0.160.4 2004
ip alias 10.0.160.5 2005
ip alias 10.0.160.6 2006
ip alias 10.0.160.7 2007
ip alias 10.0.160.8 2008
ip alias 10.0.160.9 2009
ip alias 10.0.160.10 2010
ip alias 10.0.160.11 2011
ip alias 10.0.160.12 2012
ip alias 10.0.160.13 2013
ip alias 10.0.160.14 2014
ip alias 10.0.160.15 2015
ip alias 10.0.160.16 2016
logging buffered
!
line con 0
 password cisco
 login
line 1 16
 session-timeout 120
 no exec
 exec-timeout 0 0
 transport input all
 transport output none
line vty 0 4
 exec-timeout 0 0
 password cisco
 login
line vty 5 15
 exec-timeout 0 0
 password cisco
 login
!
end



While almost every term-serv config I have seen shows the practice of using
'ip hosts' in the config, I have found the above to be much better (tooting
my own horn).  Give it a try... what actually happens is that you telnet
directly to the console port of the client routers using a unique IP address
for each async port.  Rock on!

I hope that this information helps you!


Michael Oliver
[EMAIL PROTECTED]
http://michael.gargantuan.com/





""trammer""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> By any chance would anyone have a sample config for the 500-CS box that
they
> wouldn't mind posting.
>
> Trying to get reverse telnet working and most configs are for the
2509-2511.
>
>
> I'm either not looking in the right place or I'm not configuring it right
> for this older box.
>
>
>
> Thanks in advance.
>
>
>
> Cheers.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49096&t=49071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 500CS Comm Server [7:49071]

2002-07-17 Thread Mike Sweeney

H... Mike's and mine are close.. but I run TACACS on mine since it faces
the public via a DMZ

MikeS

Current configuration:
!
version 10.3
service config
no service pad
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname xxx
!
boot system cs500-c-m.103-19a.Z.bin 192.168.50.29
aaa new-model
aaa authentication login default tacacs+ enable
aaa authentication login old_way none
aaa authorization commands 1 tacacs+ if-authenticated
aaa authorization commands 15 tacacs+ if-authenticated
aaa accounting exec start-stop tacacs+
aaa accounting network start-stop tacacs+
aaa accounting connection start-stop tacacs+
aaa accounting system start-stop tacacs+
enable password 7 zz
!
no ip domain-lookup 

::snip:::



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49101&t=49071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 500CS Comm Server [7:49071]

2002-07-18 Thread trammer

Thanks all for the help.

I've got the config in correctly and had it working fine for a little bit,
but once I did a reboot the box acts very strange.  Basically can't get
console access back into the box without doing a default configuration
(holding down the default button while booting)

To avoid the console issue, I set up telnet for the box and telnet to it
when I can't get the console up, and when I do a show line it don't get the
* next to the tty lines.

It's very weird and I'm not sure if they are hung up or what.  I've tried a
clear line on the lines as well.

here's my config.


CS#sh conf
Using 503 out of 32512 bytes
!
version 9.21
no service pad
service password-encryption
!
hostname CS
!
enable password 7 02050D480809
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
ip address 192.168.1.99 255.255.255.0
!
!
line con 0
login
line 1 16
no exec
exec-timeout 0 0
stopbits 1
line vty 0
password 7 070C285F4D06
login
line vty 1
password 7 13061E010803
login
line vty 2
password 7 01100F175804
login
line vty 3
password 7 060506324F41
login
line vty 4
password 7 110A1016141D
login
!
end



See what you guys think.  Am I missing something obvious?  I haven't played
with the comm-servers much at all.


thanks a lot!






""Mike Sweeney""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> H... Mike's and mine are close.. but I run TACACS on mine since it
faces
> the public via a DMZ
>
> MikeS
>
> Current configuration:
> !
> version 10.3
> service config
> no service pad
> service password-encryption
> no service udp-small-servers
> no service tcp-small-servers
> !
> hostname xxx
> !
> boot system cs500-c-m.103-19a.Z.bin 192.168.50.29
> aaa new-model
> aaa authentication login default tacacs+ enable
> aaa authentication login old_way none
> aaa authorization commands 1 tacacs+ if-authenticated
> aaa authorization commands 15 tacacs+ if-authenticated
> aaa accounting exec start-stop tacacs+
> aaa accounting network start-stop tacacs+
> aaa accounting connection start-stop tacacs+
> aaa accounting system start-stop tacacs+
> enable password 7 zz
> !
> no ip domain-lookup
>
> ::snip:::




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49199&t=49071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 500CS Comm Server [7:49071]

2002-07-18 Thread trammer

Got it working finally.  Misinterpreted the * meaning.  :) oops.

Tweaked a few other things on the lines too.  Works fine now.


Thanks for the assitance guys.




""trammer""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thanks all for the help.
>
> I've got the config in correctly and had it working fine for a little bit,
> but once I did a reboot the box acts very strange.  Basically can't get
> console access back into the box without doing a default configuration
> (holding down the default button while booting)
>
> To avoid the console issue, I set up telnet for the box and telnet to it
> when I can't get the console up, and when I do a show line it don't get
the
> * next to the tty lines.
>
> It's very weird and I'm not sure if they are hung up or what.  I've tried
a
> clear line on the lines as well.
>
> here's my config.
>
>
> CS#sh conf
> Using 503 out of 32512 bytes
> !
> version 9.21
> no service pad
> service password-encryption
> !
> hostname CS
> !
> enable password 7 02050D480809
> !
> !
> interface Loopback0
> ip address 1.1.1.1 255.255.255.255
> !
> interface Ethernet0
> ip address 192.168.1.99 255.255.255.0
> !
> !
> line con 0
> login
> line 1 16
> no exec
> exec-timeout 0 0
> stopbits 1
> line vty 0
> password 7 070C285F4D06
> login
> line vty 1
> password 7 13061E010803
> login
> line vty 2
> password 7 01100F175804
> login
> line vty 3
> password 7 060506324F41
> login
> line vty 4
> password 7 110A1016141D
> login
> !
> end
>
>
>
> See what you guys think.  Am I missing something obvious?  I haven't
played
> with the comm-servers much at all.
>
>
> thanks a lot!
>
>
>
>
>
>
> ""Mike Sweeney""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > H... Mike's and mine are close.. but I run TACACS on mine since it
> faces
> > the public via a DMZ
> >
> > MikeS
> >
> > Current configuration:
> > !
> > version 10.3
> > service config
> > no service pad
> > service password-encryption
> > no service udp-small-servers
> > no service tcp-small-servers
> > !
> > hostname xxx
> > !
> > boot system cs500-c-m.103-19a.Z.bin 192.168.50.29
> > aaa new-model
> > aaa authentication login default tacacs+ enable
> > aaa authentication login old_way none
> > aaa authorization commands 1 tacacs+ if-authenticated
> > aaa authorization commands 15 tacacs+ if-authenticated
> > aaa accounting exec start-stop tacacs+
> > aaa accounting network start-stop tacacs+
> > aaa accounting connection start-stop tacacs+
> > aaa accounting system start-stop tacacs+
> > enable password 7 zz
> > !
> > no ip domain-lookup
> >
> > ::snip:::




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49205&t=49071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 500CS Comm Server [7:49071]

2002-07-18 Thread [EMAIL PROTECTED]

In a message dated 7/17/2002 7:11:02 PM Central Standard Time, 
[EMAIL PROTECTED] writes:


> Subj:500CS Comm Server [7:49071] 
> Date:7/17/2002 7:11:02 PM Central Standard Time
> From:[EMAIL PROTECTED]
> To:[EMAIL PROTECTED]
> Sent from the Internet 
> 
> 



Try this:
version 9.21
no service pad
!
hostname CS1
!
enable password cisco
!
ip routing
no ip domain-lookup
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
no ip address
shutdown
no mop enabled
!
ip host R1 2002 1.1.1.1
ip host R2 2003 1.1.1.1
ip host R3 2004 1.1.1.1
ip host R4 2005 1.1.1.1
ip host R5 2006 1.1.1.1
ip host R6 2007 1.1.1.1
ip host R7 2008 1.1.1.1
ip host R8 2009 1.1.1.1
!
line con 0
exec-timeout 120 0
line 1 16
exec-timeout 120 0
line vty 0 4
exec-timeout 120 0
password cisco
no login
!
end

HTH,
Rob H.   NP, DP, CVOICE, blah,blah,blah


> 
> By any chance would anyone have a sample config for the 500-CS box that 
> they
> wouldn't mind posting.
> 
> Trying to get reverse telnet working and most configs are for the 
> 2509-2511.
> 
> 
> I'm either not looking in the right place or I'm not configuring it right
> for this older box.
> 
> 
> 
> Thanks in advance.
> 
> 
> 
> Cheers.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=49209&t=49071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]