next test?

2001-03-06 Thread Justin M. Clark

i just finished my CCNA and CCDA, i was wondering if anyone had an opinion
on the next test i should work towards.

thanks,
Justin

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Hardware Req's

2001-03-12 Thread Justin M. Clark

Can someone tell me the minimum hardware requirements for IOS 12.x with
ip/ipx/at routing on a 2501?  im looking to buy a couple routers for a home
lab but i dont know what is the minumum that i should get.  Cisco site says
"recommended" 16mb flash and 8 dram, but for a home lab would it still work
on a 8/8?

Justin

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Console settings

2001-03-26 Thread Justin M. Clark

im using hyperterminal on win2k pro to config a 2501 router, i know that you
can do control+p to enter the last command in the line but how do you set it
up so that you can use the arrow keys up and down to show previous commands
and the left and right keys to move forward and back a character?

Thanks
Justin



_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: online book sellers

2001-04-01 Thread Justin M. Clark

cbd.booksonline.com or lcis.booksonline.com

you buy 3 books for 1.99 plus shipping, and get one more free.

then you have to buy one more book at regular price, which even at reagular
price its about 20% cheaper than you can get at a bookstore.

ive done it a couple times and have gotten about $400 worth of books for
about $50.


"seifu argaw" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does any one know the cheapest online computer book
> seller?
> Thank you
>
> __
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/?.refer=text
_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Rack [7:1147]

2001-04-18 Thread Justin M. Clark

does anyone know where to get a cheap small rack to mount 3 2501 routers and
a 1912 switch at?

ive seen a lot of the 6-7 foot model but i really dont need something that
size for 4 items.

Thanks,
Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA




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



Re: Rack [7:1147]

2001-04-18 Thread Justin M. Clark

thanks to all, got it ordered and on the way.  i ended up getting it from
musiciansfriends.com and it was 20 + 5 shipping.

Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA




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



Can anyone help with my problem?? [7:1444]

2001-04-20 Thread Justin M. Clark

im having problems with a connectivity issue.  here is my layout.

ISP-modem(Computer1)--e0(router1)s0--z---s0(router2)e0--
(Computer2)

Computer1's ethernet address is 192.168.0.1 255.255.255.0
Computer1's ethernet default gatewate is 192.168.0.2

Computer1's dial-up modem address is 208.149.78.X 255.255.255.255
Computer1's dial-up default gateway is 208.149.78.X

router1-e0 = 192.168.0.2 255.255.255.248
router1-s0 = 10.0.0.1 255.255.255.248

router2-s0 = 10.0.0.2 255.255.255.248
router2-e0 = 10.10.10.1 255.255.255.248

Computer2's ethernet address is 10.10.10.2 255.255.255.248
Computer2's default gateway is set to 10.10.10.1
Computer2's DNS server is set as 192.168.0.1

show ip route on router1 is:

Gateway of last resort is 192.168.0.1 to network 0.0.0.0
 10.0.0.0/29 is subnetted, 2 subnets
S   10.10.10.0 is directly connected, Serial0
C   10.0.0.0 is directly connected, Serial0
 192.168.0.0/29 is subnetted, 1 subnets
C   192.168.0.0 is directly connected, Ethernet0
S*   0.0.0.0/0 [1/0] via 192.168.0.1

show ip route on router2 is:

Gateway of last resort is 10.0.0.1 to network 0.0.0.0
 10.0.0.0/29 is subnetted, 2 subnets
C   10.0.0.0 is directly connected, Serial0
C   10.10.10.0 is directly connected, Ethernet0
 192.168.0.0/29 is subnetted, 1 subnets
S   192.168.0.0 is directly connected, Serial0
S*   0.0.0.0/0 [1/0] via 10.0.0.1

Router1's show run is:

version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname router1
!
enable password cisco
!
!
!
!
!
ip subnet-zero
no ip finger
!
!
!
!
interface Ethernet0
 ip address 192.168.0.2 255.255.255.248
!
interface Serial0
 ip address 10.0.0.1 255.255.255.248
 no fair-queue
 clockrate 56000
!
interface Serial1
 no ip address
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
ip route 10.10.10.0 255.255.255.248 Serial0
ip http server
!
!
!
line con 0
 password cisco
 logging synchronous
 login
 transport input none
line aux 0
 password cisco
 login
