any good reference or homepage for learning Cisco TCL Script [7:41282]

2002-04-12 Thread Ranma

please reply me
[EMAIL PROTECTED]
if you have any good suggestion.

THANKS




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



Re: PIX Question [7:37893]

2002-03-11 Thread Ranma

or
static (inside,dmz) 192.168.1.0 192.168.2.0 netmask 255.255.255.0

to treat the 2 network DMZ and inside zone in routing mode...


Gaz  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 static (inside,dmz) 192.168.1.0 192.168.1.0 netmask 255.255.255.0


 Gaz

 Ali, Abbas  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I have just installed a PIX firewall with three interfaces.  The Inside
  network is 192.168.1.0 and the DMZ network is 192.168.2.0.
 
  There are a few webservers on a dmz network that need to have an access
to
  all the servers on the inside network.  Technically I am going to have
to
  statically map each server on the inside netowork to an unused address
on
  the dmz network and then open the conduit permission.
 
  For example,  I have a NT server running on 192.168.1.12.  In order for
  webserver to connect to this box I will have to to
 
  Static(inside, dmz) 192.168.2.12 192.168.1.12 netmask 255.255.255.255
  conduit permit tcp host 192.168.2.12 host any or 192.168.1.12.
 
  I will be very tedious and I  will  waste so many address on a dmz
network
  in an order to create mapping entry for all the servers on inside
network.
 
 
  Is there any smaller way of doing it?  Can I map the whole dmz network
to
  inside network instead of mapping each unused address to inside address?
 
  Abbas Ali, AVVID, CCDP, CCNP, MCSE
  Network Engineer II
  NextiraOne, LLC
  Tel: 714.428.3367
  Pager: 714.748.4817
  Email: [EMAIL PROTECTED]




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



Re: Cisco 1750 VIC-2 E/M Voice card problem [7:37236]

2002-03-05 Thread Ranma

OH...

Thanks
Mark Odette II  wrote in message
news:[EMAIL PROTECTED];
 Ranma-
 Oh, I almost forgot to mention.

 When you issue a Show Diag at the enable prompt, you should see
something
 to the affect of : Packet Voice DSP Module Slot 0:

 Number of DSPs: 2  1= 2V HW configuration.

 This might help in identifying if you do in fact have the Hardware
 requirments to support the Voice Cards.

 Mark

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Ranma
 Sent: Tuesday, March 05, 2002 12:46 AM
 To: [EMAIL PROTECTED]
 Subject: Cisco 1750 VIC-2 E/M Voice card problem [7:37236]


 Hi,

 anyone has the following problem ?

 I have an Cisco 1750 - 4V chassis and 2 voice EM Card

 Now after follow Cisco Recomendation and using IOS 12.1(5)T
 the machine cannot recognize the Voice EM Daughter cards.


 And use show run , no voice-port  appear.

 After claiming RMA with Cisco, the same problem appear in the new Router.



 Anyone have the solution to this problem?

 Kenny




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



Re: PIX Access-list Problem. [7:37336]

2002-03-05 Thread Ranma

ACCESS LIST for IOS Router is using wildcard mask

BUT for PIX accesslist it is using normal masking

~ be careful...




