Re: OSPF question

2000-12-04 Thread Paul Schultz
interface loopback 0 ip ospf network point-to-point ! that'll make it push it out as a /24, not /32. On Mon, 4 Dec 2000, Elaluf, Sylvia, wrote: > Hello everybody > > I need some help with the following: > > Given the following > > loopback 0 > ip address 10.10.10.1 255.255.255.0 >

Re: 7200 Series router running Ether Channel

2000-12-01 Thread Paul Schultz
It works on the 7206VXRs. I've got it running using 2 PA-FE-TX cards. Whatever you do don't use the 2 port fast ether cards, as they're designed more for ISL trunking from token ring networks and start getting errors after you start pushing some heavy traffic through them. just create a port-c

Re: CCNP Switching 2.0

2000-12-01 Thread Paul Schultz
with a pretty high score, as long as you make sure you understand everything covered the test really wasn't too bad. Hope this helps. Paul Schultz CCNP On Thu, 30 Nov 2000, Donald Williams wrote: > Have anyone taken the CCNP Switching 2.0 test? If so are ther a lot of > multicasting q

Re: OSPF NSSA problem

2000-11-25 Thread Paul Schultz
If i'm understanding correctly you want the routes you redistribute into the NSSA to not make it all the way through to area 0? Very simple.. let's say on the ASBR you redistribute routes that fall under 172.16.0.0/16 into the NSSA on the ABR, just put: summary-address 172.16.0.0 255.255.0.0

Re: Aeronet Comparisons

2000-11-25 Thread Paul Schultz
Cisco Aironet stuff works quite well, but you have to be very careful with it. Aironet uses direct sequence spread spectrum technology which doesn't scale well at all.. There's 11 possible channels to use, but only 3 of them are non-overlapping.. so basically in one given rooftop or so you're l

Re: BCMSN and the Boson Test

2000-11-12 Thread Paul Schultz
I found the Boson BCMSN tests pretty good.. I used the Boson test + ciscopress BCMSN book + some hands on experience and didn't have much trouble passing the exam.. If you think the Boson tests are ambigous just wait for the real thing :) Paul Schultz, CCNP On Mon, 13 Nov 2000, Jason

Re: pre-requisite for CCNP

2000-11-07 Thread Paul Schultz
CCNA is a prerequisite for getting CCNP certified, but CCNP certification is NOT a prerequisite to get CCIE. On Mon, 6 Nov 2000, Nelluri Reddy wrote: > I heard that as of July 2000, a CCNA certification is a pre-requisite > for taking CCNP exams and a CCNP certification is a pre-requisite fo

Re: Wireless

2000-08-06 Thread Paul Schultz
If you want just data, aeronet is great, if you want voice + data and you have a boatload of money to spend you should look at the wavespan wireless gear. 100mb ethernet + 2 T1 circuits. We use the 100mb for data and the 2 T1 circuits that come off the wireless radios to do voice over. They a

Re: Working hour

2000-08-02 Thread Paul Schultz
The standard US "working week" is 40 hours/week, but that's almost never the case with people in this field. I know the younger people (like myself) are known for pulling pretty long hours. I don't know about most people, but a 55-60 hour week is about normal for me. I've done longer (hell ev

Re: A boon for Cisco Engineers!

2000-07-31 Thread Paul Schultz
We use WhatsUp Gold. For the paging we use pagers that can accept alphanumeric email pages (like Arch). On Mon, 31 Jul 2000, Nasser N Khwaja wrote: > Hello Everybody, > Does anyone know about any software package that monitors a network so that > if any router(s) goes down the support Engine

Re: BCMSN Info

2000-07-31 Thread Paul Schultz
You're studying for the wrong exam... the coarse material changed quite a bit from CLSC to BCMSN. You're better off picking up the Cisco Press BCMSN book and study that. Paul On 31 Jul 2000, Dele Ajayi wrote: > Hi guys, > I'm preparing to take the BCMSN exam by Friday and I've been using the

Re: VPNS/access-list question