line vty 0 4
 password cisco
 login
!
end


Router2's show run is:

version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname router2
!
enable password cisco
!
!
!
!
!
ip subnet-zero
no ip finger
!
ip dhcp pool test
   network 10.10.10.0 255.255.255.248
   dns-server 192.168.0.1
   default-router 10.10.10.1
   lease infinite
!
!
!
!
!
!
interface Ethernet0
 ip address 10.10.10.1 255.255.255.248
!
interface Serial0
 ip address 10.0.0.2 255.255.255.248
!
interface Serial1
 no ip address
 shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
ip route 192.168.0.0 255.255.255.248 Serial0
ip http server
!
!
!
line con 0
 password cisco
 logging synchronous
 login
 transport input none
line aux 0
 password cisco
 login
line vty 0 4
 password cisco
 login

I can ping anywhere from anywhere over when not connected to the internet on
Computer1

but as soon as i connect to the internet, i can no longer ping Comp1 from
Comp2 and visa-versa.
although from comp2 i can ping e0 on router1 which is 192.168.0.2, i just
cant ping 192.168.0.1 which is the IP of comp1

Anyone got any ideas??

--
Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA
[EMAIL PROTECTED]




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



FORGET ABOUT ABOVE POST [7:1445]

2001-04-20 Thread Justin M. Clark

I figured it out about 5 minutes after i posted that.

it was the routing table on Comp1

once i dialed up it set its default route to the PPP IP address, so i just
had to add the route to 10.0.0.0 255.0.0.0 to go through 192.168.0.2

Everything is great now.




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



Reverse Telnet [7:1800]

2001-04-24 Thread Justin M. Clark

Im having a little problem with reverse telnet

i have rollover cable from aux0 on router1 to con0 on router2

Router1/aux0 has
transport input all
password cisco
login

Router2/Con0 has
password cisco
login

loopback 0
ip address 1.1.1.1 255.255.255.255

when i telnet to 1.1.1.1 2001 for a long time it will say that remote
refused connection.  then all of the sudden it will work

i dont change anything, and its not like  router2 is still coming up or
anything, does anyone have any ideas??

Thanks,
Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA
[EMAIL PROTECTED]




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



Frame-relay problem [7:1986]

2001-04-25 Thread Justin M. Clark

my layout looks kinda like this:

(Computer1)--e0(router1)s0--z---s0(router2)e0--(Computer2)

router1/s0 is the DCE  so i do:
config t
frame-relay switching

then on both i do

encapsulation frame-relay
frame-realy interface-dlci 17
frame-relay intf-type dXe

i then do debug frame-relay lmi and it shows that dce and dte are up but now
i can no longer ping from computer1 to computer2.

but as soon as i switch back to HDLC it all works fine.

the wierd thing is, when i have frame-relay turned on, i cant even ping
router1/s0's ip address from router1.

any ideas?

--
Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA
[EMAIL PROTECTED]




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



Help with frame-relay [7:2204]

2001-04-26 Thread Justin M. Clark

ive been dying now for two days trying to get frame relay going between 2
2501 routers.

I have tried everything i know to do, and looked at 900 different places and
i must just be missing something.

can anyone give me the exact steps to configure this.

I have 2 2501 routers connected together with v.35 cable.

i can get PPP and HDLC working fine but frame-relay just doesnt want to work
for me.

im also running ios 12.1(7) enterprise if that helps.

--
Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA
[EMAIL PROTECTED]




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



Re: DTE interface on Frame Relay switch [7:4256]

2001-05-12 Thread Justin M. Clark

it can be done, i had multiple people tell me that 2 routers couldnt perform
frame relay, but if you search the cisco site for back-to-back frame relay
they have a configuration.  i have two 2501's working fine with frame relay
between s0 and s0 on both routers.  the only diffence between regular config
and back to back is i think keepalives are dissabled.

I think one if these pages shows the config:

http://www.cisco.com/warp/public/125/frbacktoback.html
http://www.cisco.com/warp/public/125/frbacktoback_hybrid.html

Justin M. Clark
MCSE 4/2000
CCNA, CCDA