Scott Nawalaniec  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi Ivan,

 Neither access-list would work, because if your trying to limit telnet
 access for the network 200.200.200. to network 10.10. then you would have
 this access-list:

 access-list 100 permit tcp 200.200.200.0 0.0.0.255 10.10.0.0
 0.0.255.255 eq 23

 This is because access-lists uses source wildcards.

 Scott

 -Original Message-
 From: Ivan [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, March 05, 2002 4:22 PM
 To: [EMAIL PROTECTED]
 Subject: PIX Access-list Problem. [7:37336]


 Hi all,

 I have a problem, does anyone can give me a answer?
 Which the following access-list is right to allow only telnet?

 1. access-list 100 permit tcp 200.200.200.0 255.255.255.0 10.10.0.0
 255.255.0.0 23

 2. access-list 100 permit tcp 200.200.200.0 255.255.255.0 10.10.0.0
 255.255.0.0 eq 23

 Thank you very much.

 Ivan




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



Re: vpn policy 10? or 5? [7:37364]

2002-03-05 Thread Ranma

For IP SEC communication

first step in ISAKMP policy , it will start the
ISAKMP SA session first,


so even you set POLICY 10 and POLICY 5

both peer of the router will communicate to use which POLICY for the ISAKMP
SA  established.

then, they will establish the ISAKMP IPSEC

last thing is CRYPTO MAP for contorlling the interesting traffic for the VPN
session.




brian  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I currently have a VPN tunnel setup between two external interfaces over
 the internet with a branch and my main office.  My isp is changing and I
 am going to have to change the tunnel endpoint (peer address), here at
 the main office.  My configuration on the remote router looks similar to
 this

 crypto isakmp policy 10
   crypto isakmp key cisco123 address 99.99.99.2
 crypto map mymap local-address FastEthernet0/1
   set peer 99.99.99.2

 This isn't all the config, but my question is... if I put in the new
 information with a 'policy 5' and everything else being equal except for
 my peer address, my traffic would hit policy 5 and never go to policy
 10...right?  Has anybody had to do this?  I would like the router to
 basically stay up, until I drop in the policy 5.  Would the policy
 immediately take effect?  If I put the new policy together and drop it
 in before I change my ip here, wouldn't the traffic be looked at for 5,
 then the router would see the traffic it is supposed to encrypt, try to
 establish a session with my policy 5 peer, see that it isn't up yet,
 then go on to 10?  When my new ip is put on the interface here at the
 main office, the router would see traffic specified in an acl in policy
 5 and then form the tunnel... right?  Some one help, I have convinced
 myself this will work and if it doesn't I don't want to have to go to
 Mexico wait, yes I do!

 thanks,
 ipguru




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



Cisco 1750 VIC-2 E/M Voice card problem [7:37236]

2002-03-04 Thread Ranma

Hi,

anyone has the following problem ?

I have an Cisco 1750 - 4V chassis and 2 voice EM Card

Now after follow Cisco Recomendation and using IOS 12.1(5)T
the machine cannot recognize the Voice EM Daughter cards.


And use show run , no voice-port  appear.

After claiming RMA with Cisco, the same problem appear in the new Router.



Anyone have the solution to this problem?

Kenny




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



Re: Console speed [7:36155]

2002-02-21 Thread Ranma

Re-start the router
then BREAK it during it boot up and enter  rommonconfig

it will ask you question one by one...

choose the option of different console=speed here

then reboot the machine again.



NK Sat  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi guys,
   I am not able to change the console speed of my 7204 VXR at all.I
 wanted it at 115200 to do a xmodem But it just cannot beyond 9600

 What am i missing here.


 r7#line con 0
 r7(config-line)#speed 0
 Failed to change line 0's speed


 Does 7204 VXR console cannot go beyond 9600 ?  Please advise


 Thanks


 _
 Send and receive Hotmail on your mobile device: http://mobile.msn.com




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



Re: 640-900 BSCI or 640-503 Routing [7:36158]

2002-02-21 Thread Ranma

640-900 is for CCIP Certification (ISIS routing) is included...

640-503 is for CCNP

640-603 a new exam for CCNP new version. Release 2 days ago... now it is a
beta New Version CCNP exam.






Colin  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi

 I was looking at the CCNP Exam page on the Cisco's web page and for the
 Routing exam, the had two test listed.  They are 640-503 Routing and
 640-900 BSCI.  Why would one choose to take one exam over the other?
 When was the 640-900 BSCI test added?

 Thanks

 Colin




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



Re: Access list question [7:36166]

2002-02-21 Thread Ranma

How about using Policy Route ?

Amit Gupta  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello All,


 I want to set up an access list on the MSFC so that
 traffic from a particular vlan or a range of IP
 addresses is forwarded through another serial
 interface.

 My Ip range is x.x.x.240 - x.x.x.255
 We are using a Subnet Mask of /28

 Any Clues ?


 Thanks in Advance

 Regards

 Amit


 __
 Do You Yahoo!?
 Yahoo! Sports - Coverage of the 2002 Olympic Games
 http://sports.yahoo.com




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



Re: Cat 5k system ram flash [7:36170]

2002-02-21 Thread Ranma

It had better using a SUP-II engine with MSFC for the exam...


Colin  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi

 I'm looking to buy a Cat 5k switch for my CCNP lab.  How much System Ram
  Flash should a Sup I module have to be useful for my studies?  How
 about a Sup II?

 Thanks

 Colin




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



Re: Exam 640-900 and the CID exam [7:34752]

2002-02-07 Thread Ranma

640-900 should be a easy task


Mears, Rob  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello all

 I just finished the 640-900 exam yesterday for the CCIP cert, and it is a
 bitch!. If any one has any qiestion, I will take them off line, just email
 me.

 I am getting ready to take my CID exam, any advice?

 Thanks
 Rob




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



Re: Emergency: PIX 515 password recovery [7:31514]

2002-01-10 Thread Ranma

I had try the procedure 

Actually, this procedure cannot remove the AAA-NEWMODEL config.

So the PIX will always prompt out the username and password TEXT...



[EMAIL PROTECTED] 
wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi,

 http://www.cisco.com/warp/customer/110/34.shtml

 Enjoy,

 Gil




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



Emergency: PIX 515 password recovery [7:31514]

2002-01-09 Thread Ranma

HI,

any one know how to completely erase the whole configuration file of the
PIX515 firewall.

I had follow the password recovery procedure of Cisco Web page.
This method only can clear the TELNET and ENABLE password.

For my router, it had previously configured to use AAA-Authentication
server.
So it always prompt out

Username:
password:

I am now finding a method to completely erase the flash configuration file.


Thank you for your help!




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



Re: syslog server [7:22117]

2001-10-05 Thread RANMA

How about using Cisco ACS Server ?


Ximena Velasquez  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 All,
 I'm looking to implement a syslog server on windows 2000, that logs pix
and
 cisco router logs.  it should be able to parse information.  i know that a
 linux or bsd server would be better but i can't implement that platform in
 this case.  any suggestions?  we were looking at kiwi, but it doesn't seem
 to be a good solution for a big environment.
 thanks in advance for your help!





 -
 Do You Yahoo!?
 NEW from Yahoo! GeoCities - quick and easy web site hosting, just
 $8.95/month. Yahoo! by Phone.




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



Re: [IS-IS commands?? [7:21957]

2001-10-04 Thread RANMA

config ISIS

XXX(config)#router isis

this command must be added to enable ISIS routing


Curtis Call   Sounds like you don't have support for IS-IS in your IOS
feature set.  I
 don't
 remember exactly which set contains it, but I think that enterprise does.

 Cisco Nuts  wrote:
  Hi,
  I am trying to configure IS-IS on a 2501 router and am running into
  problems.
  When I type # passive-interface lo0 under router isis, I get a %invalid
  command if CLNS-only.
  When I type #net 49.0001.1720.1600.1001.00 under router isis, I get an
  invalid input detected at '^' marker.
  I get the same error msg. when I type the command # ip router isis under
 int

  e0.
 
  Are these errors becoz' I am running ver.11.3.(11a) and the ip-ipx
feature
  set?
 
  Please advise.
  Thank you.
 
  _
  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=7i=22056t=21957
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VPN Solution for Site to site Wireless connection [7:22101]

2001-10-04 Thread RANMA

Is there any new small VPN module for Cisco1700 Series ?


Daniel Ma   We deployed some wireless bridges with 11Mbps throughput. We
are seeking
 solutions which are not too expensive to encrypt 11Mbps. However, we
 calculated the cost, if we use cisco 2600 with VPN card, for one pair, the
 price easily goes over $15,000.

 Could any one provide solution around or under $10,000. Regardless the
brand
 of products, as long as it works fine.

 Thanks,

 Daniel




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



Re: VPN Solution for Site to site Wireless connection [7:22101]

2001-10-04 Thread RANMA

Low Cost VPN Accelating Module
RANMA   Is there any new small VPN module for Cisco1700 Series ?


 Daniel Ma   We deployed some wireless bridges with 11Mbps throughput.
We
 are seeking
  solutions which are not too expensive to encrypt 11Mbps. However, we
  calculated the cost, if we use cisco 2600 with VPN card, for one pair,
the
  price easily goes over $15,000.
 
  Could any one provide solution around or under $10,000. Regardless the
 brand
  of products, as long as it works fine.
 
  Thanks,
 
  Daniel




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



Re: Cisco ACS... [7:20682]

2001-09-22 Thread RANMA

Each Day, the ACS Server will stop awhile for
backup the log file to the name DATE.log
then it will re-start again on services


McMasters, Eric   Quick question regarding some alarms that I'm
receiving on a ACS NT
server.
 The errors are stating that certain process CSAuth, CSMon, CSTacacs, are
 being stopped and the five seconds later they are started again.  This
 happens everyday and I found out that this is being caused by the Windows
NT
 Service Manager.  Is there anything that can be done to stop this action,
or
 is this just something that has to be with NT and ACS v2.1?  Any advice is
 greatly appreciated!!

 Eric




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



Re: Cisco MPLS Beta Exam (641 - 910 Beta) [7:20520]

2001-09-20 Thread RANMA

Please write a feedback message about the exam  in this group after you
completed the exam.

How many question in Beta Exam ?

kc   Dear all,

 I will take the Cisco MPLS Beta Exam (641 - 910 Beta) tomorrow!!
Anyone
 has taken it and can give some suggestion to me?

 Thanks a lot!!

 kc




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



Anyone toke the Cisco Multicast+QoS BETA exam? [7:20532]

2001-09-20 Thread RANMA

Can share experience ?




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



any CCIP studying material [7:19641]

2001-09-12 Thread RANMA

Any body has CCIP study material , powerpoint ?
Would you mind mailing to me ?

Thanks




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



Re: quest on IPsec [7:12484]

2001-07-16 Thread RANMA

The Presentation 2001 of Cisco website...
include a powerpoint talking about Advanced IPSEC Configuration.
1. IPSEC HSRP
2. IPSEC loadbalancing


ciscos ccie   Hi Friends,

 I would like to know whether IPSEC works with loadbalancing in a VPN..Pls
 pass on some good url's if you have come across..


 Look forward to ur replies...

 Regards / Thangs
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




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



Re: unknown routing protocol [7:11310]

2001-07-08 Thread RANMA

try checking the IOS version


sami natour   All ,
 When I tried to write router bgp (as number)
 I get unknown routing protocol.

 I am using 1750 with 16MB.Is it a memory linitation

 Regards ,
 sami


 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/




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



Re: Passed CID today [7:4714]

2001-05-16 Thread RANMA

Which Online document you use?
please give me some suggestion 
cause I need to read them before CID exam

Thanks

Ken


Barronton, Ken   Hi group,
 I passed CID today to complete the CCDP. The test was not too difficult. I
 used the Cisco Press book, Boson, and Cisco's web site to supplement info
 about Stratacom.

 The Cramsession from Brainbuzz is a very good hit the highlights guide,
 however I found some differences about the format of the test.

 The Cramsession said:
 100 questions
 65 to pass
 120 minutes
 CAN review questions.

 My test:
 100 questions
 755 to pass
 120 minutes
 CAN NOT review questions.

 Hope this helps...

 Ken
 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=7i=4788t=4714
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



study material [7:3987]

2001-05-10 Thread RANMA

any cisco course powerpoint ?




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



MCSE [7:3181]

2001-05-04 Thread RANMA

Sgd zmrvdq, ne bntqrd, hr sgzs hs cndrm's. Sn rdd sghr, hlzfhmd rszmchmf hm
eqnms ne z lhqqnq gnkchmf zm zqqnv onhmshmf sn xntq qhfgs. Sgdm sgd hlzfd ne
sgd zqqnv hm sgd lhqqnq vhkk zkrn onhms sn xntq qhfgs. Sgd jdx sn sgd
oqnakdl gdqd hr sn zrj sgd qhfgs ptdrshnm, vghbg hr: Vgzs cndr z lhqqnq
qdudqrd? Sgd zmrvdq sn sghr ptdrshnm hr fhudm hm sgd mdws ozqzfqzog, vghbg
hr vqhssdm hm sgd hmudqrd bncd, vgdqd dzbg kdssdq rszmcr enq sgd oqdbdchmf
kdssdq hm sgd zkogzads.

B njssps sfwfstft sjhiu- boe mfgu-iboefeoftt. Ju epft uijt bt gpmmpxt: B
njssps mfbwft sjhiu bmpof, boe vq bmpof, cvu sfwfstft gspou boe cbdl. (Jq
zpv ipme bo bsspx qpjoujoh upxbse uif njssps, jut jnbhf qpjout cbdl pvu pg
uif njssps upxbset zpv.) Uijt ibt uif fggfdu pg sfwfstjoh psjfoubujpo. Tjodf
uif uxp psjfoubujpot pg uisff-tqbdf bsf hjwfo cz uif sjhiu iboe svmf boe
mfgu iboe svmf, xifo ju sfwfstft psjfoubujpo ju sfwfstft sjhiu boe mfgu
iboet.




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



Re: I will exam CCNA 2.0 next month [7:1166]

2001-04-18 Thread RANMA

www.certification.net

fee test CCNA 2.0


Regards,

Ken

""Mai Anh Tuan""   help me where I can find www have free test ccna 2.0

 [GroupStudy.com removed an attachment of type text/x-vcard which had a
name
 of Mai Anh Tuan.vcf]
 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=7i=1170t=1166
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Wireless question. [7:1034]

2001-04-17 Thread RANMA

The questions seems capture form
the Certification .net

Cisco Channel Certification
Wireless Lan EXAM

You have so much time to do it before clicking the SUBMIT button
, cause it is a web exam.




Ken




""Ryan Ngai Hon Kong""   Guys,

 Hope you don't mind helping me with this.

 1) What is the purpose for including a fade margin of 10 dB into the
antenna
 calculation utility?
 a.  To increase the distances achieved
 b.  There are no discernable differences by including a fade margin or not
 c.  To offset weather conditions such as rain or snow
 d.  None of the above

 2)   The range or coverage of an 802.11b Direct Sequence Wireless LAN
 depends on: (Choose the best answer.)
 a.  Transmit Power and Antenna System
 b.  Radio Sensitivity and Processing Gain
 c.  Transmit Power, Radio Sensitivity, and Antenna System
 d.  A and B

 3)   A lightning arrestor is used in conjunction with the bridges to
 facilitate the following:
 a.  Bleed off static charges to help prevent a direct lightning hit
 b.  To dissipate any energy from a near lightning strike
 c.  Neither A nor B
 d.  Both A and B

 4)   802.11 Direct Sequence individual channels occupy how much of the
 spectrum?
 a.  11 MHz
 b.  1 MHz
 c.  22 MHz
 d.  83.5 MHz

 5)   The most common occurrence of multipath interference comes from:
 a.  Point-to-point bridge link
 b.  Point-to-multipoint bridge link
 c.  In-building open air coverage
 d.  In-building cluttered environment

 6)   More data can be sent over the airwaves in one of two manners: More
 frequency or...
 a.  using lower frequencies.
 b.  using more complex modulation.
 c.  using better filtering on the receiver.
 d.  None of the above

 7)   What is the minimum overlap in RF coverage that is needed to allow a
 repeater to associate to a root AP?
 a.  25%
 b.  50%
 c.  100%
 d.  There is no minimal coverage required

 8)   Antenna Diversity is useful because:
 a.  It helps to overcome multi-path distortion
 b.  Adding more coverage area by using directional Antenna
 c.  Looks nice
 d.  None of the above

 9)   Which of the follow statements are false?
 a.  The access point model AP342E2C is designed to support mobile users.
 b.  Two wireless bridges model BR342 could be used to connect a LAN to
