Re: Boson tests

2000-10-11 Thread Tapani Heinonen

Hi,

I used the Boson test for BCRAN (test #1) and I found it very useful. The
questions were almost the same as in the BCRAN exam.

-Tapani-

Rod Christie wrote:

 Hi all,

 I've used the Boson tests for BCMSN (test #1, Harder than the actual exam,
 which use great!). But now its time for BCRAN and BSCN, which will be done
 over the next month.

 Can anyone please give feed back to the group on which tests they have found
 usefull and why for the above tests.

 Just as a side point we have installed the Boson tests on to our Meta Frame
 server so that we can access the tests remotely on the weekend before
 sittings the tests. This works great and gets around the single installation
 problem. In talking with Boson we made sure we had the correct lics.

 Thanks in Adv.

 Rod

 **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: SPAN problem

2000-07-27 Thread Tapani Heinonen

You can do "set span" with catalyst 5k. Catalyst 2924 has different
command.. You have to insert following command to the interface, which
your monitor is connected to.

interface fastethernet 0/1
  port monitor FastEthernet 0/2

FastEthernet 0/2 is the monitored interface

-Tapani-


Robert Borejszo wrote:

 Hello:
 I am trying to set SPAN on my 2924 switch using command set span 
 My switch doesn't recognize this command. As matter of fact when I do
 set ?
 the only provided option is CR.

 What's wrong? I was sure that 2924 can do span.

 your help will be appreciated.
 BTW, I am in privileged mode.

 Thanks,
 Robert

 ___
 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: FAst Packet Switching

2000-07-26 Thread Tapani Heinonen

Check the following URL

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/switch_c/xcprt1/xcdipsp.htm

interface command:
 no ip route-cache

-Tapani-

"Paco García" wrote:

 Hi all:

 How can I disable the Fast Packet Switching  feature (if it´s possible) in
 Cisco IOS 12?

 ___
 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: 640-440 / Support 2.0

2000-07-24 Thread Tapani Heinonen

hi,

I used the following book for the support 2.0. I think, it covered the
exam very well.

-Tapani-

Sybex
CCNP: Cisco Internetwork Troubleshooting Study Guide
Hales, Kevin/ Lammle, Todd/ Padjen, Robert
ISBN: 0782125360

FRS wrote:

 Hi all,

 Do you have any suggestions on excellent resources to prepare for the
 640-440 exam?

 Thanks in advance.


___
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: D-channel callback

2000-07-19 Thread Tapani Heinonen

Here is one good document about ISDN callback feature.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/dial_c/dcprt8/dccallid.htm

-Tapani-

"Molendijk, Henk" wrote:

 Hello all,

 I want to enable D-channel callback (Euro-ISDN = NET2) from a 1600 series to
 a 2600 series for using Batched SMTP.
 How is Cisco deals with this ?
 Does such a config needs additional settings ?

 Regards,

 Henk Molendijk


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



eigrp and default-route

2000-07-14 Thread Tapani Heinonen

Hi,

I have a problem with eigrp and distribution.  I’m using distribute-list
in a router’s eigrp process to filter unwanted networks to enter in the
routing table. Below is an example of my configuration.

Router eigrp 1000
  Network 192.168.10.0
  Distribute-list 10 in
  No auto-summary

Access-list 10 permit 192.168.0.0 0.0.255.255

This works fine. Only distributed routes are to networks 192.168.0.0/16.
But I would also what the default route to distribute into my routing
table. How do I do that ?

I tried to use command: default-information in 10  but it didn’t help.

Any suggestions.

-Tapani-


___
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: eigrp and default-route

2000-07-14 Thread Tapani Heinonen

Feeling stupid!

Of course, I need to add default route to my access-list.
Access-list 10 permit 0.0.0.0 0.0.0.0

The command ‘default-information’ confused me. Can anyone explain me, what
this command does?


 Hi,

 I have a problem with eigrp and distribution.  I’m using distribute-list
 in a router’s eigrp process to filter unwanted networks to enter in the
 routing table. Below is an example of my configuration.

 Router eigrp 1000
   Network 192.168.10.0
   Distribute-list 10 in
   No auto-summary

 Access-list 10 permit 192.168.0.0 0.0.255.255

 This works fine. Only distributed routes are to networks 192.168.0.0/16.
 But I would also what the default route to distribute into my routing
 table. How do I do that ?

 I tried to use command: default-information in 10  but it didn’t help.

 Any suggestions.

 -Tapani-

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