""Shibu Pillai""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello ,
> It is possible  .
>  Sbp
> ""Thomas""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > If I am using a 2522 as a frame relay switch, can its A/S serial ports
be
> > configured as DCE interfaces and be connected to other router DTE
> interfaces
> > using a 60pin-60pin crossover cables?  I am trying to setup a fram relay
> > switch with more than 2 routers participate (excluding the frame relay
> > switch router itself) so that I can create a hub router  Any other
> > suggestion for this configuration?  Thanks.
> >
> >
> >
> >
> >
> >
> >
> > ""Fischer Reinhold""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Hi Thomas,
> > >
> > > i think it is not possible what you are trying to accomplish.
> > > You need one Router with at least two serial interfaces dedicated
> > > as the frame relay switch. So you need at least 3 Routers with
> > > serial interfaces to practice frame relay.
> > >
> > > Others please correct me if there is a trick to do it with two
routers.
> > >
> > > Greetings
> > >
> > > Reinhold
> > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




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



Cisco Study Group. Meridian, MS [7:4747]

2001-05-16 Thread Justin M. Clark

Anyone in or around Meridian, MS interested in forming a study group please
email me.
--
Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA
[EMAIL PROTECTED]




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



SNMP Config [7:5648]

2001-05-23 Thread Justin M. Clark

Ive Got 2 2501's running IOS 12.1 and trying to get them to work with cisco
works 5.

How do i go about configuring the 2 routers for SNMP so that i can use cisco
works.

here is a nutshell of my config.

i have one computer on both sides of the routers
if im going from comp1 to comp2
data goes from comp1 in E0 on r1
out S0 on r1
in S0 on r2
out e0 on r2
then to comp2

--
Justin M. Clark
MCSE 4.0, MCSE 2000
CCNA, CCDA
[EMAIL PROTECTED]




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



Access List Builder [7:36015]

2002-02-20 Thread Justin M. Clark

Does anyone know of an application that will build an access list for you?




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



Access list question [7:36124]

2002-02-21 Thread Justin M. Clark

can someone explain to me exactly what this line means:

access-list 101 permit tcp any any established

thanks
Justin




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



Another access list question [7:36131]

2002-02-21 Thread Justin M. Clark

I have the following access list and am trying to make since of it.  Here is
what I have sofar with what I think the line does.

1.   access-list 101 deny   icmp any any redirect
stop all redirects
2.   access-list 101 deny   icmp any any echo
stop ping
3.   access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
stop localhost from going anywhere
4.   access-list 101 deny   ip 224.0.0.0 31.255.255.255 any
stop private address from going anywhere
5.   access-list 101 deny   ip xxx.xxx.40.0 0.0.0.255 any
stop xxx.xxx.40.0/24 from getting to anything
6.   access-list 101 permit tcp any any eq telnet
permit telnet from anywhere
7.   access-list 101 permit tcp any any established
permit anything from established connection
8.   access-list 101 permit tcp any host xxx.xxx.43.133 eq smtp
permit anyone to xxx.xxx.43.113 port 25
9.   access-list 101 permit tcp any host xxx.xxx.43.133 eq pop3
permit anyone to xxx.xxx.43.113 port 110
10. access-list 101 permit tcp any host xxx.xxx.43.133 eq ftp
permit anyone to xxx.xxx.43.113 port 21
11. access-list 101 permit ip host XXX.152.0.8 any
permit external dns servers to go anywhere
12. access-list 101 permit ip host XXX.152.16.8 any
permit external dns servers to go anywhere
13. access-list 101 permit tcp any host xxx.xxx.43.134 eq www
permit anyone to xxx.xxx.43.134 port 80
14. access-list 101 permit tcp any host xxx.xxx.43.134 eq 443
permit anyone to xxx.xxx.43.134 port 443
15. access-list 101 permit icmp any any
permit ping from anywhere to anywhere

this is applied to a serial interface in.
we have external DNS and internal SMTP and POP3 and WWW

the lines that are confusing me are 1, 2, and 15
it looks to me that at first it is denying redirects and ping but then on
line 15 it permits everything.  is this correct?

Also, if you notice anything else that i don't have right could you please
mention it as well.

thanks,
Justin




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



Re: Another access list question [7:36131]

2002-02-21 Thread Justin M. Clark

Thats, that just slipped my mind.

Justin