LAN.
 c.  Two access points model AP342E2C could be used to connect a LAN to
LAN.
 d.  None of the above

 10)   For a BR342 to pass IP traffic properly from one LAN to another LAN
 the following is true.
 a.  An IP address has to be set on both bridges.
 b.  The root bridges IP address has to be set as the gateway for all the
 non-root bridges IP stack.
 c.  No IP address needs to be set in either bridge, it will pass all
 traffic.
 d.  None of the above

 11)   The FCC requires the use of how many channels with a 2.4 GHz FHSS
 system before repeating the pattern?
 a.  79
 b.  75
 c.  70
 d.  83

 Those question are taken from certification net and I have no clue where
to
 get those info.
 Thanks a lot.
 Best wishes,

 Ryan
 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=7i=1040t=1034
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Question

2001-02-14 Thread RANMA

Hi all,

do you know how to config T1 line,

I am now using2 Cisco 7206 VXR model,

each Cisco 7206 has a 4 port T1 model card.

Now I want to use 4 T1 line to connect the 2 Cisco Router.

Router 7206 --- T1 connection --- MUX  T1 connection -
Router 7206


How to set the config ?
Which routing protocol should I use ?  OSPF ?

controller T1 0 ... (then, how to config ? )


Thank you!


Ranma


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



