Re: boot sequence [7:49174]
I posted this same question a few weeks back; you might find the posts there helpful. Also, you can look at this page: http://www.cisco.com/univercd/cc/td/doc/product/access/acs_mod/cis4000/4000m/4000sig/vconfig.htm I am still uncertain of the answer, but have little time to research it further. I know, according to Cisco, if bit 13 of the register is not set, 0x102, theoretically, the router will boot: 1. To location specified in the boot statement in the config - if a statement exists, but the image can not be found, and all statements command a netboot, it will look for an image in flash, the boot to RMON if no image is in flash 2. If no boot statement, it will boot from network file - if no network file exists, the router will hang (because bit 13 not set) Add to this logic the idea that boot statements in config override the netboot sequence, and I am stuck with confusion about step 1 above. What happens if a boot statement exists, pointing to flash, but the image can not be found? Theoretically the router should hang if 0x102... however, when I tested it, the router defaulted to RMON. If you come up with a deifinitive answer, let me know. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=49206&t=49174 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: dhcp and subinterfaces [7:49070]
You can. Just need to put the "ip helper-address" statement on those sub-ints. As long as the router can reach the DHCP server, so will the DHCP requests/replies. Hope this helps. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=49073&t=49070 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CID [7:47496]
ATM is there... no appletalk or SNA Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=47538&t=47496 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCIE written questions [7:47517]
00b0.d059.8609 1011 1101 0101 1001 1000 0110 1001 1101 1011 1001 1010 0110 0001 1001 000d.0b9a.6190 Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=47537&t=47517 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: HSRP [7:47177]
Thank you all! Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=47225&t=47177 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
HSRP [7:47177]
Lets say I have HSRP configured on a series of routers... I know clients are sending packets to the MAC/IP of the well known "virtual MAC" with Cisco equipment. Assume the receiving station recieves the packet directly from the router participating in HSRP with the highest priority... what is the source MAC the receiving station sees? Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=47177&t=47177 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: serial interface down/down or up/down [7:47101]
I have found a good bit of conflicting information on the causes of down/down and up/down. All agree that down/down can be caused by: 1. no cable connection 2. CSU/DSU powered down Some other reasons, although not consistently referenced in the literature are: 1. Faulty cable (may also cause up/down) 2. csu/dsu failure (not specify hardware or software)(may also cause up/down) 3. router serial int hardware problem 4. a DCE router interface will be down/down if DTR is not raised by the DTE device There are a plethora of reasons for up/down Not sure this clarifies, but hope it helps some Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=47136&t=47101 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: confreg [7:46924]
No takers on this one? I am really trying to pinpoint whether a device will look to the network for a valid IOS if no valid IOS is found in flash with the confreg set at 0x2102 and the boot statement is listed in the config pointing to flash. Thanks Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=46968&t=46924 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
confreg [7:46924]
I understand the bit significance for the 16-bit confreg, but I am confused about the SEQUENCE of the boot and the issue with netboot. Assume confreg 0x2102, what is the correct boot sequence? Where does the flash overide (0x2-0xF) come into play i.e. does it replace the need to boot from the network or simply step in line before the attempt to netboot? Thanks Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=46924&t=46924 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: STP BPDUs [7:46839]
Priscilla Oppenheimer wrote: > > > I have come up with the following: > > > >"The Destination Address field indicates the destination > address as > >specified in the Bridge Group Address table. For IEEE > Spanning-Tree Protocol > >BPDU frames, the address is 0x80014300. > > That is bit-reversed. You must have found a document that > covers Token Ring. Indeed, this is a token ring refernce I quote > > >I guess it also depends on the definition of > multi/broad/unicast. > > It better not depend on that. There shouldn't be any argument > on those > definitions. ;-) > > Multicast means a group address. The first bit of the > destination MAC > address (which is the first bit transmitted) is a one so that > every device > knows to look at the address. A NIC driver software supports an > application > telling the NIC which particular multicasts to take in. > > Broadcast means every device in the broadcast domain. The first > bit and all > bits in the MAC destination address are ones. Every NIC in the > broadcast > domain takes in the frame and interrupts the host CPU to see if > the rest of > the frame is interesting. > > Unicast means a specific address. The first bit of the > destination MAC > address (which is the first bit transmitted) is a zero. > In terms of the definitions, I was reading through the Perlman book and noted question of the "necessity to distinguish between multicast and broadcast". I agree that the terms a concretely defined, but whether Cisco subscribes to those definitions might be in question Thanks again... your info certainly cleared this mess up. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=46842&t=46839 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: HSRP MAC address [7:44290]
Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=44292&t=44290 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: MCNS exam material [7:43505]
The book is MORE than enough. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=43912&t=43505 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCNP604-503 ( Routing Exam) [7:43895]
Buy the Cisco Press BSCN book... it has more information than you will need, but worth the price. BUT, since you are taking the exam next week, I doubt you have time to read the entire book... so I would go to CCO and look at the exam outline, and cram from online resources. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=43908&t=43895 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: IOS upgrade on 2900XL failing [7:42440]
I ran into a similar problem using the TFTP server offered by Cisco. I have been using the 3-Com suite, which includes FTP/TFTP server and client, as well as a syslog server. ftp://ftp.3com.com/pub/utilbin/win32/3cdv2r10.zip This is a Win based program. Hope this helps. Daniel Cotts wrote: > > Do a "dir flash:" You should see something like: > OP_Center>dir flash: > Directory of flash: > > 2 -rwx 1223432 Jun 24 1999 01:26:57 > c2900XL-h2s-mz-112.8.2-SA6.bin > 3 -rwx 98833 Jun 24 1999 01:26:57 > c2900XL-diag-mz-112.8.2-SA6 > 4 drwx 10816 Jun 24 1999 01:27:10 html > 175 -rwx 277 Jan 01 1970 00:00:18 env_vars > 176 -rwx2446 Apr 21 1993 17:13:02 config.text > > 3612672 bytes total (1781248 bytes free) > > It's possible to have more than one image in Flash. If so, > there won't be > room to add the new one. Erase one of the old ones. Let us know > the > solution. > > > -Original Message- > > From: Ed Gobeille [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 23, 2002 7:12 PM > > To: [EMAIL PROTECTED] > > Subject: IOS upgrade on 2900 failing [7:42397] > > > > > > I'm getting an unusual error while tring to upgrade IOS on > > several of my > > 2900XL series switches. After doing the copy tftp flash > > command, I get the > > response from the IOS "copy to or from flash not > > implemented". TAC site > > does not have anything on this that I could find. Any > ideas? Thanks > > Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=42730&t=42440 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: Gigabit GBIC for 3550 [7:42680]
What kind of router? What kind of traffic? I have installed quite a few 2621's doing trunking on FA0/0 (dot1q) for inter-vlan routing with client numbers in the range you refer to. Mainly IP traffic, some limited IPX. Hope this helps. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=42713&t=42680 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: MCNS exam [7:42432]
>From experience, the Cisco Press book, although very detailed, is perfect for the exam (it is also good prep for the Pix exam and the VPN exam...money well spent). Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=42492&t=42432 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Networkers in San Diego [7:42402]
I think so... working on that now! Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=42493&t=42402 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: What are the first thing you do...?? [7:42276]
Few questions... for the branch offices, how big are the subnets? If too big (i.e. larger than a single class C), may need to vlan... this also depends on the LAN traffic and apps (IPX SAPs, etc). The same routers that you use for WAN routing via the fractional T1's can perform inter-Vlan routing via sub-interfaces on the eth int (there may be some limitation if the IOS is old or you are dealing with leagcy equipment). BUT, remember it makes no sense to vlan if the benefit you gain from segmentation is outweighed by the extra overhead on the router... so you really need to analyze that LAN traffic. Also, the previous poster stated...check those port counters for errors, like FCS, CRC, etc. This may indicate cabling plant issues. Last, I would suggest using the "set port host" command instead of portfast on all ports not connected to other switches or routers. Hope this helps. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=42295&t=42276 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
Re: 6509 and OC-3 ATM FlexWan [7:41904]
Thanks... that looks easy enough. I thought that there may be some tricky int configuration nonsense since you config from MSFC, but the actual PA was physically in another slot. thanks again Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41999&t=41904 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: 6509 and OC-3 ATM FlexWan [7:41904]
Running SRM is my choice as well. Can you point me to a Cisco documentation site for the config of the FlexWAN. I know you configure it through the MSFC, but looking for some examples (maybe some of your own). Also, what version of code have you done this with MADMAN? I see that before 12.1(3a)E4, FlexWAN would not take advantage of redumdant MSFC's, so in a failover case, the ATM config would not be copied over. Micheal...an FYI, we are still using the CatOS for switch and MSFC IOS for MSFC. Thanks Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41979&t=41904 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
6509 and OC-3 ATM FlexWan [7:41904]
I have a choice here, and am not sure of the load probs. Core can be a 6509 with 2 MSFC 2's/SUPII's, with an uplink to a 7206 with an OC-3 ATM PA (MM)...OR, eliminate the 7206, get a Flexwan module for the 6509 and use the same OC-3 ATM PA. LAN side looks like this: 12 remote wiring closets, each having a 4006 with 4 48-port 10/100. Uplinks to 6509 via 1000SX GBICs (trunking). Mixed IP/IPX environment. 17 VLANS (IP and IPX), so the MSFC2's will be doing the inter-vlan routing. Route IPX on LAN with RIPv2, IPX on WAN with EIGRP. IP on WAN is OSPF.--> no choice here. WAN traffic mainly TN3270, web traffic and IPX (replication), plus OSPF routing updates. Suggestions? About a 11K savings on the non-7206 design. Thanks Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41904&t=41904 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: stub areas and virtual-links [7:41744]
The transit area can not be a stub, BUT the area utilizing the transit can be a stub area. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41901&t=41744 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CEF pitfalls [7:41568]
I am not sure I can point you to a comprehensive list, but I did find that searching through the Cisco IOS web pages can provide a good bit of detail on supported/unsupported functions with regards to CEF (and many other things). You might want to try to use the Cisco Bug toolkit and search on CEF. I did run into an interesting issue with CEF not working on a 2621 while doing inter-vlan routing. It was addressed in the IOC code update. Hope this helps. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41791&t=41568 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Basic PIX clarification ... [7:41779]
There are also methods such as outbound lists: outbound list_ID permit | deny ip_address [netmask[java | port[-port]]] [protocol] They tie into access lists via the list_ID parameter. Many other sorts of content filtering methods. Hope this helps. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41789&t=41779 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCDA exam updated- who knew [7:41263]
Thanks. I saw the objectives, and it looks like I am going to just have to cram the new stuff in at the last minute. I am taking the exam tomorrow at 2:45PM, so I will report back with what I discover. Too late to change it now! Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41436&t=41263 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Static NAT with HSRP - longish [7:41036]
I would suggest CatOS 6-3-3 Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41403&t=41036 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: SSH connexions [7:41178]
Can use the port map statement if using PIX,,, what box are you trying to modify? Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41401&t=41178 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCNP:Switching Exam !! [7:41211]
Know the MLS commands. Know the ins and outs of the different switching types (NetFlow, FIFO, Process,Silicon, distributed, fast, CEF, etc). I found this to be the easiest of the CCNP exams (I used Cisco Press books) Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41400&t=41211 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCNP Exam [7:41230]
Well... if you feel confident that you can pass the foundations exam, go for it. Personally, I think taking them separately will provide you with more knowledge. However, if you know the material already, from experience, I would take the foundations exam to expedite the cert. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41398&t=41230 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Boson Security Tests? (Cisco Security Specialist 1 [7:41256]
I just finished passing all 4 exams. Saying that, I would suggest that the Cisco Press MCNS book is enough to pass 3 of the 4 exams (not the CSIDS). I also purchased Boson tests for all the exams minus the CSIDS (it was not available). I used the Cisco Website info for this exam,,, and with a lot of luck, I Passed! Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41397&t=41256 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCDA exam updated- who knew [7:41263]
Any confirmation that the exam has changed to address the new objectives? I am taking this exam in 24+ hours... would like to hear feedback. Thanks Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41396&t=41263 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: CCDA exam updated- who knew [7:41263]
I looked at the site, but do not see any indication that it changed... what am I missing? I also looked at the retired exam page: http://www.cisco.com/warp/public/10/wwtraining/certprog/testing/endoflife.htm Last one changed/retired was CCNA. Please let me know where I went wrong. I am taking this exam Monday, so I would like to be aware of any changes! Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41333&t=41263 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: New Syslog... [7:41209]
Although I have not used the syslog function of this app, the 3com app is pretty cool too. Unfortunately, it only runs on Windows, but combines a FTP/TFTP server and client, as well as a syslog server. Not shabby..and free! Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41246&t=41209 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: Passed CSIDS - now a CSS1 [7:41227]
I too just finished all 4 exams, and found that if sufficiently prepared for the MCNS, the other exams were not terribly difficult... just a re-hash. Used Cisco Press MCNS book... this will get you through all but CSIDS. For that, I used used the Cisco website. Congrats on your success.Chewy Gravy wrote: > > Just finished the CSIDS exam, completing the series of four to > become a CSS1. > > My take, if anyone is interested, is below, and tests are in > the order I > took them: > > MCNS - I'm glad I took this one first, as it covered all the > material of > the next two exams. > CSPFA - A slightly more focused rehash of MCNS. I referred back > to MCNS > quite a bit to clarify info. > CSVPN - Again, most everything was covered in CSPFA and MCNS > CSIDS - All in all, the easiest of the exams. > > In all cases, the only prep material I had was the courseware > and Boson > exams. I've worked with the Pix for 3 years, but unfortunately > have no > hands-on exposure to the CSDIS hardware. > > Almost all the tests were difficult, none terribly so, and the > CSIDS exam > was just this side of a joke. The tests were also better > written than the > CCNP/CCNA exams I've taken. > > If I wasn't so tired, this would be louder: woo hoo. > > > Doug > [EMAIL PROTECTED] > = > > Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41245&t=41227 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: 6509 trunk to 3524? Any suggestions [7:40880]
>From the Cisco site: Dynamic Trunk Protocol (DTP) Note: 2900 XL/3500 XL /2950 Switches do not support DTP There are different types of trunking protocols. If a port can become a trunk, it may also have the ability to trunk automatically, and in some cases even negotiate what type of trunking to use on the port. This ability to negotiate the trunking method with the other device is called DTP. The 2900 XL/3500 XL/2950 switches do support EtherChannel and trunking, but they do not support dynamic EtherChannel creation (Port Aggregation Protocol (PAgP) ) or dynamic trunk negotiation Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=40978&t=40880 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]