""Brian""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> the last line doesnt permit everything, just icmp packets that are not
> echo request, since those will be dropped by the second line.  Looks like
> the icmp approach is block ping, permit other icmp, which is a common
> approach.  First match wins..
>
> Bri
>
> On Thu, 21 Feb 2002, Justin M. Clark wrote:
>
> > I have the following access list and am trying to make since of it.
Here
> is
> > what I have sofar with what I think the line does.
> >
> > 1.   access-list 101 deny   icmp any any redirect
> > stop all redirects
> > 2.   access-list 101 deny   icmp any any echo
> > stop ping
> > 3.   access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
> > stop localhost from going anywhere
> > 4.   access-list 101 deny   ip 224.0.0.0 31.255.255.255 any
> > stop private address from going anywhere
> > 5.   access-list 101 deny   ip xxx.xxx.40.0 0.0.0.255 any
> > stop xxx.xxx.40.0/24 from getting to anything
> > 6.   access-list 101 permit tcp any any eq telnet
> > permit telnet from anywhere
> > 7.   access-list 101 permit tcp any any established
> > permit anything from established connection
> > 8.   access-list 101 permit tcp any host xxx.xxx.43.133 eq smtp
> > permit anyone to xxx.xxx.43.113 port 25
> > 9.   access-list 101 permit tcp any host xxx.xxx.43.133 eq pop3
> > permit anyone to xxx.xxx.43.113 port 110
> > 10. access-list 101 permit tcp any host xxx.xxx.43.133 eq ftp
> > permit anyone to xxx.xxx.43.113 port 21
> > 11. access-list 101 permit ip host XXX.152.0.8 any
> > permit external dns servers to go anywhere
> > 12. access-list 101 permit ip host XXX.152.16.8 any
> > permit external dns servers to go anywhere
> > 13. access-list 101 permit tcp any host xxx.xxx.43.134 eq www
> > permit anyone to xxx.xxx.43.134 port 80
> > 14. access-list 101 permit tcp any host xxx.xxx.43.134 eq 443
> > permit anyone to xxx.xxx.43.134 port 443
> > 15. access-list 101 permit icmp any any
> > permit ping from anywhere to anywhere
> >
> > this is applied to a serial interface in.
> > we have external DNS and internal SMTP and POP3 and WWW
> >
> > the lines that are confusing me are 1, 2, and 15
> > it looks to me that at first it is denying redirects and ping but then
on
> > line 15 it permits everything.  is this correct?
> >
> > Also, if you notice anything else that i don't have right could you
please
> > mention it as well.
> >
> > thanks,
> > Justin




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



OSPF Question [7:37899]

2002-03-11 Thread Justin M. Clark

when configuring ospf the first command is:

router ospf process-id

Does the process id have any signifigance?  for instance, If i have one
router with pid of 10 and another with pid 12 can both of them function in
area 0.  If so, where does the process-id come into effect.  What is it
specified for?

Thanks,
Justin




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



Re: OSPF Question [7:37899]

2002-03-11 Thread Justin M. Clark

Thanks for the fast answer!

Justin

""Steven A. Ridder""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Yes, they can both be in area 0.  PID is a Cisco specific function that
> allows for more than 1 OSPF process run on a router at once.  It has local
> signifigance only.
>
> --
>
> RFC 1149 Compliant.
>
>
> ""Justin M. Clark""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > when configuring ospf the first command is:
> >
> > router ospf process-id
> >
> > Does the process id have any signifigance?  for instance, If i have one
> > router with pid of 10 and another with pid 12 can both of them function
in
> > area 0.  If so, where does the process-id come into effect.  What is it
> > specified for?
> >
> > Thanks,
> > Justin




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



RE: OSPF Question [7:37899]

2002-03-11 Thread Justin M. Clark

Can you give me an instance where I would want to have multi processes
ospf?

Justin