Re: MAX-4000

2001-02-02 Thread RANMA

Max4000

10-000 Net/T1
10-100 Line Config
10-1** Factory
1st Line = Disable
2st Line = Disable

Then , the WAN1, WAN2 port will be disable
to enable WAN1, just set 1st Line = Trunk

Since the 4 WAN port works in pairs

WAN1 , WAN2 port is control by 10-000 Net/T1
WAN3, WAN4 is control by 20-000 Net/T1

Ken



""Kazemian, Moe"" [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó
AD972FBABE9CD411807B00D0B73C82410106E2A4@MILXPR08">news:AD972FBABE9CD411807B00D0B73C82410106E2A4@MILXPR08...
 Hi All
 I would like to know how to change the configuration on MAX-4000 in order
to
 accept traffic from the second PRI interface, and\or how to disable a
 logical port on the existing PRI interface?
 Thanks very much for any input.

 ---
 Moe Kazemian MCSE,CCNA
 Sr. Network Engineer
 World Support Organization
 KLA-Tencor Corp.


 _
 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]



Re: Practice tests

2001-01-22 Thread RANMA

http://www.cisco.com/cgi-bin/front.x/wwtraining/colt/ColtLogin.pl

""De Wet, Andre"" [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I know there are practice tests on the Cisco website but am having a hard
 time finding them, does any one have the link that they can forward to me
 please?


 Andre' de Wet
 Network Engineer
 Network Architecture and Standards

 [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]



Re: Any CCNA courseware in Power Point format?

2000-12-06 Thread RANMA

Hello Hello


KEN KEN KEN ^_^

"Quncy Lau" [EMAIL PROTECTED] ?
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello,

 If you have the CCNA course material in Power Point or other software
 copy format. Please kindly send a copy for me.

 Many Thanks!!!

 Quncy Lau


 _
 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]



