Cisco Adv AVVID Troubleshooting and PBX Boot Camp [7:73314]

2003-07-31 Thread David Blair
If anyone has attended this training class, please contact me.  I am
interested in this class, but I want same feedback on the class.

Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CIPTSS, CCNA, MCSE, CBE, Security+, A+, CIW
Associate, 3Wizard



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


Cisco CallManager MCS Boot Camp [7:73313]

2003-07-31 Thread David Blair
If anyone has attended this training class, please contact me.  I am
interested in this class, but I want same feedback on the class.

Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CIPTSS, CCNA, MCSE, CBE, Security+, A+, CIW
Associate, 3Wizard



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


Re: CBWFQ Newbie [7:73034]

2003-07-26 Thread David L. Blair
Since you are playing around with QoS, you might as well take the Cisco DQoS
test.  I took it last week and passed.

-dlb

 wrote in message
news:[EMAIL PROTECTED]
 Hi guys,

 Just a quick one and am sure this has been asked many times.

 Two rtrs with serial line between them. On one router

 !
 hostname QOS-RTR1
 !
 class-map Data-Service
   match access-group name Data-Hosts
 !
 class-map Voice-Service
   match access-group name Voice-Hosts
 !
 policy-map Customer1
   class Data-Service
bandwidth percent 50
   class Voice-Service
bandwidth percent 20
 !
 ip access-list extended Data-Hosts
  permit ip host 10.1.1.22 any
 ip access-list extended Voice-Hosts
  permit ip host 10.1.1.21 any
 !
 Interface serial0/0
  ip address x.x.x.x x.x.x.x
  Service-policy out Customer1
  bandwidth 512




 Now, if there is only a data stream running from the one configured host
in
 the ACL, and I have a 512k line, This data traffic even though it is
 configured for 50% of the bandwidth, can automatically use 100% of the
 bandwidth (if I have the max-bandwidth thing set to 100) Correct?

 Then if I start the voice stream from the other host, that has 20% of the
 bandwidth, this will then scale down the data traffic so that the 20%
 bandwidth can be guaranteed for the voice stream.

 Please can someone confirm.

 Many thx indeed.

 
 Ken Farrington
 Global Networks, Barclays Capital, 5 The North Colonnade, Canary
 Wharf, London, E14 4BB
 * Tel : 020 7773 3550
 * Mob : 07768-866655
 * [EMAIL PROTECTED]




 
 For more information about Barclays Capital, please
 visit our web site at http://www.barcap.com.


 Internet communications are not secure and therefore the Barclays
 Group does not accept legal responsibility for the contents of this
 message.  Although the Barclays Group operates anti-virus programmes,
 it does not accept responsibility for any damage whatsoever that is
 caused by viruses being passed.  Any views or opinions presented are
 solely those of the author and do not necessarily represent those of the
 Barclays Group.  Replies to this email may be monitored by the Barclays
 Group for operational or business reasons.

 




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


Re: CBWFQ Newbie [7:73034]

2003-07-26 Thread David L. Blair
Jonathan,

You meant to be the priority command on the Voice class-map, not the Data
class-map.

 I think you want to use a variation on CBWFQ called LLQ. This
 uses the priority command instead of bandwidth, to assign
 voice traffic to a Priority Queue which will take precedence over
 other traffic.

 In other words:

 policy-map Customer1
class Data-Service
  priority 50
class Voice-Service
  bandwidth percent 20

 Here's a link to the priority command


http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt2/qcfwfq.htm#1022204

 and here's a link to an LLQ example:


http://www.cisco.com/univercd/cc/td/doc/cisintwk/intsolns/qossol/qosvoip.htm#xtocid12




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


Re: CBWFQ Newbie [7:73034]

2003-07-26 Thread David L. Blair
Remember with CBWFQ'ing you are reserving bandwidth, but not when the Voice
queue will be serviced.  Voice quality does not tolerate delay or jitter.

The best would be change the bandwidth command in the Voice class map to
priority.  This would changing the queuing on the voice stream to PQ and
change the overall queuing from CBWFQ to LLQ (PQ/CBWFQ).


 wrote in message
news:[EMAIL PROTECTED]
 Hi guys,

 Just a quick one and am sure this has been asked many times.

 Two rtrs with serial line between them. On one router

 !
 hostname QOS-RTR1
 !
 class-map Data-Service
   match access-group name Data-Hosts
 !
 class-map Voice-Service
   match access-group name Voice-Hosts
 !
 policy-map Customer1
   class Data-Service
bandwidth percent 50
   class Voice-Service
bandwidth percent 20
 !
 ip access-list extended Data-Hosts
  permit ip host 10.1.1.22 any
 ip access-list extended Voice-Hosts
  permit ip host 10.1.1.21 any
 !
 Interface serial0/0
  ip address x.x.x.x x.x.x.x
  Service-policy out Customer1
  bandwidth 512




 Now, if there is only a data stream running from the one configured host
in
 the ACL, and I have a 512k line, This data traffic even though it is
 configured for 50% of the bandwidth, can automatically use 100% of the
 bandwidth (if I have the max-bandwidth thing set to 100) Correct?

 Then if I start the voice stream from the other host, that has 20% of the
 bandwidth, this will then scale down the data traffic so that the 20%
 bandwidth can be guaranteed for the voice stream.

 Please can someone confirm.

 Many thx indeed.

 
 Ken Farrington
 Global Networks, Barclays Capital, 5 The North Colonnade, Canary
 Wharf, London, E14 4BB
 * Tel : 020 7773 3550
 * Mob : 07768-866655
 * [EMAIL PROTECTED]




 
 For more information about Barclays Capital, please
 visit our web site at http://www.barcap.com.


 Internet communications are not secure and therefore the Barclays
 Group does not accept legal responsibility for the contents of this
 message.  Although the Barclays Group operates anti-virus programmes,
 it does not accept responsibility for any damage whatsoever that is
 caused by viruses being passed.  Any views or opinions presented are
 solely those of the author and do not necessarily represent those of the
 Barclays Group.  Replies to this email may be monitored by the Barclays
 Group for operational or business reasons.

 




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


Re: CCIE Practical Studies, Vol. 2 [7:73055]

2003-07-26 Thread David L. Blair
From www.bestbookbuys.com

CCIE Practical Studies, Vol. 2 (CCIE Self-Study)
Author: Karl Solie, Leah Lynch, Charles Ragan
Format: Hardcover
Publication Date: September 25, 2003
ISBN: 1587050722
List Price: $ 75.00


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CIPTSS, CCNA, MCSE, CBE, Security+, A+, CIW
Associate, 3Wizard


 wrote in message
news:[EMAIL PROTECTED]
 Does anyone know when this book will be available.

 Amazon, just says not yet released




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


Re: CCNP recertification [7:65292]

2003-03-17 Thread David L. Blair
Per Cisco's website:
http://www.cisco.com/warp/public/10/wwtraining/certprog/testing/current_exams/640-851.html

 Questions for the CCNP Recertification exam are drawn from the BSCI,
Switching, Remote Access, and Support exams currently in use for CCNP
certification. Refer to those exams for a description of content likely to
be included. However, other related topics may also appear on any specific
delivery of the exam.
   BSCI (BSCI 640-901)
   Switching (SWTCH 640-604)
   Remote Access (RMTAC 640-605)
   Support (SUPRT 640-606)



Priscilla,

IS-IS is in your future.  


David L. Blair


[demime removed a uuencoded section named spacer.gif which was 3 lines]
[demime removed a uuencoded section named bullet.gif which was 4 lines]




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


Re: VoIP over a pt-pt T1 with encap ppp [7:65370]

2003-03-14 Thread David L. Blair
Rule of Thumb for VoIP:

1) If the link speed is T1 or better use G.711 codec which uses 64kb per
call (also refer to as a voice flow).  If the link speed is less than T1 use
G .729 which use 8kb per call or similar codec with built in compression.

2) QoS.  VoIP is successful when the delay is small and constant (Jitter).
G.114 defines an acceptable one way end to end delay of 0 - 150ms.  Delays
as high as 400ms might be tolerated if both parties are aware of the
problem.  There are many factors involved in a delay budget: Processing,
Serialization, and Propagation.  This refers to the time it takes to
digitize the voice waveform , put into a packet and transfer the packet to
an interface and send the packet across the network where the packet is
converted back into an close copy of the original analog waveform.  As you
can see VoIP dictates small packets with a little delay as possible and that
the packets arrive in a steady, constant flow.  Which brings up Jitter.
Jitter is when the delay is not constant. The conversation becomes choppy
because the voice packets arrive at a different spacing than they were
spoken by the sender. Voice packets are best effort and never retransmit a
packet.

3) Packet size. Data likes large packets, is more tolerant of delays and
jitter, but all packets must be received.  Dropping packets leads to data
corruption, so retransmitting packets are allowed. To minimized delay and
reduce Jitter, change the MTU to allow voice to flow and not get stuck
behind large data packets.

David L. Blair


dj  wrote in message
news:[EMAIL PROTECTED]
 After reviewing configs on CCO regarding running VoIP over a dedicated
 pt-pt T1 (with encap ppp), do I really need to run multi-link ppp
 template if I don't need to do link fragmentation  interleaving on
 serial interface?   All 24 channels are available for data

 I don't see any serialization issues, thus no need to fragment large
 packets - thus no multilink interface config required.  Am I thinking
 this thru correctly, or is there something that am I missing here?

 regards,
 dimitri




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


Re: CCNP recertification [7:65292]

2003-03-14 Thread David L. Blair
Per Cisco's website:
http://www.cisco.com/warp/public/10/wwtraining/certprog/testing/current_exams/640-851.html

 Questions for the CCNP Recertification exam are drawn from the BSCI,
Switching, Remote Access, and Support exams currently in use for CCNP
certification. Refer to those exams for a description of content likely to
be included. However, other related topics may also appear on any specific
delivery of the exam.
   BSCI (BSCI 640-901)
   Switching (SWTCH 640-604)
   Remote Access (RMTAC 640-605)
   Support (SUPRT 640-606)



Priscilla,

IS-IS is in your future.  


David L. Blair


[demime removed a uuencoded section named spacer.gif which was 3 lines]
[demime removed a uuencoded section named bullet.gif which was 4 lines]




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


Re: IP Telephony SIP [7:64433]

2003-03-05 Thread David L. Blair
Browse thought Cisco's CVoice book or VoIP fundamentals both have sections
on SIP or goto to
Cisco's website and search for SIP.

David

nrf  wrote in message
news:[EMAIL PROTECTED]
 supernet  wrote in message
 news:[EMAIL PROTECTED]
  Can anyone kindly enough tell me why SIP is better than CCM? What's the
  main difference between this two? Is there any SIP in production?
  Thanks. Yoshi

 You shouldn't compare SIP and CCM.  SIP is an industry standard, whereas
CCM
 is a Cisco product.  Any vendor, including Cisco, can and has implemented
 SIP.  Only Cisco can 'implement' CCM (after all the first 'C' stands for
 Cisco).

 There is a significant amount of SIP in production - almost all of it in
 service-providers.   Most of today's 3G wireless networks, for example,
rely
 on SIP.

 To make things more confusing, Cisco may implement SIP within CCM soon.




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


Re: Howto log failed login attempts? [7:64146]

2003-03-01 Thread David L. Blair
Kiwi makes a good Syslog server.

-dlb


Johan Hjalmarsson  wrote in message
news:[EMAIL PROTECTED]
 I would like to log all failed (and maybe even all successful) login
 attempts on a router to my syslog server, but I can't find a way to do
this.
 Since I'm using a local user database, with login local on the VTY, I
would
 like to see what user acconts are beeing tried at the logon prompt.

 Can anyone tell me if this is possible to do and also howto do it.

 Thanks
 /Johan




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


Cisco courseware for CVOICE, CIPT, DQOS, and IPTT [7:63356]

2003-02-19 Thread David Blair
I am looking at buy Cisco courseware for CVOICE, CIPT, DQOS, and IPTT. I
have the CiscoPress books, but those do not have any labs. I am really
looking to find labs for the previously mentioned courses.


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



Re: Isdn callback problem [7:59451]

2002-12-18 Thread kym blair
John,