-Original Message-
From: Roberts, Larry [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 4:46 PM
To: 'Justin M. Clark'; [EMAIL PROTECTED]
Subject: RE: OSPF Question [7:37899]


Process ID is of local significance only. That number does not appear
anywhere outside the router it resides on. If you were to have multiple
OSPF process's running on a box, it is how you would differentiate
between them. 


Thanks

Larry 

-Original Message-----
From: Justin M. Clark [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 11, 2002 5:18 PM
To: [EMAIL PROTECTED]
Subject: OSPF Question [7:37899]


when configuring ospf the first command is:

router ospf process-id

Does the process id have any signifigance?  for instance, If i have one
router with pid of 10 and another with pid 12 can both of them function
in area 0.  If so, where does the process-id come into effect.  What is
it specified for?

Thanks,
Justin




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



Re: Rack [7:38796]

2002-03-28 Thread Justin M. Clark

I purchased one from musiciansfriends.com.  It was only about $20 It was
designed as a rack for music equipment but what fine to fit 7 2501 series
routers
""Mark Odette II""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Also...
> Just a little more to add to the Music Rack scenario:
>
> I have found that the RackMount Ears that come with the PIX 515 & Cisco
2600
> do NOT line up with the alleged 19" scew points.  The 2500s' ears are a
> perfect fit though.  The problem with the other rack ears is that the
screw
> slots are vertical, and therefore don't extend wide enough to hit both
rack
> screw holes.  The rack ears on the 2500 have horizontal screw slots, and
> therefore give variance from side to side of at least an
eighth-of-an-inch.
> Doesn't that suck. :(
>
> Has anyone ever tried 2500 series rack ears/kits on a 2600??  If so, and
> they work, then the solution is at hand and as everyone else has
> mentioned, it depends on how much gear you plan to invest in to stick in
the
> music rack.
>
> I was fortunate, and had my music rack given to me by a previous
employer...
> I took it with the thought that even though I didn't have a use for it
then,
> surely, I'd come up with one for it in the future:)  That was 4 years ago,
> and in the last year, I started putting my Cisco gear in it. :)
>
> Only drawback is that it only has 30 inches vertically of usable space
> but who am I to complain... it got it for free! :)
>
> -Mark
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Barbee Jason
> Sent: Wednesday, March 27, 2002 9:03 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Rack [7:38796]
>
>
> You have a couple options, the music racks already mentioned. I'll just
add
> a little on that subject.
>
> Music racks. DJ equipment is also 19" wide, same as computer equipment.
> I looked at the Music racks. Some were at an angle, some were just odd
> looking. And there wasn't much cost savings. I found a vendor selling very
> cheap music racks on ebay for about $30. I considered them to be very
> limited in space, only a couple U of space. I wouldn't have been able to
> store all my current toys in a single music rack. I now have 5 2500's, 1
> catalyst 5002, an isdn simulator box, a server, and 2 rack mountable
> hubs/MAUs. So your choice depends on how much equipment you can forsee
> yourself buying.
>
> Telecom Equipment Racks. They are 19" wide, and come in many sizes. A
local
> vendor, Rexel Southern, had several 7' Chatsworth racks in stock. They
> bought in bulk, and I was able to get a great deal without paying
shipping.
> My 7' black rack cost me about $115. I would look around your city, and
see
> if you can find a telecom vendor if you want to look for a telecom rack.
The
> 4' racks were about twice the cost, they could sell the 7' cheaper because
> more people bought them.
>
> -Jason
> www.CCIEwannabe.com - Affordable remote Cisco lab access




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



Re: Used Rack [7:15897]

2001-08-18 Thread Justin M. Clark

try musiciansfriends.com  they have a 8U rack for $19.

""Ray Smith""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Anyone with a used 19" Network Rack in good condition to unload at a
> reasonable price, preferable in the New York/NJ area for the purpose of
> saving on shipping & handling?  Thanks
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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



Need Information About Cable purchase [7:42378]

2002-04-23 Thread Justin M. Clark

I have 2 cisco 2501 routers and just purchased another one.  The first
routers came with a serial cable, (DB-60, i think)  I need to order another
2-3 ft serial cable to connect my new router to the first.  Does anyone have
any idea where a good place to purchase this is.  I've found a couple places
and they get pretty pricey.

Thanks,
Justin




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



Mounting Brackets? [7:44503]

2002-05-19 Thread Justin M. Clark

I recently purchased a 2501 on ebay,  I recieved it and it does not have the
mounting brackets for a rack, does anyone know where to get them?

Thanks,
Justin




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



Mounting Brackets? [7:44503]

2002-05-19 Thread Justin M. Clark

I recently purchased a 2501 on ebay,  I recieved it and it does not have the
mounting brackets for a rack, does anyone know where to get them?

Thanks,
Justin




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



Operation Firmware is invalid? Please help...Urgent [7:44673]

2002-05-21 Thread Justin M. Clark