Re: Passed Support 2.0;Another CCNP

2000-11-28 Thread RANMA

ACRC ?

It is changed to BSCN in CCNP 2.0
what is your certificate version?  CCNP 1.0 or CCNP 2.0 ?

Ken ^_^



"STRAND Scott" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Passed Support 2.0 last wednesday with a score of 832. This was the only
one of the 5 exams that I thought was poorly written.
 Halfway through the test I was starting to get upset because the questions
were vague to say the least..but if you have studied
 hard and know your show and debug commands you'll be OK. Cisco really
shouldn't require you to sign a NDA for this exam, who in
 their right mind could remember these weird questions?? :-) Here is how I
passed:

 Used the Cisco-Press CIT book (OK)
 Used the exam cram book. (also OK)
 Used Boson test #2 (helpful, I reccommend it)
 Used Priscilla's flash cards (very helpful)

 Here's how I rate the exams from 1 to 10 with 10 being the most difficult:
 CCNA - 4
 ACRC - 7
 BCMSN - 5
 BCRAN - 5
 Support - 6

 I consider myself a CCNP Version 1.75 because of the ACRC test. I know
that makes me only a 1.0 so I'll probably take BSCN to get to
 2.0. Oh well, I'll take it.

 I've read *alot* of study books during this process and here are two "must
