Re: Kindly Help!!!
> Which IOS versioin supports MPLS? Does 11.2 supports > MPLS or it has to be upgraded?? 11.2 does not support MPLS. Basic MPLS was available from 11.1CT train, but you need to run 12.1 mainline or depending on the needed feature set other train to run with most recent features and with no problems. > Secondly which cisco platforms can act as LSR and Edge > LSR. Most. > Will 3640 and LS 1010 will be enough??? Yes. R. > Shahid Muhammad Shafi wrote: > > Dear all members > > Which IOS versioin supports MPLS? Does 11.2 supports > MPLS or it has to be upgraded?? > > Secondly which cisco platforms can act as LSR and Edge > LSR. Will 3640 and LS 1010 will be enough??? > > Also what routers from Juniper can rpovide the same > functionality. I want to develop a prototype for VPN > over MPLS. Any input will be appreciated. > > Regards > Shahid > > = > Shahid Muhammad Shafi > MSc Telecommunications Candidate > University of Colorado Boulder > BSEE(GIKI),MCSE+I,CNA,CCNA,CCNP > > Please help feed hungry people worldwide http://www.hungersite.com/ > A small thing each of us can do to help others less fortunate than ourselves > > __ > Do You Yahoo!? > Yahoo! Photos - Share your holiday photos online! > http://photos.yahoo.com/ _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Need Clarification about VPN Syslog messages.
Hai , I'm a new bee to this VPN. Please answer my queries, 1) How to make a router Crypto Enable?What is the IOS version that = supports this ? 2) When will be the CRYPTO syslog messages pumped from a device ?i.e.. = what sort of operations, we have to do, to make a router sending VPN = messages? 3) Where can I get the materials on this VPN syslog area? Thanx, Karthi _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Kindly Help!!!
Dear all members Which IOS versioin supports MPLS? Does 11.2 supports MPLS or it has to be upgraded?? Secondly which cisco platforms can act as LSR and Edge LSR. Will 3640 and LS 1010 will be enough??? Also what routers from Juniper can rpovide the same functionality. I want to develop a prototype for VPN over MPLS. Any input will be appreciated. Regards Shahid = Shahid Muhammad Shafi MSc Telecommunications Candidate University of Colorado Boulder BSEE(GIKI),MCSE+I,CNA,CCNA,CCNP Please help feed hungry people worldwide http://www.hungersite.com/ A small thing each of us can do to help others less fortunate than ourselves __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Cisco Certification Digest V2 #923
I will be on vacation until January 8 and out of pager and cell phone range. For all network related issues please contact our Network Operations Center at 800-610-4684. Dan Keller _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: HSRP Groups
This really comes down to network design. Lets say you have a couple devices doing HSRP and you want half of the users to use 1 IP address and the other half to use another IP address for their default gateway. The HSRP device configured for both groups is shared by groups of users. If the router fails for this half of users which was the HSRP master, the standby router would become active for that IP address. The only downfall to having both HSRP groups / HSRP IP address's active on one router at the same time is then all traffic is going through that device which may eat up more resources depending on the traffic load. Again, this really depends on how the network is designed and layed out for redundancy. --- Ken Vandenbark <[EMAIL PROTECTED]> wrote: > Is there an advantage to having more than one HSRP > group assigned to an > interface? > I don't see an advantage one maybe someone has > experienced advantages = > in > having multiple HSRP groups. Example of config: > Router 1 > =20 > router1#sh run=20 > Building configuration... > =20 > Current configuration: > ! > version 12.0 > service timestamps debug datetime msec localtime > show-timezone > service timestamps log datetime msec localtime > show-timezone > =20 > service password-encryption > ! > hostname router1 > ! > logging buffered 16384 debugging > no logging console > ! > username xxx privilege 15 password 7 xxx > username xxx privilege 15 password 7 xxx > ! > ! > ! > ! > clock timezone cst -6 > clock summer-time cdt recurring > ip subnet-zero > no ip finger > !=20 > no ip bootp server > ! > ! > ! > interface FastEthernet0/0 > ip address 10.10.192.215 255.255.255.240 > no ip redirects > no ip directed-broadcast > speed 100 > full-duplex > standby 3 timers 5 15 > standby 3 priority 250 preempt > standby 3 authentication guess > standby 3 ip 10.10.192.213 > standby 3 track FastEthernet0/1 100 > standby 4 timers 5 15 > standby 4 priority 200 preempt > standby 4 authentication guess > standby 4 ip 10.10.192.214 > standby 4 track FastEthernet0/1 100 > ! > interface FastEthernet0/1 > ip address 10.10.192.226 255.255.255.248 > no ip redirects > no ip directed-broadcast > duplex full > speed 100 > standby timers 5 15 > standby priority 250 preempt > standby authentication related > standby ip 10.10.192.225 > standby track FastEthernet0/0 100 > standby 1 timer 5 15 > standby 1 priority 200 preempt > standby 1 authentication guess > standby 1 ip 10.10.192.228 > standby 1 track FastEthernet0/0 100 > ! > ip classless > ip route 0.0.0.0 0.0.0.0 10.10.192.209 > ip route 0.0.0.0 0.0.0.0 10.10.192.210 > ip route 10.10.192.240 255.255.255.240 10.10.192.230 > ip route 10.10.192.240 255.255.255.240 10.10.192.229 > ip route 10.10.194.0 255.255.255.224 10.10.192.230 > ip route 10.10.194.0 255.255.255.224 10.10.192.229 > no ip http server > ! > access-list 1 deny any > access-list 10 permit 10.10.192.216 > access-list 10 permit xx.xx.xx.xx > ! > Router 2 > =20 > router2#sh run=20 > Building configuration... > =20 > Current configuration: > ! > version 12.0 > service timestamps debug datetime msec localtime > show-timezone > service timestamps log datetime msec localtime > show-timezone > service password-encryption > ! > hostname router2 > ! > logging buffered 16384 debugging > no logging console > ! > username xxx privilege 15 password 7 xxx > username xxx privilege 15 password 7 xxx > ! > ! > ! > ! > clock timezone cst -6 > clock summer-time cdt recurring > ip subnet-zero > no ip finger > !=20 > no ip bootp server > ! > ! > ! > interface FastEthernet0/0 > description Exodus Facing > ip address 10.10.192.216 255.255.255.240 > no ip redirects > no ip directed-broadcast > speed 100 > full-duplex > standby 3 timers 5 15 > standby 3 priority 200 preempt > standby 3 authentication payroll > standby 3 ip 10.10.192.213 > standby 3 track FastEthernet0/1 100 > standby 4 timers 5 15 > standby 4 priority 250 preempt > standby 4 authentication payroll > standby 4 ip 10.10.192.214 > standby 4 track FastEthernet0/1 100 > ! > interface FastEthernet0/1 > description Customer Facing > ip address 10.10.192.227 255.255.255.240 > no ip redirects > no ip directed-broadcast > duplex full > speed 100 > standby timers 5 15 > standby priority 200 preempt > standby authentication related > standby ip 10.10.192.225 > standby track FastEthernet0/0 100 > standby 1 timer 5 15 > standby 1 priority 250 preempt > standby 1 authentication related > standby 1 ip 10.10.192.228 > standby 1 track FastEthernet0/0 100 > ! > ip classless > ip route 0.0.0.0 0.0.0.0 10.10.192.209 > ip route 0.0.0.0 0.0.0.0 10.10.192.210 > ip route 10.10.192.240 255.255.255.240 10.10.192.230 > ip route 10.10.192.240 255.255.255.240 10.10.192.229 > ip route 10.10.194.0 255.255.255.224 10.10.192.230 > ip route 10.10.194.0 255.255.255.224 10.10.192.229 > no ip http server > ! > access-list 1 deny any > access-list 10 permit 10.10
isdn accept pstn
hi all: a new year is coming,thank you for your help. i have a small case,i have a cisco 3640.and an nm-8b-s/t,an isdn bri module,8 bri ports, an nm-6dm ,a digital modem module,has 6 port.the expectation is like this:i can accept isdn call and analog modem call through 8 isdn bri port,is there anyone knew this ,how about effective is this. may i accept one isdn/analog call from one destination in one b channel,and accept one isdn/analog call from another destination in another b channel in the same bri port. i appreciate your help! tom _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Nortel's OpenIP
Hi List, Is there a way to get working demo/eval of Nortel's OpenIP? By description on their site it has a protocol stack for most of routing protocols and many other, so IMHO, it may be usable for home lab. But as far as I understand from their site it is not sales as a closed product but rather as API, framework that they sale to companies who produce network equip. Correct me if I wrong. -- Semion Lisyansky _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
CCIE study group in Israel
Hi List, Is there CCIE study group in Israel? If not yet organized is someone willing to do it. I'm CCNP/DP and would like to move further but unfortunately leeking an "organizer" ability. -- Semion Lisyansky _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Messages cannot be delivered
Hi, Got this but I also seem to get a lot of failed messages. I put it down to the remote ends. Teunis, Hobart, Tasmania Australia On Thursday, January 04, 2001 at 09:39:30 PM, John Huston wrote: > This is a test. 4 messages have been dropped by the NNTP server. > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > -- www.tasmail.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: 7505 Reboots randomly Please HELP
I would let them know that the situation is getting old and request that they rpl the whole box with all cards, etc.. Pretty drastic yes, but if they balk on that then they should be escalating it to their top tier techs (if you are not already dealing with them), or kick it up to engineering. Rick Thompson --- "Desai, Inamul" <[EMAIL PROTECTED]> wrote: > > I booted 7505 router with newer IOS (12.1-4E) but > same result. Now only > thing left is > bootstrap software goes with newer IOS or 12.07T as > we upgraded IOS 6 months > ago but did not upgrade bootstrap software. > > I kept getting following error message: > > %CBUS-3-MIPSTAT: Out of buffers--losing status > information for the MIP card > > This is what I found on Cisco site. > > Error Message %CBUS-3-MIPSTAT: Out of > buffers--losing status information for > the MIP card > Explanation This ERROR results from CPU starvation, > typically caused by > heavy fast switching activity. The counts displayed > for the MultiChannel > Interface Processor (MIP) card are incorrect. > > Recommended Action Call your technical support > representative for > assistance. > > It has been more than month we have been talking to > Cisco about this > call and we talked to almost dozen Cisco reps about > this problem but > every time they send you new card. > > Thanks everyone, > > Inamul > > > -Original Message- > From: tv [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 21, 2000 1:09 PM > To: Desai, Inamul > Cc: [EMAIL PROTECTED] > Subject: Re: 7505 Reboots randomly Please HELP > > > I would try writing the config file to a tftp server > instead of the flash. > Also, I hope you have maintainence on this. Call > TAC and troubleshoot with > them. If they are unable to find the issue, have > them get you new equipment > (assuming you have smartnet). > > - Original Message - > From: "Desai, Inamul" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 21, 2000 2:03 PM > Subject: 7505 Reboots randomly Please HELP > > > > > > We got 7505 router reboots randomly twice a week > or > > when you write to config file. We gone thru > changing > > VIP card, resetting all cards, resetting mem > modules, swapping > > mem modules on VIP card, powering up and down and > talked to Cisco. > > It's running IOS 12.0(7)T with RSM, VIP2 and one > PRI module. > > No matter how many times you cold boot it, it > brings all > > enable LEDs except one on fastEthenet card. It > does help > > some time when I reset FLASH cards. > > D u think it's flash cards ? > > > > here is startup info: > > System Bootstrap, Version 5.3.2(3.2) [kmac 3.2], > MAINTENANCE INTERIM > > SOFTWARE > > Copyright (c) 1994 by cisco Systems, Inc. > > RSP processor with 131072 Kbytes of main memory > > > > > > > Creading the file > into memory... > > Self decompressing the image : > > # > > > > > > > > ### > [OK] > > %DBUS-3-SW_NOTRDY: DBUS software not ready after > HARD RESET, elapsed > 12032, > > stat > > us 0x0 > > -Traceback= 60192B5C 60195A84 60195B3C 6015444C > 601546C8 60128990 600109B0 > > %DBUS-3-SW_NOTRDY: DBUS software not ready after > HARD_RESET, elapsed > 12032, > > stat > > us 0x0 > > -Traceback= 60192B5C 60194BA0 60195008 6019845C > 600F4E64 600F4ECC 600E9090 > > 600E9 > > 298 600EA3B0 600EA39C > > %DBUS-3-SW_NOTRDY: DBUS software not ready after > RESET, elapsed 12032, > > status 0x > > 40 > > -Traceback= 60192B5C 60194EC0 60191AF4 60195054 > 6019845C 600F4E64 600F4ECC > > 600E9 > > 090 600E9298 600EA3B0 600EA39C > > System Bootstrap, Version 5.3.2(3.2) [kmac 3.2], > MAINTENANCE INTERIM > > SOFTWARE > > Copyright (c) 1994 by cisco Systems, Inc. > > RSP processor with 131072 Kbytes of main memory > > > > > > > Creading the file > into memory... > > Self decompressing the image : > > # > > > > > > > > ### > [OK] > > %CBUS-3-CCBPTIMEOUT: CCB handover timed out, CCB > 0x5800FF50, slot 3 > > -Traceback= 601A5348 601A398C 601A3E3C 6019D4F0 > 600EE70C 600F4EFC 600E9090 > > 600E9 > > 298 600EA3B0 600EA39C > > %LINK-4-NOMAC: A random default MAC address of > .0c9a.31e7 has > > been chosen. Ensure that this address is unique, > or specify MAC > > addresses for commands (such as 'novell routing') > that allow the > > use of this address as a default. > > %SYS-4-CONFIG_NEWER: Configurations from version > 12.0 may not be correctly > > under > > > st
NP-2E(ethernet modules) for Cisco router 4000
Hi Folks, Most of my 4000 routers are all ethernet interfaces. I like to trade them for some serial/tokenring interfaces. This is what I have: http://www.iqsale.com/proddetail.asp?ID=295 Let me know if you have serial or tokenring modules to trade with me. Thanks. -Frank _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Messages cannot be delivered
Got it over here. At 09:39 PM 1/4/01 -0600, John Huston wrote: >This is a test. 4 messages have been dropped by the NNTP server. > > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: about SNA
Buy the Cisco Press Book Internetworking SNA with Cisco Solutions http://www.ciscopress.com/book.cfm?book=17 As for links the attached will get you started. Out of curiosity did you use the book by Sybex? John Huston [EMAIL PROTECTED] ""Tony"" <[EMAIL PROTECTED]> wrote in message 92upca$fru$[EMAIL PROTECTED]">news:92upca$fru$[EMAIL PROTECTED]... > HI, > I take the CID3.0 last week ,but no passed ,because My material isn't > sufficent,so do someone can give me some advise about SNA,or some good > links. > THANKS ALL > > -- > Yours sincerely > Tony > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > begin 666 Security Technologies.url M6T1%1D%53%1=#0I"05-%55),/6AT=' Z+R]W=W#TQ#0H` ` end begin 666 IBM Network Management.url M6T1%1D%53%1=#0I"05-%55),/6AT=' Z+R]W=W"YH=&T-"EM);G1E"YH=&T-"DUO9&EF:65D/3(P139$0T0S,3(V-4,P,#%%1 T*26-O;D9I M;&4]:'1T<#HO+W=W=RYC:7-C;RYC;VTO9F%V:6-O;BYI8V\-"DEC;VY);F1E %>#TQ#0H` ` end begin 666 IBM SNA Protocols.url M6T1%1D%53%1=#0I"05-%55),/6AT=' Z+R]W=Whttp://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Messages cannot be delivered
This is a test. 4 messages have been dropped by the NNTP server. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: What's the difference among these three?
Got them! For those whose are curious about the answer, I have found it at following url: http://www.cisco.com/warp/public/105/default.html Mingzhou Nie wrote: > > > Hi, > I'm always confused about following commands among one to the other. > Can anyone explain to me the differences? Thanks in advance. > ip route 0.0.0.0 0.0.0.0 172.16.1.1 > ip default-gateway 172.16.1.1 > ip default-network 172.16.1.1 > Ming > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
What's the difference among these three?
Hi, I'm always confused about following commands among one to the other. Can anyone explain to me the differences? Thanks in advance. ip route 0.0.0.0 0.0.0.0 172.16.1.1 ip default-gateway 172.16.1.1 ip default-network 172.16.1.1 Ming _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Bandwidth Monitoing tool
I know there is four well known brands in the market, Lucent AP1000(formly known as Xedia), Packeteer, Allot and Sitara. Packteer and Sitara seem to be better. rgds ""Yadav, Arvind K (CAP, GECIS)"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Anybody is having a idea, which one is the best tool for WAN bandwidth monitoring tool on basis of how much bandwidth utilise by an application, perticular protocol, and User or > group of users. > > Thanks in advance > Arvind > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: CCIE Prep Lab in the UK
CH wrote: > Does anyone know of CCIE Prep Labs available in the UK. Also, if you have > experience of the prep lab/company, how do you rate it ? > Theres one at www.horizon-mts.co.uk - I havent tried it though. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Printing out the Colt Questions/Answers
Hey, is there a way to print out the Colt tests with answers? I tried a colt once, but they only provide answers to the ones I got wrong. I like to see the q's and a's together; I cover up the answer, mentally answer the question, then look to see if I got it right-- one question at a time. Or at least have the answers at the end of the document. Having the printout can let me do this. - Jennifer Mellone -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 12:17 PM To: [EMAIL PROTECTED] Subject: Fwd: Boson Tests It's a little kludgy, but... What I used to do to get a printout of all the Boson questions/answers to take with me on the road was to open a blank Word document, start the Boson test, then highlight the complete answer info (click/drag), right-click, select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and CTRL-V to paste the text. Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a laptop into the hotel just to review. -Austin > Return-path: <[EMAIL PROTECTED]> > From: [EMAIL PROTECTED] > Full-name: AWTroxell > Message-ID: <[EMAIL PROTECTED]> > Date: Thu, 4 Jan 2001 08:55:32 EST > Subject: Re: Boson Tests > To: [EMAIL PROTECTED] > MIME-Version: 1.0 > Content-Type: multipart/alternative; boundary="part2_b5.5504a05.2785dad4_boundary" > Content-Disposition: Inline > X-Mailer: 6.0 sub 171 > > > --part2_b5.5504a05.2785dad4_boundary > Content-Type: text/plain; charset="US-ASCII" > Content-Transfer-Encoding: 7bit > > It's a little kludgy, but... > > What I used to do to get a printout of all the Boson questions/answers to > take with me on the road was to open a blank Word document, start the Boson > test, then highlight the complete answer info (click/drag), right-click, > select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and > CTRL-V to paste the text. > > Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a > laptop into the hotel just to review. > > -Austin > (on hiatus from any more studying for awhile) > > --part2_b5.5504a05.2785dad4_boundary > Content-Type: text/html; charset="US-ASCII" > Content-Transfer-Encoding: 7bit > > It's a little kludgy, but... > > What I used to do to get a printout of all the Boson questions/answers to take with me on the road was to open a blank Word document, start the Boson test, then highlight the complete answer info (click/drag), right-click, select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and CTRL-V to paste the text. > > Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a laptop into the hotel just to review. > > -Austin > (on hiatus from any more studying for awhile) > > --part2_b5.5504a05.2785dad4_boundary-- > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Reconcile Multicast IP addresses to Ethernet
Kerry, here is a copy of a response I sent to the group last year along with an URL you can check out which may help you also: First of all, the high order 25 bits of the ethernet (mac) address is equal to 01-00-5E and the low-order 23 bits of the ip multicast group id is placed into the low order 23 bits of the ethernet address. Taking the last 3 octets of the 224.163.163.45 address will leave you 163.163.45. In most cases 163 does convert to A3, however the second octet of the 224.163.163.45 address only has 7 useable bits (when dealing with multicast only). so translating to binary normally you would have: 10100011.10100011.00101101=163.163.45 8 bits8 bits8 bits or A3-A3-2D using 24 bits of address space. translating for multicast purposes would drop the first bit of the second octet and give you the following: 0100011.10100011.00101101=35.163.45 7 bits 8 bits8 bits or 23-A3-2D using 23 bits of address space. (note that 35 translates to 23 hex) so, the complete mac address will be 01-00-5E-23-A3-2D Here is a great URL at 3com by Chuck Semeria and Tom Maufer http://www.3com.com/nsc/501303.html ..dj ""Ikpasa, Kerry"" <[EMAIL PROTECTED]> wrote in message 9F069D9AB00BD411B2D000508BDF45587C0EDD@ADUROEX01">news:9F069D9AB00BD411B2D000508BDF45587C0EDD@ADUROEX01... > Hello People, > I am studying for the BCMSN exam, I am having problems reconciling > Multicast IP addresses to Ethernet address. > Could someone help me with the addresses below, an explaination would be > appriciated > > IP Multicast Address --->> MAC Address > > 224.163.163.45 > > 224.0.9.45 > > Thank you > > Kerry > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Remove me from the mailing list
_ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
BCMSN Tips
Hi People, I am sitting the BCMSN exam soon, are there any tips that could help me. ie what to concentrate on, that kind of thing. What to expect?? Thanks again Kerry _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Reconcile Multicast IP addresses to Ethernet
Hello People, I am studying for the BCMSN exam, I am having problems reconciling Multicast IP addresses to Ethernet address. Could someone help me with the addresses below, an explaination would be appriciated IP Multicast Address --->> MAC Address 224.163.163.45 224.0.9.45 Thank you Kerry _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: How to register Networkers 2001 in US
http://www.cisco.com/networkers/ wei li wrote: > Does anybody know how to register Networkers 2001 in US? > Thanks > Wei Li > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: 98 testing.......off subject of cisco
Jen, Depends on what your goals are, only 1 or 2 certs, stsp basics, you should/can do 98 and W2kP or W2k Server. A 6-12 months of rough study for MCSE W2k, yes can do. 98 http://www.microsoft.com/trainingandservices/exams/examasearch.asp?PageID=70 -098 2000 http://www.microsoft.com/trainingandservices/exams/examasearch.asp?PageID=70 -215 http://www.microsoft.com/trainingandservices/exams/examasearch.asp?PageID=70 -210 retirement http://www.microsoft.com/trainingandservices/default.asp?PageID=mcp&PageCall =retired&SubSite=examinfo prep http://www.microsoft.com/trainingandservices/default.asp?PageID=mcp&name=exa m So http://www.microsoft.com/trainingandservices/ should do the trick. Also Cramsession.com (NOT DUMP SITE)is VERY NEWBIE good on explaining Cert's. Luck Martijn CCNA MCSE W2k MCSE+I -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Jennifer Cribbs Verzonden: donderdag 4 januari 2001 16:50 Aan: [EMAIL PROTECTED] Onderwerp: 98 testing...off subject of cisco I realize this is not along the cisco lines, but I was wondering if anyone knows if the 98 test for mcse is still valid. I have had the nt and the 98 courses plus net essentials, but never tested. I realize nt has since been retired, but I can't find anything on-line anywhere about the 98 test. Is this still a good test to take or has everyting gone to 2000 track? Thanks, Jen Cribbs [EMAIL PROTECTED] Have a Good Day!! Jennifer Cribbs [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Cisco 4000 ethernet modules trade
Hi folks, I have a bunch of dual-ethernet(NP-2E) on my Cisco 4000 routers. I would like to trade it for either serial modules or token-ring modules. Please email me if interested. -Frank _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: CCIE Lab
Hi It's really not the number of routers, it's the number and function of the ports. A lot of what you are going to do on a lab exersise is going to be over serial ports, either point to point or frame relay. Let me give you a small little lab that requires 5 routers; Creat a simulation so that you have two routers connect with a GRE tunnel over the Internet, and simulate a Internet failure that is between the ISP routers. Very simple lab, but it requires a minimum of five routers. If you are going to do any really life like labs you will need to string several routers together, with several ports each. Right now I have 12 routers in my lab and sometimes come out wishing I had just one or two more... As for frame relay, you will want a router or two with at least 4 serial ports to act as the frame switch. VoX = VoiceOver IP, Frame Relay, ATM HTH John Hardman CCNP MCSE+I ""Albert Lu"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > How many more 2500s do you recommend, which one specifically, and how would > it help with lab scenarios? I'm already looking at 6 routers. > > What do you mean by VoX? Voice over IP? > > > > -- > > From: John Hardman <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Re: CCIE Lab > > Date: Friday, January 05, 2001 1:43 AM > > > > Hi > > > > Add some more 2500 or some 1700 for more serial interface and VoX. > > > > Kill the ISDN simulator, it is much cheaper (in most areas) to simply > order > > a ISDN BRI line and use a NT1 to split the B channels between the > routers. > > > > $0.02 > > -- > > John Hardman CCNP MCSE+I > > > > > > ""Albert Lu"" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > This is the list of equipment I'm looking to purchase, I've been doing > > > almost 4 weeks of research on this, and came up with this list. > > > > > > 2x2513 > > > 2x2503 > > > 2509 or 2511 > > > 2520 > > > 1x2901 Catalyst Switch > > > Emutel Lite ISDN Simulator. > > > Serial Cables > > > 2 Token Ring hubs > > > Ethernet transceivers > > > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less > if > > > your clever. > > > > > > Other things such as ATM and VoIP I intend to do using remote labs. > > > > > > Everyone else, please give me some feed back on this. > > > > > > -- > > > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > > > To: [EMAIL PROTECTED] > > > > Subject: CCIE Lab > > > > Date: Thursday, January 04, 2001 9:51 PM > > > > > > > > Hello Everybody. > > > > > > > > I am just curious that which equipment I may need to build CCIE lab > at > > > my > > > > home. Somebody told me that I have to buy > > > > ISDN Simulators, Switches and different series of routers.. I > > > will > > > > appreciate if anybody can send me list of all equipments / simulators > / > > > > routers / switches with their series nos to build this home lab > .. > > > > > > > > Thanks > > > > > > > > Tariq Bin Azad > > > > > > > > _ > > > > FAQ, list archives, and subscription info: > > > http://www.groupstudy.com/list/cisco.html > > > > Report misconduct and Nondisclosure violations to > [EMAIL PROTECTED] > > > > > > _ > > > FAQ, list archives, and subscription info: > > http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > > > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Entering Rommon mode
try the http://www.cisco.com/warp/public/474/pswdrec_2500.html luck martijn -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Roberts, Timothy Verzonden: donderdag 4 januari 2001 22:49 Aan: '[EMAIL PROTECTED]' Onderwerp: Entering Rommon mode How do you enter rommon mode on a 4000? I want to upload an IOS image via console. Thanks _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Entering Rommon mode
How do you enter rommon mode on a 4000? I want to upload an IOS image via console. Thanks _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Minimum memory requirements for IOS 12.0.9
You need to be running 12.0 whatever. Enterprise would be best but on 2500's you are looking to upgrade the flash to 16 megs. Can be expensive and for most of what you do this will be enough. Try different version-type IOSs for bridging, IPSec ect that will meet your router config ram and flash wise. If you have routers with only 4megs RAM and Flash you will need to upgrade. I have also heard others say that 11.3 will work fine but 12.0 is what will be on the lab routers. Raul - Original Message - From: "Daniel Young" <[EMAIL PROTECTED]> To: "Studygroup (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 4:12 PM Subject: RE: Minimum memory requirements for IOS 12.0.9 > > Thanks for the info. Which version would I need for a CCIE prep home lab? > > -Original Message- > From: Ole Drews Jensen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 04, 2001 12:24 PM > To: 'Daniel Young'; Studygroup (E-mail) > Subject: RE: Minimum memory requirements for IOS 12.0.9 > > > It depends on what feature packs you have on there. > > The IP needs 8/4, but the Enterprise needs 16/8. > > With a CCO access, you can look here: > > http://www.cisco.com/cgi-bin/Software/Iosplanner/Planner-tool/iosplanner.cgi > ?get_crypto=&data_from=&hardware_name=2501-2525&software_name=&release_name= > &majorRel=&state=:HW > > (Watch for wordwraps) > > Hth, > > Ole > > > Ole Drews Jensen > Systems Network Manager > CCNA, MCSE, MCP+I > RWR Enterprises, Inc. > [EMAIL PROTECTED] > http://www.oledrews.com/ccnp > > NEED A JOB ??? > http://www.oledrews.com/job > > > > > -Original Message- > From: Daniel Young [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 04, 2001 2:10 PM > To: Studygroup (E-mail) > Subject: Minimum memory requirements for IOS 12.0.9 > > > > Greetings! > > Do you know what are the minimum memory (RAM & Flash) requirements for > running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and > 8 MB of flash but would like to confirm this information. I am constructing > my home lab in preparation for CCIE training. > > Many thanks in advance. > > Daniel C. Young > CCNP+Security, CCDP, CCSE, MCSE+I > > netHESIVE, Inc. > Senior Network Engineer > [EMAIL PROTECTED] > 310-782-1010 > > _ > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: CCDP
What else did you use besides Boson? ""sparkest pig"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Just pass my 640-025 CID test. > > Not as bad as I think (because people always say that this is a tough and > ambiguous test). > > Used Boson Test #1. It is Ok, but not as good as I hope to be (because many > people said that this is a good test preparation tool) > > 7 Qs on SNA, 11 on Window, 22 on WAN > _ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Printing Boson Tests
your kidding right i got an acre and a half for a back lawn if you come on over you can mow it and i will give you 30 bucks. but bring your own water my wife don't let the help on the carpet Duck - Original Message - From: yea.. ... <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 1:09 PM Subject: Re: Printing Boson Tests > Hey, why dont you guys cut and paste the Q&A's into an email and send it to > [EMAIL PROTECTED] > > > Thanks > > > >From: "Donald B Johnson Jr" <[EMAIL PROTECTED]> > >Reply-To: "Donald B Johnson Jr" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > >Subject: Re: Printing Boson Tests > >Date: Thu, 4 Jan 2001 15:34:16 -0800 > > > >I cant get that to work > >Duck > >- Original Message - > >From: <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Thursday, January 04, 2001 8:20 AM > >Subject: Re: Printing Boson Tests > > > > > > > It's a little kludgy, but... > > > > > > What I used to do to get a printout of all the Boson questions/answers > >to > > > take with me on the road was to open a blank Word document, start the > >Boson > > > test, then highlight the complete answer info (click/drag), right-click, > > > select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc > >and > > > CTRL-V to paste the text. > > > > > > Kinda awkward, but hey, it worked, it was free and I didn't have to > >schlep > >a > > > laptop into the hotel just to review. > > > > > > -Austin > > > (on hiatus from any more studying for awhile) > > > > > > _ > > > FAQ, list archives, and subscription info: > >http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > >_ > >FAQ, list archives, and subscription info: > >http://www.groupstudy.com/list/cisco.html > >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Electrical and General knowledge
Hi, Sorry if I said it wrong. Passwords make what you like (as long as it is valid). Usernames however should be Alphanumeric and I think you will find with the 1st character Alpha is the recommended. Using non Alphanumeric characters in Usernames can cause wierd errors. Microsofts use of Underscores for example causes some DNS servers to gernerate huge numbers of error messages creating unnecessary issues. The use of upper and lower cases (Upper Microsoft preferred lower Unix) can cause all sorts of issues. For example a username Gof0rIt at the username statement becomes gof0rit at the dialer map easy done. The remote end will login and authenticate just fine. No data however will be forwarded. (BAD CONFIGS) Conversion of an NT server to Linux server. Uppercase password in NT usually finishes up lower case somewhere in the Linux. Authentication ok. No data transfer takes place. I see this a lot. That's why I put the comment there. Spending time on little things that can be avoided is most of my day. Teunis, Hobart, Tasmania Australia An open mind is the number one requirement in becoming a good trouble-shooter and I won't have it any other way. On Thursday, January 04, 2001 at 08:14:04 AM, Ray Mosely wrote: > Sorry, if I understand your comments on passwords, > I must disagree. Username passwords should contain > non-alphabetic characters. This doesn't effect Cisco, > because so far no one seems to have created the right > software to hack the secret password hash. > > However, the Cisco secret password hash is similar to > Microsoft's, and l0pht has long ago created a brute > force hack. I ran the l0pht crack on my userlist 2 > months ago. > > The only passwords that were NOT cracked were mine and > my student worker's. Both had non-alphabetic characters. > > Ray Mosely > CCNA, MCSE > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Priscilla Oppenheimer > Sent: Wednesday, January 03, 2001 5:37 PM > To: Tony van Ree; studygroup > Subject: Re: Electrical and General knowledge > > > At 10:01 AM 1/4/01, Tony van Ree wrote: > > >A couple of thoughts based on the PVC fault thread but looking at a > >different angle. > > > >Should we as aspiring "communications experts" understand: > >1 Fundamental electrical and magnetic propogation theory. > >2 Basic cabling technology, design and termination. > > Yes. Cisco Networking Academy requires almost a whole semester on > electricity, cabling, building wiring, etc. Now, I think that's overkill, > but at least some study in these areas is a good idea if you want to be an > efficient troubleshooter. > > Priscilla > > >Well lets consider the number of faults that can be put into this > >category. It used to be 75%+ faults were of a physical nature. I think > >the figure would still be quite high but I don't have recent figures. > > > >Most intermittent faults are due to connections and/or connectors. Ofter > >due to poor installation and/or plugs being inserted and removed regularly > >and/or incorrectly. > > > >The next most common cause of intermittent faults is magnetic (Noise) > >interferance. Usually due to poor cabling layouts and/or poor > >installation methods. > > > >The most common cause of permanent damage to to ports is due to incorrect > >installation of cables (NT1 to Ethernet ports is a good one that comes up > >a lot). > > > >In switching the most common problems are duplex mismatches. Usually due > >to a misunderstanding of what duplex setting do. > > > >These are just some considerations there are heaps more. Most are easily > >avoided but difficult to diagnose. An understanding of the fundamentals > >involved can avoid disaster. > > > >Just as a beat up on all. I work in an environment where we supply Telco > >type services and IP connectivity to thousands (this figure is an > >understatement). A part of my job is to troubleshoot client connections > >to our access servers. I can often go for a week or two handling about 10 > >faults or more per day without finding a fault in the configuration of the > >access servers, connections to the access servers and/or the clients > >CPE. This does not leave much but I'll bet most still blame us. I don't > >know how often I will suggest change this setting in your server an all > >will be fine. Bink up it comes and so does the question "what did you do > >at your end to fix my server?" > > > >Incidently the next most common problem I come across is username/password > >errors particularly where people mix cases and/or use non alphanumeric > >characters in usernames. In my opinoin this shouls be avoided (In Cisco's > >also). The term username in the Cisco sense is really a hostname (PPP) > >and should follow the Unix Hostmane rules to avoid stange issues. > > > >Most faults a simple and can be avoided by careful planning. > > > >Just some thoughts and ramblings from Teunis > > > >Te
Re: CCIE Lab
Your list sounds fine, of course the less routers you have means some scenarios will not be able to be done. Go to www.ccprep.com, look in the articles/white papers section, there's a good guide on 3/4/5/6 router labs. My view is that, less routers means that you have to do the more complex scenarios somewhere else (remote lab, work), For me, a couple of extra routers which I can sell and get most of my money back, and can play with 24x7 is worthwile paying for than to pay for the remote lab time for them. In the case of more expensive equipment (eg. ATM), theres just no way I can fit that into my budget, so I will use remote lab time for that. Just some more food for thought =) BTW. Anyone had experience with running IOS12 Enterprise compressed on 16Dram/8Flash? -- > From: Daniel Young <[EMAIL PROTECTED]> > To: Studygroup (E-mail) <[EMAIL PROTECTED]> > Subject: RE: CCIE Lab > Date: Friday, January 05, 2001 7:52 AM > > Albert, > > I came up with a similar list after about 1 week. A smaller lab for those of > us on budget. > > 2509 or 2511 > 2513 > 2503 or 2524 > 2521 or 2523 > > Alternatively, the last two routers can be: > 2504 or 2525 > 2520 or 2522 > > Routers running 4MB RAM / 8 MB Flash for IOS 12.0.9. I got this info from > the URL below: > http://store.yahoo.com/kg2nd/router-cisco-2509.html > (Please let me know if you actually need 16/16MB for the Enterprise version) > > Token Ring MAUs > V.35 DTE/DCE Crossover (Back-to-back) Cables > Ethernet transceivers > Token Ring Card for the Workstation > ISDN Simulator or Patch cables (?) > > Some feedback would be appreciated. > > Daniel C. Young > CCNP+Security, CCDP, CCSE, MCSE+I > > netHESIVE, Inc. > Senior Network Engineer > [EMAIL PROTECTED] > 310-782-1010 > > -Original Message- > From: Albert Lu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 04, 2001 3:45 AM > To: Tariq Bin Azad > Cc: [EMAIL PROTECTED] > Subject: Re: CCIE Lab > > > This is the list of equipment I'm looking to purchase, I've been doing > almost 4 weeks of research on this, and came up with this list. > > 2x2513 > 2x2503 > 2509 or 2511 > 2520 > 1x2901 Catalyst Switch > Emutel Lite ISDN Simulator. > Serial Cables > 2 Token Ring hubs > Ethernet transceivers > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > your clever. > > Other things such as ATM and VoIP I intend to do using remote labs. > > Everyone else, please give me some feed back on this. > > -- > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: CCIE Lab > > Date: Thursday, January 04, 2001 9:51 PM > > > > Hello Everybody. > > > > I am just curious that which equipment I may need to build CCIE lab at > my > > home. Somebody told me that I have to buy > > ISDN Simulators, Switches and different series of routers.. I > will > > appreciate if anybody can send me list of all equipments / simulators / > > routers / switches with their series nos to build this home lab ... > > > > Thanks > > > > Tariq Bin Azad > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCIE Lab
It means that we can not use 2501 and 2502 in our CCIE home lab. Tariq -Original Message- From: Albert Lu [mailto:[EMAIL PROTECTED]] Sent: 04 January, 2001 4:24 PM To: John Hardman Cc: [EMAIL PROTECTED] Subject: Re: CCIE Lab Hi, How many more 2500s do you recommend, which one specifically, and how would it help with lab scenarios? I'm already looking at 6 routers. What do you mean by VoX? Voice over IP? -- > From: John Hardman <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: CCIE Lab > Date: Friday, January 05, 2001 1:43 AM > > Hi > > Add some more 2500 or some 1700 for more serial interface and VoX. > > Kill the ISDN simulator, it is much cheaper (in most areas) to simply order > a ISDN BRI line and use a NT1 to split the B channels between the routers. > > $0.02 > -- > John Hardman CCNP MCSE+I > > > ""Albert Lu"" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > This is the list of equipment I'm looking to purchase, I've been doing > > almost 4 weeks of research on this, and came up with this list. > > > > 2x2513 > > 2x2503 > > 2509 or 2511 > > 2520 > > 1x2901 Catalyst Switch > > Emutel Lite ISDN Simulator. > > Serial Cables > > 2 Token Ring hubs > > Ethernet transceivers > > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > > your clever. > > > > Other things such as ATM and VoIP I intend to do using remote labs. > > > > Everyone else, please give me some feed back on this. > > > > -- > > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > > > Subject: CCIE Lab > > > Date: Thursday, January 04, 2001 9:51 PM > > > > > > Hello Everybody. > > > > > > I am just curious that which equipment I may need to build CCIE lab at > > my > > > home. Somebody told me that I have to buy > > > ISDN Simulators, Switches and different series of routers.. I > > will > > > appreciate if anybody can send me list of all equipments / simulators / > > > routers / switches with their series nos to build this home lab .. > > > > > > Thanks > > > > > > Tariq Bin Azad > > > > > > _ > > > FAQ, list archives, and subscription info: > > http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
CCDP
Just pass my 640-025 CID test. Not as bad as I think (because people always say that this is a tough and ambiguous test). Used Boson Test #1. It is Ok, but not as good as I hope to be (because many people said that this is a good test preparation tool) 7 Qs on SNA, 11 on Window, 22 on WAN _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCIE Lab
Albert and Daniel - this list looks good, but here are a few notes: You need something other than a 2500 to do ISL... something with a Fast Ethernet interface, like a 2600... An AGS+ makes an excellent (but loud) Frame Switch, and you can get them for about $200. The back to back cables are available from Pacific Cable to connect it to your 2500/2600 routers. 2901's are getting hard to find. ISDN simulators can be rented. Check the groupstudy archives - somebody posted a name/phone number for a place where you can get them. I hope this helps! Z >From: Daniel Young <[EMAIL PROTECTED]> >Reply-To: Daniel Young <[EMAIL PROTECTED]> >To: "Studygroup (E-mail)" <[EMAIL PROTECTED]> >Subject: RE: CCIE Lab >Date: Thu, 4 Jan 2001 12:52:35 -0800 > >Albert, > >I came up with a similar list after about 1 week. A smaller lab for those >of >us on budget. > >2509 or 2511 >2513 >2503 or 2524 >2521 or 2523 > >Alternatively, the last two routers can be: >2504 or 2525 >2520 or 2522 > >Routers running 4MB RAM / 8 MB Flash for IOS 12.0.9. I got this info from >the URL below: >http://store.yahoo.com/kg2nd/router-cisco-2509.html >(Please let me know if you actually need 16/16MB for the Enterprise >version) > >Token Ring MAUs >V.35 DTE/DCE Crossover (Back-to-back) Cables >Ethernet transceivers >Token Ring Card for the Workstation >ISDN Simulator or Patch cables (?) > >Some feedback would be appreciated. > >Daniel C. Young >CCNP+Security, CCDP, CCSE, MCSE+I > >netHESIVE, Inc. >Senior Network Engineer >[EMAIL PROTECTED] >310-782-1010 > >-Original Message- >From: Albert Lu [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 04, 2001 3:45 AM >To: Tariq Bin Azad >Cc: [EMAIL PROTECTED] >Subject: Re: CCIE Lab > > >This is the list of equipment I'm looking to purchase, I've been doing >almost 4 weeks of research on this, and came up with this list. > >2x2513 >2x2503 >2509 or 2511 >2520 >1x2901 Catalyst Switch >Emutel Lite ISDN Simulator. >Serial Cables >2 Token Ring hubs >Ethernet transceivers >All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if >your clever. > >Other things such as ATM and VoIP I intend to do using remote labs. > >Everyone else, please give me some feed back on this. > >-- > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: CCIE Lab > > Date: Thursday, January 04, 2001 9:51 PM > > > > Hello Everybody. > > > > I am just curious that which equipment I may need to build CCIE lab at >my > > home. Somebody told me that I have to buy > > ISDN Simulators, Switches and different series of routers.. I >will > > appreciate if anybody can send me list of all equipments / simulators / > > routers / switches with their series nos to build this home lab ... > > > > Thanks > > > > Tariq Bin Azad > > > > _ > > FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: 7505 Reboots randomly Please HELP
I booted 7505 router with newer IOS (12.1-4E) but same result. Now only thing left is bootstrap software goes with newer IOS or 12.07T as we upgraded IOS 6 months ago but did not upgrade bootstrap software. I kept getting following error message: %CBUS-3-MIPSTAT: Out of buffers--losing status information for the MIP card This is what I found on Cisco site. Error Message %CBUS-3-MIPSTAT: Out of buffers--losing status information for the MIP card Explanation This ERROR results from CPU starvation, typically caused by heavy fast switching activity. The counts displayed for the MultiChannel Interface Processor (MIP) card are incorrect. Recommended Action Call your technical support representative for assistance. It has been more than month we have been talking to Cisco about this call and we talked to almost dozen Cisco reps about this problem but every time they send you new card. Thanks everyone, Inamul -Original Message- From: tv [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 1:09 PM To: Desai, Inamul Cc: [EMAIL PROTECTED] Subject: Re: 7505 Reboots randomly Please HELP I would try writing the config file to a tftp server instead of the flash. Also, I hope you have maintainence on this. Call TAC and troubleshoot with them. If they are unable to find the issue, have them get you new equipment (assuming you have smartnet). - Original Message - From: "Desai, Inamul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 21, 2000 2:03 PM Subject: 7505 Reboots randomly Please HELP > > We got 7505 router reboots randomly twice a week or > when you write to config file. We gone thru changing > VIP card, resetting all cards, resetting mem modules, swapping > mem modules on VIP card, powering up and down and talked to Cisco. > It's running IOS 12.0(7)T with RSM, VIP2 and one PRI module. > No matter how many times you cold boot it, it brings all > enable LEDs except one on fastEthenet card. It does help > some time when I reset FLASH cards. > D u think it's flash cards ? > > here is startup info: > System Bootstrap, Version 5.3.2(3.2) [kmac 3.2], MAINTENANCE INTERIM > SOFTWARE > Copyright (c) 1994 by cisco Systems, Inc. > RSP processor with 131072 Kbytes of main memory > > > Creading the file into memory... > Self decompressing the image : > # > > > ### [OK] > %DBUS-3-SW_NOTRDY: DBUS software not ready after HARD RESET, elapsed 12032, > stat > us 0x0 > -Traceback= 60192B5C 60195A84 60195B3C 6015444C 601546C8 60128990 600109B0 > %DBUS-3-SW_NOTRDY: DBUS software not ready after HARD_RESET, elapsed 12032, > stat > us 0x0 > -Traceback= 60192B5C 60194BA0 60195008 6019845C 600F4E64 600F4ECC 600E9090 > 600E9 > 298 600EA3B0 600EA39C > %DBUS-3-SW_NOTRDY: DBUS software not ready after RESET, elapsed 12032, > status 0x > 40 > -Traceback= 60192B5C 60194EC0 60191AF4 60195054 6019845C 600F4E64 600F4ECC > 600E9 > 090 600E9298 600EA3B0 600EA39C > System Bootstrap, Version 5.3.2(3.2) [kmac 3.2], MAINTENANCE INTERIM > SOFTWARE > Copyright (c) 1994 by cisco Systems, Inc. > RSP processor with 131072 Kbytes of main memory > > > Creading the file into memory... > Self decompressing the image : > # > > > ### [OK] > %CBUS-3-CCBPTIMEOUT: CCB handover timed out, CCB 0x5800FF50, slot 3 > -Traceback= 601A5348 601A398C 601A3E3C 6019D4F0 600EE70C 600F4EFC 600E9090 > 600E9 > 298 600EA3B0 600EA39C > %LINK-4-NOMAC: A random default MAC address of .0c9a.31e7 has > been chosen. Ensure that this address is unique, or specify MAC > addresses for commands (such as 'novell routing') that allow the > use of this address as a default. > %SYS-4-CONFIG_NEWER: Configurations from version 12.0 may not be correctly > under > stood.CC > > CC > %CBUS-3-MIPSTAT: Out of buffers--losing status information for the MIP > cardC > > > CC > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/
Re: CCIE Lab
Hi, How many more 2500s do you recommend, which one specifically, and how would it help with lab scenarios? I'm already looking at 6 routers. What do you mean by VoX? Voice over IP? -- > From: John Hardman <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: CCIE Lab > Date: Friday, January 05, 2001 1:43 AM > > Hi > > Add some more 2500 or some 1700 for more serial interface and VoX. > > Kill the ISDN simulator, it is much cheaper (in most areas) to simply order > a ISDN BRI line and use a NT1 to split the B channels between the routers. > > $0.02 > -- > John Hardman CCNP MCSE+I > > > ""Albert Lu"" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > This is the list of equipment I'm looking to purchase, I've been doing > > almost 4 weeks of research on this, and came up with this list. > > > > 2x2513 > > 2x2503 > > 2509 or 2511 > > 2520 > > 1x2901 Catalyst Switch > > Emutel Lite ISDN Simulator. > > Serial Cables > > 2 Token Ring hubs > > Ethernet transceivers > > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > > your clever. > > > > Other things such as ATM and VoIP I intend to do using remote labs. > > > > Everyone else, please give me some feed back on this. > > > > -- > > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > > > Subject: CCIE Lab > > > Date: Thursday, January 04, 2001 9:51 PM > > > > > > Hello Everybody. > > > > > > I am just curious that which equipment I may need to build CCIE lab at > > my > > > home. Somebody told me that I have to buy > > > ISDN Simulators, Switches and different series of routers.. I > > will > > > appreciate if anybody can send me list of all equipments / simulators / > > > routers / switches with their series nos to build this home lab .. > > > > > > Thanks > > > > > > Tariq Bin Azad > > > > > > _ > > > FAQ, list archives, and subscription info: > > http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Minimum memory requirements for IOS 12.0.9
Thanks for the info. Which version would I need for a CCIE prep home lab? -Original Message- From: Ole Drews Jensen [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:24 PM To: 'Daniel Young'; Studygroup (E-mail) Subject: RE: Minimum memory requirements for IOS 12.0.9 It depends on what feature packs you have on there. The IP needs 8/4, but the Enterprise needs 16/8. With a CCO access, you can look here: http://www.cisco.com/cgi-bin/Software/Iosplanner/Planner-tool/iosplanner.cgi ?get_crypto=&data_from=&hardware_name=2501-2525&software_name=&release_name= &majorRel=&state=:HW (Watch for wordwraps) Hth, Ole Ole Drews Jensen Systems Network Manager CCNA, MCSE, MCP+I RWR Enterprises, Inc. [EMAIL PROTECTED] http://www.oledrews.com/ccnp NEED A JOB ??? http://www.oledrews.com/job -Original Message- From: Daniel Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 2:10 PM To: Studygroup (E-mail) Subject: Minimum memory requirements for IOS 12.0.9 Greetings! Do you know what are the minimum memory (RAM & Flash) requirements for running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and 8 MB of flash but would like to confirm this information. I am constructing my home lab in preparation for CCIE training. Many thanks in advance. Daniel C. Young CCNP+Security, CCDP, CCSE, MCSE+I netHESIVE, Inc. Senior Network Engineer [EMAIL PROTECTED] 310-782-1010 _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Printing Boson Tests
Hey, why dont you guys cut and paste the Q&A's into an email and send it to [EMAIL PROTECTED] Thanks >From: "Donald B Johnson Jr" <[EMAIL PROTECTED]> >Reply-To: "Donald B Johnson Jr" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: Printing Boson Tests >Date: Thu, 4 Jan 2001 15:34:16 -0800 > >I cant get that to work >Duck >- Original Message - >From: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, January 04, 2001 8:20 AM >Subject: Re: Printing Boson Tests > > > > It's a little kludgy, but... > > > > What I used to do to get a printout of all the Boson questions/answers >to > > take with me on the road was to open a blank Word document, start the >Boson > > test, then highlight the complete answer info (click/drag), right-click, > > select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc >and > > CTRL-V to paste the text. > > > > Kinda awkward, but hey, it worked, it was free and I didn't have to >schlep >a > > laptop into the hotel just to review. > > > > -Austin > > (on hiatus from any more studying for awhile) > > > > _ > > FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Printing Boson Tests
If you do a ALT-PRINTSCREEN, it will copy the active window, you can then open an application where you can paste graphics like Word, and press CTRL-V (paste). Hth, Ole Ole Drews Jensen Systems Network Manager CCNA, MCSE, MCP+I RWR Enterprises, Inc. [EMAIL PROTECTED] http://www.oledrews.com/ccnp NEED A JOB ??? http://www.oledrews.com/job -Original Message- From: Donald B Johnson Jr [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 5:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Printing Boson Tests I cant get that to work Duck - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 8:20 AM Subject: Re: Printing Boson Tests > It's a little kludgy, but... > > What I used to do to get a printout of all the Boson questions/answers to > take with me on the road was to open a blank Word document, start the Boson > test, then highlight the complete answer info (click/drag), right-click, > select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and > CTRL-V to paste the text. > > Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a > laptop into the hotel just to review. > > -Austin > (on hiatus from any more studying for awhile) > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: CCIE Lab
A Cisco 1005 is an inexpensive alternative for a single Serial/single Ethernet router. It runs the full IOS and is very stable. I own the store you referenced and would be happy to provide a discount coupon for any purchases you are interested in. Kelly D Griffin, CCNA Network Engineer Kg2 Network Design http://www.kg2.com - Original Message - From: "Daniel Young" <[EMAIL PROTECTED]> To: "Studygroup (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 2:52 PM Subject: RE: CCIE Lab > Albert, > > I came up with a similar list after about 1 week. A smaller lab for those of > us on budget. > > 2509 or 2511 > 2513 > 2503 or 2524 > 2521 or 2523 > > Alternatively, the last two routers can be: > 2504 or 2525 > 2520 or 2522 > > Routers running 4MB RAM / 8 MB Flash for IOS 12.0.9. I got this info from > the URL below: > http://store.yahoo.com/kg2nd/router-cisco-2509.html > (Please let me know if you actually need 16/16MB for the Enterprise version) > > Token Ring MAUs > V.35 DTE/DCE Crossover (Back-to-back) Cables > Ethernet transceivers > Token Ring Card for the Workstation > ISDN Simulator or Patch cables (?) > > Some feedback would be appreciated. > > Daniel C. Young > CCNP+Security, CCDP, CCSE, MCSE+I > > netHESIVE, Inc. > Senior Network Engineer > [EMAIL PROTECTED] > 310-782-1010 > > -Original Message- > From: Albert Lu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 04, 2001 3:45 AM > To: Tariq Bin Azad > Cc: [EMAIL PROTECTED] > Subject: Re: CCIE Lab > > > This is the list of equipment I'm looking to purchase, I've been doing > almost 4 weeks of research on this, and came up with this list. > > 2x2513 > 2x2503 > 2509 or 2511 > 2520 > 1x2901 Catalyst Switch > Emutel Lite ISDN Simulator. > Serial Cables > 2 Token Ring hubs > Ethernet transceivers > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > your clever. > > Other things such as ATM and VoIP I intend to do using remote labs. > > Everyone else, please give me some feed back on this. > > -- > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: CCIE Lab > > Date: Thursday, January 04, 2001 9:51 PM > > > > Hello Everybody. > > > > I am just curious that which equipment I may need to build CCIE lab at > my > > home. Somebody told me that I have to buy > > ISDN Simulators, Switches and different series of routers.. I > will > > appreciate if anybody can send me list of all equipments / simulators / > > routers / switches with their series nos to build this home lab ... > > > > Thanks > > > > Tariq Bin Azad > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] http://1cis.com Free E-mail Servers with unlimited mailboxes 1st Class Internet Solutions _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Cisco Certification Digest V2 #922
I will be on vacation until January 8 and out of pager and cell phone range. For all network related issues please contact our Network Operations Center at 800-610-4684. Dan Keller _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Minimum memory requirements for IOS 12.0.9
Hi Daniel... I am assuming IOS for a 2501-2525 platform and you are looking for Enterprise image with IPSEC - ENTERPRISE PLUS IPSEC 56 : 16 MB Flash and 8 MB RAM I am running 12.1.X code on a 2501 and 2520 which needs : 16MB of flash - 16MB RAM. -Brian E. Howard At 12:09 PM 01/04/2001 -0800, Daniel Young wrote: >Greetings! > >Do you know what are the minimum memory (RAM & Flash) requirements for >running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and >8 MB of flash but would like to confirm this information. I am constructing >my home lab in preparation for CCIE training. > >Many thanks in advance. > >Daniel C. Young >CCNP+Security, CCDP, CCSE, MCSE+I > >netHESIVE, Inc. >Senior Network Engineer >[EMAIL PROTECTED] >310-782-1010 > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] Brian E. Howard NSA Consulting Engineer NSA - Network Supported Accounts Voice: (919) 392-7615 Pager: 1-800-365-4578 e-mail: [EMAIL PROTECTED] e-page: [EMAIL PROTECTED] C i s c o S y s t e m s Research Triangle Park, NC _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCIE Lab
Albert, I came up with a similar list after about 1 week. A smaller lab for those of us on budget. 2509 or 2511 2513 2503 or 2524 2521 or 2523 Alternatively, the last two routers can be: 2504 or 2525 2520 or 2522 Routers running 4MB RAM / 8 MB Flash for IOS 12.0.9. I got this info from the URL below: http://store.yahoo.com/kg2nd/router-cisco-2509.html (Please let me know if you actually need 16/16MB for the Enterprise version) Token Ring MAUs V.35 DTE/DCE Crossover (Back-to-back) Cables Ethernet transceivers Token Ring Card for the Workstation ISDN Simulator or Patch cables (?) Some feedback would be appreciated. Daniel C. Young CCNP+Security, CCDP, CCSE, MCSE+I netHESIVE, Inc. Senior Network Engineer [EMAIL PROTECTED] 310-782-1010 -Original Message- From: Albert Lu [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 3:45 AM To: Tariq Bin Azad Cc: [EMAIL PROTECTED] Subject: Re: CCIE Lab This is the list of equipment I'm looking to purchase, I've been doing almost 4 weeks of research on this, and came up with this list. 2x2513 2x2503 2509 or 2511 2520 1x2901 Catalyst Switch Emutel Lite ISDN Simulator. Serial Cables 2 Token Ring hubs Ethernet transceivers All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if your clever. Other things such as ATM and VoIP I intend to do using remote labs. Everyone else, please give me some feed back on this. -- > From: Tariq Bin Azad <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: CCIE Lab > Date: Thursday, January 04, 2001 9:51 PM > > Hello Everybody. > > I am just curious that which equipment I may need to build CCIE lab at my > home. Somebody told me that I have to buy > ISDN Simulators, Switches and different series of routers.. I will > appreciate if anybody can send me list of all equipments / simulators / > routers / switches with their series nos to build this home lab ... > > Thanks > > Tariq Bin Azad > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Minimum memory requirements for IOS 12.0.9
For the 2610-2613, the software download center says 4 MB Flash, 20MB DRAM, for the 1601R-1605R its 4MB Flash, 8 MB RAM, 1601 - 1604 is 6MB Flash, 4 MB DRAM. Obviously depends on the platform, if I missed the one you're thinking about let me know and I'll look again. Bob Schussler Sales Engineer Broadwing / Indianapolis 317-469-3719 -Original Message- From: Daniel Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 3:10 PM To: Studygroup (E-mail) Subject: Minimum memory requirements for IOS 12.0.9 Greetings! Do you know what are the minimum memory (RAM & Flash) requirements for running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and 8 MB of flash but would like to confirm this information. I am constructing my home lab in preparation for CCIE training. Many thanks in advance. Daniel C. Young CCNP+Security, CCDP, CCSE, MCSE+I netHESIVE, Inc. Senior Network Engineer [EMAIL PROTECTED] 310-782-1010 _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Minimum memory requirements for IOS 12.0.9
This completely depends on the platform and feature set. For instance, 12.0(9) IP for a 3640 would fit into 4 MB flash and require 24 MB RAM, while Enterprise Plus needs 8MB flash and 32 MB DRAM. In a lab setting, you can get away with not having a lot of RAM because you're router isn't going to be doing a whole lot. It's not like you're going to need room for huge ARP tables and full BGP tables and the like. Still, if I were you I'd get at least 8MB flash and 24 MB DRAM. Heck, get 16 MB Flash if you can. That way you'll have plenty of room for the larger images later. My favorite place for RAM deals is Rocky Mountain Ram (www.ram-it.com) They have very inexpensive flash and DRAM for cisco routers. > > Greetings! > > Do you know what are the minimum memory (RAM & Flash) requirements for > running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and > 8 MB of flash but would like to confirm this information. I am constructing > my home lab in preparation for CCIE training. > > Many thanks in advance. > > Daniel C. Young > CCNP+Security, CCDP, CCSE, MCSE+I > > netHESIVE, Inc. > Senior Network Engineer > [EMAIL PROTECTED] > 310-782-1010 > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: ip route 0.0.0.0 V.S. ip default-network
Using the traditional, static means, your router receives a gateway of last resort that is fixed to a particular next hop router (or multiple in the event that you configure multiple) However, if the router has a number of outbound connections, you may not be maximizing your resiliency in this way. If you wanted a more dynamic GoLR selection means, you could install a default network (or multiple) that point to remote networks that the router generally has reachability to. In this case, they router will extract a GoLR next hop from the routing table which is generally dynamically created. Consider the following basic example. R1 ---path1---1.1.1.1/30> R2 10.0.0.0/8 ---path21.1.2.1/30> ^ In the example, R1 has two distinct paths to R2 beyond which the network 10.0.0.0/8 exists (ok, bad diagram i know :) One could configure an ip route 0.0.0.0 0.0.0.0 1.1.1.1 and in this way post a GoLR in the routing table statically. Or, one could post an ip default-network 10.0.0.0 in which case the router would choose one of 1.1.1.1 or 1.1.2.1 as the GoLR based on which of the two next hops were currently available. In this way, the router has protected itself and its GoLR selection process from a single point of failure. Hope that makes some sense. (I lost myself up near traditional :) Pete *** REPLY SEPARATOR *** On 1/4/2001 at 2:33 PM shanjun zou wrote: >Hi,every one > >when set the default route, is there any diffirence between ip route 0.0.0.0 >and ip default-network command? when will I use this one or another one ? > >thanks very much! > >ShanJun, zou > > > >_ >FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Minimum memory requirements for IOS 12.0.9
Hi, Should use the Cisco configurator on Cisco'web... Or try to download and look carefully : the minimum RAM and FLASH are shown on one of the screens. All by all, it depends of what router you have (25xx, 26xx, ...), and the feature set you need. Plus, IOS is not free... Hope this helps, Jean-Marc On 04-Jan-01 Daniel Young wrote: > > Greetings! > > Do you know what are the minimum memory (RAM & Flash) requirements for > running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and > 8 MB of flash but would like to confirm this information. I am constructing > my home lab in preparation for CCIE training. > > Many thanks in advance. > > Daniel C. Young > CCNP+Security, CCDP, CCSE, MCSE+I > > netHESIVE, Inc. > Senior Network Engineer > [EMAIL PROTECTED] > 310-782-1010 > > _ > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] -- E-Mail: Jean-Marc Gilbert <[EMAIL PROTECTED]> Date: 04-Jan-01 Time: 21:40:48 -- _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Minimum memory requirements for IOS 12.0.9
It depends on the type of router platform. Thanks Stan Rossetti Russia Services Group Voice: (256) 544-5031 Email: [EMAIL PROTECTED] Beeper: 544-1183 pin 0112 CCDA, CCNA, CCSE -Original Message- From: Daniel Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 2:10 PM To: Studygroup (E-mail) Subject:Minimum memory requirements for IOS 12.0.9 Greetings! Do you know what are the minimum memory (RAM & Flash) requirements for running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and 8 MB of flash but would like to confirm this information. I am constructing my home lab in preparation for CCIE training. Many thanks in advance. Daniel C. Young CCNP+Security, CCDP, CCSE, MCSE+I netHESIVE, Inc. Senior Network Engineer [EMAIL PROTECTED] 310-782-1010 _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Printing Boson Tests
I cant get that to work Duck - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 8:20 AM Subject: Re: Printing Boson Tests > It's a little kludgy, but... > > What I used to do to get a printout of all the Boson questions/answers to > take with me on the road was to open a blank Word document, start the Boson > test, then highlight the complete answer info (click/drag), right-click, > select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and > CTRL-V to paste the text. > > Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a > laptop into the hotel just to review. > > -Austin > (on hiatus from any more studying for awhile) > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Cisco View ver 5.00
 Hi,  Does Cisco View Version 5.00.2180.1 is support to Windows 2000 or 98.?  I'm using windows 2000 and i'm getting this error,  133.0.0.1 unsupported cisco products 1.3.6.1.4.1.9.1.186.  Why.? Thx,Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com">http://www.hotmail.com. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Minimum memory requirements for IOS 12.0.9
Well you should be able to go to the CCO website and find the info on the web site. Go to the ios download site. It should tell you there during the download process. You will need a login. Raul - Original Message - From: "Daniel Young" <[EMAIL PROTECTED]> To: "Studygroup (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 3:09 PM Subject: Minimum memory requirements for IOS 12.0.9 > > Greetings! > > Do you know what are the minimum memory (RAM & Flash) requirements for > running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and > 8 MB of flash but would like to confirm this information. I am constructing > my home lab in preparation for CCIE training. > > Many thanks in advance. > > Daniel C. Young > CCNP+Security, CCDP, CCSE, MCSE+I > > netHESIVE, Inc. > Senior Network Engineer > [EMAIL PROTECTED] > 310-782-1010 > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Minimum memory requirements for IOS 12.0.9
12.0.14 ENTERPRISE PLUS 16 MB Flash and 6 MB RAM. 12.0.14 IP PLUS 8 MB Flash and 6 MB RAM. 12.0.14 IP/IPX/AT/DEC PLUS 16 MB Flash and 6 MB RAM. 12.0.14 IP/IPX/AT/DEC 8 MB Flash and 6 MB RAM. 12.0.3 ENTERPRISE/FW PLUS 56 16 MB Flash and 6 MB RAM. 12.0.14 IP/FW PLUS IPSEC 56 16 MB Flash and 6 MB RAM. At 12:09 PM 1/4/01 -0800, Daniel Young wrote: >Greetings! > >Do you know what are the minimum memory (RAM & Flash) requirements for >running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and >8 MB of flash but would like to confirm this information. I am constructing >my home lab in preparation for CCIE training. > >Many thanks in advance. > >Daniel C. Young >CCNP+Security, CCDP, CCSE, MCSE+I > >netHESIVE, Inc. >Senior Network Engineer >[EMAIL PROTECTED] >310-782-1010 > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Minimum memory requirements for IOS 12.0.9
It all depends on which version of 12.0.9 you are considering. -Original Message- From: Daniel Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 2:10 PM To: Studygroup (E-mail) Subject: Minimum memory requirements for IOS 12.0.9 Greetings! Do you know what are the minimum memory (RAM & Flash) requirements for running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and 8 MB of flash but would like to confirm this information. I am constructing my home lab in preparation for CCIE training. Many thanks in advance. Daniel C. Young CCNP+Security, CCDP, CCSE, MCSE+I netHESIVE, Inc. Senior Network Engineer [EMAIL PROTECTED] 310-782-1010 _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Minimum memory requirements for IOS 12.0.9
It depends on what feature packs you have on there. The IP needs 8/4, but the Enterprise needs 16/8. With a CCO access, you can look here: http://www.cisco.com/cgi-bin/Software/Iosplanner/Planner-tool/iosplanner.cgi ?get_crypto=&data_from=&hardware_name=2501-2525&software_name=&release_name= &majorRel=&state=:HW (Watch for wordwraps) Hth, Ole Ole Drews Jensen Systems Network Manager CCNA, MCSE, MCP+I RWR Enterprises, Inc. [EMAIL PROTECTED] http://www.oledrews.com/ccnp NEED A JOB ??? http://www.oledrews.com/job -Original Message- From: Daniel Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 2:10 PM To: Studygroup (E-mail) Subject: Minimum memory requirements for IOS 12.0.9 Greetings! Do you know what are the minimum memory (RAM & Flash) requirements for running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and 8 MB of flash but would like to confirm this information. I am constructing my home lab in preparation for CCIE training. Many thanks in advance. Daniel C. Young CCNP+Security, CCDP, CCSE, MCSE+I netHESIVE, Inc. Senior Network Engineer [EMAIL PROTECTED] 310-782-1010 _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
HSRP Groups
Is there an advantage to having more than one HSRP group assigned to an interface? I don't see an advantage one maybe someone has experienced advantages = in having multiple HSRP groups. Example of config: Router 1 =20 router1#sh run=20 Building configuration... =20 Current configuration: ! version 12.0 service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone =20 service password-encryption ! hostname router1 ! logging buffered 16384 debugging no logging console ! username xxx privilege 15 password 7 xxx username xxx privilege 15 password 7 xxx ! ! ! ! clock timezone cst -6 clock summer-time cdt recurring ip subnet-zero no ip finger !=20 no ip bootp server ! ! ! interface FastEthernet0/0 ip address 10.10.192.215 255.255.255.240 no ip redirects no ip directed-broadcast speed 100 full-duplex standby 3 timers 5 15 standby 3 priority 250 preempt standby 3 authentication guess standby 3 ip 10.10.192.213 standby 3 track FastEthernet0/1 100 standby 4 timers 5 15 standby 4 priority 200 preempt standby 4 authentication guess standby 4 ip 10.10.192.214 standby 4 track FastEthernet0/1 100 ! interface FastEthernet0/1 ip address 10.10.192.226 255.255.255.248 no ip redirects no ip directed-broadcast duplex full speed 100 standby timers 5 15 standby priority 250 preempt standby authentication related standby ip 10.10.192.225 standby track FastEthernet0/0 100 standby 1 timer 5 15 standby 1 priority 200 preempt standby 1 authentication guess standby 1 ip 10.10.192.228 standby 1 track FastEthernet0/0 100 ! ip classless ip route 0.0.0.0 0.0.0.0 10.10.192.209 ip route 0.0.0.0 0.0.0.0 10.10.192.210 ip route 10.10.192.240 255.255.255.240 10.10.192.230 ip route 10.10.192.240 255.255.255.240 10.10.192.229 ip route 10.10.194.0 255.255.255.224 10.10.192.230 ip route 10.10.194.0 255.255.255.224 10.10.192.229 no ip http server ! access-list 1 deny any access-list 10 permit 10.10.192.216 access-list 10 permit xx.xx.xx.xx ! Router 2 =20 router2#sh run=20 Building configuration... =20 Current configuration: ! version 12.0 service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone service password-encryption ! hostname router2 ! logging buffered 16384 debugging no logging console ! username xxx privilege 15 password 7 xxx username xxx privilege 15 password 7 xxx ! ! ! ! clock timezone cst -6 clock summer-time cdt recurring ip subnet-zero no ip finger !=20 no ip bootp server ! ! ! interface FastEthernet0/0 description Exodus Facing ip address 10.10.192.216 255.255.255.240 no ip redirects no ip directed-broadcast speed 100 full-duplex standby 3 timers 5 15 standby 3 priority 200 preempt standby 3 authentication payroll standby 3 ip 10.10.192.213 standby 3 track FastEthernet0/1 100 standby 4 timers 5 15 standby 4 priority 250 preempt standby 4 authentication payroll standby 4 ip 10.10.192.214 standby 4 track FastEthernet0/1 100 ! interface FastEthernet0/1 description Customer Facing ip address 10.10.192.227 255.255.255.240 no ip redirects no ip directed-broadcast duplex full speed 100 standby timers 5 15 standby priority 200 preempt standby authentication related standby ip 10.10.192.225 standby track FastEthernet0/0 100 standby 1 timer 5 15 standby 1 priority 250 preempt standby 1 authentication related standby 1 ip 10.10.192.228 standby 1 track FastEthernet0/0 100 ! ip classless ip route 0.0.0.0 0.0.0.0 10.10.192.209 ip route 0.0.0.0 0.0.0.0 10.10.192.210 ip route 10.10.192.240 255.255.255.240 10.10.192.230 ip route 10.10.192.240 255.255.255.240 10.10.192.229 ip route 10.10.194.0 255.255.255.224 10.10.192.230 ip route 10.10.194.0 255.255.255.224 10.10.192.229 no ip http server ! access-list 1 deny any access-list 10 permit 10.10.192.217 access-list 10 permit xx.xx.xx.xx ! Thanks in Advance Ken _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Fwd: Boson Tests
It's a little kludgy, but... What I used to do to get a printout of all the Boson questions/answers to take with me on the road was to open a blank Word document, start the Boson test, then highlight the complete answer info (click/drag), right-click, select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and CTRL-V to paste the text. Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a laptop into the hotel just to review. -Austin > Return-path: <[EMAIL PROTECTED]> > From: [EMAIL PROTECTED] > Full-name: AWTroxell > Message-ID: <[EMAIL PROTECTED]> > Date: Thu, 4 Jan 2001 08:55:32 EST > Subject: Re: Boson Tests > To: [EMAIL PROTECTED] > MIME-Version: 1.0 > Content-Type: multipart/alternative; boundary="part2_b5.5504a05.2785dad4_boundary" > Content-Disposition: Inline > X-Mailer: 6.0 sub 171 > > > --part2_b5.5504a05.2785dad4_boundary > Content-Type: text/plain; charset="US-ASCII" > Content-Transfer-Encoding: 7bit > > It's a little kludgy, but... > > What I used to do to get a printout of all the Boson questions/answers to > take with me on the road was to open a blank Word document, start the Boson > test, then highlight the complete answer info (click/drag), right-click, > select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and > CTRL-V to paste the text. > > Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a > laptop into the hotel just to review. > > -Austin > (on hiatus from any more studying for awhile) > > --part2_b5.5504a05.2785dad4_boundary > Content-Type: text/html; charset="US-ASCII" > Content-Transfer-Encoding: 7bit > > It's a little kludgy, but... > > What I used to do to get a printout of all the Boson questions/answers to >take with me on the road was to open a blank Word document, start the Boson >test, then highlight the complete answer info (click/drag), right-click, >select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and >CTRL-V to paste the text. > > Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a >laptop into the hotel just to review. > > -Austin > (on hiatus from any more studying for awhile) > > --part2_b5.5504a05.2785dad4_boundary-- > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Minimum memory requirements for IOS 12.0.9
Greetings! Do you know what are the minimum memory (RAM & Flash) requirements for running IOS 12.0.9. I have heard from a Cisco vendor that is 4 MB of RAM and 8 MB of flash but would like to confirm this information. I am constructing my home lab in preparation for CCIE training. Many thanks in advance. Daniel C. Young CCNP+Security, CCDP, CCSE, MCSE+I netHESIVE, Inc. Senior Network Engineer [EMAIL PROTECTED] 310-782-1010 _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: ip route 0.0.0.0 V.S. ip default-network
check the link http://www.cisco.com/warp/public/105/default.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aki Anttila Sent: Thursday, January 04, 2001 12:59 PM To: [EMAIL PROTECTED] Subject: Re: ip route 0.0.0.0 V.S. ip default-network Hi! This may not answer your questions completely but hope it helps at least somebody! Originating the default routes for different routing protocols (not all...). RIP and RIPv2 There are three possibilities: 1) If the RIP process has network 0.0.0.0 in its database, it will distribute this as-is. No additional commands are needed. 2) However, with default-information originate, you can put RIP to advertise a default route to all or certain interfaces, even if default does not exist. router rip (version 2) default-information originate route-map A route-map A permit 10 set interface serial 0 3) If nothing else is configured ip default-network command can be given. If the network specified in the command exist in the routing table then it is considered as a default route. IGRP and EIGRP There are three possibilities: 1) Use ip default-network . This command flags this route as default candidate and distributes it to neighbors. The same applies to IGRP and EIGRP. 2) Use ip default-network . This is much harder, since IOS automatically makes a summary route out of the classless network. Therefore, you need to have another ip default-network statement in order to get this working. Notice also, that the default network MUST BE present in IGRP/EIGRP routing process. It is not sufficient if it is just in the routers routing table! 3) If the default route (0.0.0.0/0) is already present in the routing table, then it can be redistributed BUT only into the EIGRP process and the process redistributes it to the neighbors. For IGRP, this cannot be done, so the only and the best way is to use the ip default-network -command. Notice also, that the flow of the default-information can be controlled by the default-information originate -command. OSPF There are three possibilities: 1) Create a default route with ip route 0.0.0.0 0.0.0.0 1.2.3.4 -command. Advertise this via OSPF with command default-information originate. Notice also, that if you have ip default-network -command in the router, then this is enough for OSPF to advertise default network. 2) Don´t create a static default. Advertise default with OSPF command default-information originate always. 3) Have default network in some other process. Redistribute this into OSPF process, which redistributes it to neighbors. Remember that is you have OSPF NSSA areas, then the default route must be advertised with area x nssa default-information originate-command. Aki ""shanjun zou"" <[EMAIL PROTECTED]> wrote in message 9319g7$fhd$[EMAIL PROTECTED]">news:9319g7$fhd$[EMAIL PROTECTED]... > Hi,every one > > when set the default route, is there any diffirence between ip route 0.0.0.0 > and ip default-network command? when will I use this one or another one ? > > thanks very much! > > ShanJun, zou > > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Electrical and General knowledge
I think he must have been referring to the PPP CHAP username/password parameters. Making these ugly will cause you grief and not provide much security. For end-user passwords that protect access to servers, databases, router configs, etc, non-alphabetic characters should be included. Priscilla At 08:14 AM 1/4/01, Ray Mosely wrote: >Sorry, if I understand your comments on passwords, >I must disagree. Username passwords should contain >non-alphabetic characters. This doesn't effect Cisco, >because so far no one seems to have created the right >software to hack the secret password hash. > >However, the Cisco secret password hash is similar to >Microsoft's, and l0pht has long ago created a brute >force hack. I ran the l0pht crack on my userlist 2 >months ago. > >The only passwords that were NOT cracked were mine and >my student worker's. Both had non-alphabetic characters. > >Ray Mosely >CCNA, MCSE > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of >Priscilla Oppenheimer >Sent: Wednesday, January 03, 2001 5:37 PM >To: Tony van Ree; studygroup >Subject: Re: Electrical and General knowledge > > >At 10:01 AM 1/4/01, Tony van Ree wrote: > > >A couple of thoughts based on the PVC fault thread but looking at a > >different angle. > > > >Should we as aspiring "communications experts" understand: > >1 Fundamental electrical and magnetic propogation theory. > >2 Basic cabling technology, design and termination. > >Yes. Cisco Networking Academy requires almost a whole semester on >electricity, cabling, building wiring, etc. Now, I think that's overkill, >but at least some study in these areas is a good idea if you want to be an >efficient troubleshooter. > >Priscilla > > >Well lets consider the number of faults that can be put into this > >category. It used to be 75%+ faults were of a physical nature. I think > >the figure would still be quite high but I don't have recent figures. > > > >Most intermittent faults are due to connections and/or connectors. Ofter > >due to poor installation and/or plugs being inserted and removed regularly > >and/or incorrectly. > > > >The next most common cause of intermittent faults is magnetic (Noise) > >interferance. Usually due to poor cabling layouts and/or poor > >installation methods. > > > >The most common cause of permanent damage to to ports is due to incorrect > >installation of cables (NT1 to Ethernet ports is a good one that comes up > >a lot). > > > >In switching the most common problems are duplex mismatches. Usually due > >to a misunderstanding of what duplex setting do. > > > >These are just some considerations there are heaps more. Most are easily > >avoided but difficult to diagnose. An understanding of the fundamentals > >involved can avoid disaster. > > > >Just as a beat up on all. I work in an environment where we supply Telco > >type services and IP connectivity to thousands (this figure is an > >understatement). A part of my job is to troubleshoot client connections > >to our access servers. I can often go for a week or two handling about 10 > >faults or more per day without finding a fault in the configuration of the > >access servers, connections to the access servers and/or the clients > >CPE. This does not leave much but I'll bet most still blame us. I don't > >know how often I will suggest change this setting in your server an all > >will be fine. Bink up it comes and so does the question "what did you do > >at your end to fix my server?" > > > >Incidently the next most common problem I come across is username/password > >errors particularly where people mix cases and/or use non alphanumeric > >characters in usernames. In my opinoin this shouls be avoided (In Cisco's > >also). The term username in the Cisco sense is really a hostname (PPP) > >and should follow the Unix Hostmane rules to avoid stange issues. > > > >Most faults a simple and can be avoided by careful planning. > > > >Just some thoughts and ramblings from Teunis > > > >Teunis > >Hobart, Tasmania > >Australia > > > > > >-- > >www.tasmail.com > > > > > >_ > >FAQ, list archives, and subscription info: > >http://www.groupstudy.com/list/cisco.html > >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > >Priscilla Oppenheimer >http://www.priscilla.com > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] Priscilla Oppenheimer http://www.priscilla.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and No
Re: Loopback addresses
Kevin, Thx. No sooner did I go to lunch and was halfway through my burger when I relaized I forgot to add the network statements in the ip routing protocol. Boy, sometimes you can't see the forest for the trees. ""Kevin Wigle"" <[EMAIL PROTECTED]> wrote in message 012001c07673$9dbd0120$[EMAIL PROTECTED]">news:012001c07673$9dbd0120$[EMAIL PROTECTED]... > To better understand, we would need to see the other loop address that does > work > > and > > then the network statements of the IGP you're using. > > But, on the remote router if you issue the command "sh ip route > xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx" > > does the route show up? > > Kevin Wigle > > - Original Message - > From: "James Haynes" <[EMAIL PROTECTED]> > Newsgroups: groupstudy.cisco > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 04, 2001 11:51 AM > Subject: Loopback addresses > > > > I've been adding loopback addresses to a few routers in the WAN for a > > TACACS+ server to connect to. I can ping the loopback addresses on the > > routers individually, but not from remote routers. There are routers on > the > > network with previously configured loopback addresses for dlsw+ that I can > > ping by loopback address from remote routers. Am I forgetting something? I > > configured as: > > > > router# config t > > router(config)# int loop 0 > > router(config-if)# ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx > > > > I can see the loopback addresses in the run configs. Thx for any > > suggestions. > > > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
OT: For Sale-2x8mb Flash for 2500 series
Details: http://www.groupstudy.com/arch_front/sell.html Thanks Tim _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: ip route 0.0.0.0 V.S. ip default-network
Hi! This may not answer your questions completely but hope it helps at least somebody! Originating the default routes for different routing protocols (not all...). RIP and RIPv2 There are three possibilities: 1) If the RIP process has network 0.0.0.0 in its database, it will distribute this as-is. No additional commands are needed. 2) However, with default-information originate, you can put RIP to advertise a default route to all or certain interfaces, even if default does not exist. router rip (version 2) default-information originate route-map A route-map A permit 10 set interface serial 0 3) If nothing else is configured ip default-network command can be given. If the network specified in the command exist in the routing table then it is considered as a default route. IGRP and EIGRP There are three possibilities: 1) Use ip default-network . This command flags this route as default candidate and distributes it to neighbors. The same applies to IGRP and EIGRP. 2) Use ip default-network . This is much harder, since IOS automatically makes a summary route out of the classless network. Therefore, you need to have another ip default-network statement in order to get this working. Notice also, that the default network MUST BE present in IGRP/EIGRP routing process. It is not sufficient if it is just in the routers routing table! 3) If the default route (0.0.0.0/0) is already present in the routing table, then it can be redistributed BUT only into the EIGRP process and the process redistributes it to the neighbors. For IGRP, this cannot be done, so the only and the best way is to use the ip default-network -command. Notice also, that the flow of the default-information can be controlled by the default-information originate -command. OSPF There are three possibilities: 1) Create a default route with ip route 0.0.0.0 0.0.0.0 1.2.3.4 -command. Advertise this via OSPF with command default-information originate. Notice also, that if you have ip default-network -command in the router, then this is enough for OSPF to advertise default network. 2) Don´t create a static default. Advertise default with OSPF command default-information originate always. 3) Have default network in some other process. Redistribute this into OSPF process, which redistributes it to neighbors. Remember that is you have OSPF NSSA areas, then the default route must be advertised with area x nssa default-information originate-command. Aki ""shanjun zou"" <[EMAIL PROTECTED]> wrote in message 9319g7$fhd$[EMAIL PROTECTED]">news:9319g7$fhd$[EMAIL PROTECTED]... > Hi,every one > > when set the default route, is there any diffirence between ip route 0.0.0.0 > and ip default-network command? when will I use this one or another one ? > > thanks very much! > > ShanJun, zou > > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: ccie lab
Sam Dude ... You are obviously on some sort of medication. Go see your doctor and have it checked out please ... before you post a message on this board again while you're going through your hysteria spells. Thank you. ""Sam LI"" <[EMAIL PROTECTED]> wrote in message 007001c07634$4013f2c0$8053fea9@thomas">news:007001c07634$4013f2c0$8053fea9@thomas... > Folks > I agree that no one is willing want to put ccie 102400 on their name card. > Let me tell you how do the management level look at ccie, at the very > begining when > cisco launch ccie, every one is very very crazy about ccie, engineers and > vendor, > as far as engineer concern, they can ask more, for sure. The companywise, > the more ccie > we get, the more discount we get. What happen nowaday, if you are ccie, > that's great, > if you are not, it is fine with us. We need someone who is able to perform > and work, > not BS. A lot of my friends on passing thier ccie, they don;t want to work > as engineer any more, > or even don;t want to work in the cisco enviroment, and they want more, $ > and position. > "manager" is the entry level for them. Right before, i leave > my previous company, I have interview a lot of ccXXs. Most of them don't > desire the CCxx title. > This is not hard to understand this, hunderds and thousands of "21 days > became ccxx" books > study materials out there, as long as you can affort few weeks off and a > couple of thouand $ on > buying these books, you can be one of them. > It is a chellenge if you became one of the CCxx. > Sam > > - Original Message - > From: "Donald B Johnson Jr" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 04, 2001 2:28 AM > Subject: ccie lab > > > > I don't see a problem with the lab being so booked. > > So many people taking the exam and the number of ccie's being so low. Is a > > good thing. If someone qualifies and feels they are ready let them go. You > > should schedule your lab at the next available time and go take it. If you > > fail then tell me how long would you want to wait. Myself I will schedule > > the next available time and take it again until I pass. Most great battles > > have been won by attrition, since Moses to CCIE. > > Duck > > > > > > > > I certainly agree with all the points Chuck made. One thing that Cisco > could > > do is > > change the requirements to take the lab besides just passing the written > > exam. I am not > > saying by any account that the written is easy, but I know people that > have > > passed it by > > pure luck and really don't know a darn thing. I know a person right now > that > > has passed > > the written by getting the passing score on the dime, and he is taking the > > lab soon. I > > wish good luck to him, however he is walking in blindly with out EVER > > actually > > configured a router. He has no internetworking design or troubleshooting > > experience in > > the real world, however he is going to go and take the lab exam just to > "see > > what it is > > like" > > > > I don't think Chuck's ideas are cruel and unusual. I think they really > need > > to make this > > tougher then it already is. Who wants to put "CCIE #102,000" after their > > name? If they > > just open more racks it may get to that point. I believe the written exam > > should be > > scratched with a new format with a higher passing score. Truly the money > > issue sometimes > > makes little difference. If someone has 30,000 grand to spend on > equipment, > > classes, > > books etc., a few more grand can't hurt. And if their company is paying > then > > who cares > > right? I know a company that has spent countless dollars actually flying > a > > guy to > > Canada, putting him up in a hotel...and paying for his labthey did > this > > 5 times > > before he passed his lab. Those slots could have been used for someone > that > > actually > > knew what they were doing and had a chance to pass. It would be nice if > > they had a 4 > > hour lab prequal after taking the written. Something that would not > require > > a proctor to > > pass. You would be given many different scenarios at Sylvan and require to > > configure > > them with a virtual IOS. The configs would be sent to an evaluator at > Cisco > > and then you > > would be contacted a week later concerning scheduling your real lab date. > > This could > > weed out some of the flunkies. > > > > If Cisco ruins the value of this exam, they are not going to have any > future > > revenue > > from it. > > > > Nate > > > > Chuck Larrieu wrote: > > > > > >> I was told Cisco was trying to reduce the problem, but not how they > > were > > > going to achieve their goal. (I wish them luck)<< > > > > > > some cruel and unusual thoughts come to mind. > > > > > > 1) Set some arbitrary standard such that people who fail day one by more > > > than so many points have a 90 day wait for retest, rather than 30 days. > Or > > > you have to at least made it into day 2 to be able to retest within 30 > > da
Re: Loopback addresses
To better understand, we would need to see the other loop address that does work and then the network statements of the IGP you're using. But, on the remote router if you issue the command "sh ip route xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx" does the route show up? Kevin Wigle - Original Message - From: "James Haynes" <[EMAIL PROTECTED]> Newsgroups: groupstudy.cisco To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 11:51 AM Subject: Loopback addresses > I've been adding loopback addresses to a few routers in the WAN for a > TACACS+ server to connect to. I can ping the loopback addresses on the > routers individually, but not from remote routers. There are routers on the > network with previously configured loopback addresses for dlsw+ that I can > ping by loopback address from remote routers. Am I forgetting something? I > configured as: > > router# config t > router(config)# int loop 0 > router(config-if)# ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx > > I can see the loopback addresses in the run configs. Thx for any > suggestions. > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Printing Boson Tests
It's a little kludgy, but... What I used to do to get a printout of all the Boson questions/answers to take with me on the road was to open a blank Word document, start the = Boson test, then highlight the complete answer info (click/drag), right-click, select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc = and CTRL-V to paste the text. Kinda awkward, but hey, it worked, it was free and I didn't have to schlep = a laptop into the hotel just to review. -Austin (on hiatus from any more studying for awhile) _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Loopback addresses
I've been adding loopback addresses to a few routers in the WAN for a TACACS+ server to connect to. I can ping the loopback addresses on the routers individually, but not from remote routers. There are routers on the network with previously configured loopback addresses for dlsw+ that I can ping by loopback address from remote routers. Am I forgetting something? I configured as: router# config t router(config)# int loop 0 router(config-if)# ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx I can see the loopback addresses in the run configs. Thx for any suggestions. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
How to register Networkers 2001 in US
Does anybody know how to register Networkers 2001 in US? Thanks Wei Li _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Passwords (was RE: Electrical and General knowledge
>Gareth Hinton" <[EMAIL PROTECTED]> observed Pedantic >comment in line. Pedantic? I fall, wounded, cursing the stars and my fate. The black skies laugh at me and chastise me with thunderbolts. The floggers of the Elder Gods fall on me, but I am humiliated to find they use wet noodles. As the American truckers would say, that's a big oops, good buddy. I shall emulate Master Ridley and be of good cheer, as my typo lights a fire that shall never be put out. > >""Howard C. Berkowitz"" <[EMAIL PROTECTED]> wrote in message >news:p05001943b67a45feb3c2@[63.216.127.98]... >> >Ray, >> > >> >I think there is a misunderstanding. What he said was non alphanumeric >> >(something other that letters and numbers). >> >What I think he means is characters such as !@#$%^&*(), and others. >> >Alphabetic characters, numbers, and especially mixed case are very much >> >recommended for security, BUT, I can understand the problems associated >with >> >a user not remembering that he had the 3rd letter of his cat's name >> >capitalized. >> > >> >My $ 0.02 >> > >> >Brad >> >> Hope it's not getting too far afield, but there are some tricks for >> getting strong but memorable passwords. >> >> The passphrase is good. Remember some natural-language phrase such as >> >>"Ciscos that aren't fish aren't kosher" >> >> and use the first two letters of each word, capitalizing the first: >> >>CiThArFiArKo >> >> or even only capitalize the letters that normally would be capitalized: >> >> "John Chambers, router jockey" >> > > JoCarojo JoChrojo I stand in humble correction. > >Howard - Your jockey's fallen at the second hurdle, but I get the idea I >think ;-) > >Some of us have trouble remembering our date of birth - MCMLXIV > >> >> You can strengthen any of these, assuming the strings are varying >> length, by splitting the passphrase into two and putting one or more >> numeric digits at the center. Passwords with numbers at the beginning >> or end are a bit easier to guess. >> >> There are other tricks that could work with specific people. Without >> getting specific, my personal passwords come from a background in >> biochemistry, and tend to be formulas with deliberate errors in them. >> >> The Department of Defense/NSA password management guide at >> http://www.fas.org/irp/nsa/rainbow/std002.htm is quite well written >> and gives insights into the relative strength of passwords. > > > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
x.25 stock exchange system.
Dear All : I need connect to x.25 stock exchange system. But, I don't know how to connect it with following limit information. And then, How to config our cisco 2610 recervie the x.25 packet and forward the packet to (IP)ethernet interface . (remark : no any config in router include pvc./ x.121 address..etc/ from stock operation staff, ?? PnP ?) * communication line speed : 128 K comm pro : X.25 on a leased line re-transmit time-out (t) : 3 sec re-transmit limit (N2) : 10 frame windows size : 7 X.25 interface x.25 type : x.25(1984) interface(L2/L3) : DTE Windows size(default) : 7 packet (default) : 1024 * x.25 will provide a low level polling mechanism. This form of poling will allow any disconnection of information Vendors to be detected by market datafeed system. Many thanks ^_^ _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Printing Boson Tests
It's a little kludgy, but... What I used to do to get a printout of all the Boson questions/answers to take with me on the road was to open a blank Word document, start the Boson test, then highlight the complete answer info (click/drag), right-click, select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and CTRL-V to paste the text. Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a laptop into the hotel just to review. -Austin (on hiatus from any more studying for awhile) _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: 98 testing.......off subject of cisco
Don't bother with it... If it is not retired now, it will be soon... You might as well go for the new tests as they will have the greatest longevity, and greatest value now. NT4 MCSE's are a dime a dozen, and so they cannot command much of a rate in the market right now. W2K MCSE's, however, are currently in short supply. They can get some big bucks right now doing Active Directory design and implementing the Kerberos, IPSec, and other security features that are new to Windows networks. NT4 MCSE's are probably the least qualified people to do these tasks, unless they have had extensive cross training. They will still probably lack the hands on experience with these technologies that it will take to do effective designs and implementations for complex Enterprise networks. For really big Active Directory designs, a better choice might be somebody who has recently acheived the W2K MCSE, and who has been working with Novell NDS for a number of years. As far as the security features, seasoned UNIX folks will have much more practical experience with these things than any NT 4 MCSE... So, if you want an MS cert with value now, go for the W2K MCSE and don't waste time - the market will become flooded with them eventually too, and the rates they can command will drop accordingly. Z >From: Jennifer Cribbs <[EMAIL PROTECTED]> >Reply-To: Jennifer Cribbs <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: 98 testing...off subject of cisco >Date: Thu, 4 Jan 2001 10:49:49 -0500 > >I realize this is not along the cisco lines, but I was wondering if anyone >knows if the 98 test for mcse is still valid. I have had the nt and the 98 >courses plus net essentials, but never tested. I realize nt has since been >retired, but I can't find anything on-line anywhere about the 98 test. Is >this still a good test to take or has everyting gone to 2000 track? > >Thanks, >Jen Cribbs >[EMAIL PROTECTED] > > >Have a Good Day!! >Jennifer Cribbs >[EMAIL PROTECTED] > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Electrical and General knowledge
Nope, no misunderstanding. l0pht takes about 2 or 3 days to crack alphanumeric passwords that are hashed. It could take a month of Sundays to hack special characters. I always use at least one special character in my passwords. And it is just a matter of time before someone programs a brute force hash cracker for router access. The hash algorithm, as I understand it, it very similar to what Microsoft uses, and l0pht cracks. Mixed case characters are sometimes called a skyline font, because they resemble a city's skyline. Skyline passwords are easily cracked, so I don't really see the point to them, unless a hacker is using "social engineering" to discover passwords. Social engineering is basically eavesdropping by maintaining a physical presence when someone is typing in a password. Maybe hang out with a cup of coffee, chat a little, and wait for the opportunity to observe a user typing in a password. Ray M. CCNA, MCSE -Original Message- From: Stanfield Hilman B (Brad) CONT NSSG [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 8:43 AM To: 'Ray Mosely'; studygroup Subject: RE: Electrical and General knowledge Ray, I think there is a misunderstanding. What he said was non alphanumeric (something other that letters and numbers). What I think he means is characters such as !@#$%^&*(), and others. Alphabetic characters, numbers, and especially mixed case are very much recommended for security, BUT, I can understand the problems associated with a user not remembering that he had the 3rd letter of his cat's name capitalized. My $ 0.02 Brad Brad Stanfield CCNA Network/Integration Engineer [EMAIL PROTECTED] Government Micro Resources Network Operations Control Center Norfolk Naval Shipyard Bldg 33 NAVSEA NCOE 757-393-9526 1-800-626-6622 -Original Message- From: Ray Mosely [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 9:14 AM To: studygroup Subject: RE: Electrical and General knowledge Sorry, if I understand your comments on passwords, I must disagree. Username passwords should contain non-alphabetic characters. This doesn't effect Cisco, because so far no one seems to have created the right software to hack the secret password hash. However, the Cisco secret password hash is similar to Microsoft's, and l0pht has long ago created a brute force hack. I ran the l0pht crack on my userlist 2 months ago. The only passwords that were NOT cracked were mine and my student worker's. Both had non-alphabetic characters. Ray Mosely CCNA, MCSE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Priscilla Oppenheimer Sent: Wednesday, January 03, 2001 5:37 PM To: Tony van Ree; studygroup Subject: Re: Electrical and General knowledge At 10:01 AM 1/4/01, Tony van Ree wrote: >A couple of thoughts based on the PVC fault thread but looking at a >different angle. > >Should we as aspiring "communications experts" understand: >1 Fundamental electrical and magnetic propogation theory. >2 Basic cabling technology, design and termination. Yes. Cisco Networking Academy requires almost a whole semester on electricity, cabling, building wiring, etc. Now, I think that's overkill, but at least some study in these areas is a good idea if you want to be an efficient troubleshooter. Priscilla >Well lets consider the number of faults that can be put into this >category. It used to be 75%+ faults were of a physical nature. I think >the figure would still be quite high but I don't have recent figures. > >Most intermittent faults are due to connections and/or connectors. Ofter >due to poor installation and/or plugs being inserted and removed regularly >and/or incorrectly. > >The next most common cause of intermittent faults is magnetic (Noise) >interferance. Usually due to poor cabling layouts and/or poor >installation methods. > >The most common cause of permanent damage to to ports is due to incorrect >installation of cables (NT1 to Ethernet ports is a good one that comes up >a lot). > >In switching the most common problems are duplex mismatches. Usually due >to a misunderstanding of what duplex setting do. > >These are just some considerations there are heaps more. Most are easily >avoided but difficult to diagnose. An understanding of the fundamentals >involved can avoid disaster. > >Just as a beat up on all. I work in an environment where we supply Telco >type services and IP connectivity to thousands (this figure is an >understatement). A part of my job is to troubleshoot client connections >to our access servers. I can often go for a week or two handling about 10 >faults or more per day without finding a fault in the configuration of the >access servers, connections to the access servers and/or the clients >CPE. This does not leave much but I'll bet most still blame us. I don't >know how often I will suggest change this setting in your s
Re: Passwords (was RE: Electrical and General knowledge
Pedantic comment in line. ""Howard C. Berkowitz"" <[EMAIL PROTECTED]> wrote in message news:p05001943b67a45feb3c2@[63.216.127.98]... > >Ray, > > > >I think there is a misunderstanding. What he said was non alphanumeric > >(something other that letters and numbers). > >What I think he means is characters such as !@#$%^&*(), and others. > >Alphabetic characters, numbers, and especially mixed case are very much > >recommended for security, BUT, I can understand the problems associated with > >a user not remembering that he had the 3rd letter of his cat's name > >capitalized. > > > >My $ 0.02 > > > >Brad > > Hope it's not getting too far afield, but there are some tricks for > getting strong but memorable passwords. > > The passphrase is good. Remember some natural-language phrase such as > > "Ciscos that aren't fish aren't kosher" > > and use the first two letters of each word, capitalizing the first: > > CiThArFiArKo > > or even only capitalize the letters that normally would be capitalized: > > "John Chambers, router jockey" > > JoCarojo Howard - Your jockey's fallen at the second hurdle, but I get the idea I think ;-) Some of us have trouble remembering our date of birth - MCMLXIV > > You can strengthen any of these, assuming the strings are varying > length, by splitting the passphrase into two and putting one or more > numeric digits at the center. Passwords with numbers at the beginning > or end are a bit easier to guess. > > There are other tricks that could work with specific people. Without > getting specific, my personal passwords come from a background in > biochemistry, and tend to be formulas with deliberate errors in them. > > The Department of Defense/NSA password management guide at > http://www.fas.org/irp/nsa/rainbow/std002.htm is quite well written > and gives insights into the relative strength of passwords. > > > >-Original Message- > >From: Ray Mosely [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, January 04, 2001 9:14 AM > >To: studygroup > >Subject: RE: Electrical and General knowledge > > > > > >Sorry, if I understand your comments on passwords, > >I must disagree. Username passwords should contain > >non-alphabetic characters. This doesn't effect Cisco, > >because so far no one seems to have created the right > >software to hack the secret password hash. > > > >However, the Cisco secret password hash is similar to > >Microsoft's, and l0pht has long ago created a brute > >force hack. I ran the l0pht crack on my userlist 2 > >months ago. > > > >The only passwords that were NOT cracked were mine and > >my student worker's. Both had non-alphabetic characters. > > > >Ray Mosely > >CCNA, MCSE > > > >-Original Message- > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Modem access from Router
Oops, I did not read the original post. My config is really mostly for dialing into the router from an outside host, like a PC. Sorry. Joseph -Original Message- From: Joseph Ezerski Sent: Thursday, January 04, 2001 8:02 AM To: 'Adam Quiggle'; Sam; [EMAIL PROTECTED] Subject: RE: Modem access from Router As far as using the AUX port, I have been able to get by with the following minimal config: line aux 0 exec-timeout 30 0 password x (your own password here) modem InOut modem autoconfigure discovery transport input all stopbits 1 Mind you, I had a USR Sportster attached to the aux port, which is listed in the modemcap database, thus allowing me to squeek by with an autoconfigure discovery command. If you have some other model that is not in the modemcap, then you may have to add a few more lines. Also, if a password is not necessary, nor a timeout period, you could also delete those lines. Less is more! Joseph -Original Message- From: Adam Quiggle [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 3:21 AM To: Sam; [EMAIL PROTECTED] Subject: Re: Modem access from Router Sam, Here is a sample config from a 2501 that gives you PPP access to your network through the aux port. Don't worry about the missing lines because I've pulled stuff out that wasn't relevant to your question as well as stuck some stuff in that you need. Notice that "line 1" is all about configuring the physical layer, while "async 1" is all about configuring the data link layer and network layer. HTH, AQ p.s. If all you want is console access, this config should give it to you as well. 1 version 12.0 2 service timestamps debug uptime 3 service timestamps log uptime 4 no service password-encryption 5 ! 6 hostname RouterAsyncConfig 9 ! 10 ip subnet-zero 11 ! 22 interface Loopback0 23 ip address 1.1.1.1 255.255.255.255 24 no ip directed-broadcast 25 ! 26 interface Ethernet0 27 no ip address 28 no ip directed-broadcast 29 no ip route-cache 30 no ip mroute-cache 31 shutdown 32 ! 33 interface Serial0 34 ip address 192.168.10.2 255.255.255.0 35 no ip directed-broadcast 36 no ip route-cache 37 no ip mroute-cache 38 no fair-queue 39 ! 40 interface Serial1 41 no ip address 42 no ip directed-broadcast 43 no ip route-cache 44 no ip mroute-cache 45 shutdown 46 no fair-queue 47 ! 48 interface Async1 49 no ip address 50 no ip directed-broadcast 51 encapsulation ppp 52 async mode interactive 53 peer default ip address pool default 54 ppp authentication ms-chap chap pap 59 ! 47 ip local pool Dialup-pool 172.16.20.10 172.16.20.100 60 ip classless 61 ! 62 line con 0 63 exec-timeout 0 0 64 transport input none 65 line aux 0 66 no exec 67 no motd-banner 68 no exec-banner 69 autoselect ppp 70 modem Dialin 71 modem autoconfigure type usr_sportster 72 transport input all 73 stopbits 1 74 speed 38400 75 flowcontrol hardware 76 line vty 0 4 77 login 78 ! 79 end At 10:35 AM 1/3/01, Sam wrote: >Hello friends > >I have a modem connected to the AUX port of my router. I am using this modem >to dial into the router. > >Now I need to access this modem from the router. >What do i need to configure on the router to be able to access the modem >from the router itself. ie to be able to configure the modem using the AT >command set. >Could someone help me out on this. > >Thanks > >Sam > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] ** Adam Quiggle Senior Network Engineer MCI Worldcom/NOC/BP Amoco [EMAIL PROTECTED] ** _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Modem access from Router
As far as using the AUX port, I have been able to get by with the following minimal config: line aux 0 exec-timeout 30 0 password x (your own password here) modem InOut modem autoconfigure discovery transport input all stopbits 1 Mind you, I had a USR Sportster attached to the aux port, which is listed in the modemcap database, thus allowing me to squeek by with an autoconfigure discovery command. If you have some other model that is not in the modemcap, then you may have to add a few more lines. Also, if a password is not necessary, nor a timeout period, you could also delete those lines. Less is more! Joseph -Original Message- From: Adam Quiggle [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 3:21 AM To: Sam; [EMAIL PROTECTED] Subject: Re: Modem access from Router Sam, Here is a sample config from a 2501 that gives you PPP access to your network through the aux port. Don't worry about the missing lines because I've pulled stuff out that wasn't relevant to your question as well as stuck some stuff in that you need. Notice that "line 1" is all about configuring the physical layer, while "async 1" is all about configuring the data link layer and network layer. HTH, AQ p.s. If all you want is console access, this config should give it to you as well. 1 version 12.0 2 service timestamps debug uptime 3 service timestamps log uptime 4 no service password-encryption 5 ! 6 hostname RouterAsyncConfig 9 ! 10 ip subnet-zero 11 ! 22 interface Loopback0 23 ip address 1.1.1.1 255.255.255.255 24 no ip directed-broadcast 25 ! 26 interface Ethernet0 27 no ip address 28 no ip directed-broadcast 29 no ip route-cache 30 no ip mroute-cache 31 shutdown 32 ! 33 interface Serial0 34 ip address 192.168.10.2 255.255.255.0 35 no ip directed-broadcast 36 no ip route-cache 37 no ip mroute-cache 38 no fair-queue 39 ! 40 interface Serial1 41 no ip address 42 no ip directed-broadcast 43 no ip route-cache 44 no ip mroute-cache 45 shutdown 46 no fair-queue 47 ! 48 interface Async1 49 no ip address 50 no ip directed-broadcast 51 encapsulation ppp 52 async mode interactive 53 peer default ip address pool default 54 ppp authentication ms-chap chap pap 59 ! 47 ip local pool Dialup-pool 172.16.20.10 172.16.20.100 60 ip classless 61 ! 62 line con 0 63 exec-timeout 0 0 64 transport input none 65 line aux 0 66 no exec 67 no motd-banner 68 no exec-banner 69 autoselect ppp 70 modem Dialin 71 modem autoconfigure type usr_sportster 72 transport input all 73 stopbits 1 74 speed 38400 75 flowcontrol hardware 76 line vty 0 4 77 login 78 ! 79 end At 10:35 AM 1/3/01, Sam wrote: >Hello friends > >I have a modem connected to the AUX port of my router. I am using this modem >to dial into the router. > >Now I need to access this modem from the router. >What do i need to configure on the router to be able to access the modem >from the router itself. ie to be able to configure the modem using the AT >command set. >Could someone help me out on this. > >Thanks > >Sam > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] ** Adam Quiggle Senior Network Engineer MCI Worldcom/NOC/BP Amoco [EMAIL PROTECTED] ** _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: CCIE Lab
Except that when you sell the ISDN simulator on Ebay after you've passed the lab, you can get back ALL of the money you spent on it, making your total cost for ISDN service 0. Try asking the phone company for all of your money back when you get that ISDN line disconnected... Z >From: "John Hardman" <[EMAIL PROTECTED]> >Reply-To: "John Hardman" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: CCIE Lab >Date: Thu, 4 Jan 2001 07:43:03 -0700 > >Hi > >Add some more 2500 or some 1700 for more serial interface and VoX. > >Kill the ISDN simulator, it is much cheaper (in most areas) to simply order >a ISDN BRI line and use a NT1 to split the B channels between the routers. > >$0.02 >-- >John Hardman CCNP MCSE+I > > >""Albert Lu"" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > This is the list of equipment I'm looking to purchase, I've been doing > > almost 4 weeks of research on this, and came up with this list. > > > > 2x2513 > > 2x2503 > > 2509 or 2511 > > 2520 > > 1x2901 Catalyst Switch > > Emutel Lite ISDN Simulator. > > Serial Cables > > 2 Token Ring hubs > > Ethernet transceivers > > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > > your clever. > > > > Other things such as ATM and VoIP I intend to do using remote labs. > > > > Everyone else, please give me some feed back on this. > > > > -- > > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > > > Subject: CCIE Lab > > > Date: Thursday, January 04, 2001 9:51 PM > > > > > > Hello Everybody. > > > > > > I am just curious that which equipment I may need to build CCIE lab >at > > my > > > home. Somebody told me that I have to buy > > > ISDN Simulators, Switches and different series of routers.. I > > will > > > appreciate if anybody can send me list of all equipments / simulators >/ > > > routers / switches with their series nos to build this home lab >... > > > > > > Thanks > > > > > > Tariq Bin Azad > > > > > > _ > > > FAQ, list archives, and subscription info: > > http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > _ > > FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
98 testing.......off subject of cisco
I realize this is not along the cisco lines, but I was wondering if anyone knows if the 98 test for mcse is still valid. I have had the nt and the 98 courses plus net essentials, but never tested. I realize nt has since been retired, but I can't find anything on-line anywhere about the 98 test. Is this still a good test to take or has everyting gone to 2000 track? Thanks, Jen Cribbs [EMAIL PROTECTED] Have a Good Day!! Jennifer Cribbs [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Route summarization
I will try to explain my way of working out summarisation. I'm not among the Cisco genius group, but never have problems with it, because of the method I use. You need to start thinking of things as a power of 2. You've taken two bits from the third octet to summarise your networks. 2 to the power of 2 = 4. so your summarisation will be in 'chunks' of 4. (172.16.0.0, 172.16.4.0, 172.16.8.0, 172.16.12.0) all with /22 If you take 3 bits from an octet for summarisation - 2 to the power of 3 = 8. so your summarisation will be in 'chunks' of 8. (172.16.0.0, 172.16.8.0, 172.16.16.0, 172.16.24.0) all with /21 Similarly with a standard mask of say 255.255.252.0, take the third octet (or whichever octet is not 0 or 255) away from 256. This number (4) is the size of the 'chunks' to be used. (10.1.0.0, 10.1.4.0, 10.1.8.0, ..10.1.100.0, 10.1.104.0 etc) Just remember to start from 0 every time and see which 'chunk' your networks fit into. It could probably be explained a little clearer, but if you get your head round the explanation, it never fails and is so simple. Regards, Gareth ""arthurx4"" <[EMAIL PROTECTED]> wrote in message 931rv9$cqv$[EMAIL PROTECTED]">news:931rv9$cqv$[EMAIL PROTECTED]... > When you summarize these addresses to a /22 it also includes > > 172.16.0.0/24 > > Joe > > "suaveguru" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > | In route aggregation you normally match the number of > | bits from left to right until a mismatch occurs and > | that's how you get 172.16.0.0 /22 since for the third > | octet > | > | 0001 > | 0010 > | 0011 > | > | the common bits are the first 6 bits > | > | > | hope this helps > | > | suaveguru > | --- Hunt <[EMAIL PROTECTED]> wrote: > | > Can anyone please explain to me how to aggregate the > | > following 3 routes? > | > > | > 172.16.1.0 /24 > | > 172.16.2.0 /24 > | > 172.16.3.0 /24 > | > > | > into... > | > > | > 172.16.0.0 /22 > | > > | > > | > > | > > | > _ > | > FAQ, list archives, and subscription info: > | > http://www.groupstudy.com/list/cisco.html > | > Report misconduct and Nondisclosure violations to > | [EMAIL PROTECTED] > | > | > | __ > | Do You Yahoo!? > | Yahoo! Photos - Share your holiday photos online! > | http://photos.yahoo.com/ > | > | _ > | FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > | Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > | > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: ccie lab
If you truly believe that you can be come a CCIE in 21 days you are sorely mistaken, 3 weeks of reading books does not approach the level of commitment required to successfully attain the CCIE certification. I suggest you re-evaluate what is required to become a CCIE. LAB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sam LI Sent: Thursday, January 04, 2001 3:54 AM To: Donald B Johnson Jr; [EMAIL PROTECTED] Subject: Re: ccie lab Folks I agree that no one is willing want to put ccie 102400 on their name card. Let me tell you how do the management level look at ccie, at the very begining when cisco launch ccie, every one is very very crazy about ccie, engineers and vendor, as far as engineer concern, they can ask more, for sure. The companywise, the more ccie we get, the more discount we get. What happen nowaday, if you are ccie, that's great, if you are not, it is fine with us. We need someone who is able to perform and work, not BS. A lot of my friends on passing thier ccie, they don;t want to work as engineer any more, or even don;t want to work in the cisco enviroment, and they want more, $ and position. "manager" is the entry level for them. Right before, i leave my previous company, I have interview a lot of ccXXs. Most of them don't desire the CCxx title. This is not hard to understand this, hunderds and thousands of "21 days became ccxx" books study materials out there, as long as you can affort few weeks off and a couple of thouand $ on buying these books, you can be one of them. It is a chellenge if you became one of the CCxx. Sam - Original Message - From: "Donald B Johnson Jr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 2:28 AM Subject: ccie lab > I don't see a problem with the lab being so booked. > So many people taking the exam and the number of ccie's being so low. Is a > good thing. If someone qualifies and feels they are ready let them go. You > should schedule your lab at the next available time and go take it. If you > fail then tell me how long would you want to wait. Myself I will schedule > the next available time and take it again until I pass. Most great battles > have been won by attrition, since Moses to CCIE. > Duck > > > > I certainly agree with all the points Chuck made. One thing that Cisco could > do is > change the requirements to take the lab besides just passing the written > exam. I am not > saying by any account that the written is easy, but I know people that have > passed it by > pure luck and really don't know a darn thing. I know a person right now that > has passed > the written by getting the passing score on the dime, and he is taking the > lab soon. I > wish good luck to him, however he is walking in blindly with out EVER > actually > configured a router. He has no internetworking design or troubleshooting > experience in > the real world, however he is going to go and take the lab exam just to "see > what it is > like" > > I don't think Chuck's ideas are cruel and unusual. I think they really need > to make this > tougher then it already is. Who wants to put "CCIE #102,000" after their > name? If they > just open more racks it may get to that point. I believe the written exam > should be > scratched with a new format with a higher passing score. Truly the money > issue sometimes > makes little difference. If someone has 30,000 grand to spend on equipment, > classes, > books etc., a few more grand can't hurt. And if their company is paying then > who cares > right? I know a company that has spent countless dollars actually flying a > guy to > Canada, putting him up in a hotel...and paying for his labthey did this > 5 times > before he passed his lab. Those slots could have been used for someone that > actually > knew what they were doing and had a chance to pass. It would be nice if > they had a 4 > hour lab prequal after taking the written. Something that would not require > a proctor to > pass. You would be given many different scenarios at Sylvan and require to > configure > them with a virtual IOS. The configs would be sent to an evaluator at Cisco > and then you > would be contacted a week later concerning scheduling your real lab date. > This could > weed out some of the flunkies. > > If Cisco ruins the value of this exam, they are not going to have any future > revenue > from it. > > Nate > > Chuck Larrieu wrote: > > > >> I was told Cisco was trying to reduce the problem, but not how they > were > > going to achieve their goal. (I wish them luck)<< > > > > some cruel and unusual thoughts come to mind. > > > > 1) Set some arbitrary standard such that people who fail day one by more > > than so many points have a 90 day wait for retest, rather than 30 days. Or > > you have to at least made it into day 2 to be able to retest within 30 > days. > > Some such thing > > > > 2) Limit the number of times one may attempt the lab in any 12 month > period. > > > > 3)
CID CHANGE
Guys, Does anyone know when CID 3.0 will be replaced by cisco with a new test? Thanks in advance Michael Ibidunni * This footnote confirms that this e-mail message has been scanned for the presence of known computer viruses by the MessageLabs Virus Control Centre. However, it is still recommended that you use local virus scanning software to monitor for the presence of viruses. * _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Passwords (was RE: Electrical and General knowledge
>Ray, > >I think there is a misunderstanding. What he said was non alphanumeric >(something other that letters and numbers). >What I think he means is characters such as !@#$%^&*(), and others. >Alphabetic characters, numbers, and especially mixed case are very much >recommended for security, BUT, I can understand the problems associated with >a user not remembering that he had the 3rd letter of his cat's name >capitalized. > >My $ 0.02 > >Brad Hope it's not getting too far afield, but there are some tricks for getting strong but memorable passwords. The passphrase is good. Remember some natural-language phrase such as "Ciscos that aren't fish aren't kosher" and use the first two letters of each word, capitalizing the first: CiThArFiArKo or even only capitalize the letters that normally would be capitalized: "John Chambers, router jockey" JoCarojo You can strengthen any of these, assuming the strings are varying length, by splitting the passphrase into two and putting one or more numeric digits at the center. Passwords with numbers at the beginning or end are a bit easier to guess. There are other tricks that could work with specific people. Without getting specific, my personal passwords come from a background in biochemistry, and tend to be formulas with deliberate errors in them. The Department of Defense/NSA password management guide at http://www.fas.org/irp/nsa/rainbow/std002.htm is quite well written and gives insights into the relative strength of passwords. > >-Original Message- >From: Ray Mosely [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 04, 2001 9:14 AM >To: studygroup >Subject: RE: Electrical and General knowledge > > >Sorry, if I understand your comments on passwords, >I must disagree. Username passwords should contain >non-alphabetic characters. This doesn't effect Cisco, >because so far no one seems to have created the right >software to hack the secret password hash. > >However, the Cisco secret password hash is similar to >Microsoft's, and l0pht has long ago created a brute >force hack. I ran the l0pht crack on my userlist 2 >months ago. > >The only passwords that were NOT cracked were mine and >my student worker's. Both had non-alphabetic characters. > >Ray Mosely >CCNA, MCSE > >-Original Message- _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: CCDP
I would not recommend taking the CID first as it is built off of info needed for the other 3 test. André Paree-Huff A+, ASE, CCDA, CCNP MCSE+I, NET+, I-NET+ [EMAIL PROTECTED] [EMAIL PROTECTED] AOL AIM: pareehuff - Original Message - From: "John Chang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 9:46 AM Subject: CCDP > What is the order you should take the exams to get the CCDP? Should I > follow cisco's flow chart or do you think there is a better way? For > instance can I take the CID first. Thanks. > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
CCDP test order
What is the order you should take the exams to get the CCDP? Should I follow cisco's flow chart or do you think there is a better way? For instance can I take the CID first. Thanks. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCIE Lab
There really isn't much to it. The NT-1 has two S/T ports and you plug each port into a router. Then configure the router as normal except you only need one spid on each router and set the dialer string to the other spid. This was the method that I used to study for the lab since I didn't own a simulator, but I had an ISDN line from work. I looked into getting another line, but they SWB wanted a one-year contract and I didn't feel it was necessary just for multilink. Regards, Aaron K. Dixon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Austin Sent: Thursday, January 04, 2001 9:15 AM To: [EMAIL PROTECTED] Subject: Re: CCIE Lab Is there any documentation on exactly how to do the splitting of the BRI channels with an NT1? Also, how do you do multilink? ""John Hardman"" <[EMAIL PROTECTED]> wrote in message 93264i$ves$[EMAIL PROTECTED]">news:93264i$ves$[EMAIL PROTECTED]... > Hi > > Add some more 2500 or some 1700 for more serial interface and VoX. > > Kill the ISDN simulator, it is much cheaper (in most areas) to simply order > a ISDN BRI line and use a NT1 to split the B channels between the routers. > > $0.02 > -- > John Hardman CCNP MCSE+I > > > ""Albert Lu"" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > This is the list of equipment I'm looking to purchase, I've been doing > > almost 4 weeks of research on this, and came up with this list. > > > > 2x2513 > > 2x2503 > > 2509 or 2511 > > 2520 > > 1x2901 Catalyst Switch > > Emutel Lite ISDN Simulator. > > Serial Cables > > 2 Token Ring hubs > > Ethernet transceivers > > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > > your clever. > > > > Other things such as ATM and VoIP I intend to do using remote labs. > > > > Everyone else, please give me some feed back on this. > > > > -- > > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > > > Subject: CCIE Lab > > > Date: Thursday, January 04, 2001 9:51 PM > > > > > > Hello Everybody. > > > > > > I am just curious that which equipment I may need to build CCIE lab at > > my > > > home. Somebody told me that I have to buy > > > ISDN Simulators, Switches and different series of routers.. I > > will > > > appreciate if anybody can send me list of all equipments / simulators / > > > routers / switches with their series nos to build this home lab ... > > > > > > Thanks > > > > > > Tariq Bin Azad > > > > > > _ > > > FAQ, list archives, and subscription info: > > http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Electrical and General knowledge
Within the confines of my (admittedly limited) understanding of the original author's point, the username/password pairs referred to are the ones used in processes such as CHAP authentication, and therefore do not pertain to end-user access to either intermediate or end systems (thereby somewhat obviating the "3rd letter of his cat's name capitalized" concern). Please let me know if I misunderstood to an unacceptable extent. Thanks, "Stanfield Hilman B (Brad) CONT NSSG" <[EMAIL PROTECTED]> @groupstudy.com on 01/04/2001 09:43:02 AM Please respond to "Stanfield Hilman B (Brad) CONT NSSG" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] To: "'Ray Mosely'" <[EMAIL PROTECTED]>, studygroup <[EMAIL PROTECTED]> cc:(bcc: Kevin Cullimore) Subject: RE: Electrical and General knowledge Ray, I think there is a misunderstanding. What he said was non alphanumeric (something other that letters and numbers). What I think he means is characters such as !@#$%^&*(), and others. Alphabetic characters, numbers, and especially mixed case are very much recommended for security, BUT, I can understand the problems associated with a user not remembering that he had the 3rd letter of his cat's name capitalized. My $ 0.02 Brad Brad Stanfield CCNA Network/Integration Engineer [EMAIL PROTECTED] Government Micro Resources Network Operations Control Center Norfolk Naval Shipyard Bldg 33 NAVSEA NCOE 757-393-9526 1-800-626-6622 -Original Message- From: Ray Mosely [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 9:14 AM To: studygroup Subject: RE: Electrical and General knowledge Sorry, if I understand your comments on passwords, I must disagree. Username passwords should contain non-alphabetic characters. This doesn't effect Cisco, because so far no one seems to have created the right software to hack the secret password hash. However, the Cisco secret password hash is similar to Microsoft's, and l0pht has long ago created a brute force hack. I ran the l0pht crack on my userlist 2 months ago. The only passwords that were NOT cracked were mine and my student worker's. Both had non-alphabetic characters. Ray Mosely CCNA, MCSE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Priscilla Oppenheimer Sent: Wednesday, January 03, 2001 5:37 PM To: Tony van Ree; studygroup Subject: Re: Electrical and General knowledge At 10:01 AM 1/4/01, Tony van Ree wrote: >A couple of thoughts based on the PVC fault thread but looking at a >different angle. > >Should we as aspiring "communications experts" understand: >1 Fundamental electrical and magnetic propogation theory. >2 Basic cabling technology, design and termination. Yes. Cisco Networking Academy requires almost a whole semester on electricity, cabling, building wiring, etc. Now, I think that's overkill, but at least some study in these areas is a good idea if you want to be an efficient troubleshooter. Priscilla >Well lets consider the number of faults that can be put into this >category. It used to be 75%+ faults were of a physical nature. I think >the figure would still be quite high but I don't have recent figures. > >Most intermittent faults are due to connections and/or connectors. Ofter >due to poor installation and/or plugs being inserted and removed regularly >and/or incorrectly. > >The next most common cause of intermittent faults is magnetic (Noise) >interferance. Usually due to poor cabling layouts and/or poor >installation methods. > >The most common cause of permanent damage to to ports is due to incorrect >installation of cables (NT1 to Ethernet ports is a good one that comes up >a lot). > >In switching the most common problems are duplex mismatches. Usually due >to a misunderstanding of what duplex setting do. > >These are just some considerations there are heaps more. Most are easily >avoided but difficult to diagnose. An understanding of the fundamentals >involved can avoid disaster. > >Just as a beat up on all. I work in an environment where we supply Telco >type services and IP connectivity to thousands (this figure is an >understatement). A part of my job is to troubleshoot client connections >to our access servers. I can often go for a week or two handling about 10 >faults or more per day without finding a fault in the configuration of the >access servers, connections to the access servers and/or the clients >CPE. This does not leave much but I'll bet most still blame us. I don't >know how often I will suggest change this setting in your server an all >will be fine. Bink up it comes and so does the question "what did you do >at your end to fix my server?" > >Incidently the next most common problem I come across is username/password >errors particularly where people mix cases and/or use non alphanumeric >characters in usernames. In my opinoin this shouls be avoided (In Cisco's
Re: Cisco Certification Digest V2 #921
I will be on vacation until January 8 and out of pager and cell phone range. For all network related issues please contact our Network Operations Center at 800-610-4684. Dan Keller _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: CCIE Lab
Is there any documentation on exactly how to do the splitting of the BRI channels with an NT1? Also, how do you do multilink? ""John Hardman"" <[EMAIL PROTECTED]> wrote in message 93264i$ves$[EMAIL PROTECTED]">news:93264i$ves$[EMAIL PROTECTED]... > Hi > > Add some more 2500 or some 1700 for more serial interface and VoX. > > Kill the ISDN simulator, it is much cheaper (in most areas) to simply order > a ISDN BRI line and use a NT1 to split the B channels between the routers. > > $0.02 > -- > John Hardman CCNP MCSE+I > > > ""Albert Lu"" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > This is the list of equipment I'm looking to purchase, I've been doing > > almost 4 weeks of research on this, and came up with this list. > > > > 2x2513 > > 2x2503 > > 2509 or 2511 > > 2520 > > 1x2901 Catalyst Switch > > Emutel Lite ISDN Simulator. > > Serial Cables > > 2 Token Ring hubs > > Ethernet transceivers > > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > > your clever. > > > > Other things such as ATM and VoIP I intend to do using remote labs. > > > > Everyone else, please give me some feed back on this. > > > > -- > > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > > > Subject: CCIE Lab > > > Date: Thursday, January 04, 2001 9:51 PM > > > > > > Hello Everybody. > > > > > > I am just curious that which equipment I may need to build CCIE lab at > > my > > > home. Somebody told me that I have to buy > > > ISDN Simulators, Switches and different series of routers.. I > > will > > > appreciate if anybody can send me list of all equipments / simulators / > > > routers / switches with their series nos to build this home lab ... > > > > > > Thanks > > > > > > Tariq Bin Azad > > > > > > _ > > > FAQ, list archives, and subscription info: > > http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
CCIE Prep Lab in the UK
Hi, Does anyone know of CCIE Prep Labs available in the UK. Also, if you have experience of the prep lab/company, how do you rate it ? Regards, Craig. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
CCDP
What is the order you should take the exams to get the CCDP? Should I follow cisco's flow chart or do you think there is a better way? For instance can I take the CID first. Thanks. _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Electrical and General knowledge
Ray, I think there is a misunderstanding. What he said was non alphanumeric (something other that letters and numbers). What I think he means is characters such as !@#$%^&*(), and others. Alphabetic characters, numbers, and especially mixed case are very much recommended for security, BUT, I can understand the problems associated with a user not remembering that he had the 3rd letter of his cat's name capitalized. My $ 0.02 Brad Brad Stanfield CCNA Network/Integration Engineer [EMAIL PROTECTED] Government Micro Resources Network Operations Control Center Norfolk Naval Shipyard Bldg 33 NAVSEA NCOE 757-393-9526 1-800-626-6622 -Original Message- From: Ray Mosely [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 9:14 AM To: studygroup Subject: RE: Electrical and General knowledge Sorry, if I understand your comments on passwords, I must disagree. Username passwords should contain non-alphabetic characters. This doesn't effect Cisco, because so far no one seems to have created the right software to hack the secret password hash. However, the Cisco secret password hash is similar to Microsoft's, and l0pht has long ago created a brute force hack. I ran the l0pht crack on my userlist 2 months ago. The only passwords that were NOT cracked were mine and my student worker's. Both had non-alphabetic characters. Ray Mosely CCNA, MCSE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Priscilla Oppenheimer Sent: Wednesday, January 03, 2001 5:37 PM To: Tony van Ree; studygroup Subject: Re: Electrical and General knowledge At 10:01 AM 1/4/01, Tony van Ree wrote: >A couple of thoughts based on the PVC fault thread but looking at a >different angle. > >Should we as aspiring "communications experts" understand: >1 Fundamental electrical and magnetic propogation theory. >2 Basic cabling technology, design and termination. Yes. Cisco Networking Academy requires almost a whole semester on electricity, cabling, building wiring, etc. Now, I think that's overkill, but at least some study in these areas is a good idea if you want to be an efficient troubleshooter. Priscilla >Well lets consider the number of faults that can be put into this >category. It used to be 75%+ faults were of a physical nature. I think >the figure would still be quite high but I don't have recent figures. > >Most intermittent faults are due to connections and/or connectors. Ofter >due to poor installation and/or plugs being inserted and removed regularly >and/or incorrectly. > >The next most common cause of intermittent faults is magnetic (Noise) >interferance. Usually due to poor cabling layouts and/or poor >installation methods. > >The most common cause of permanent damage to to ports is due to incorrect >installation of cables (NT1 to Ethernet ports is a good one that comes up >a lot). > >In switching the most common problems are duplex mismatches. Usually due >to a misunderstanding of what duplex setting do. > >These are just some considerations there are heaps more. Most are easily >avoided but difficult to diagnose. An understanding of the fundamentals >involved can avoid disaster. > >Just as a beat up on all. I work in an environment where we supply Telco >type services and IP connectivity to thousands (this figure is an >understatement). A part of my job is to troubleshoot client connections >to our access servers. I can often go for a week or two handling about 10 >faults or more per day without finding a fault in the configuration of the >access servers, connections to the access servers and/or the clients >CPE. This does not leave much but I'll bet most still blame us. I don't >know how often I will suggest change this setting in your server an all >will be fine. Bink up it comes and so does the question "what did you do >at your end to fix my server?" > >Incidently the next most common problem I come across is username/password >errors particularly where people mix cases and/or use non alphanumeric >characters in usernames. In my opinoin this shouls be avoided (In Cisco's >also). The term username in the Cisco sense is really a hostname (PPP) >and should follow the Unix Hostmane rules to avoid stange issues. > >Most faults a simple and can be avoided by careful planning. > >Just some thoughts and ramblings from Teunis > >Teunis >Hobart, Tasmania >Australia > > >-- >www.tasmail.com > > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] Priscilla Oppenheimer http://www.priscilla.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _
Re: CCIE Lab
Hi Add some more 2500 or some 1700 for more serial interface and VoX. Kill the ISDN simulator, it is much cheaper (in most areas) to simply order a ISDN BRI line and use a NT1 to split the B channels between the routers. $0.02 -- John Hardman CCNP MCSE+I ""Albert Lu"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This is the list of equipment I'm looking to purchase, I've been doing > almost 4 weeks of research on this, and came up with this list. > > 2x2513 > 2x2503 > 2509 or 2511 > 2520 > 1x2901 Catalyst Switch > Emutel Lite ISDN Simulator. > Serial Cables > 2 Token Ring hubs > Ethernet transceivers > All routers running IOS12 Enterprise so you need 16Flash/16Dram, less if > your clever. > > Other things such as ATM and VoIP I intend to do using remote labs. > > Everyone else, please give me some feed back on this. > > -- > > From: Tariq Bin Azad <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: CCIE Lab > > Date: Thursday, January 04, 2001 9:51 PM > > > > Hello Everybody. > > > > I am just curious that which equipment I may need to build CCIE lab at > my > > home. Somebody told me that I have to buy > > ISDN Simulators, Switches and different series of routers.. I > will > > appreciate if anybody can send me list of all equipments / simulators / > > routers / switches with their series nos to build this home lab ... > > > > Thanks > > > > Tariq Bin Azad > > > > _ > > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Electrical and General knowledge
Sorry, if I understand your comments on passwords, I must disagree. Username passwords should contain non-alphabetic characters. This doesn't effect Cisco, because so far no one seems to have created the right software to hack the secret password hash. However, the Cisco secret password hash is similar to Microsoft's, and l0pht has long ago created a brute force hack. I ran the l0pht crack on my userlist 2 months ago. The only passwords that were NOT cracked were mine and my student worker's. Both had non-alphabetic characters. Ray Mosely CCNA, MCSE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Priscilla Oppenheimer Sent: Wednesday, January 03, 2001 5:37 PM To: Tony van Ree; studygroup Subject: Re: Electrical and General knowledge At 10:01 AM 1/4/01, Tony van Ree wrote: >A couple of thoughts based on the PVC fault thread but looking at a >different angle. > >Should we as aspiring "communications experts" understand: >1 Fundamental electrical and magnetic propogation theory. >2 Basic cabling technology, design and termination. Yes. Cisco Networking Academy requires almost a whole semester on electricity, cabling, building wiring, etc. Now, I think that's overkill, but at least some study in these areas is a good idea if you want to be an efficient troubleshooter. Priscilla >Well lets consider the number of faults that can be put into this >category. It used to be 75%+ faults were of a physical nature. I think >the figure would still be quite high but I don't have recent figures. > >Most intermittent faults are due to connections and/or connectors. Ofter >due to poor installation and/or plugs being inserted and removed regularly >and/or incorrectly. > >The next most common cause of intermittent faults is magnetic (Noise) >interferance. Usually due to poor cabling layouts and/or poor >installation methods. > >The most common cause of permanent damage to to ports is due to incorrect >installation of cables (NT1 to Ethernet ports is a good one that comes up >a lot). > >In switching the most common problems are duplex mismatches. Usually due >to a misunderstanding of what duplex setting do. > >These are just some considerations there are heaps more. Most are easily >avoided but difficult to diagnose. An understanding of the fundamentals >involved can avoid disaster. > >Just as a beat up on all. I work in an environment where we supply Telco >type services and IP connectivity to thousands (this figure is an >understatement). A part of my job is to troubleshoot client connections >to our access servers. I can often go for a week or two handling about 10 >faults or more per day without finding a fault in the configuration of the >access servers, connections to the access servers and/or the clients >CPE. This does not leave much but I'll bet most still blame us. I don't >know how often I will suggest change this setting in your server an all >will be fine. Bink up it comes and so does the question "what did you do >at your end to fix my server?" > >Incidently the next most common problem I come across is username/password >errors particularly where people mix cases and/or use non alphanumeric >characters in usernames. In my opinoin this shouls be avoided (In Cisco's >also). The term username in the Cisco sense is really a hostname (PPP) >and should follow the Unix Hostmane rules to avoid stange issues. > >Most faults a simple and can be avoided by careful planning. > >Just some thoughts and ramblings from Teunis > >Teunis >Hobart, Tasmania >Australia > > >-- >www.tasmail.com > > >_ >FAQ, list archives, and subscription info: >http://www.groupstudy.com/list/cisco.html >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] Priscilla Oppenheimer http://www.priscilla.com _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Boson Tests
It's a little kludgy, but... What I used to do to get a printout of all the Boson questions/answers to take with me on the road was to open a blank Word document, start the Boson test, then highlight the complete answer info (click/drag), right-click, select "Copy" to copy the highlighted text, then ALT-Tab to my Word doc and CTRL-V to paste the text. Kinda awkward, but hey, it worked, it was free and I didn't have to schlep a laptop into the hotel just to review. -Austin (on hiatus from any more studying for awhile) _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: ccie qualification exam cleared
Well done .. all the best with the lab "Dar" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > i cleared my written exam today,it was very basic but some statements were > very confusing. Do read them carefully. i got 91% > goodluck to those who r studying. > > Dar > MCSE, CCNA, CCNP. > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
CID CHANGE
Guys, Does anyone know when CID 3.0 will be replaced by cisco with a new test? Thanks in advance Michael Ibidunni * This footnote confirms that this e-mail message has been scanned for the presence of known computer viruses by the MessageLabs Virus Control Centre. However, it is still recommended that you use local virus scanning software to monitor for the presence of viruses. * _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: ccie qualification exam cleared
Congratulations! You must be well prepared. Let me share with you how you prepared for it. And good luck to your upcoming lab test. Regards Jaeheon - Original Message - From: "Dar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 9:00 PM Subject: ccie qualification exam cleared > > Hi, > i cleared my written exam today,it was very basic but some statements were > very confusing. Do read them carefully. i got 91% > goodluck to those who r studying. > > Dar > MCSE, CCNA, CCNP. > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: about SNA
Buy the Cisco Press Book Internetworking SNA with Cisco Solutions http://www.ciscopress.com/book.cfm?book=17 As for links the attached will get you started. Out of curiosity did you use the book by Sybex? John Huston [EMAIL PROTECTED] ""Tony"" <[EMAIL PROTECTED]> wrote in message 92upca$fru$[EMAIL PROTECTED]">news:92upca$fru$[EMAIL PROTECTED]... > HI, > I take the CID3.0 last week ,but no passed ,because My material isn't > sufficent,so do someone can give me some advise about SNA,or some good > links. > THANKS ALL > > -- > Yours sincerely > Tony > > > _ > FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > begin 666 DLSw+ Enhanced Load Balancing.url M6T1%1D%53%1=#0I"05-%55),/6AT=' Z+R]W=W#TQ#0H` ` end begin 666 IBM Networking.url M6T1%1D%53%1=#0I"05-%55),/6AT=' Z+R]W=W"YH=&T-"EM);G1E"YH=&T-"DUO9&EF:65D/3(P139$0T0S,3(V-4,P,#%%1 T*26-O;D9I M;&4]:'1T<#HO+W=W=RYC:7-C;RYC;VTO9F%V:6-O;BYI8V\-"DEC;VY);F1E %>#TQ#0H` ` end begin 666 Appendix D- SNA Host Configuration for SDLC Networks.url M6TEN=&5R;F5T4VAO#TQ#0H` ` end begin 666 IBM Network Management.url M6T1%1D%53%1=#0I"05-%55),/6AT=' Z+R]W=W