Cisco ws-c1900 switch.  Using db9F-rollover-db9F or null modem cable I can
connect to the console port and get into Diag Console fine, but when I try
to just plug in and configure the switch it just starts spitting out
"ATQ0H0" in hyperterminal PE.  I hunted around and a couple places that I
found said try updating the firmware.  So I hit cisco's site and downloaded
"cat1900A.9.00.04.bin" which was the only 1900 firmware I could find,  The
previous version was 5.34.  So anyway, I did the XModem firmware upgrade, as
soon as it asks me to send the file it kicks back an error that says
"Transfer cancelled by remote system" (convenietly after it has erased
existing firmware) and then prints out:
Operation firmware version:  0.00Status: Invalid
Boot firmware version:  1.10
WARNING!!! Operation Firmware is invalid.
Upgrade firmware to enable switch operation.

Im stuck at this point, does anyone know what to do or how to get a copy of
the firmware that works on this switch?  and then at that point what kind of
cables, etc do i need to configure the darn thing.

If anyone can get back to me in a hurry or has a version of the firmware
that DOES work on this model it would be greatly apprecieated as this switch
is dead in the water, along with the LAN that is suppost to be connected to
it.

Thanks,
Justin




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



IOS Install Problems [7:45102]

2002-05-26 Thread Justin M. Clark

I have a 2501 purchased from Ebay with c2500-js-l.122-7b.bin installed on
it.  Just for standards I wish for all my routers to have the same IOS on
it.  I have been trying to load c2500-jos56i-l.121-6.bin on it.  I have
tried to install it from 2 different TFTP servers and FTP and none of them
will work.  Cisco TFTP says "State Error" and solar winds TFTP says
connection reset by remote peer.  It looks like it copies a little chunk of
it then kicks back those errors.  2-3 exclamations is all I get on the
router.  I have not problem copying the IOS off of the router, but can't
seem to get one on it.  Does anyone have any suggestions?

Thanks,
Justin




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



Re: IOS Install Problems [7:45102]

2002-05-27 Thread Justin M. Clark

Thanks to all, its working now.  The problem was that I was't erasing the
flash first.  I was figuring that it would erase as it goes,  When i told it
to grab the bin file it was giving me one ! and then saying ok, I didn't
know that it was just checking for existance of the file, I went ahead and
told it to erase after that and it did, then loaded the IOS fine.

Thanks again,
Justin

""Justin M. Clark""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a 2501 purchased from Ebay with c2500-js-l.122-7b.bin installed on
> it.  Just for standards I wish for all my routers to have the same IOS on
> it.  I have been trying to load c2500-jos56i-l.121-6.bin on it.  I have
> tried to install it from 2 different TFTP servers and FTP and none of them
> will work.  Cisco TFTP says "State Error" and solar winds TFTP says
> connection reset by remote peer.  It looks like it copies a little chunk
of
> it then kicks back those errors.  2-3 exclamations is all I get on the
> router.  I have not problem copying the IOS off of the router, but can't
> seem to get one on it.  Does anyone have any suggestions?
>
> Thanks,
> Justin




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



Re: any experince with globalknowledge [7:24869]

2001-11-02 Thread Justin M. Clark

I took the ICND about a 8 months ago and it had to have been the most
informative class i've taken from any company,  The instructor, Del Blake,
was well versed and had many real world experiences to share and hints to
make things easier. I've been through a lot of companies and classes and
Global Knowledge is the only one i will be returning to.

Justin Clark
Sr. Network Admin
MCSE4.0, MCSE2000
CCNA, CCDA

""D'Wayne Saunders""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >Hi all
> > I am about to do the MCNS course with globalknowledge and was
> >just
> >wondering if any one has any experince with this company or with this
> >course
> >
> >
>
>
>
>
>
>
> D'Wayne Saunders
> Network Administrator
> Ph:08 89507742
> Fax:08 89521112
> Mobile: 0412 832322
> www.lasseters.com.au
> World's First Government Licensed and Regulated Online Casino...
>

***
>
> This email message (and attachments) may contain information that is
> confidential to Lasseters Online. If
> you are not the intended recipient you cannot use, distribute or copy the
> message or attachments. In such
> a case, please notify the sender by return email immediately and erase all
> copies of the message and
> attachments. Opinions, conclusions and other information in this message
> and attachments that do not
> relate to the official business of Lasseters Online are neither given nor
> endorsed by it.
>

***




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