reads" IMHO:

 Routing TCP/IP - By Jeff Doyle  (Never would have passed ACRC without this
one)
 Cisco Lan Switching - Kevin Hamilton and Kennedy Clark

 --Scott Strand
 SWIFT Senior Network Analyst
 CCNP

 _
 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]



what is the URL of cisco online training exam?

2000-11-26 Thread RANMA

Thanks

Ken


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



question about ATM configuration

2000-11-19 Thread RANMA

Hello

I am now configing a ATM circuit ...but faac a problem

My first machine is a 7200 VRX with a ATM OC-3 interface card (slot 2 ,
interface 0)
and a machine which is a ERX router


my configuration for the 7200 is

int atm2/0
ip address 192.168.0.1 255.255.255.0
no shutdown
atm pvc 10 20 100 aal5snap 9000 5000 2000


I dont konw after I typed the above config
I cannot ping the interface 192.168.0.1

is there any configuration I have missed or incorrect

any one can give me an example of "how to config the above interface " to me
?




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



Any good site contains Cisco Exam material?

2000-11-13 Thread RANMA




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



BSCN study material

2000-11-07 Thread RANMA

Dear Gays,

Which test software is best for the CCNP exam?


KEN


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



The order of the TESTS in CCNP

2000-11-01 Thread RANMA

Hello!

Any one give me some suggestion that

which paper of CCNP should I exam first?
Afterwards, which paper is the second, third and fourth ?

THANKS!

Ken


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



how to set Linux gateway?

2000-10-28 Thread RANMA

hello?

who can teach me how to set LINUX gateway...
forexample , I got and IP address for eth0 : 202.123.222.123
and my internal IP eth1 : 192.168.0.1


Thank you!
Ken.


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



Re: LOOKING FOR INFO

2000-10-26 Thread RANMA

Welcome!
The people in this newsgroup is nice and willing to help others...!  ^_^




"john" [EMAIL PROTECTED] ? [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 HI ,

 MY NAME IS JOHN AND I'M WRITING TO YOU FROM HAWAII.  I'M
 INTERESTED IN CISCO CERTIFICATION HOWEVER, CISCO PRODUCTS / TECHNOLOGY
 IS NEW TO ME.

 WHERE AND HOW SHOULD I START??  FROM READING THE CISCO
 HOME PAGE IT APPEARS THAT THERE ARE 2 ROUTES TO CHOOSE FROM ON THE WAY
 TO CISCO CERTIFICATION (routing  switching  and  WAN(?) ).

 I'D REALLY APPRECIATE IT IF SOMEONE OUT THERE COULD GIVE ME SOME ADVISE
 ON HOW/WHERE  TO BEGIN.

 THANKS,
 JOHN

 _
 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]



Question about CCDA

2000-10-24 Thread RANMA