2000-07-29 Thread Paul Schultz
There's two things you need to allow for MS PPTP (I assume that's what you're using.) Port 1723 tcp, and either GRE (protocol 47) for NT4 or IPSec (protocol 50) for Win2k. I know NT4 uses GRE and this setup will work, but I've heard Win2k has an option to use IPSec instead. Either way allow wh

RE: Passed Switching 2.0, wooha

2000-07-27 Thread Paul Schultz
> Good luck with your future exams. > > Ole > > > Ole Drews Jensen > Systems Network Manager > CCNA, MCSE, MCP+I > RWR Enterprises, Inc. > [EMAIL PROTECTED] > ~~~~ > > > > -Original Message- > From: Paul Schult

Passed Switching 2.0, wooha

2000-07-26 Thread Paul Schultz
Just took this test today. I heard from everyone that the switching exams are incredibly difficult so I studied the hell out of the material, after that the actual exam was a LOT easier than I expected. I found the routing 2.0 exam to be pretty diffucult and scored an 873, found switching to be

Re: (NAT) P.A.T. on overloaded interface..

2000-07-26 Thread Paul Schultz
I've done this with 1605's and 802's running 12.0 IOS.. the format is like: ip nat inside source static tcp 10.0.0.2 80 interface Serial1 80 (you can use the external "real" ip instead of the interface, either will work.) Basically this says anything coming in on the routable IP on serial 1 po

Re: IP Summary

2000-07-21 Thread Paul Schultz
The address "classes" have been absolete for about 5 years. Don't think of addresses in terms of Class A, B, and C's, think of them as CIDR blocks. When someone says a "class C" they probably just mean a /24, same with a B (/16). For example my company commonly refers to the "Class B" we've b

Re: Totally stubby areas

2000-07-17 Thread Paul Schultz
You CAN make it a totally stubby area, as long as your Cisco router is the ABR. Remember a "totally stubby" setting only means that your router will only send a 0.0.0.0 default route into the OSPF area, as opposed to a 0.0.0.0 default and type 3/4 summary LSAs. As far as packet headers and that

Re: Access List Question

2000-07-11 Thread Paul Schultz
Actually it is possible in Cisco, for standard lists do: (config)# ip access-list standard 10 (config-std-nacl)#no permit blahblahblahblah for extended do: (config)#ip access-list extended 102 (config-ext-nacl)# no deny blahblahblah You'll probably only find this on newer IOS versions Paul

Re: Differences between ACRC 1.0 and BSCN 2.0 Exam?

2000-07-09 Thread Paul Schultz
ACRC covers more things, queueing, bridging, ISDN, appletalk, IPX, etc. BSCN/Routing 2.0 focuses almost all on dynamic IP routing protocols, route-maps, access-lists, and so on.. The test follows the class corriculum, so I'd suggest checking out the course outlines on the training and certifica

Re: 2620 Keeps rebooting

2000-07-07 Thread Paul Schultz
You more than likely have an IOS image on the router that the router doesn't have enough RAM to use. This happens a lot when you put certain IOS images on 2600 routers with less than 24 megs of ram. What you need to do is hit break when it first starts to boot up and use tftpdnld to grab the ap

Routing 2.0 thoughts

2000-07-07 Thread Paul Schultz
Just took and passed the CCNP Routing 2.0 exam. I thought this test was pretty hard, the wording on some of the questions was just rediculous in some cases. The rumors are true, there is NO bridging/queueing/isdn/appletalk/ipx on this exam. A LOT of BGP, and I do mean a lot. Here's what I use

Re: your mail

2000-07-05 Thread Paul Schultz
I usually just put dialer idle-timeout 2147483, I think this is the max number of seconds you can put on it, and have had pretty good luck with the connection not timing out. On Wed, 5 Jul 2000, Nahrajieh D.Anggaon wrote: > Hello, > > How do you disable "dialer idle-timeout" and set the DDR

Re: Vlan Questions

2000-07-05 Thread Paul Schultz
put a router in place to route between to two networks. Hope this helps! Paul Schultz On Wed, 5 Jul 2000, Darren Blake wrote: > Hi All, > > I am new to this list so sorry if this has been asked before. > I am really confused about the benefits/setup of Vlans. The more read