On R2, the client, set your enable-timeout to about 5 seconds, and on R5, 
the server, add dialer wait-for-carrier of 10 or 11 seconds (at least 
double the client's enable-timeout.

HTH, Kym







From: John Tafasi 
Reply-To: John Tafasi 
To: Cisco Group Study ,ccielab  

Subject: Isdn callback problem
Date: Wed, 18 Dec 2002 00:54:27 -0700

Hi group,

I have r2 which is configured to request callback from r5. The problem is
that r2 does not wait for r5 to callback and will repeat the calling r5 and
request callback. However r5 will eventually succeed and callback r2. My
question is how can you prevent r2 from repeating the call to r5? I have
pasted below the configuration for both routers and the output of debug
isdn q931 and debug ppp authentication on r2.


r2#show run
  !
version 11.3
  !
hostname r2
!
  username r5 password 7 13061E010803
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni1
!
  !
interface BRI0
  no ip address
  no ip directed-broadcast
  encapsulation ppp
  dialer pool-member 1
  isdn spid1 0835866101
  isdn spid2 0835866301
  ppp callback request
!
interface Dialer1
  ip address 10.10.10.1 255.255.255.0
  no ip directed-broadcast
  encapsulation ppp
  dialer remote-name r5
  dialer enable-timeout 1000
  dialer string 8358662
  dialer hold-queue 100 timeout 30
  dialer pool 1
  dialer-group 1
  ntp broadcast
  pulse-time 0
  ppp authentication chap
!
   !
map-class dialer eng
access-list 1 deny   any
access-list 100 permit tcp any any eq telnet
access-list 100 permit icmp any any
dialer-list 1 protocol ip list 100
!
line con 0
  exec-timeout 0 0
  logging synchronous
  transport input none
line aux 0
line vty 0 4
  exec-timeout 0 0
  password 7 06101B38
  login
  telnet break-on-ip
  telnet ip-on-break
!
ntp clock-period 17179853
end

r2#

=

r5#show run
  version 12.2
!
hostname r5
  username r2 password 7 045802150C2E
  no ip domain-lookup
!
  isdn switch-type basic-ni
!
!
!
!
  !
interface BRI0
  ip address 10.10.10.2 255.255.255.0
  encapsulation ppp
  dialer callback-secure
  dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
  dialer-group 1
  isdn switch-type basic-ni
  isdn spid1 0835866201
  isdn spid2 0835866401
  cdapi buffers regular 0
  cdapi buffers raw 0
  cdapi buffers large 0
  ppp callback accept
  ppp authentication chap
  ppp chap hostname r5
!
  !
map-class dialer eng
  dialer callback-server username
  access-list 100 permit tcp any any eq telnet
access-list 100 permit icmp any any
dialer-list 1 protocol ip list 100
!
!
line con 0
  exec-timeout 0 0
  logging synchronous
  transport input none
line aux 0
line vty 0 4
  password 7 045802150C2E
  login
  autocommand  access-enable host timeout 5
!
ntp clock-period 17179628
ntp master 4
ntp peer 10.10.110.16
end

r5#

==
r2#show debug
ISDN:
   ISDN Q931 packets debugging is on
r2#debu ppp authen
PPP authentication debugging is on
r2#
r2#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
.
Success rate is 0 percent (0/5)
r2#
.Mar  2 11:01:03.477: ISDN BR0: TX -  SETUP pd = 8  callref = 0x04
.Mar  2 11:01:03.481: Bearer Capability i = 0x8890
.Mar  2 11:01:03.485: Channel ID i = 0x83
.Mar  2 11:01:03.485: Keypad Facility i = '8358662'
.Mar  2 11:01:03.529: ISDN BR0: RX .Mar  2 11:01:03.529: Channel ID
i = 0x89
.Mar  2 11:01:03.681: ISDN BR0: RX .Mar  2 11:01:03.693: %LINK-3-UPDOWN:
Interface BRI0:1, changed state to up
.Mar  2 11:01:03.721: %DIALER-6-BIND: Interface BRI0:1 bound to profile
Dialer1
.Mar  2 11:01:03.733: BR0:1 PPP: Treating connection as a callout
.Mar  2 11:01:03.733: ISDN BR0: TX -  CONNECT_ACK pd = 8  callref = 0x04
.Mar  2 11:01:05.797: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:07.653: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:07.673: BR0:1 CHAP: I CHALLENGE id 195 len 23 from r5
.Mar  2 11:01:07.681: BR0:1 CHAP: O RESPONSE id 195 len 23 from r2
.Mar  2 11:01:07.705: BR0:1 CHAP: I SUCCESS id 195 len 4
.Mar  2 11:01:07.769: %LINEPROTO-5-UPDOWN: Line protocol on Interface
BRI0:1, changed state to up
.Mar  2 11:01:07.777: ISDN BR0: RX .Mar  2 11:01:07.777: Cause i =
0x8090 - Normal call clearing
.Mar  2 11:01:07.797: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected
from 8358662 , call lasted 4 seconds
.Mar  2 11:01:07.801: %LINK-3-UPDOWN: Interface BRI0:1, changed state to
down
.Mar  2 11:01:07.833: %DIALER-6-UNBIND: Interface BRI0:1 unbound from
profile Dialer1
.Mar  2 11:01:07.837: ISDN BR0: TX -  RELEASE pd = 8  callref = 0x04
.Mar  2 11:01:07.857: ISDN BR0: RX .Mar  2 11:01:08.773:
%LINEPROTO-5-UPDOWN: Line protocol on Interface
BRI0:1, changed state to down
.Mar  2 11:01:09.477: ISDN BR0: TX -  SETUP pd = 8  callref = 0x05
.Mar  2 11:01:09.481: Bearer Capability i = 0x8890
.Mar  2 11:01:09.481: Channel ID i = 0x83
.Mar  2 11:01:09.485: Keypad Facility i = 

RE: Fluke one touch Network assistant and RCS SafeNet software [7:54887]

2002-10-04 Thread Blair, Philip S

If you attached the Fluke to a switched port then it will only see network
traffic destined to the device on that port and multicast/broadcast traffic.

It would seem than that your broadcast traffic is 0.8% of your available
bandwidth, 80% of your 1% utilization.  That seems reasonable, I'd look
elsewhere for the problem.

One option if your equipment supports it would be to span the vlan traffic
to a port and plug the fluke into the spanned port.  Depending on you
network design you still may only see a subset of your traffic.

Philip

-Original Message-
From: Sim, CT (Chee Tong) [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 04, 2002 6:35 AM
To: [EMAIL PROTECTED]
Subject: Fluke one touch Network assistant and RCS SafeNet software
[7:54860]


Hi...

 

Recently we found that LAN is getting slower and I used Fluke One Touch
Network Assistant to check the health of network.  And it gave me the
following.

 

Utilization 1%

Error  0 %

Collision 0%

Broadcast 80 %

IP 48%

Station 250 %

 

Do you think the fluke output indicate that our network got problem?  The
broadcast portion is quite high and I tried to find out which pc contribute
to the broadcast, it gave me 

 

PC-A 6%

PC-B 6

PC-C 6%

PC-D 6%

PC-E 6%

PC-F 6%

PC-G 6%

PC-H 6%

PC-I 6%

 

All the PC that listed are installed with RCS software, when we uninstalled
RCS from the PC, the PC's broadcast will be gone.  Why RCS caused the
broadcast, I am not sure whether it is the cause of our network slowness or
not.  Any idea?  

 

Thanks in advanced

 

Sim

 

 

 


==
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
de afzender direct te informeren door het bericht te retourneren. 
==
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.


==




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



RE: priviledge levels [7:53723]

2002-09-20 Thread Blair, Philip S

I'm quite sure you could accomplish your goals with TACACS and aaa
authorization, is that out of the question?

-Original Message-
From: Adam Hickey [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 12:52 PM
To: [EMAIL PROTECTED]
Subject: priviledge levels [7:53723]


All,

I want to configure a special priviledge level for our NOC in all our cisco
devices to basically have all commands except config. Looking at cco, if you
allow sh run at any priv level other than , the user will only be able to
see
the commands they can configure which defeats the purpose. Anyone know a way
around this - so the NOC can have say a level 14 access and be able to see
the
entire running-config without being able to configure anything?

thx
Adam




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



RE: TACACS+ [7:53721]

2002-09-20 Thread Blair, Philip S

Your passwords are encrypted with SSH between the client and router, between
the router and tacacs server your tacacs key is used.

I use tac_plus with clients that use a combination of SSH and telnet. Some
routers require SSH some basic telnet is allowed.  I have no special
configurations within tac_plus to accommodate the two access methods.

Philip

-Original Message-
From: Erich Kuehn [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 12:16 PM
To: [EMAIL PROTECTED]
Subject: TACACS+ [7:53721]


Im trying to setup tacacs+ for aaa on my routers. I have downloaded and
installed tacplus from cisco on a linux box (RH7.3). Im looking for some
examples of config files for the tac_plus executable. Currently we use SSH
and local logins for authentication,  I would like to continue to use SSH
to get into my boxes. From the config files I have seen Im unsure as to how
I would continue to use SSH as the passwords are all encrypted.

Thanks

Erich




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



RE: TACACS+ [7:53721]

2002-09-20 Thread Blair, Philip S

Mike,

I guess your reading comprehension skills are on par with your tact.

The original post was in regards to SSH and TACACS, and my reply to that
post was to point out the functional difference between SSH or Telnet access
and TACACS.

The conversion between the client and router is encrypted via the SSH
session, but the TACACS server is providing AAA.  The same as it would with
a telnet session; however, the telnet session wouldn't provide encrypt
between the client and the router.

Philip

-Original Message-
From: mike greenberg [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 3:53 PM
To: [EMAIL PROTECTED]
Subject: RE: TACACS+ [7:53721]


Now I know why EDS stock is taking a beating
When you use TACACS+, you basically offload the authentication,
authorization and
accounting to the TACACS+ server (running on your Linux box).  If you don't
want
people to connect to your routers via telnet, set the vty line on your
routers to
accept only SSH.  You can still log onto the routers with SSH and use the
account
on your TACACS+ server (if you configure the router properly).  I have a
sample
TACACS+ configuration.  Contact me off-line if you are interested.  The
configuration
of TACACS+ has nothing to do with either telnet or ssh
 Blair, Philip S 
wrote:Your passwords are encrypted with SSH between the client and router,
between
the router and tacacs server your tacacs key is used.

I use tac_plus with clients that use a combination of SSH and telnet. Some
routers require SSH some basic telnet is allowed. I have no special
configurations within tac_plus to accommodate the two access methods.

Philip

-Original Message-
From: Erich Kuehn [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 12:16 PM
To: [EMAIL PROTECTED]
Subject: TACACS+ [7:53721]


Im trying to setup tacacs+ for aaa on my routers. I have downloaded and
installed tacplus from cisco on a linux box (RH7.3). Im looking for some
examples of config files for the tac_plus executable. Currently we use SSH
and local logins for authentication, I would like to continue to use SSH
to get into my boxes. From the config files I have seen Im unsure as to how
I would continue to use SSH as the passwords are all encrypted.

Thanks

Erich
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!




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



RE: EIGRP default route distribution. [7:52377]

2002-08-30 Thread Blair, Philip S

Try adding:

router eigrp 1
 redistribute static

Lose the ip default-network command

-Original Message-
From: Robert Cluett [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 30, 2002 1:29 PM
To: [EMAIL PROTECTED]
Subject: EIGRP default route distribution. [7:52377]


I have the following network in my home lab:

Internet RouterEisenhowerRooseveltNixonKennedy
  
The Internet Router (192.168.1.1) runs RIP.  Eisenhower (E0:192.168.1.100
and S0:172.26.1.9) runs RIP and EIGRP.  Roosevelt, Nixon, and Kennedy run
EIGRP for the 172.26.1.0,172.26.128.0,192.168.3.0, and 192.168.4.0
networks.  I am peforming redistribution of EIGRP into RIP on the internet
router which also hosts my LAN of 192.168.1.0).  I am unable to propagate
the default route out to the rest of the EIGRP routers being Roosevelt,
Nixon and Kennedy.  Any one have a clue on what I am missing?

EISENHOWER CONFIG BELOW

router eigrp 1
 passive-interface Ethernet0
 network 172.26.1.0 0.0.0.255
 network 172.26.128.0 0.0.0.255
 network 192.168.3.0
 network 192.168.4.0
 auto-summary
 eigrp log-neighbor-changes
!
router rip
 version 2
 redistribute eigrp 1 metric 0
 passive-interface Serial0
 passive-interface Serial1
 network 192.168.1.0
 no auto-summary
!
ip classless
ip default-network 0.0.0.0
ip route 0.0.0.0 0.0.0.0 192.168.1.1




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



RE: EIGRP default route distribution. [7:52377]

2002-08-30 Thread Blair, Philip S

You don't have all your loopbak addresses in the 172.26.128.0/24 network, do
you?

If so, create unique subnets for each loopback.

-Original Message-
From: Robert Cluett [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 30, 2002 2:47 PM
To: [EMAIL PROTECTED]
Subject: RE: EIGRP default route distribution. [7:52377]


Ah! redistribute static, and removing the default-network worked!

The other option would have forced EIGRP to run on the interface I was
running RIP on, and thus would defeat the purpose of what I was trying to
do.

Only one problem...why cannot I not get to the loopback addresses I have
placed on each router and included in the eigrp 1 process as network
172.26.128.0/24?  Any ideas?

Thanks guys!




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



RE: ACL studying [7:49154]

2002-07-18 Thread Blair, Philip S

A different spin.

access-list 1 permit 10.10.10.32 0.0.0.1
access-list 1 permit host 10.10.10.34 
access-list 1 deny 10.10.10.32 0.0.0.127
access-list 1 deny host 10.10.10.49
access-list 1 permit any




-Original Message-
From: Persio Pucci [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 2:19 PM
To: [EMAIL PROTECTED]
Subject: ACL studying [7:49154]


Folks,

what would be the smallest way to put an ACL to filter, let's say, IPs
10.10.10.35 to 10.10.10.49?

(just want to check if I am doing it ok...)

Persio




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



RE: Dual Link redundancy .... [7:47854]

2002-07-01 Thread Blair, Philip S

Check out Fast Etherchannel

(watch for wrapping)
http://www.cisco.com/warp/customer/cc/techno/media/lan/ether/channel/tech/fe
tec_wp.htm

-Original Message-
From: Paul [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 2:05 PM
To: [EMAIL PROTECTED]
Subject: Dual Link redundancy  [7:47854]


I have two switches that will be connected over fibre ... two connections at
each end  (hope you like the top Ascii art :))


|   1  |---| 1   |
|  A  |   | B   |
|_2 _|---|_2_ |


How can I fix it so that if A1-B1 goes down A2-B2 automatically becomes
active
?? Or even use both links to load balance and hence take the full load if
the
other falls over .

Regards

Paul ...




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



RE: authentication and router [7:46932]

2002-06-24 Thread Blair, Philip S

Try to change:
line con0 
line authentication no_tacacs

To:
line con0 
login authentication no_tacacs

-Original Message-
From: GEORGE [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 21, 2002 11:52 AM
To: [EMAIL PROTECTED]
Subject: FW: authentication and router [7:46932]


I wouldn't like any username prompt at the console

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Blair, Philip S
Sent: Thursday, June 20, 2002 3:20 PM
To: [EMAIL PROTECTED]
Subject: FW: authentication and router [7:46932]

At the password prompt, if you enter your configured enable password you
get
access?

Sounds like it's working as you have it configured, how did you want it
to
work?

Philip

-Original Message-
From: GEORGE [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 18, 2002 5:37 PM
To: [EMAIL PROTECTED]
Subject: authentication and router [7:46932]


I just configured my router to authenticate with cisco secure every
works ok, except if I try to
Console I get a password promt, and I stop cisco secure I get a password
promt
Now I tried to enter my enable password and wont work
Am I missing something here
 
 
 
aaa new-model
aaa authentication login default group tacacs+ enable
aaa authentication login local local
aaa authentication login no_tacacs enable
aaa authentication ppp default if-needed group tacacs+
aaa authorization exec default group tacacs+ local
aaa authorization network default group tacacs+
aaa accounting exec default start-stop group tacacs+
aaa accounting network default start-stop group tacacs+
 
 
 
line con0 
line authentication no_tacacs




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



FW: authentication and router [7:46932]

2002-06-20 Thread Blair, Philip S

At the password prompt, if you enter your configured enable password you get
access?

Sounds like it's working as you have it configured, how did you want it to
work?

Philip

-Original Message-
From: GEORGE [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 18, 2002 5:37 PM
To: [EMAIL PROTECTED]
Subject: authentication and router [7:46932]


I just configured my router to authenticate with cisco secure every
works ok, except if I try to
Console I get a password promt, and I stop cisco secure I get a password
promt
Now I tried to enter my enable password and wont work
Am I missing something here
 
 
 
aaa new-model
aaa authentication login default group tacacs+ enable
aaa authentication login local local
aaa authentication login no_tacacs enable
aaa authentication ppp default if-needed group tacacs+
aaa authorization exec default group tacacs+ local
aaa authorization network default group tacacs+
aaa accounting exec default start-stop group tacacs+
aaa accounting network default start-stop group tacacs+
 
 
 
line con0 
line authentication no_tacacs




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



RE: Let the flamin' begin....dumbass beginner question [7:43772]

2002-05-09 Thread Blair, Philip S

Use PPP or HDLC encapsulation on each end.

PPP  PPP
or 
HDLC  HDLC

On the router with the DCE end of the cable set the clock rate.

interface serial 0
 encap ppp
 ip address 10.1.1.1 255.255.255.252
 clock rate 64000

For more detail see:

http://www.cisco.com/warp/public/116/ppp_back.html

Everyone was a beginner once :)

Later

-Original Message-
From: mark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 09, 2002 1:19 PM
To: [EMAIL PROTECTED]
Subject: Let the flamin' begindumbass beginner question [7:43759]


I originally configured and maintain several Cisco routers at work so I'm
not a TOTAL dumbass when it comes to routers but I sure do feel like one
about now.
I have a couple of 2500's and a 2600 router with a couple of back to back
cables. I'm not doing something correctly to allow the units to talk to each
other using those cables. I can telnet into each router or connect via
console connection and all are working. The green lights come on the serial
connections when the b to b cables are plugged in but I can't for the life
of me get them to talk to each other. Can't ping from one serial port on
subnet A thru the b-to-b cable to the serial port on the other router on the
same subnet on any of the routers. I have checked and rechecked ip info on
all. I have tried frame-relay and PPP (which I would NOT trust my
configuraion of but I do know frame OK - or at least I thought I did). I
have RIP and EIGRP enabled on all and have them redistributing. I have tried
the DCE and the DTE at each end. This is what maybe the particularly dumbass
question - Do I need to set a clock rate or data rate for a frame connection
using these cables? If so the commands required would be helpful. I can look
at the options available. I just need to know where to start with them. If
it's not a clock rate issue, have I given enough info for anyone to give me
an educated guess as to what I'm doing wrong? If not, what other info can I
provide?
Muchas gracias.

Mark Gump




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



RE: IPX Traceroute [7:43327]

2002-05-06 Thread Blair, Philip S

If SWITCH1 is a layer two device, then RTR-1 and RTR-3 should be on the same
IPX Network (either 1c10 or 1100).  Of course I could be misinterupting the
ASCII art.

Philip

-Original Message-
From: Arjun Das [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 05, 2002 4:55 AM
To: [EMAIL PROTECTED]
Subject: IPX Traceroute [7:43327]


Dear Group Members,

This is my first message please accept apologies
for any mistakes.  However, I seek help for the
following problem.

Here is the setup!


  IPX Network: 100
  ---|--|---
 |  |
   RTR-1   RTR-AL
  / /   |(1c10)
 / /|
   (1120)/ /   SWITCH1
/ / |
   / /(1210)|  (1100)
RTR-2  RTR-3

Problem:

IPX routing is enabled on all the routers.  I can ping
(IPX) RTR-AL from RTR-3 but can not perform
TRACEROUTE?  Any help will be much appreciated? 


Output from ROUTER-3 (RTR-3)
---
RTR-3#
RTR-3#ping 100..0c3d.d1eb
Translating 100..0c3d.d1eb

Type escape sequence to abort.
Sending 5, 100-byte IPX Novell Echoes to
100..0c3d.d1eb, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip
min/avg/max = 32/35/44 ms
RTR-3#
RTR-3#
RTR-3#traceroute ipx 100..0c3d.d1eb

Type escape sequence to abort.
Tracing the route to 100..0c3d.d1eb

  0  *  *  *
  1  *  *  *
  2  *  *  *
  3  *  *  *

 ... tracing the route using Diagnostic Requests
  4  *  *  *
RTR-3#

__
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com




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



RE: ip route statement [7:43001]

2002-05-02 Thread Blair, Philip S

How a Null route can prevent a routing loop.

If you have, for example, 4 networks behind you router.

10.1.0.0\24
10.1.1.0\24
10.1.2.0\24
10.1.3.0\24

And to reduce the size of the routing tables in the upstream routers you
summarize those networks to one network.

10.1.0.0\26

and you have a default route point to the upstream router.

All is good, until you lose one of your networks.

Now you don't have 10.1.2.0\24 in your routing table, **^$#!
So you send it to the upstream router, your gateway of last resort.
The upstream router has your summary route so the packet is routed back to
you, %^$^%^%*!
And around it goes...

In come the null route to save the day.
Add a null route to your summary address and when you have the route in your
routing table, more specific prefix, you route it accordingly.  However,
when a more specific route disappears packets destined to the missing route
will match the null route, thus stopping the loop.

Hope that explains at least one case.

Philip

-Original Message-
From: Chuck [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 10:18 PM
To: [EMAIL PROTECTED]
Subject: Re: ip route statement [7:43001]


can you provide an example of what circumstance might require the use of a
null route to prevent a loop? My lack of imagination is preventing me from
deriving my own example.




Ladrach, Daniel E.  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 The Null interface is typically used for preventing routing loops.

 Daniel Ladrach
 CCNA, CCNP
 WorldCom


  -Original Message-
  From: Stanfast Preye [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, May 01, 2002 2:34 PM
  To: [EMAIL PROTECTED]
  Subject: ip route statement [7:43001]
 
 
  Dear Group,
 
  Why is it necessary to configure all routers in a network
  with ip route
  xxx.xxx.xxx.xxx null 0 statement before implementing
  migrating to a new IP
  address scheme and DHCP service in the network.
 
  Somebody please help
 
  Regards,
 
  Preye.
 
 
 
 
 
 
 
  -
  Do You Yahoo!?
  Yahoo! Tax Center - online filing with TurboTax




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



RE: ISDN dial problem [7:43071]

2002-05-02 Thread Blair, Philip S

Can you share the config?

If you have only a group-async interface defined with the modem lines, you
may need to define a dialer intreface to pickup the ISDN calls.

Philip

-Original Message-
From: supernet [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 10:30 PM
To: [EMAIL PROTECTED]
Subject: ISDN dial problem [7:43071]


Hi Dear Friends,
 
We have a Cisco 5300 as RAS router. It has PRI and digital modems.
Regular modem users dial the number no problem, they can always get
connected. But ISDN users (Cisco 1604 router) couldn't make a
connection. On 1604 router, it says carrier wait timeout. We suspect
that it's LEC problem but they insist everything is good on their side.
What seems to be the problem?
 
Thanks a lot.
 
Yoshi




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



RE: Urgent help Please! [7:43084]

2002-05-02 Thread Blair, Philip S

Type 7 passwords are easily decrypted.  Type 5 (enable) are not.

If you have physical access to the box then you can perform password
recovery via the console, see the cisco website for the specifics for your
router.

If you have SNMP read/write access your can download the config, make the
change, then push it back.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002 12:19 AM
To: [EMAIL PROTECTED]
Subject: Urgent help Please! [7:43084]


Hi ! All,

Can any one please break this password?

enable secret 5 $1$rMrT$blzJIo4ZyCBfJkvu2CP/Z1

Thanks in advance.

===
WARNING
 This message may contain information that is confidential
 and may be subject to the provisions of section 61A of the
 Police Act 1958, which creates an offence to have unlawful
 possession of Police documents. If you are not the
 intended recipient of this message or have received
 this message in error, you must not peruse, use, pass or
 copy this message or any of its contents.

 Also note, the views expressed in this message may not
 necessarily reflect those of the New Zealand Police.




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



RE: ISDN dial [7:42884]

2002-04-30 Thread Blair, Philip S

You can define multiple dialer string under the interface.

The latest version of IOS 12.2T gives you greater control when using
multiple dialer strings.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122
t/122t8/ftrotdls.htm

(watch for line wrap)

Philip

-Original Message-
From: Michalis Palis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 8:52 AM
To: 
Subject: ISDN dial [7:42884]


Hello all.

I have a customer who wants a router to dial  (ISDN)
to another destination in case the fist destination
fails to answer ( no answer, busy etc). How can I do
it using a Cisco router?

I will appreciate your help.

__
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com




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



RE: OSPF over ISDN demand circuit [7:42348]

2002-04-23 Thread Blair, Philip S

Are you trying the setup the circuit to use Dial on Demand Routing (DDR),
such that that circuit only comes up when needed then disconnects? If so,
what are you implementing?

backup interface?
floating static?
dialer watch?

Depending on your implementation of DDR you need to adjust your interesting
traffic (dialer-list).

Philip

-Original Message-
From: Ruihai An [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 2:18 PM
To: 
Subject: OSPF over ISDN demand circuit [7:42348]


Hi, Group,

On an ISDN circuit running ospf , if I want to use ip ospf demand-circuit
to keep it from being brought up by ospf update, do I need to define
224.0.0.5 as non-interesting traffic in dialer-list?

I have configured ip ospf demand-circuit  on one side of the ISDN, but
routing update to 224.0.0.5 keeps activating the circuit?  What is the
problem?

Thanks

Ruihai




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



RE: Using a Router to redirect IP traffic [7:42217]

2002-04-22 Thread Blair, Philip S

Not that I'm advocating it, but whether or not it could be done depends.

From a high level, you could define some static network address translations
(NAT) that map your old address to your new addresses.

The depends part comes now, your router would need to be positioned such
that the old addresses would be routed to it.  And I believe the second
interface would need to be on a separate subnet.  NAT requires an inside and
an outside interface and those interface need to be on separate subnets.

Better solutions..
Adjust the TTL on the DNS records for the web servers to stop DNS records
from being cached.  Then change the DNS record during the move.  Sound like
you don't like that option.

How about leaving a reverse-proxy or just a http server with a redirect at
the old ip address for some time.



-Original Message-
From: Trevor Jennings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 9:16 AM
To: [EMAIL PROTECTED]
Subject: OT: Using a Router to redirect IP traffic [7:42217]


Hello,

 Where I work, we have a number of servers being co-located at one
location and are planning on moving those servers to another co-location
provider soon. My boss asked me why we could not, when we move the
servers, just place a router at the original ISP to redirect all traffic
from the original ip's to the new ip's rather than having duplicate
servers or adjusting the DNS at the same time. I told him that I wasnt
sure whether it was possible and was told by a friend that its not
really possible to do that. Can anyone confirm that or rather explain why
that is not possible? My Boss's theory was that we would have a router
with 2 ethernet ports and redirect the original ip's to the new ip's
through the second ethernet. 

Cheers,

 - Trevor




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



RE: How to disable error logging on serial interface? [7:42215]

2002-04-22 Thread Blair, Philip S

If it is logging to a SNMP manager try:

int ser 2
no snmp trap link-status

-Original Message-
From: Love Cisco [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 5:53 AM
To: [EMAIL PROTECTED]
Subject: How to disable error logging on serial interface? [7:42215]


Hi, everyone
I want disable error logging on serial 2 interface.
I tried no logging event link-status on serial 2 interface. But it does not
work. If you know how. Please let me know.

Many thanks

Kevin




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



RE: output buffers swapped out [7:41985]

2002-04-19 Thread Blair, Philip S

Take a look at:
http://www.cisco.com/warp/public/784/packet/oct99/pdfs/p70-troubleshooting.p
df

It may help explain when the counter gets bumped.

Philip

-Original Message-
From: Pierre-Alex Guanel [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 1:57 PM
To: [EMAIL PROTECTED]
Subject: output buffers swapped out [7:41985]


(resent)

Can't find any explanation on CCO about output buffers swapped out
(Ethernet interface)

Any one has a definition of what it is and what could cause  146399903
output buffers swapped out on an Ethernet interface?

thank you,

Pierre-Alex




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



RE: Connecting printer through Cisco Routers [7:41473]

2002-04-15 Thread Blair, Philip S

My interpretation of the question may be incorrect but it sounds like your
looking to extend a RS-232 connection across your router network? 

PC- RS-232- Router- Net- Router- RS-232- Printer

I assume in theory you could use STUN (serial tunneling), but throw in the
fact that you want to use the console port and things become a little more
difficult.

Philip

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 5:04 AM
To: [EMAIL PROTECTED]
Subject: Connecting printer through Cisco Routers [7:41473]


Hi Guys
I have a strange problem.
I have to carry a printer  a different location ( The PC connected to
printer is not  moving , only printer)
The printer must be connected to RS 232 Port of the PC.
So  I will have to carry RS232 signals through Cisco Router.
I mean PC connected to serial port of router and Printer will connect to
the other router s serial port.

Anybody tried this or has an idea ?

Thanks.




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



RE: Dialer profile vs. rotary group? [7:41271]

2002-04-12 Thread Blair, Philip S

Legacy Dial
One Physical w/Dial

Rotary Groups
Multiple Physical Interfaces, One dialer Interface

Dialer Pools
Multiple Physical Interfaces, Multiple Dialer Interface

Dialer pool expands on the rotary concept by allowing a physical interface
to belong to multiple pools, the dialer interface can then reference the
pool of physical interfaces or multiple pools.

Philip

-Original Message-
From: Sean Knox [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 12, 2002 2:15 AM
To: [EMAIL PROTECTED]
Subject: Dialer profile vs. rotary group? [7:41271]


Hey all,

I am confused by the difference(s) between dialer profiles and
rotary
groups. All the text I've read seems rather convoluted - physical interfaces
can only be in one rotary group but can exist in many different dialer pools
(if using dialer profiles)? Is that the main difference? Rotary groups seem
to be an outdated configuration solution. Someone please point me in the
right direction...

Sean




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



Re: Made CCNP! [7:37720]

2002-03-11 Thread David L. Blair

Congrats.

-dlb

scott  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Thanks to everyone!  Now onward to the holy grail

 Scott Chapin, CCNA, CCNP




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



Re: Appletalk in CIT beta ? [7:37650]

2002-03-08 Thread David L. Blair

You should at least understand the basics of AppleTalk either way.  Now on
my production CIT test I had no AppleTalk questions.
--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, CIW Associate, A+, 3Wizard



Constantin Tivig  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Well, it's time for me to take the CIT beta.

 Question: how much AppleTalk is in there ?
 Are there many q on this topic? Unfortunately I have 0 experience w/
 AppleTalk, so I am very concerned.

 All the best,

 Costin




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



Re: CCNA [7:37473]

2002-03-07 Thread David L. Blair

FYI, www.2test.com is Prometric.

-dlb
Chris Tucker  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 i use www.2test.com
 Kazan, Naim  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I am looking to take the exam soon. Do you guys prefer Prometric over
Vue
  testing center or does it matter.
 
 
 
  -Original Message-
  From: Dennis Bates [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, March 06, 2002 3:42 PM
  To: [EMAIL PROTECTED]
  Subject: Re: CCIE program will be dropping token ring! [7:37422]
 
 
  the question should be :
 
  What are they replacing it with 
 
  Steven A. Ridder  wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   I'm in a meeting with the CCIE program manager and they will be
removing
   Token-ring soon!
  
   --
  
   RFC 1149 Compliant.
  
  
   Scott H.  wrote in message
   [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Not that bad.  A bunch of dates open in March and April in San
 Jose--if
   you
can't do that, you are screwed until August.  The one thing that I
 have
noticed is that when people get within their 28 day window, they
drop
   their
date.  This opens up dates for the more serious contenders.
   
Best of luck!
Scott
   
AMR  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 What's the wait time like nowadays?

 -A




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



Re: CCNA [7:37473]

2002-03-07 Thread David L. Blair

I have taken tests at both.  A number of test centers host both Prometric
and Vue.  The one I goto always stamps my test with the Prometric seal even
if I took the test from Vue.   (Hard to get good help!!)

I find the Vue easier to deal with than Prometric.  I have the good fortune
of having a test center that is open on Saturday's for testing.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, CIW Associate, A+, 3Wizard



Kazan, Naim  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am looking to take the exam soon. Do you guys prefer Prometric over Vue
 testing center or does it matter.



 -Original Message-
 From: Dennis Bates [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 06, 2002 3:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: CCIE program will be dropping token ring! [7:37422]


 the question should be :

 What are they replacing it with 

 Steven A. Ridder  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I'm in a meeting with the CCIE program manager and they will be removing
  Token-ring soon!
 
  --
 
  RFC 1149 Compliant.
 
 
  Scott H.  wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   Not that bad.  A bunch of dates open in March and April in San
Jose--if
  you
   can't do that, you are screwed until August.  The one thing that I
have
   noticed is that when people get within their 28 day window, they drop
  their
   date.  This opens up dates for the more serious contenders.
  
   Best of luck!
   Scott
  
   AMR  wrote in message
   [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
What's the wait time like nowadays?
   
-A




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



Re: CCNP v3.0 [7:37500]

2002-03-07 Thread David L. Blair

Yes, all Cisco beta tests are three hours or more long.

The reason is in a beta test you are asked around 150 questions whereas a
production test is around 60 questions.  Almost every test vendor does the
same for their beta tests.

You are asked more questions to validate the questions. Vendors want to
develop a test that can be passed.  The beta process is their means for
determining which test questions will be used in the production test pool of
questions. In turn, the test vendor makes the test available at a reduced
cost or free in some cases.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, CIW Associate, A+, 3Wizard





Tarek Sabry  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I'm taking the Routing Beta tomorrow. Is it really 3 hours instead of 1
hour
 or do I have wrong information??? I may have to call them in the AM but
 would appreciate it if someone can tell me if they know.

 Thanks
 Tarek




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



Re: CCIE strategy [7:37127]

2002-03-04 Thread David L. Blair

All answers can be found on Cisco's website.  If you do not have it already
get a CCO account!!!.  Goto
http://www.cisco.com/warp/public/625/ccie/certifications/routing.html  Has
the answers you are wanting except for strategy.  I see training the same
way you build a house.  Lay the Foundation FIRST.  Without a good foundation
the house will not stand the test of time.  I think the Foundation will also
reinforce your perceived strengths and weaknesses.  At this point, I would
spend the bulk of your time with the weaker area and still spend time
shapening your strengths.

My $0.02 worth


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, CIW Associate, A+, 3Wizard





Karl Thrasher  wrote in message
news:[EMAIL PROTECTED];
 I have decided to proceed with working on my written CCIE.  I was
wondering
 what gameplans any of you already certified CCIE's took.  Did you start on
 some of your weaker topics, or start from general reading then narrow to
the
 specific? Did you just read from a recommended reading list,etc...?  The
 reason I'm asking is that I want to make sure I cover all my bases and all
 the test's topics.

 Does anyone have a recommended reading list or should I just do a search
on
 CCIE at CiscoPress and read them all?

 Thanks,

 Karl.




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



Re: CIT Support Passing Score [7:37113]

2002-03-04 Thread David L. Blair

My first post was changed somehow.  Here is what I wrote:

Varies.  690 to 710 out of 1000.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, CIW Associate, A+, 3Wizard



john jones  wrote in message
news:[EMAIL PROTECTED];
 All,

 What's the passing score for the 640-506 support exam.

 Thanks,

 John

 __
 Do You Yahoo!?
 Yahoo! Sports - sign up for Fantasy Baseball
 http://sports.yahoo.com




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



Re: CIT Support Passing Score [7:37113]

2002-03-03 Thread David L. Blair

-dlb

john jones  wrote in message
news:[EMAIL PROTECTED];
 All,

 What's the passing score for the 640-506 support exam.

 Thanks,

 John

 __
 Do You Yahoo!?
 Yahoo! Sports - sign up for Fantasy Baseball
 http://sports.yahoo.com




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



Re: Re: Sample Rate [7:36566]

2002-02-27 Thread David L. Blair

 John Neiberger wrote:
 What I'm trying to find out is why the original 4KHz limit on
 voice calls was put into place.  It sounds like it was simply
 an arbitrary decision.  4KHz is sufficient for a telephone call
 and to provide clear calls that included higher frequencies
 might have added some technical complexities, perhaps.

 They also added a high-pass filter around 400Hz since most
 telephones can't reproduce low frequencies well and it also
 filters out some harmonics of 50-60Hz hum that might show up
 from time to time.  That is concrete reason for including a
 high-pass filter and I wondered if there was a concrete
 technical reason for including the 4KHz low-pass filter. From
 the sounds of it there really isn't a technical issue, 4K is
 just a nice round number.  :-)

I used three sources to answer John's query: Voice over IP Fundamentals,
Cisco Voice over Frame Relay, ATM, and IP, and Integrating Voice and Data
Networks.  These are great books for anyone wanting to know more about
voice technologies.

Interesting Facts and Ideas I came across:

1) Human hearing is in the range of 200 Hz to 20,000 Hz

2) Human speech is in the range of 250 Hz to 10,000 Hz. Most of the
information comes from the middle frequencies. According to Nyquist, Human
voice contains sounds that are more often Middle-pitched frequencies than
either High or Low pitched frequencies.

3) Frequencies greater than 4,000 Hz are filter out to limit crosstalk.

4) During the Analog to Digital conversion voice samples are put though a
process called Quantization.  Quantization is the process of rounding
sampled values to the nearest predefined discreet value. Pulse Code
Modulation (PCM) is a Quantization process. PCM is also used to achieve 12
to 13 bits of voice information in 8 bit words. Two commonly used PCM's are:
mu-law (North America), and a-law (Europe). What you hear is not someone's
voice, but a representation of their voice.

5) Noise is a major issue when talking about voice quality.  Noise is
constant problem for Analog signals.  What is signal and what is Noise?
When a Analog signal is amplified so is the Noise, which in turn makes the
quality of Analog calls worst as the distance increases.  Digital Calls are
less suitable to Noise than Analog calls.

6) Delay is a major issue when talking about conversation flow for two
reasons: 1) For a conversation to flow normally, the delay is receiving the
voice information must be less than 250ms.  When the delay is more than
250ms, the human receiving the voice message will start to talk thinking the
human sending the voice message is at a breaking point in the conversation,
i.e.. both people are talking at the same time similar to a collision in
Ethernet.  Delay is also important in how the voice packets are filled
during the Analog to Digital conversion.  That is why ATM (ATM cell is 53
octets, 5 octets are header and 48 octets are payload) is a good method for
transporting voice packets because the delay to fill the payload section is
smaller than with other cell/packet types.


Answer: It does indeed seem that the 4,000 Hz mark was arbitrary in nature;
3,500 Hz or 5,000 Hz would work also.  It is a nice round number to work
with.  Simplies any math work.  Middle frequencies carry the bulk of the
information and Human speech upper limit is 10,000 Hz amd 4,000 is near the
middle. The low filter is also to reduce the frequencies that carry less
information.

Hope this helps.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



Re: HELP !! CCIE 2B or NOT? [7:36542]

2002-02-27 Thread David L. Blair

Steven A. Ridder  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I agree lose the CCIE written as a cert.

I agree to lose the CCIE written in your signature or after your name on a
Resume.  How I handle that is on my resume I have a section called,
Certifications in Process. I list tests that I have taken or
certifications that I plan on completing.

Example:
*  Certifications in Progress:  Checkpoint CCSA, Cisco CCIE, Microsoft MCSE
Windows  2000 Track
(Passed 70-240 Microsoft Accelerated Exam.  One test away from my MCSE W2K),
and Prosoft
Master CIW Administrator.

My $0.02 worth.
--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



Re: PIX Simulator [7:36654]

2002-02-27 Thread David L. Blair

You can buy a entry level PIX 501 series for around $500.00. See
http://www.routerchief.com/Security/default.htm  that is what Ole Drews
Jensen did.

Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



Re: Passed CSIDSPM Exam!!!!!!!!!!!!!!!! [7:36306]

2002-02-23 Thread David L. Blair

I bought my Checkpoint NG CCSA and CCSE course material from ebay.  There
are no 3rd party books for the NG track for the time being.  I paid around
$300.00 for the NG CCSA and CCSE set with a NG CD.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Godswill HO  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Am very grateful to you all. The group really helped me through out my
CSS1
 exam track. It has been a big learn place where knowledge is shared.I sat
and
 passed the Cisco Secure Intrusion Detection  Systems with Policy
 Manager(CSIDSPM) version 2.1 exam today to complete the CSS1(Cisco
Security
 Specialist 1) track.

  It was a beast of an exam, totally different from the first three. It was
a
 tough battle but It is all over, thanks once more.

 You might think CCIE would be the next, no not at all, next in the list is
 CISSP (Certified Information Systems Security Professional) or CCSA
 (Checkpoint Certified Security Administrator). I will be grateful if
someone
 who have taken the CCSA exam help me with the best book/study materials to
 use. I can only locate materials for the CCSA CP 2000 exam, but I want to
 take
 the CCSA NG exam which is the latest version. Any help would be
appreciated.

 Enjoy.

 Godswill Oletu CCNP,CCDP,CSS1.




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



Re: CCNP [7:35756]

2002-02-19 Thread David L. Blair

I completely DISAGREE!!

Boson's test do not simulator the actual testing experience,  i.e.. the
vagueness of Cisco's test.  Boson's do test the level of knowledge needed to
pass a given test.

Disclaimer:  I have done some consulting for Boson in the past and present.
I used Boson's test for every Cisco test that I have passed which was before
I did any consulting for Boson.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Joshua Barnes  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I have found that going through the book a couple of times is the best
 thing.  The Boson's are heralded but I don't know why.  I think they
 suck.
 JMO.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
 Liko Agosta
 Sent: Monday, February 18, 2002 2:17 PM
 To: [EMAIL PROTECTED]
 Subject: CCNP [7:35756]

 Whats the best test practise suite for CCNP

 I am doing the exams in this order

 a. switching
 b. routing
 c. remote access
 d. support

 whats the best for

 a. switching
 b. routing




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



Re: Win 2K Domain Controllers [7:35022]

2002-02-10 Thread David L. Blair

Which server has the Global Catalog?

The GC Server is very important during login.

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

 I know,  this question is not related to cisco related Stuff. But.. I
 need your help.

 We are having two Domain controllers..Say Win2k DC1  Win 2k  DC2.

 And we are using Exchange 2000 as a Mail server.

 Now.. My Problem is

 Some times Domain controller Win 2k DC1 is hanging  Win 2k DC2  is not
 authenticating the users automatically when Win 2k DC1 is
 Hanging/rebooting.

 Because of this , Outlook clients using by those users whoever connected
 to the Mail server ( I think they got authenticated by Win 2k DC1 ) are
 getting hanging  they need to be relogin again.

 So, What i Want is...

 1. Why the second DC is not authenticating the users while DC1 is
 hanging/rebooting.
 2. why the users are need to authenticated again

 3. Why the Windows 2k DC is hanging ? what are the possible issues.

 Please help me.




 Thanks  Best Regards,

 Nagaraju Lanka




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



Re: Best labs to prepare for CCIE? [7:35045]

2002-02-10 Thread David L. Blair

For free try www.fatkid.com or

Commercially in no particular order:
www.ipexpert.com
www.ccbootcamp.com
www.certificationzone.com
www.ciscpress.com   CCIE Practical Studies


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




Ryn  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello folks,

 Are there any white papers or books with detailed labs? I would like some
 complex labs with answers. Any recommendations? I think this would be
 a great start and hopefully awaken me to things I have not seen in the
field.

 Thanks,
 Ryan




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



Re: Swithing modes [7:34993]

2002-02-09 Thread David L. Blair

Do you have a CCO account?  If yes, you can find the answer on Cisco's
website.  Or
Get the Lan Switching or CCNP Switching book from CiscoPress. Either one
will have all the switching modes defined.  I am sure there several books.
--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Ryn  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Does anyone have a full list of switching modes on Cisco routers? I am
 trying to
 figure
 out what automous and silicon switching are. Does silicon switching use an
 ASIC
 to move the packet from interface to interface bypassing the CPU?

 Thanks for any info,
 Ryan




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



Re: CIT Exam difficulty... [7:34632]

2002-02-08 Thread David L. Blair

My order was (Hardest to Easiest)   Routing  BCRAN  CIT  Switching

Score Order (Highest to Lowest score)   CIT  Routing  Switching  BCRAN


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard


Dimitris Vassilopoulos  wrote in
message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 From my point of view, here is what I see:

 Hardest --- Easiest

 CIT - Routing - Switching - BCRAN

 Good luck

 Dvass




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



Re: CCIE R/S Lab differences [7:34308]

2002-02-04 Thread David L. Blair

I am sure there are some differences.  According to Cisco there are not.  If
there are it probably is on the order of  T-1 vs. E-1.  ISDN S/T interface
vs. U interface.

My $0.02 worth
--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



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

 did anyone know if there are differences between the CCIE labs worldwide ?

 Mit freundlichen Gr|_en

 Udo Konstantin / koud , GS KA
 NEEF LAPPCOM GmbH
 Systemhaus f|r IT-Lvsungen
 Windeckstrasse 8  76135 Karlsruhe
 Tel: +49 721/8606-215  Mobil: +49 172/7271578   *215
 Fax: +49 721/8606-264
 E-Mail/Internet: [EMAIL PROTECTED]
 Notes: Udo Konstantin/Infra CS @SULZERINFRA
 Website: http://www.neef.de/




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



Re: What is the passing score for the 640-504 exam [7:34226]

2002-02-02 Thread David L. Blair

690-710

-dlb

Charles McKnight  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Does anyone no what the passing score is for the CCNP 640-504 switching
 exam?

 Thanks...




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



Re: passing score for the CCNP switching exam? [7:34227]

2002-02-02 Thread David L. Blair

690 - 710

-dlb

Charles Mcknight  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Can anyone tell me what is the passing score for the 640-504 exam?
 I'm looking to take the exam very soon.


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



Re: BCMSN Fill in the Blank? [7:34230]

2002-02-02 Thread David L. Blair

I had a couple of fill in  the blank.  Mainly, pick from a list. It is the
easiest of the CCNP tests.

-dlb

Jesse Loggins  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am taking the BCMSN on Monday (finally). Are there any fill in the
blanks
 on this test, or is it like the BSCN with the command list? Or are there
 both types of questions on the test? Also what is passing for this exam?




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



Re: MAJOR OT: Free CCNPtraining for convicts [7:34039]

2002-02-01 Thread David L. Blair

Take a Valium and no posting for two weeks.  Get a life.

If this program works, more power to them  How many former criminals go
from blue collar jobs to white collar jobs?   VERY FEW!!!  I would rather
they become productive members of society because the less criminals there
are the less WE will have to spend convicting, housing, training, caring and
feeding them!!  Which means less money out of our pockets!!!

My $0.02 worth.

--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




steve skinner  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 guys,

 my boss has just told me that cisco are trailing a few prisons where they
 are offering free CCNP training to convicts

 man does that just bite the buscuit.

 i worked long and hard to pay for my exams.get some work experience
 and at my expence (bieng a tax payer)i am funding a convict to learn
 about cisco.

 i know about re-abilitation.but it is just a bit sick that i as an
 individual,could

 a) been robbed by this man ... my house is trashed and my insurence goes
up
 (i pay )
 b) funding him in prison to learn Cisco (i pay)
 c) comes out of prison and de-vaules a cert becuse he has no experience (i
 pay)


 does cisco want to have a useless cert system(except ofcourse the
 CCIE)because the more people who BLANTENTLY DONT have any experience
 witht these certs ...the less they mean...


 i`m  sorry to rantbut sometimes i wish company`s would consider there
 future..

 FACT (from Cisco) there will always be more jobs for NA/NP than IE`s

 1)i get exams to be employable...
 2)in order to get these exams i push the company`s kit ..

 i have recently installed some 4000`s over another companies kit,even
 thought the other kit is more than capable of doing the job..because i get
a
 side benefit of learning about the equipment and increasing my CV value
 

 3)if i am working at a company and i dont want a cisco cert because it is
 worthless..why would i push that companies products..

 i would simply push another company`s products to get my certs in the
there
 equipment ,to keep my employability

 4) cisco dont sell as much equipment 
 5) certs become even more worthless..
 6) cisco sells even less equipment as no-one is trained anymore
 7) cisco becomes Novell(my appologies to all novell staff)...

 a little for-thought is all that required...

 as my boss says...

  one of my main reson for buying kit is the amount of tech staff
availible
 to install/fix the kit...if there`s no staff there no kit

 in a job market that is already depressed that last thing that is needed
is
 a flood of Certified but unexperienced people on the market..

 the it industry is like no other ,in that fact that we have to CONSTANTLY
 update our skills ...that takes time,money and personal
 sacrfisesomething i dont think cisco is at all concernd with...

 ahh welll.

 no chance of a [EMAIL PROTECTED] list starting any time soon...??

 Sorry for the downer

 steve



 _
 Join the worlds largest e-mail service with MSN Hotmail.
 http://www.hotmail.com




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



Re: BCRAN Exam Preparation [7:33878]

2002-02-01 Thread David L. Blair

CiscoPress BCRAN or BCRAN Certification Guide and ExamCram BCRAN and
Cramsession BCRAN study guide.  These are what I used to pass.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



rtc9  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I recently took the BCRAN Test and used Boson Tests 1 and 2 to help me
 prepare along with the Cisco Book. I didnt pass, I missed by one question.
I
 was taken aback; the Boson tests didnt really prepare me for the Exam.
Does
 anyone have any suggestions for the BCRAN Exam preparation process.




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



Re: Networkstudyguides.com [7:34077]

2002-02-01 Thread David L. Blair

Looks like outdated material.  No current dates.
--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Bond, Jeffrey T  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Can anyone give me any pros/cons on the study material for the website
 www.networkstudyguides.com particularly the CCDA and CCNP area.

 thanks

 Jeff




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



Re: MAJOR OT: Free CCNPtraining for convicts [7:34039]

2002-02-01 Thread David L. Blair

Depends on how you define criminal or ex-con. I have been convicted on two
traffic related Misdemeanor:  DUI and DUR (Driving Under Revocation).   I am
an ex-con.  I spent six days in the county jail for the DUR conviction.
Both were over ten years ago. Stupid mistakes at the end of my twenties.  So
I a record which I am forced to disclose in Employment Applications on a
routine basis.  Now it is not a crime such as robbery or stealing or any
violent crime but I do have a record.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



Re: CCIE Written [7:34164]

2002-02-01 Thread David L. Blair

So far the written has not changed, but there are rumors that it might.
Also, there has not been a beta of a new CCIE Written for Routing and
Switching.
--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Eighn Malengase  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Does anyone know if the written exam has changed
 substantially in the last year or so? And if so, in
 what respects? The changes to the lab appear to be not
 insignificant - I am starting to pick up my studies
 again after some time off, and am wondering if these
 lab changes are reflected in the written...

 Rgds,
 Malengase.

 __
 Do You Yahoo!?
 Great stuff seeking new owners in Yahoo! Auctions!
 http://auctions.yahoo.com




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



Re: Passing CID [7:33784]

2002-01-31 Thread David L. Blair

How would you compare the CSS1 tests to the CCNP tests?  I am thinking about
going after my CSS1 after I pass the Checkpoint CCSA and CCSE tests.

-dlb

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

 Questions like which answer doesnt not belong  means what??? Is Cisco
 implying that the double negative means positive as we were taught years
ago
 in algebra class or it should be ignored and taken for one negative.

 Am currently taking my CSS1 track, I wrote Cisco Secure VPN yesterday
which
 happens to be the third exam in the series. I came accross a lot questions
 which made no sense at all. Looking at the question, it was not a question
 at all. it was not asking any particular thing, it had no meaning, no
 bearing, no sense in it, they are just like saying
blablablablablablablabla.
 The more I read them the more I get confused and lost at what Cisco was
 tring to ask. Have you come accross questions that made you think 'What
must
 be in the mind of the examiner when he was asking this question, which
 aspect of Network or Security implementation was he thinking of? What I
 normally do is to completely ignore the questions and eliminate the odd
 options in the answer, at the end of the day in many questions like these,
I
 come out with NOT THE BEST ANSWER as they use to tell one, but rather a
 choice that made a different SENSE and MEANING than the other three or
four.

 I sometimes ask whether the current Cisco questions were not originally
 written in English but were translated from another language and as such
the
 transators did not do a good job or is it a deliberate action on the part
of
 Cisco? If it were the former it is long time they take a closer look at it
 and if it is the later, what must have informed their actions?

 Regards.
 Godswill Oletu CCNP, CCDP.

 - Original Message -
 From: Priscilla Oppenheimer
 To:
 Sent: Wednesday, January 30, 2002 4:57 PM
 Subject: Re: Passing CID [7:33784]


  At 07:19 PM 1/30/02, brian hall wrote:
  Passing this test #640-025 was the hardest yet. It took a couple of
 times.
  Now its on to CCIE and then the lab were the truth comes out.
  Some tell me that passing this brings you close to being prepared to
take
  the CCIE written. I'll find out soon enough.
  
  To any one who cares using boson CCDP #1  #3 helped .
  
  I started using the latest version of the CID exam prep from cisco
press
 but
 
  Exam prep guides are written with the goal of summarizing what you need
to
  know. They are not the course materials, but go beyond in some ways, and
  may also skip some basic stuff. They can be great for review, but don't
  work for everyone as the primary source.
 
  found the earlier version of the book written by birkner a better
source.
 
  This wasn't an earlier version of the same book. It's a different book.
  This was the course materials ported to book format. The author should
be
  Cisco (course developers) although in this case Birkner didn't exactly
  follow the script and added his own material and left some out.
 
  In general, Cisco Press develops at least two types of books:
 
  Certification guides: not written by Cisco, but still often very helpful
  Course book: training written by Cisco, ported to book format by an
editor
  paid by Cisco Press, usually an excellent resource as the tests are
taken
  from the course.
 
  A question came up about the different types of Cisco Press books in a
  different thread, so I responded here. (My other response never made
it?)
 
  Anyway, congratulations on passing CID! It's a hard test. Good luck with
  CCIE.
 
  Priscilla
 
 
  The answers are very close to each other and need to be read carefully,
 they
  can be tricky. Watch out for the  which answer doesnt not belong 
  questions those can be the most difficult.
  
  Good luck,
  
 
  Priscilla Oppenheimer
  http://www.priscilla.com
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com




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



Re: CCIE On-line lab prep [7:33566]

2002-01-31 Thread David L. Blair

If you already offer a CCIE bootcamp the last day or two could be a mock lab
exam, then a detailed lessons learned session the next day or half day.

My $0.02 worth.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Brad Ellis  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Treece,

 We were thinking of coming up with something like this, I just wasnt sure
of
 the interest level.  Maybe there's more people out there that would like a
 mock 1-day lab exam that is proctored by a CCIE?  If anyone else is
 interested, feel free to drop me a line.

 thanks,
 -Brad Ellis
 CCIE#5796 (RS / Security)
 Network Learning Inc
 [EMAIL PROTECTED]
 used Cisco gear:  www.optsys.net
 CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html

 EFIRD, TREECE (CONTRACTOR)  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  It seems like sometime back in the Fall, someone on the list reviewed a
  remote lab test/training option. This particular lab was timed and had
two
  portions: the practice lab, and the simulated final lab. You could take
 the
  practice lab as many times as you wanted, but you could only take the
  simulated (and timed) final lab once. I also think the cost of this was
  around $500.
 
  I looked through the archives and the only thing close to this that I
 found
  was Chuck's review of the now defunct Mentor Tech vLab. That didn't seem
  quite right, but I could be mistaken.
 
  Does anyone recall this review, or know of a similar situation?
 
  Thanks,
  Treece




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



Re: Router doesn't hold Enable Passwrod [7:33645]

2002-01-30 Thread David L. Blair

Do you have an Enable Secret password set?  The Enable password is mainly
still around for support of older IOS code.  Cisco is trying to move
everyone to using Enable Secret.

Have you tried typing out the full command: enable password password?

What is your configuration register set to 0x2102 or 0x2142?  If is set to
0x2142, the router will ignore the startup-config which contains the Enable
and Enable Secret passwords.

If that does not fix the problem, I am out of ideas.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




Washington Rico  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I appreciate any information you may have..

 I have a 3600 was IOS version 12.0.7 and I was trying to create the enable
 password.  I believe I did it correctly but the router does not hold the
 enable password, it just goes directly into enable mode when I type
 (enable).  Even after I create an enable password, anyone know why?

 The Syntax I entered is below
 (
 config t
 en password password
 )


 Thank in advance..



 _
 $B$*E9$h$j$b5$7Z$K!*9%$-$J%b%N9%$-$J$@$18+$i$l$k(B MSN
$B%7%g%C%T%s%0(B
 http://shopping.msn.co.jp/




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



Re: which reference book is better? [7:33629]

2002-01-29 Thread David L. Blair

I bought and used both.

-dlb

Sim, CT (Chee Tong)  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi..

 I am going for the support 2.0 exam.  There are two reference books for
the
 exam 1) CCNP Support exam certification guide and 2) Cisco Internetwork
 Troubleshooting.  Which one is better?  If I only study CCNP support exam
 certification guide, is it enough?

 ==
 De informatie opgenomen in dit bericht kan vertrouwelijk zijn en
 is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht
 onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en
 de afzender direct te informeren door het bericht te retourneren.
 ==
 The information contained in this message may be confidential
 and is intended to be exclusively for the addressee. Should you
 receive this message unintentionally, please do not use the contents
 herein and notify the sender immediately by return e-mail.


 ==




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



Re: Totally OT : Was there a man on the moon ? [7:33465]

2002-01-28 Thread David L. Blair

Well, I am old enough, forty next month, to remember the Live broadcast
from the moon or least alleged Live broadcast.

When I was in first grade my school turned on the TV during lunch and we
were allowed to watch the Moon broadcast.  This is very flimsy evidence, but
I have to this date seen a broadcast of that quality, effects, or nature
since.

This concept was made into a movie Capricorn Down starring James Brolin.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard


Phil Barker  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Sorry for this waste of b/w but I have two discening
 friends who keep insisting that man never went to the
 moon, instead it was a big stage act. The shadows are
 in the wrong place blah, blah, blah. Unfortunately
 they cannot expand on the shadow theory since they
 don't understand it themselves. They just Want to
 believe in an American etc conspiracy. G.

 My initial defence that Man has landed on the moon was
 based on the fact that Russia didn't make any
 complaints which I'm sure they would have done. This
 has been unfortunately dismissed by the same argument
 i.e propaganda, America etc would not allow the
 reporting of such info-.

 Okay, now I need Physics to help.
 My hunch is that the radio signal of the famous speech
 by Neil Armstrong would be sent on a certain frequency
 which could only be picked up by a receiver set to the
 same frequency, and it would be possible to calculate
 the distance from Neil to Earth. Not done physics for
 20 years so I'm struggling here.

 OR could this be simulated in a LAB to make the
 distance of Neil to Stage appear to be the distance to
 the moon ?

 Any other possibilities more than welcome to shut
 these muppets up.

 Phil.

 __
 Do You Yahoo!?
 Everything you'll ever need on one web page
 from News and Sport to Email and Music Charts
 http://uk.my.yahoo.com




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



Re: serial # on routers [7:33035]

2002-01-24 Thread David L. Blair

show version

David

Eric Drueding  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 hi,

 is there any way to show the serial # of a router from a show command
 through IOS CLI?  I need to get serial #'s of multiple remote WAN
routers...


 Thanks,

 Erik




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



Re: CVoice exam practice questions [7:33039]

2002-01-24 Thread David L. Blair

Free no, but for a small price goto www.boson.com .

David Blair

Shawn Xu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Does anybody know a web site that has free CVoice exam practice questions?
 like
 http://www.examcram.com/insider/66/news.asp does, but this site does
include
 CVoice exam.

 Any info will be appreciated.

 Shawn Xu

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




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



Re: boson [7:32672]

2002-01-21 Thread David L. Blair

Get a life and buy it like the rest of us.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Nurettin Kuvvetli  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi all,
 anyone that knows where i can find crack for Boson Router Sim. 3.6?
 or Boson Router Sim. v2.1 package?
 thanks in advance...




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



Re: Off Topic - Half.com book purchase [7:32234]

2002-01-16 Thread David L. Blair

I have also used Half.com and had similar experiences.  I use Half.com when
price is the determining factoring and not speed of delivery.  Normally, a
used book at Half.com is in new condition.

Overall, I use www.bestbookbuys.com.  Searches over twenty new and used book
sites for the best price.

Recently, my wife needed to get a College Psychology book not available at
the campus book store.  We found a great price on a used book from
www.bestbookbuys.com which found the best price at Half.com.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Based on my first experience with this means of purchasing books, I have
the
 following observations:

 1) price is great

 2) service / delivery sucks

 Don't be in a hurry when you use this subsidiary of e-bay. from the
postmark
 to my hands was about a week, but the postmark is two weeks after I placed
 the order and the order was accepted.

 you have no choice for shipping. media mail ( media is apparently Eskimo
 for dog sled via the north pole ) is the only option.

 reading the site, I see that comments from other customers are all over
the
 board. about equal good and bad. the bad all revolve around turnaround
time.

 I chose half.com because they claimed to have the book in stock at the
time
 I was ordering. Other places stated no availability. I suspect a part of
the
 problem with the particular book I ordered is that is it is newly
released,
 and the seller ( some small shop in New Jersey ) accepted my bid thinking
 they could get the book through distribution and found they had to wait
for
 the release.

 for my money, bookpool is still the way to go.




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



Re: Please READ THIS ! ! ! [7:31974]

2002-01-15 Thread David L. Blair

I used  A  B plus ExamCram, Cramsession, and Boson.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Cisco Fire  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Haye Friends,

 Just wanted your help in taking a right decision.
 I m planning to take the Routing exam (Exam no. 503)

 Which is the best book for study ? WHICH BOOK SHOULD I BUY ?

 a. BSCN by Catherine Paquet / Diane Teare

 b. EXam Certification Guide by Clare Gough

 c. Study guide by Todd Lammle, Sean  Kevin


 Any recommendations from your side will be of great help to me.


 Thank you friends




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



Re: Please READ THIS ! ! ! [7:31974]

2002-01-15 Thread David L. Blair

For BGP, use Cisco five part BGP Case Studies.  Memorize!!!  Need CCO
account.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



David Rocher  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Edmundo Bodero  wrote in message
  I used A and Jeff Doyle's Volume I to pass the exam.

 Is Jeff Doyle's Volume I  enough or do you need also the BSCN book?
 (except BGP of course)

 Regards




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



Re: CCNP Switching Exam 640-504 [7:32023]

2002-01-15 Thread David L. Blair

I did not have any ATM related questions you might, but I doubt it.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




Maurizio Moroni  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Guys,

 I've noticed that on the official exam blueprint there is no mention of
 ATM LANE.
 But the Cisco CCNP Switching Exam Certi?cation Guide book from Cisco
 Press has an entire chapter on it.

 I know that it's maybe better for me to learn it anyway, but maybe I can
 concentrate on more relevant things.

 Does anybody have a clue about who's right ?

 --
 Best regards,
   Maurizio




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



Re: Can Cisco manuals from CIT class legally sold? [7:31788]

2002-01-13 Thread David L. Blair

It happens all the time. Check out Ebay.  As long as they are the original
copy that should not be a problem.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



DL  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Does anyone know if the manuals from the authorized CIT class can
 legally be sold?  Please note, these are the original manuals (Lab
 manual and work books).  Would this violate any rules of the CCNP
 agreement?




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



Re: Routing Exam 503 [7:31275]

2002-01-09 Thread David L. Blair

I used the following to pass all my Cisco tests:

Boson practice test #1 for Exam 640-5xx  $39.95
CiscoPress Certification Guide for Exam 640-5xx (Comes with electronic
practice test) $60.00 can find for $40.00 or less is used
CiscoPress Course Guide for Exam 640-5xx (Great background knowledge) $60.00
can find for $40.00 or less is used
ExamCram for Exam 640-5xx $29.95 can find $22..00 or less if used
Cramsession for Exam 640-5xx  FREE!!

If you can get through all of the above you should be able to pass any Cisco
test. Not the cheapest any, but it worked for me.

Off Topic:  Best place to find books.  www.bestbookbuys.com  Searches twenty
or more book sites including Used Book Sites.  Great deals on used books.  I
have bought several used books and all appeared to be brand new.

Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



Re: How is this book ? [7:31382]

2002-01-09 Thread David L. Blair

I heard that 1st edition is full of errors.  Do not know about the 2nd
edition.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Mahisri  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 How is this book ?

 Cisco CCIE All-in-One Study Guide Paperback, 1999
 Roosevelt Giles
 Condition: Like New
 Price: $19.39 (Save $60.59!)
 Seller: EducationalBook

 Thanks in advance for the feedback

 Sri




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



Re: Pass mark for ccnp [7:31503]

2002-01-09 Thread David L. Blair

690 +/- 10 out of a 1000.  See the Cramsession study guides for more
details.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Leonardo Rocha  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 What is the passing marks for the exams:?
 640-503 - Routing
 640-504 - Switching
 640-505 - Remote Access
 640-506 - Support

 thanks a lot,

 
 Leonardo, ccna.
 [EMAIL PROTECTED]




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



Re: Cisco LRE ( Long Reach Ethernet ) [7:30553]

2002-01-02 Thread David L. Blair

Most local Cisco office have been demo'ing LRE for a few months now.  My
local office has a demostration kit consisting of a piece of plywood with 3
foot lenths of the following wires connected together: Cat5, Cat3, House
Grade wiring used for outlets, and Barbed Wire used in barnyard around the
country.  Interesting!!!


David L. Blair

Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Is it slow at work today or what?

 I was browsing CCO and ran across something called long reach ethernet

 http://newsroom.cisco.com/dlls/ts_122701.html

 http://www.cisco.com/warp/public/779/servpro/solutions/long_ethernet/

 lots more.

 Interesting product and market. Interesting, because on the surface, it
 doesn't seem like it would be less expensive than re-wiring, but if one
 looks at someplace like a hotel, where ripping walls out to string a new
 wiring infrastructure would be exceedingly disruptive, it makes sense.

 Anyone looked into this? done it? this appears to be a very new product to
 Cisco. the web docs are dated within the last few weeks.

 Chuck




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



Re: SARASOTA studygroup [7:23947]

2001-10-24 Thread David L. Blair

It is hosted by Cisco in their St. Pete office.  Call 1-727-540-1481 talk to
Domenic.

-dlb

Francisco deAmorim  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 No, by all means let me know who to get in touch with. Any Cisco
studygroup
 is worth checking out.

 Hmmm, this is  CISCO related right?

 Thanks, Arthur



 Arthur Simplina  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  There is a Tampa Bay User's Groups that meets once a month at the
Cisco -
  Tampa office which is actually located at St. Pete.
 
  Let me know if you are interested so I can give you the email address of
 the
  contact persons. Or this is just too far for you to drive.




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



Re: Passed CIT! CCNP At Last! [7:21919]

2001-10-03 Thread David L. Blair

Congrats!!


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Marcus A. Henry  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I would like to thank everyone on the list for posting and answering
 questions
 that helped me to understand various topics. CCDA is next.

 Thanks,
 Marcus  CCNP, MCSE, MCP+I




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



Re: 2 exams [7:19695]

2001-09-13 Thread David L. Blair

Of the four CCNP tests, I had the easiest time with the CIT test. Score:
875.  Good but not great. If you have been troubleshooting computer and/or
router problems for a couple of years or more and of course have put in
study time that test should not be to much of a problem.  If you have the
resources, read over the CiscoPress CIT Certification Guide especially the
Foundation Summary for each chapter.  Also, look at the CiscoPress CIT book,
ExamCram CIT, BrainBuzz CIT StudyGuide, and Boson CIT test #1.  Ditto for
BCRAN on the reading.

For the BCRAN test.  Score: 775  Luck to have passed.  I really did not like
the format is this test.  I had 25-30 questions where you picked from an
exhibit the command the question was asking for and then had to type in the
command which was bad for me since I studied more on theory than actual
command structure.  This way of testing also slow me down.  I had to ensure
that I had the correct command and that I correctly typed into the field
provided.  The level is questions were not as difficult as Routing.  KNOW
ISDN COLD!!!  Some Frame Relay.  Know all the ways to remote access a
network and which Cisco product fits each way and how these products are
used in a SOHO, Remote, and Branch Office.  As well as in the corporate HQ.

-dlb


Dwayne Saunders  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi all was just wondering if any one has sat 2 ccnp exams in the single
day
 as I have BCRAN and CIT at the end of month
 Was just wondering if anyone has would they care to pass on some of the
 strategies the used

 D'Wayne Saunders
 Network Admin

 Ph:08 89507742
 Fax:08 89521112
 Mobile:

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



RE: 'It's not the US they want to destroy. It's our arrogance' [7:19731]

2001-09-12 Thread Tony Blair

It is indeed very sad that GroupStudy.com is being
used (and abused) by few individuals to pick on the
religion and creed of people (in general) who have
worked (and are working) to make US what it is right
now. It is indeed very disturbing and unprofessional
attitude. If the moderators of this study group do not
support the comments posted by Mr. Mairs, please
request the members of this study group to refrain
from using such abusive and irresponsible language.
Thank you.

aaammen!

Allah be paved!


--- ed smith  wrote:
 Respectfully I would say,,, let people blow some
 steam off! Who the hell
 cares about CISCO right now?
 
 Ed
 
 From: Thad Gaston To: ed smith , Subject: RE:
 'It's not the US
 they want to destroy. It's our arrogance' [7:19679]
 Date: Wed, 12 Sep
 2001 17:59:42 -0400 MIME-Version: 1.0 Received:
 from [12.109.97.147] by
 hotmail.com (3.2) with ESMTP id
 MHotMailBD69252000344136E8170C6D619313EB0; Wed, 12
 Sep 2001 14:56:49
 -0700 From [EMAIL PROTECTED] Wed, 12 Sep 2001
 14:57:36 -0700
 X-MimeOLE: Produced By Microsoft Exchange
 V6.0.4417.0 content-class:
 urn:content-classes:message Message-ID:
 
 X-MS-Has-Attach: X-MS-TNEF-Correlator:
 Thread-Topic: 'It's not the US
 they want to destroy. It's our arrogance' [7:19679]
 Thread-Index:
 AcE71YI1yqc/7joNR3ugD6ApyYlA6wAAC/Bg  All,  I
 would discourage any
 further post regarding this topic as it becoming
 more and more useless
 and distracting. None of our sentiments are going
 to bring back the
 lives of those that have passed on nor bring about
 the justice the we
 all would like to see. Let's keep the list on track
 and get back to what
 this list is intended for.  Regards,  Thad
 Gaston  -Original
 Message- From: ed smith
 [mailto:[EMAIL PROTECTED]] Sent:
 Wednesday, September 12, 2001 5:36 PM To:
 [EMAIL PROTECTED] Subject:
 Re: 'It's not the US they want to destroy. It's our
 arrogance' [7:19679]
   That is the biggest load of crap I've ever
 heard! The people we
 see dancing in the streets of Palestine are
 brainwashed!  The common
 person in the middle east would give anything to
 come and live in the
 U.S. and get out of their hell hole they call home.
 Believe me, I did 2
 years there, it sucks!!! Nothing worth keeping in
 that part of the
 World.  I don't see all those God forsaken
 countries having a problem
 with people wanting to immigrate there!  If they
 believe they are
 God's chosen people, why didn't he make them from
 Hawaii, or
 Switzerland, or some other nice part of this World?
  They don't have
 the open airways or free flow of information to make
 logical decisions.
 They only believe what their ignorant and jealous
 leaders tell them. 
 They wanted a Holy War I think they have it,,
  Holy @!#$ Ahkmed,
 here comes a Tomahawk missile!  Holy @!#$ Al-@!#$,
 here comes a flights
 of F-15's!!!  Holy @!#$ Al-Khobar, I think I'm
 going to see Allah! 
 Wait and see brings new meaning to bombs
 bursting in air.  YOU
 SEEM TWISTED, according to your last email anyway. 
   

_
 Get
 your FREE download of MSN Explorer at
 http://explorer.msn.com/intl.asp 
 misconduct and Nondisclosure violations to
 [EMAIL PROTECTED]
 


 
 Get your FREE download of MSN Explorer at
 http://explorer.msn.com
[EMAIL PROTECTED]


=
John L. Mairs

__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/
[EMAIL PROTECTED]



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie




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



Re: Time factor taking the CCIE Written [7:19180]

2001-09-09 Thread David L. Blair

Good Luck, Tom.

-dlb

Tom Keough  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Please, anyone who has taken the written. I am scheduled to take it
tomorrow
 and I feel pretty well prepared. My question is about the time factor. Did
 you feel a time crunch during the exam or is time not a factor? For me
time
 was not a factor on the CCNP exams.
 TIA,
 Tom


 Tom Keough, CCNP MCSE




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



Re: One Journalist's Opinion of CCIE [7:18843]

2001-09-08 Thread David L. Blair

Leigh Anne Chisholm  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Actually, it's likely the lawyer fresh out of lawschool will do a better
job
 than the cratchety old lawyer that's had a few years to become jaded by
the
 system or to get an over-inflated view of themselves.  The new kid on the
 block has something to prove so he'll go that extra mile to do a superb
job.

Reference the movie, Rainmaker.

 My point is... experience doesn't always matter.  Brilliance and the
 willingness to do a good job can compensate quite well for experience.


Another example:
When I was in the Air National Guard flying in the backseat of the F-4D Jet
Fighter, a similar phenomenon would happen.   The rookie air crews took some
risk due to inexperience and stupidity, but generally follow procedures
better than the experienced air crews who had long since realized that the
world would not end if a we rules were bent or broken.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



Re: Can you pass CCNP w/o having Cisco gears? [7:18124]

2001-09-05 Thread David L. Blair

Now, if I could only get my wife the RP+TPGOTT certification. (Replaces
Toilet Paper + Toilet Paper Goes Over The Top)


David Blair

Buri, Heather L.  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Wow Tony, I am impressed!  Can I send my husband over to be trained by
you?
 ;-)

 Heather

  -Original Message-
  From: Tony Medeiros [SMTP:[EMAIL PROTECTED]]
  Sent: Sunday, September 02, 2001 4:59 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Can you pass CCNP w/o having Cisco gears? [7:18124]
 
  After 9 years of marrige,  I can say I am fully certified at the MPDL.
 
  Tony M
  CCIE #6172,  MPDL+RP
  (Male Puts Down Lid + Replaces [toliet paper] Roll)
 
  - Original Message -
  From: Leigh Anne Chisholm
  To:
  Sent: Sunday, September 02, 2001 2:31 PM
  Subject: RE: Can you pass CCNP w/o having Cisco gears? [7:18124]
 
 
   Sorry Christopher, but the CFTA certification isn't worth anything
  anymore.
   It's been eclipsed by MPDL.  If you've got that, you're a highly
sought
   after commodity.  Your value skyrockets!
  
   What's MPDL you ask?  Why, Male Puts Down Lid of course!
  
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of
Christopher Supino
Sent: Sunday, September 02, 2001 3:06 PM
To: [EMAIL PROTECTED]
Subject: RE: Can you pass CCNP w/o having Cisco gears? [7:18124]
   
   
Nice Chuck. Don't forget to add CFTA(Certified Flush Toilet
Administrator),
and MCBD(Miller Certified Beer Drinker).
   
:)
   
Chris
   
-Original Message-
From: Chuck Larrieu [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 02, 2001 3:22 PM
To: Christopher Supino; [EMAIL PROTECTED]
Subject: RE: Can you pass CCNP w/o having Cisco gears? [7:18124]
   
   
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of
Christopher Supino
Sent: Sunday, September 02, 2001 12:18 PM
To: [EMAIL PROTECTED]
Subject: RE: Can you pass CCNP w/o having Cisco gears? [7:18124]
   
When did CCIE Written become a certification? I take serious issue
  with
engineers who do this. It only adds to the cheapening of the
cert. Pass your
lab, get your number, call yourself a CCIE. Til then, you are a
CCNP, CCDP.
My two cents.
   
CL: about the same time the CCNP 2.0 became a certification. Some
  people
will do anything to make themselves look better
   
Chuck
primary school diploma, high school diploma, Universal Life
Church minister
Costco GoldStar Member, United Mileage Plus member, Calif. State
AAA member
should I join the NRA and look tough too? ;-
   
   
   
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of
ahmed adil
Sent: Sunday, September 02, 2001 1:00 PM
To: [EMAIL PROTECTED]
Subject: Re: Can you pass CCNP w/o having Cisco gears? [7:18124]
   
   
Just cant do it without a router
   
Ahmed
CCIE Written CCNP CCDP MCSE
   
Dan Faulk  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Having recently just passed CCNP this year I will say you must
have
  a
 Router.
 The reason is that the prescribed rituals must be performed in
front
  of
the
 Router.
 Without a Router the powerful spirit of routing, BGPOSPF, wont
bless your
 efforts and even if you do pass all knowledge will be removed from
  you
 within 2 months. Some have said scrificing your most valuable
  possesion
 before the router helps. I give it my time which seemed to work
  well.
Others
 have given the Router spirit money, bought it accessories, even
food
  but
so
 far time works best.
 Hope this helps and smile cause TGIF!!


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf
  Of
  D
 Rick
 Sent: Friday, August 31, 2001 11:57 AM
 To: [EMAIL PROTECTED]
 Subject: Can you pass CCNP w/o having Cisco gears? [7:18107]


 Can you pass CCNP w/o having Cisco gears?  I'm doing practice test
  from
 Boson and doing the Sybex study guide?  Is that sufficient?  Do
I need to
be
 in front of a router?

 Thanks in advance,
 Rick D




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



Re: CCIE Recertification [7:18687]

2001-09-05 Thread David L. Blair

You might give John Swartz at Boson a call.  He passed his recert about a
year ago.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Wayne  Therese Lawson  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello - I'm attempting my 1st CCIE recert - I was wondering what
 resources people on the forum have used and been successful with.

 Thanks! - Wayne
 CCIE # 5244




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



Re: need definations for Frames, Packets, Segments [7:18629]

2001-09-05 Thread David L. Blair

 I can't remember for Banyan VINES! Maybe it does!? ;-)

 A quick look at Tannenbaum, who does a nice job with generic but technical
 descriptions of the layers, found no use of the word segment. He uses the
 OSI term Transport Protocol Data Unit (TPDU) and the term message.  He
 doesn't even use segment when discussion TCP.

From my discussion with the software engineers at Banyan, we used the term
message.

FYI: I use to work for Banyan.  A good deal of the software engineers were
hired by Microsoft.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



Re: Can you pass CCNP w/o having Cisco gears? [7:18124]

2001-09-05 Thread David L. Blair

I was going to say.  Microsoft was around in 1980, but without any
certification program.  I still remember the day Microsoft had its' IPO and
I lost my only hope for hitting the stock lottery.  



--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Priscilla Oppenheimer  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Ooops. No offence meant to the Microsoft Certified Professionals! ;-) I
 guess I'm showing my age. In my day, MCP meant male chauvinist pig. It's
 such a rude phrase that I abbreviate it. But it does apply, so I still use
 it (just abbreviated.)

 Priscilla

 At 02:10 PM 9/5/01, Priscilla Oppenheimer wrote:
 When I started in the industry in 1980, I would say that about 5% of the
 men I encountered were MCPs. I expected that to change, but it didn't. In
 2001, I would say that still about 5% of the men I work with are MCPs.
They
 are prejudiced against women. The word comes from pre and judge. They pre
 judge me and make assumptions that I'm not technical. Proving them wrong
 doesn't work in some cases. Some of them continue to judge me based on
body
 parts rather than technical skills, and they don't listen to me. If they
 don't listen, I can't prove them wrong. Oh, well. These days I just
ignore
 the MCPs and move on. ;-)
 
 At least it's only 5%. In the 1950s it would have been much worse, and it
 sounds like it's still worse in some parts of the world. I think it will
 change, at least to the point that the MCPs are a very small majority.
 (Five percent may be a constant. ;-)
 
 Certifications are definitely a good way to avoid some of the
pre-judging.
 Go for it, Eve! Good luck to you.
 
 Priscilla
 
 
 At 12:35 PM 9/5/01, Steve Smith wrote:
  Well Eve, the glass ceiling and where a woman's place stigma is very
  prevalent in big established companies. I have female friends that work
  in the corporate IT world and no matter where they go it's all the
  same. Some not as bad as others but the old dogs from the IBM error
just
  can except that a woman can do networking just as good if not better
  then a lot of men. One of them even told her they could not promote her
  because it would mean dealing with a lot of Japanese and Chinese
  clients, and in business that dog will not hunt with these groups so
  they would have to promote a man.
  
  In the integrator and ASP/ISP/.com world I have found women are greatly
  appreciated. We hired a female engineer and she fit like a glove. Every
  single guy from the help desk to the CEO has the utmost respect for her
  and is never shy to go to her and ask a Q if they think she may know.
  
  Take your test, know your stuff, show your worth.
  
  -Original Message-
  From: jap_e [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 05, 2001 9:54 AM
  To: [EMAIL PROTECTED]
  Subject: Re: Can you pass CCNP w/o having Cisco gears? [7:18124]
  
  
  Good question.  I'm still trying to find out why.
  
  Perhaps I'm just sick  tired of my colleagues looking down upon my
  capabilities (being a female in this industry tends to be belittled by
  others,
  you see, esp in my part of the world.)  Even the examination centers
  officers
  are puzzled to see me taking Cisco exams, when they would expect only
  guys to
  do such things.
  
  I'm being treated like a female clerk at the system integrator firm
  where I
  worked, being excluded out of all technical discussions because the
guys
  just
  think gee what do YOU know about this router/switch/firewall thing??
  (For
  your reference, I've got a degree in Electrical Engineering, degree in
  Commerce, MCSE, etc etc).  Is sexual discrimation prevalent everywhere
  in
  this
  IT industry, or just at my place?
  
  Guess I took my CCNP simply out of pride, just to show that whatever
  you
  guys
  can do, I can do too.
  
  And perhaps, out of pride too, I will take my CCIE.
  
  Regards, Eve
  
 
 
 
 
 Priscilla Oppenheimer
 http://www.priscilla.com
 

 Priscilla Oppenheimer
 http://www.priscilla.com




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



RE: Please Advice:Trunking problem [7:18170]

2001-09-01 Thread kym blair

URL is:  (watch line-wrap)

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat5000/hardware/modules/04ether.htm

PDF FORMAT:

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat5000/hardware/modules/04ether.pdf




From: Frank B 
Reply-To: Frank B 
To: , 
CC: Leigh Anne Chisholm , 
Subject: RE: Please Advice:Trunking problem [7:18170]
Date: Sat, 1 Sep 2001 14:35:12 -1000

It's probably a limitation of the module...some older modules do trunk but
will only encapsulate with isl.  There's a matrix buried somewhere in the
bowels of CCO that shows which module has what features.

Aloha, Frank

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Leigh Anne Chisholm
Sent: Saturday, September 01, 2001 1:58 PM
To: [EMAIL PROTECTED]
Subject: RE: Please Advice:Trunking problem [7:18170]


Is there a 5224R?  I can't find one on Cisco's site.  I did however find a
WS-X5225R and it does trunking...

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
  MADMAN
  Sent: Saturday, September 01, 2001 4:33 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Please Advice:Trunking problem [7:18170]
 
 
  You need the 5224-R for trunking support
 
Dave
 
  Cisco Lover wrote:
 
   Hi guys,
  
   Trying to run ISL/DOt1Q trunking on my cat5,but getting this error.
   Console (enable) set trunk 3/1 on dot1q 1
   Feature not supported on Module 3.
  
   Is  that due to IOS???if yes ,please advice required IOS for
  this module.
  
   Thanks.
  
   Console (enable) sh ver
   WS-C5505 Software, Version McpSW: 5.5(5) NmpSW: 5.5(5)
   Copyright (c) 1995-2000 by Cisco Systems
   NMP S/W compiled on Dec 14 2000, 17:42:24
   MCP S/W compiled on Dec 14 2000, 17:37:38
  
   System Bootstrap Version: 3.1.2
  
   Hardware Version: 1.0  Model: WS-C5505  Serial #: 066546807
  
   Mod Port Model  Serial #  Versions
   ---  -- - 
   1   0WS-X5530   012758150 Hw : 3.0
 Fw : 3.1.2
 Fw1: 4.2(1)
 Sw : 5.5(5)
WS-F5521   011477888 Hw : 1.1
   3   24   WS-X5224   011795763 Hw : 1.4
 Fw : 3.1(1)
 Sw : 5.5(5)
  
  DRAMFLASH   NVRAM
   Module Total   UsedFreeTotal   UsedFreeTotal Used  
Free
   -- --- --- --- --- --- --- - - 
-
   1   32640K  19331K  13309K   8192K   5575K   2617K  512K  170K  
342K
  
   Console (enable) sh flash
   -#- ED --type-- --crc--- -seek-- nlen -length- -date/time-- 
name
 1 ..  89280598  4f19f0   22  4921710 Jul 09 2001 09:41:19
   cat5000-sup3
   .5-5-5.bin
  
   2680336 bytes available (4921840 bytes used)
  
   _
   Get your FREE download of MSN Explorer at
  http://explorer.msn.com/intl.asp
  --
  David Madland
  CCIE# 2016
  Senior Network Engineer
  Qwest Communications
  612-664-3367
**Please read:http://www.groupstudy.com/list/posting.html
_
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=18212t=18170
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Please Advice:Trunking problem [7:18170]

2001-09-01 Thread kym blair

Frank,

The first link I sent describes each module, but doesn't show whether it can 
handle ISL.  This link shows ISL capabitities for each module:

http://www.cisco.com/univercd/cc/td/doc/pcat/ca5000.htm

Kym


From: Frank B 
Reply-To: Frank B 
To: , 
CC: Leigh Anne Chisholm , 
Subject: RE: Please Advice:Trunking problem [7:18170]
Date: Sat, 1 Sep 2001 14:35:12 -1000

It's probably a limitation of the module...some older modules do trunk but
will only encapsulate with isl.  There's a matrix buried somewhere in the
bowels of CCO that shows which module has what features.

Aloha, Frank

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Leigh Anne Chisholm
Sent: Saturday, September 01, 2001 1:58 PM
To: [EMAIL PROTECTED]
Subject: RE: Please Advice:Trunking problem [7:18170]


Is there a 5224R?  I can't find one on Cisco's site.  I did however find a
WS-X5225R and it does trunking...

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
  MADMAN
  Sent: Saturday, September 01, 2001 4:33 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Please Advice:Trunking problem [7:18170]
 
 
  You need the 5224-R for trunking support
 
Dave
 
  Cisco Lover wrote:
 
   Hi guys,
  
   Trying to run ISL/DOt1Q trunking on my cat5,but getting this error.
   Console (enable) set trunk 3/1 on dot1q 1
   Feature not supported on Module 3.
  
   Is  that due to IOS???if yes ,please advice required IOS for
  this module.
  
   Thanks.
  
   Console (enable) sh ver
   WS-C5505 Software, Version McpSW: 5.5(5) NmpSW: 5.5(5)
   Copyright (c) 1995-2000 by Cisco Systems
   NMP S/W compiled on Dec 14 2000, 17:42:24
   MCP S/W compiled on Dec 14 2000, 17:37:38
  
   System Bootstrap Version: 3.1.2
  
   Hardware Version: 1.0  Model: WS-C5505  Serial #: 066546807
  
   Mod Port Model  Serial #  Versions
   ---  -- - 
   1   0WS-X5530   012758150 Hw : 3.0
 Fw : 3.1.2
 Fw1: 4.2(1)
 Sw : 5.5(5)
WS-F5521   011477888 Hw : 1.1
   3   24   WS-X5224   011795763 Hw : 1.4
 Fw : 3.1(1)
 Sw : 5.5(5)
  
  DRAMFLASH   NVRAM
   Module Total   UsedFreeTotal   UsedFreeTotal Used  
Free
   -- --- --- --- --- --- --- - - 
-
   1   32640K  19331K  13309K   8192K   5575K   2617K  512K  170K  
342K
  
   Console (enable) sh flash
   -#- ED --type-- --crc--- -seek-- nlen -length- -date/time-- 
name
 1 ..  89280598  4f19f0   22  4921710 Jul 09 2001 09:41:19
   cat5000-sup3
   .5-5-5.bin
  
   2680336 bytes available (4921840 bytes used)
  
   _
   Get your FREE download of MSN Explorer at
  http://explorer.msn.com/intl.asp
  --
  David Madland
  CCIE# 2016
  Senior Network Engineer
  Qwest Communications
  612-664-3367
**Please read:http://www.groupstudy.com/list/posting.html
_
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=18213t=18170
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CCIE One-Day Lab layout (hardware) [7:17813]

2001-08-31 Thread David L. Blair

Also, Cisco is switching to IOS v12.1.  Read this is there What's New
section for the CCIE program.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Brad Ellis  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Here's the info from the grapevine on the layout for the new ONE-DAY CCIE
 Lab:

 1x Cisco PIX
 1x 2600
 3x 25xx
 3x 3640
 1x 4000 (Frame router)
 1x Cat 6509

 This is the standard layout for all CCIE lab's except for WAN switching.

 Gotta wonder if people will start seeing some Pix stuff on the CCIE RS
 lab!!!

 -Brad Ellis
 CCIE#5796
 [EMAIL PROTECTED]
 Network Learning Inc
 Used Cisco:  www.optsys.net




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



Re: Real BSCI Exam Questions! [7:17905]

2001-08-31 Thread David L. Blair

It is a beta test which means some of the questions you failed or passed
will not show up on the production test.

I am guessing if you passed a question that did not make into the production
test question pool, Cisco gave you credit.  On the other hand, if you failed
a question that Cisco decided not to use in the production test pool.  I am
fairly positive that Cisco did not count that against you.

Your raw section average is 67.75%.  Cisco might be assignment different
points to questions.  In that case, percentage of right vs. wrong has less
meaning.  If you passed higher value questions and missed mainly lower value
questions, you could have a low percentage and still pass.

Basically, it is all guesses until Cisco reveals more beta testing details.

--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




wind  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi all;

 Just received the beta exam result from Cisco today, I do not know
 why I passed the exam, anyway thank god.
 Can anyone please explain to me why I passed the exam,  cos I failed in
many
 sections. My friend passed most section, but he got very poor mark in
IS-IS
 section.  Strange indeed.

 Sec 1100%
 Sec 270%
 Sec 357%
 Sec 462%
 Sec 559%
 Sec 671%
 Sec 766%
 Sec 857%

 PS. Please do not ask me what exam covered?

 Rgds;
 Junos




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



Re: Can you pass CCNP w/o having Cisco gears? [7:18107]

2001-08-31 Thread David L. Blair

During the time from when I took my CCNA, 02/2000, and passed my first CCNP
test around 02/28/2001 and finished my CCNP on  06/27/2001.  I rarely had to
support routers at work.  If I had a issue that involved routers, I call the
group that oversaw the routers.  We worked the problem together put I never
was allowed to login to a router or used a console connection to the router.

Disclaimer:
I have three routers at home, but I mainly used them to verify command
usage, like which router mode was required for various commands.   I have
extremely little Catalyst experience.  I have had jobs in the past where I
did directly support routers.  Also, I test well.

Now to answer your question.  Yes, with the books, (CiscoPress and Sybex)
and study guides, (ExamCram and CramSession from Brainbuzz) that are
available and various companies that provide sample tests, (CiscoPress,
Boson).   A person of reasonable ability and intelligence could pass the
CCNA, CCDA, CCNP, and CCDP without ever seeing, touching, or otherwise using
ANY Cisco product whatsoever.  I also do not recommend this course of action
lessens the Cisco certification process.

My current job, I am the Network Manager.  Where I and my staff directly
support all the companies Internetwork equipment (Switches, Routers, Hubs)
plus servers and the company Firewall, and unfortunately DESKTOPS. 

--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




D Rick  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Can you pass CCNP w/o having Cisco gears?  I'm doing practice test from
 Boson and doing the Sybex study guide?  Is that sufficient?  Do I need to
be
 in front of a router?

 Thanks in advance,
 Rick D




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



Re: Here is the new CCIE 1 day lab! [7:16960]

2001-08-28 Thread David L. Blair

Ouch, play nice.

-dlb

Mark  Monica Baker  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Sorry, that's only one example. The other 2 examples are Microsoft WinOS
and
 Intel CPUs.

 Mark

 Through Simplicity you may become a simpleton. Through Complexity you may
 become redundant

 -Original Message-
 From: David L. Blair [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, August 27, 2001 8:32 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Here is the new CCIE 1 day lab! [7:16960]

 Extra Credit answer is 42.  Reference see Hitchhikers Guide to the Galaxy.


 --


 Through Complexity there is Simplicity,
Through Simplicity there is Complexity

 David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



 Dennis H  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I just got a copy of the new one day lab from someone who shall remain
  nameless. As you can see the troubleshooting has been removed as we all
  know. However an extra credit task has been added!
 
 
 
  CCIE 1 Day Lab Exam - Morning
 
  1. Describe the history of the papacy from its origin to the present
day,
  concentrating especially, but not exclusively, on its social, political,
  economic, religious, and philosophical  impact on Europe, Asia, America,
 and
  Africa. Be brief, concise, and specific.
 
  2. You have been provided with a razor blade, a piece of gauze, and a
 bottle
  of Jack Daniels. Remove your appendix. Do not suture until your work has
  been inspected. You have 10 minutes.
 
  3. 2500 riot-crazed aborigines are storming the room. Calm them. You may
 use
  any ancient language except Latin or Greek.
 
  4. Create life. Estimate the differences in subsequent human culture if
 this
  form of life had developed 500 million years earlier, with special
 attention
  to its probable effect on the English Parliamentary System. Prove your
  thesis.
 
  5. Write a piano concerto. Orchestrate and perform it with flute and
drum.
  You will find a piano under your chair.
 
  6. Based on your knowledge of their works, evaluate the emotional
 stability,
  degree of adjustment, and repressed frustrations of each of the
following:
 
  a. Alexander of Aphrodisias
 
  b. Ramses II
 
  c. Gregory of Nicea
 
  d. Iammurati
 
  Support your evaluation with quotations from each man's work, making
  appropriate references. It is not necessary to translate.
 
 
 
  CCIE 1 Day Lab Exam - Afternoon
 
  7. Estimate the sociological problems which might accompany the end of
the
  world. Construct an experiment to test your theory.
 
  8. Define management. Define Science. How do they relate? Why? Create a
  generalized algorithm to optimize all managerial decisions. Assuming an
 IBM
  3270 with 257 Radio Shack and Panasonic terminals and each terminal to
  activate your algorithm. Design the communications interface and all the
  necessary control programs.
 
  9. The disassembled parts of a high-powered rifle have been placed in a
 box
  on your desk. You will also find an instruction manual printed in
Swahili.
  In 5 minutes, a hungry Bengal tiger will be admitted to the room. Take
  whatever action you feel appropriate. Be prepared to justify your
 decision.
 
  10. There is a red telephone on the desk beside you. Start WWIII. Report
 at
  length on its socio-political effects, if any.
 
  11. Take a position for or against truth. Prove the validity of your
  position.
 
  12. Explain the nature of matter. Include in your answer an evaluation
of
  the impact of the development of mathematics on science.
 
  13. Sketch the development of human thought. Estimate its significance.
  Compare this with the development of any other kind of thought.
 
 
 
  Extra Credit:
 
  Define the universe. Give three examples.




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



Re: Passed Written [7:17466]

2001-08-28 Thread David L. Blair

The Tampa Cisco office allows anyone who has passed the CCIE written to use
their SE Lab for free.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Christopher Supino  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 ASET is Cisco's CCIE mentoring program for resellers. They help you thru
the
 certification process, and will even allow you some rack time once you
have
 PAID for a lab. Sounds good, I was just wondering if anyone on the list
had
 been through it.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Allison Dan
 Sent: Tuesday, August 28, 2001 8:21 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Passed Written [7:17466]


 Congratulations.

 I've been studying for it.  Plan on taking it soon.

 What is the ASET program?


 Dan Allison
 CCNP, MCSE, CNE




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



Re: Here is the new CCIE 1 day lab! [7:16960]

2001-08-27 Thread David L. Blair

Extra Credit answer is 42.  Reference see Hitchhikers Guide to the Galaxy.


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Dennis H  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I just got a copy of the new one day lab from someone who shall remain
 nameless. As you can see the troubleshooting has been removed as we all
 know. However an extra credit task has been added!



 CCIE 1 Day Lab Exam - Morning

 1. Describe the history of the papacy from its origin to the present day,
 concentrating especially, but not exclusively, on its social, political,
 economic, religious, and philosophical  impact on Europe, Asia, America,
and
 Africa. Be brief, concise, and specific.

 2. You have been provided with a razor blade, a piece of gauze, and a
bottle
 of Jack Daniels. Remove your appendix. Do not suture until your work has
 been inspected. You have 10 minutes.

 3. 2500 riot-crazed aborigines are storming the room. Calm them. You may
use
 any ancient language except Latin or Greek.

 4. Create life. Estimate the differences in subsequent human culture if
this
 form of life had developed 500 million years earlier, with special
attention
 to its probable effect on the English Parliamentary System. Prove your
 thesis.

 5. Write a piano concerto. Orchestrate and perform it with flute and drum.
 You will find a piano under your chair.

 6. Based on your knowledge of their works, evaluate the emotional
stability,
 degree of adjustment, and repressed frustrations of each of the following:

 a. Alexander of Aphrodisias

 b. Ramses II

 c. Gregory of Nicea

 d. Iammurati

 Support your evaluation with quotations from each man's work, making
 appropriate references. It is not necessary to translate.



 CCIE 1 Day Lab Exam - Afternoon

 7. Estimate the sociological problems which might accompany the end of the
 world. Construct an experiment to test your theory.

 8. Define management. Define Science. How do they relate? Why? Create a
 generalized algorithm to optimize all managerial decisions. Assuming an
IBM
 3270 with 257 Radio Shack and Panasonic terminals and each terminal to
 activate your algorithm. Design the communications interface and all the
 necessary control programs.

 9. The disassembled parts of a high-powered rifle have been placed in a
box
 on your desk. You will also find an instruction manual printed in Swahili.
 In 5 minutes, a hungry Bengal tiger will be admitted to the room. Take
 whatever action you feel appropriate. Be prepared to justify your
decision.

 10. There is a red telephone on the desk beside you. Start WWIII. Report
at
 length on its socio-political effects, if any.

 11. Take a position for or against truth. Prove the validity of your
 position.

 12. Explain the nature of matter. Include in your answer an evaluation of
 the impact of the development of mathematics on science.

 13. Sketch the development of human thought. Estimate its significance.
 Compare this with the development of any other kind of thought.



 Extra Credit:

 Define the universe. Give three examples.




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



Re: Frame Relay DLCIs [7:14717]

2001-08-26 Thread David L. Blair

Range of numbers 0 - 1023.   Reserved numbers: 0, 1005 - 1023.  I have also
heard that 992 to 1004 is reserved.  So that would make valid range either
1 - 1004 or 1 - 991.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard


Chuck Larrieu  wrote in message
news:[EMAIL PROTECTED]...
 the DLCI field is a 10 bit field. so you should be able to figure out the
 theoretical possibilities.

 the first and the last DLCI are reserved for LMI management

 the first usable end link DLCI is 16, and the last usable end link DLCI is
 1005 ( if memory serves )

 all others are reserved for various tasks on the carrier side.

 just to throw a monkey wrench in here, there is an LMI extension that adds
 several more bits to the DLCI field, making globally significant DLCI
 assignments possible. anyone ever done this using the stratecom equipment
or
 any other vendor switching equip?

 Chuck

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Provost, Robert
 Sent: Thursday, August 02, 2001 2:02 PM
 To: [EMAIL PROTECTED]
 Subject: Frame Relay DLCIs [7:14717]


 What numbers can you use for DLCIs?  I have always seen three digit DLCI
 numbers.  Can they be one digit? two? four? five?

 Thanks,
 Rob




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



Re: Thanks! [7:15769]

2001-08-26 Thread David L. Blair

CIT was easier for me than BSCN.


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard



Ole Drews Jensen  wrote in message
news:[EMAIL PROTECTED]...
 Once again thanks to the members of this list who have directly and
 indirectly helped me.

 I just passed the BSCN this morning with an okay score, and I will now
open
 my CIT book and see what kind of horrors pops out of the first chapter.

 Have a great weekend,

 Ole

 
  Ole Drews Jensen
  Systems Network Manager
  CCNA, MCSE, MCP+I
  RWR Enterprises, Inc.
  [EMAIL PROTECTED]
  http://www.RouterChief.com
 
  NEED A JOB ???
  http://www.oledrews.com/job
 




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



Re: Boson Test Question [7:16895]

2001-08-22 Thread David L. Blair

E-mail the author of the test with your concerns or call Boson directly.
Their phone number is on their web page.

-dlb

Wright, Jeremy  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 In OSPF, the DR is chosen by
 A. MAC
 B. Hello Protocol
 C. Priority
 D. IP

 I chose C but Boson says B. Obviously I have read a 1000 times that the DR
 is elected by highest priority, so is Boson wrong here or am I
 mis-interpreting the way the question is worded (typical Cisco)..




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



Re: need password recovery instruction [7:14899]

2001-08-04 Thread David L. Blair

I had the same problem with a Cisco 802 router.  Goto www.cisco.com get a
CCO account.  Search for Password Recovery.  A full page of all the password
recovery techiques for any Cisco product: switches, routers, etc..


--


Through Complexity there is Simplicity,
   Through Simplicity there is Complexity

David L. Blair - CCNP, CCNA, MCSE, CBE, A+, 3Wizard




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



  1   2   >