Please give me some opinion, and I would be appreciated if you cound help
me.

In the Boson Exam package,
the CCDA Test sometimes contains few Case Study question,
and I found that the question Exhibit and the Diagram description is very
long...

It would be a wasting of time if I read all the description during the
TIMING EXAM.

how to get the idea and the important info. much faster ?

Ken.




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



Re: New CCDA

2000-10-23 Thread RANMA

Great...
How long have you prepared for the CCDA paper?

Which book you used and studied ?


""Jayesh Patel"" [EMAIL PROTECTED] ?
000a01c03cc8$a7972480$[EMAIL PROTECTED]">news:000a01c03cc8$a7972480$[EMAIL PROTECTED]...
 HI Cisco gurus!

 Something i have accomplished buy reading the messages is my CCDA. This
 saturday afternoon my friend went to give his CCNA 2.0 and i asked the
 examination center incharge if i couold book for my CCDA and give the
exam.
 Guess what I passed. It was a tough paper but will help me gain ccdp after
 ccnp!

 The exam is 72 question and 120min!

 Regards

 CNE(45),MCNE,MCP,MCP+I,MCSE,CCNA,CCDA,A+ (shortly CCNP)
 Jayesh Patel   [EMAIL PROTECTED]
 3rd Floor, Devon HouseIP Division, NTT Europe Ltd.
 58-60 St. Katharine's Way  [Tel] +44 20 7977 1182
 London E1 9LB, UK  [Fax] +44 20 7977 1001

 _
 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]



Any comment to my preparation

2000-10-23 Thread RANMA

Hello,

I am self-studying CCDA exam,
I have only got the Sybex Text book and a DCN book of Cisco Press...

Is the above things enough for the CCDA Exam.

Please give me some opinion about how to study well the EXAM ...as well as
the case study!


Ken.

Thank you!


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



Re: CCNP CERT !!

2000-10-13 Thread RANMA

you are very excellent !

I got CCNA recently, now preparing for CCDA
and want to go on afterwards

Ken.


"ElephantChild" [EMAIL PROTECTED] ?
news:[EMAIL PROTECTED]...
 On Fri, 13 Oct 2000, paul brown wrote:

  I was wondering if anyone has nearly (or) completed thier CCNP.How long
has
  it taken you.Do you think 6 months is achieveable. All suggestions
greatly
  appreciated.

 CCNA Apr 28 2000
 DCN  Jun 21 2000
 FRS  Jul 21 2000
 CID  Sep 25 2000
 CIT  Sep 26 2000

 But then, that's with lots of hands-on OTJ experience under my belt, so
 YMMV.

 --
 Bungee jumping and skydiving are for wimps. If you want to experience
 true gut-wrenching terror, have children. --Dusty Rhoades.

 _
 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]



Re: CCNP CERT !!

2000-10-13 Thread RANMA

To:  Those people who got the exam so fast,

Are you an experience or expert in this field.?
Generally, how many years of experience you have ?

Ken.



""McCallum, Robert"" [EMAIL PROTECTED] ?
news:[EMAIL PROTECTED]
.uk...
 The answer is it depends.  How brainy are you?  How much experience do you
 have?  How much time and effort are you prepared to put into the CCNP?

 If you prepare yourself correctly then it is achievable in as short or as
 long a period as you determine.

 I have read on this list some people have done it in a matter of weeks,
one
 person done it in one day!

 There is no set in stone answer I'm afraid.

 -Original Message-
 From: paul brown [mailto:[EMAIL PROTECTED]]
 Sent: 13 October 2000 10:34
 To: [EMAIL PROTECTED]
 Subject: CCNP CERT !!


 Hi,

 I was wondering if anyone has nearly (or) completed thier CCNP.How long
has
 it taken you.Do you think 6 months is achieveable. All suggestions greatly
 appreciated.

 Paul

 CCNA
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

 Share information about yourself, create your own public profile at
 http://profiles.msn.com.

 _
 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]



many people are very great in this newsgroup

2000-10-12 Thread RANMA

I have already graduated.
and only got CCNA...

but many people got higher level than me 
they study very fast and very clever


how can I get higher level much easier ?
any comment!?


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



I would like to have some information about CCDA

2000-10-11 Thread RANMA

Thank you to this newsgroup and those who helped me..
I have passed CCNA last week.

Now, I would like to self-study CCDA,

do you konw any recomendataion URL or tools on the internet can help me
learn more?

Please mail the related URL to me please!


Ken


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



Re: passed CCIE RS written

2000-09-12 Thread RANMA

You are so great and clever ...
How old are you now?
How long have you prepared for the CCNP ?

""Paulette"" [EMAIL PROTECTED] ?
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 You da man, congrats..

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Daniel Ji
 Sent: Monday, August 07, 2000 7:20 PM
 To: [EMAIL PROTECTED]
 Subject: passed CCIE RS written


 Hi, everybuddy:

 Just want to let all of you know that I passed CCIE written the first try
 today with a score of 75%, although not skyhigh, but I'm happy It's behind
 me now, from now on I can focus on my LAB prep. ^_^ My test software
crashed
 once during my test, lucky thing I didn't lose the test and all the
answers
 I entered was still there.

 I think I was relaxed during the test, that's really important for such a
 test as the stress and 100 questions would overwhelm you if you get
nervous.
 I finished the whole test with only 5 mins left, but I didn't feel rushed
 coz I was trying to make sure I gave the right answers as I proceeded,
just
 as what I did with all the CCNP tests, hehe

 Somehow I feel the Internetwork Technology handbook was not very useful
 because it dose not provide the depth needed for passing CCIE written. I
 think the test is a good and fair one because it test your "network common
 sense" or ability to apply basic concepts into networking senarios, not
just
 test your knowledge based on remembering stuff or certain facts. So try to
 establish a logical "networking common sense" is my suggestion, trying to
 really understand networking is important because that's exactly what
Cisco
 is trying to test in their written and Lab exams.

 Books I read and found useful:
 Routing TCP/IP by Jeff Dole, I love this book, I should call it a Routing
 bible!
 Cisco Lan Switching by Kenndy Clark, Switching Bible!
 Internet Routing Archetecture by Bassam Halabi, great and fun book on BGP!
 CCNP series: ACRC, CIT, BCRAN.
 White papers about Token ring, Bridging.
 Internetwork Technology handbook, good for looking up something you never
 heard of.
 Plus anything you find youself are weak on when taking a simulated test.

 That's about it, thanks for everyone who had offered me help from CCNA to
 CCNP, and now CCIE written. I do love this list because it not only
provides
 good information about test prepration, but also gives me motivation and
 confidence to face tough task. Special thanks to Priscilla Oppenheimer,
she
 gave me the encouragement in one of her postings(an old posting regarding
 CCIE written), I finally decided to book the test.

 Now, Heading on to the LAB, any comments and suggestions from you Cisco
 Gurus? Anything about LAB prep is greatly appreciated!

 Good luck to all of us!!!

 Daniel Ji.
 CCNP 2.0, CCIE written, CCIE Lab not scheduled yet.



 ___
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

 **NOTE: New CCNA/CCDA List has been formed. For more information go to
 http://www.groupstudy.com/list/Associates.html
 _
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VPN CLIENT

2000-09-03 Thread RANMA

How about the RRAS tools of WIN2K Server
it can set VPN


[EMAIL PROTECTED] ?
D528DF24AEBCD311A17700508B92CBBF101F2E@NEWMAN">news:D528DF24AEBCD311A17700508B92CBBF101F2E@NEWMAN...
 Hi,


   I have configured a system which contain net to net VPN with des
 encryption between a secure PIX and a Cisco router.
 On each of them I have configured a VPN client connection with extended
 authentication against a Radius server.
 The net to net VPN works fine and the clients with the Cisco secure client
 software works fine as well.
 What I need is to configure the Windows 2000 IPSEC VPN client and I have
no
 idea how it works, some help will be most appreciated.


10x in advance



 GIL
 CCNA/CCDA

 ___
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Passed CCNA 2.0

2000-08-31 Thread RANMA

how long did you prepare for this exam ?
what studying material you used ?

KEN


""Swapnil M Shah"" [EMAIL PROTECTED] ?
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I passed CCNA 2.0 today.

 Thanks group for your support and the timely advises.

 ---
 With Best Regards
 Swapnil Shah


 Get your FREE Email and Voicemail at Lycos Communications at
 http://comm.lycos.com

 ___
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: no enable password set on 2504

2000-08-28 Thread RANMA

run setup mode
reconfig all the password setting lor...



""Stuart Laubstein"" [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I want to configure a 2504 for my home lab--When I want to go into enable
 mode it tells me that  %no password set . I cannot seem to get it to boot
 into config mode and I cannot get it to take an enable password--any ideas
 would be much appreciated.

 thanks

 stuart
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

 Share information about yourself, create your own public profile at
 http://profiles.msn.com.

 ___
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



any one has router simulator

2000-08-26 Thread RANMA

Could you mind mailing me a Cisco Router Simulator?

[EMAIL PROTECTED]

Thank you!


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]