Re: RIP issue :-) [7:37339]

2002-03-05 Thread Wow

RIP Version 2 supports automatic route summarization by default. The
software summarizes subprefixes to the classful network boundary when
crossing classful network boundaries.

add 'no auto-summary' to your rip configuration

HTH

""Stanzin Takpa""  wrote in message
news:[EMAIL PROTECTED].;
> Hi !
>  I am enabling RIP b/w two p-to-p network /30. But the strange
> thing is ,when I say
> RouterA__.1/30___.2/30__RouterB
>
> router rip
> ver 2
> network 150.1.11.0
>
> and exec show runn, it is showing  the network as 150.1.0.0.
>
> Any comment on this...
>
> Stanzin




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



Re: had to show you all this [7:37352]

2002-03-05 Thread Wow

sick sick sick...

:)

""Timothy Ouellette""  wrote in message
news:[EMAIL PROTECTED].;
> I hope this link goes through. This is one of the funniest things i've
> seen related to CCIE training. heheh
>
>
> http://unixsex.com/netadmin/




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



Re: subneting [7:37354]

2002-03-05 Thread Wow

""kaushalender""  wrote in message
news:[EMAIL PROTECTED].;
> Hi group
> I know it of the topic. I have network of 216.252.243.0/24 and if i
> brake this network in 216.252.243.0/255.255.255.128 and
> 216.252.243.128/255.255.255.255.128.
>
> gateway address is 216.252.243.1/255.255.255.0
>
> machine 1 addrress is 216.252.243.2/255.255.255.128
> machine 2 address is 216.252.243.129/255.255.255.128
>
> My question is will machine 2 will able to ping the gateway or can
> traffic of machine can go out from gateway .If so plz tell me why

Each network needs a gateway.  for the first subnet 216.252.243.0/25 you can
use .1
for the second subnet 216.252.243.128/25 you can use .129
If you only have one router interface and you are using a hub, you can add
216.252.243.129 as a secondary ip address on the same interface as .1

>
>
> thanks in advance
> kaushalender




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



Re: possible quirk in cisco IOS [7:37628]

2002-03-07 Thread Wow

did a quick search on cisco and no results for "stall mode"..

you may want to check www.cisco.com/tac and go to Tool Index then Bug
Toolkit


""mike rose""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> All,
>
> I recently uploaded a new IOS to a flash card on a cisco device and did
not
> reboot it, I just left it up there so I could relod it al a later time. I
> set the boot prompt to boot from the new IOS though. For some reason a
dumb
> ass colegue at work thinks there might be a bug in the IOS (ver 12.6) that
> makes the router go into stall mode when 2 IOS images reside in the IOS. I
> was wondering, has any one else experienced this ?
>
> Thanks
>
> Mike




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



Re: ISL Trunking from a h/w's perspective [7:39246]

2002-03-22 Thread Wow

you got straight from cisco??  a router or cco??

straight from cisco--a router--you can do dot1q on 10BT interfaces--from my
lab 2611:

interface Ethernet0/1
 description D/R subnets (10.10.0.0/16)
 no ip address
 full-duplex
!
interface Ethernet0/1.1
  encapsulation dot1Q 1
 ip address 10.10.254.1 255.255.255.0
!
interface Ethernet0/1.7
 encapsulation dot1Q 7
 ip address 10.10.7.1 255.255.255.0
!
interface Ethernet0/1.10
 encapsulation dot1Q 10
 ip address 10.10.10.1 255.255.255.0
!
interface Ethernet0/1.13
 encapsulation dot1Q 13
 ip address 10.10.13.1 255.255.255.0
!
interface Ethernet0/1.18
 encapsulation dot1Q 18
 ip address 10.10.18.1 255.255.255.0




""Danny Andaluz, CCNP""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> no you can't.  I got straight from cisco that they have to be 100 meg
> full-dux interfaces.
> ""MADMAN""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Actually on some platforms with the right IOS you can trunk 10 meg
ports:
> >
> > C3660B(config)#inter e2/0.1
> > C3660B(config-subif)#encap dot1 1
> > C3660B(config-subif)#
> >
> >   Dave
> >
> > danny wrote:
> >
> > > The router's ethernet must be 100 full dux.  You configure
subinterfaces
> on
> > > the ethernet.  a trunking protocol must be configured on each sub with
> the
> > > corresponding vlan #.  The router will route between Vlans.
> > >
> > > Hope this helps.
> > >
> > > Danny
> > > ""George Siaw""  wrote in message
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > Thanks for all your responses.
> > > >
> > > > One last question though. For external router, routing between vlans
> if
> > > > I have just one FastEthernet interface on the router can I route
> between
> > > > vlans?
> > > >
> > > > George.
> > > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
> Of
> > > > Scott H.
> > > > Sent: 23 March 2002 00:53
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: ISL Trunking from a h/w's perspective [7:39246]
> > > >
> > > > The only time the SC0 interface comes into play is for telnet into
the
> > > > box.
> > > > If you have any 100 MB ports on your switch, you can run trunking.
> > > >
> > > > set trunk (mod/port) on isl
> > > >
> > > > If this trunk is running into a router, you need to create the
> > > > subinterfaces
> > > > on the router to enable routing between VLANS.
> > > >
> > > > int fa1/0.100
> > > > ip address (the subnet of the vlan)
> > > > encap isl (the vlan #)
> > > >
> > > > HTH,
> > > > Scott
> > > >
> > > > ""George Siaw""  wrote in message
> > > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > > Do I need an Sc0 port when routing between Vlans? However, there's
> no
> > > > > uplink module on neither of my supervisor engines. Would you know
a
> > > > s/w
> > > > > work around without having to buy the module?
> > > > >
> > > > > George.
> > > > >
> > > > > -Original Message-
> > > > > From: Larry Letterman [mailto:[EMAIL PROTECTED]]
> > > > > Sent: 23 March 2002 00:17
> > > > > To: George Siaw; [EMAIL PROTECTED]
> > > > > Subject: RE: ISL Trunking from a h/w's perspective [7:39246]
> > > > >
> > > > > You dont have to configure SC0 interface to do isl or dot1q. Its
> only
> > > > > needed
> > > > > for management, telnet etc...
> > > > >
> > > > >
> > > > > Larry Letterman
> > > > > Cisco Systems
> > > > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > > -Original Message-
> > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf
> Of
> > > > > George Siaw
> > > > > Sent: Friday, March 22, 2002 3:45 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: ISL Trunking from a h/w's perspective [7:39246]
> > > > >
> > > > >
> > > > > Guys,
> > > > >
> > > > >
> > > > >
> > > > > Any ideas as how I can configure isl trunking without an Sc0 port
on
> > > > the
> > > > > supervisor engines? Can I configure on of the ports to assume this
> > > > > position i.e. Sc0? If so what are the cmds?
> > > > >
> > > > >
> > > > >
> > > > > Regards,
> > > > >
> > > > > George.
> > > > >
> > > > >
> > > > >
> > > > > Configs as below:
> > > > >
> > > > >
> > > > >
> > > > > Console> (enable) sh mod 1
> > > > >
> > > > > Mod Module-Name Ports Module-Type   Model
> > > > Serial-Num
> > > > > Status
> > > > >
> > > > > --- --- - - -
> > > > -
> > > > > ---
> > > > >
> > > > > 1   ENGINE-10 Supervisor IIIWS-X5530
> > > > 012144234
> > > > > ok
> > > > >
> > > > >
> > > > >
> > > > > Mod MAC-Address(es)Hw Fw Sw
> > > > >
> > > > > --- -- -- --
> > > > > -
> > > > >
> > > > > 1   00-50-f0-0c-64-00 to 00-50-f0-0c-67-ff 3.03.1.2
4.3(1a)
> > > > >
> > > > >
> > > > >
> > > > > Mod Sub-Type Sub-Model Sub-Serial Sub-Hw
> > > > >
> > > > > ---  - -- --
> > > > >
>

Re: Sup III Problems ??? [7:39324]

2002-03-23 Thread Wow

one of my favorite cisco gotcha's--the cable that you use to connect to the
console port on a 55XX is different from the regular rollover cable on every
other cat sup engine.

http://www.cisco.com/warp/public/473/9.html#Cat5000III

Dennis

""Phil Lorenz""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> After catching heck with version 6.3 boot variable and a few other newer
> commands with the 6509s @ work, I decided to upgrade my home lab from a
> Sup I Cat5k with a Sup III tote'n Cat55k.
>
>
>
> Problem:
>
> I fired up the switch and it goes through the POST perfectly, but there
> is no output on the Hyper Term.  The Hyper Term and connections check
> out perfectly.  I hit the reset button and tried various break
> functions- still nothing.  I connected the switch to a router in my lab
> and this is what I see.
>
>
>
> r1#sh cdp nei detail
>
> -
>
> Device ID: 066552032
>
> Entry address(es):
>
> Platform: WS-C5505,  Capabilities: Trans-Bridge Source-Route-Bridge
> Switch
>
> Interface: FastEthernet0,  Port ID (outgoing port): 2/1
>
> Holdtime : 138 sec
>
> Version :
>
> WS-C5505 Software, Version McpSW: 4.5(12) NmpSW: 4.5(12)
>
> Copyright (c) 1995-2001 by Cisco Systems
>
> advertisement version: 1
>
>
>
> Rats !!!  No IP address.  I have tried various console speeds and still
> nothing more than this CDP output.
>
>
>
> Any advice or leads ???
>
>
>
> Thanks
>
> Phil




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



Re: Sup III Problems ??? [7:39324]

2002-03-23 Thread Wow

console port on a 55XX supIII engine is what i meant to say.


""Wow""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> one of my favorite cisco gotcha's--the cable that you use to connect to
the
> console port on a 55XX is different from the regular rollover cable on
every
> other cat sup engine.
>
> http://www.cisco.com/warp/public/473/9.html#Cat5000III
>
> Dennis
>
> ""Phil Lorenz""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > After catching heck with version 6.3 boot variable and a few other newer
> > commands with the 6509s @ work, I decided to upgrade my home lab from a
> > Sup I Cat5k with a Sup III tote'n Cat55k.
> >
> >
> >
> > Problem:
> >
> > I fired up the switch and it goes through the POST perfectly, but there
> > is no output on the Hyper Term.  The Hyper Term and connections check
> > out perfectly.  I hit the reset button and tried various break
> > functions- still nothing.  I connected the switch to a router in my lab
> > and this is what I see.
> >
> >
> >
> > r1#sh cdp nei detail
> >
> > -
> >
> > Device ID: 066552032
> >
> > Entry address(es):
> >
> > Platform: WS-C5505,  Capabilities: Trans-Bridge Source-Route-Bridge
> > Switch
> >
> > Interface: FastEthernet0,  Port ID (outgoing port): 2/1
> >
> > Holdtime : 138 sec
> >
> > Version :
> >
> > WS-C5505 Software, Version McpSW: 4.5(12) NmpSW: 4.5(12)
> >
> > Copyright (c) 1995-2001 by Cisco Systems
> >
> > advertisement version: 1
> >
> >
> >
> > Rats !!!  No IP address.  I have tried various console speeds and still
> > nothing more than this CDP output.
> >
> >
> >
> > Any advice or leads ???
> >
> >
> >
> > Thanks
> >
> > Phil




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



Re: Cisco Devices in MS Active Directory [7:40095]

2002-04-01 Thread Wow

brilliant

""Patrick Ramsey""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Do you really want to trust the management of your core equipment to
> anything microsoft puts out?
>
> >>> "Mann, Chris"  04/01/02 04:05PM >>>
> Can Cisco routers and switches be managed at all from with Microsoft
> Active Directory, or some Active Directory snap-in? I tried looking on CCO
> and Microsoft.com but did not see too much on how the two of them
interact,
> if at all.
>
> Thanks,
>
> Chris




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



Re: CCNP boot camps [7:42427]

2002-04-25 Thread Wow

Depending on what you want to accomplish these boot camps can be a great way
to get the test BS out of the way.  If you have some solid hands on
experience and want to get away from your daily life and be able to totally
concentrate on passing the tests, then boot camp type training can be the
way to do it.  I personally found this to be a way to stay focused on
studying for the tests and getting them out of the way.

If you have no experience and just want the cert, you can get it but it wont
do you much good anywhere.


""Dejan Ristovski""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I was wondering what you falks think about CCNP boot camps. Are they worth
> the
> money, is it possible to get CCNP certified in 2 weeks?
>
> Thanks,
>
> Dejan Ristovski
> Cisco Technical Support, CCNA
> EKONET
> Authorized Cisco Distributor
> Address:
> Partizanski odredi 101, 1000 Skopje
> Macedonia
> Tel./Fax: ++389 2 361284
> E-mail: [EMAIL PROTECTED]




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



Re: a good forum [7:42813]

2002-04-29 Thread Wow

*Welcome*


""gic tony""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> i am from beijing in china ,just find this forum ,browse for a while
> very good place .




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



Re: Failed to Login CCIE Online [7:42955]

2002-05-01 Thread Wow

i also had this problem.  i sent an email to [EMAIL PROTECTED] and they fixed
whatever the problem was.

""Jim Yam""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I passed the CCIE R&S written last week and I am still failed to login to
> CCIE Online http://tools.cisco.com/CCIE/Schedule_Lab/jsp/login.jsp. Did
> anybody experience this problem before?
>
> I called to reserve a lab test date, but failed to reach any
representative.
> Does anyone know the lead time for the lab test in different locations?
>
> Jim




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



Re: CCIE in 3-6 Months from cisco Interesting [7:43306]

2002-05-04 Thread Wow

not sure if this is still true (or if it ever was) but i had heard that
cisco has higher standards for certs for empolyees.  That the passing score
on most of the tests for an employee is higher than for the rest of us.



""Johnzaggat""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Join Cisco and get CCIE in 3-6 months. Must be a typo.
>
>
http://www.cisco.com/pcgi-bin/jobs/JobAgent?rm=jobdetail&req_id=703608&keywo
> rds=+




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



Re: Emergency problem with async interface configuration [7:47214]

2002-06-22 Thread Wow

interface Group-Async1
 dialer map ip 10.2.201.207 name jsmith

""Afshin Mehrpouya""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I would like to assign IP address to the ppp clients based on their ppp
> usernames . So that I can trace who-has-done-what on my dialup clients
> based on their IP addresses . As far as I  know ,
> peer default ip address
> doesn't have such an option . I know how to do this on other RAS platform
,
> Is there a way I can do this on a cisco router ?




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



Re: switch and router security [7:56721]

2002-11-02 Thread Wow
It may not be practical due to the physical location of the equipment but
you might also set up a terminal server.  you can ssh to the terminal server
and rev telnet to the device on the console port of the device.  then
disable access to the vty lines completely on each device.


""Wilson, Christian""  wrote in message
news:200211012153.VAA23055@;groupstudy.com...
> I have recently implemented the following switches and routers:
>
> 4006
> 6509
> 3640
> 2600
>
> My dillema is how to secure remote administration.  I have not been able
to
> find any documentation supporting SSH on the 4006's.  I have found docs on
> SSH for the 6509, but only in hybrid mode, and I am running native.  I
have
> found a sketchy doc for the routers implementation of SSH, but it lists
that
> it is not supported software and documents are scarce.  What are my other
> alternatives?  I have read about cisco secure ACS and have ordered the
> software, which should enable many options, but they are unclear to me.
> Does RADIUS, S/Key, and TACACS+ encrpt the data between my PC and the
> router, or does it just encrypt the login iformation between the router
and
> the ACS server?  I need to protect my sessions end to end.  Any advise
would
> be greatly appreciated!




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



Re: Cisco 'rack' [7:56866]

2002-11-04 Thread Wow
ROFL--i guess it is getting harder and harder to sell used equipment


""NetEng""  wrote in message
news:200211050324.DAA25108@;groupstudy.com...
> Model # of this rack???
>
> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2067174351




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



Re: CCIE R &S LAB [7:57050]

2002-11-08 Thread Wow
how about
www.cisco.com/ccie

try the what's new link



""cer""  wrote in message
news:200211082115.VAA17012@;groupstudy.com...
> Brad,
>
> Where did you get your information from, and is there a Cisco URL that I
can
> look at to confirm?
>
> TIA,
>
> Charles
>
>
> ""Brad""  wrote in message
> news:200211081509.PAA29591@;groupstudy.com...
> > No, that stuff is now gone.
> >
> > thanks,
> > -Brad Ellis
> > CCIE#5796 (R&S / Security)
> > Network Learning Inc
> > [EMAIL PROTECTED]
> > www.optsys.net (Cisco hardware)
> >
> > ""Mike Peterson""  wrote in message
> > news:200211071521.PAA27543@;groupstudy.com...
> > > Hi All,  Soon I will be going for the R&S LAB and I am not seeing that
> > > CISCO took out :IGRP, IPX, Token Ring from the LAB yet.  Does anyone
> > > knows why  or they will still keep those on the LAB ? Thanks,
> > > [EMAIL PROTECTED]
> > >
> >
> 
> > >
> > > Tired of spam? Get advanced junk mail protection with MSN 8.




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



Re: 2 Questions [7:57257]

2002-11-11 Thread Wow
start here:
http://www.cisco.com/warp/public/625/ccie/exam_preparation/preparation.html

and read/ask questions here and also try alt.certification.cisco



""LOON""  wrote in message
news:200211120210.CAA20443@;groupstudy.com...
> 1. Where should one start to prepare for the CCIE written exam, what kind
of
> approach?
> 2. What are the benefits or privileges associated with the CCIE?




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



Re: AS5300 Configuration Problem [7:57828]

2002-11-22 Thread Wow
you probably want to test with a ppp client like windows DUN client.


""Mamoon Dawood""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear All,
>
> =20
>
> I'm doing my first AS5300 installation, after configuration, I did the
> first connection test by using my notebook and open a Hyper terminal
> session then dial the AS5300,=20
>
> The AS5300 software configuration guide says that after dialling from
> the Hyper I must get The username & password prompt, but this is not
> what I get, as I only see Connect 50660 then there is a rubbish on the
> screen for around 30 seconds, then the line disconnects,
>
> Can anyone help me solve the problem, knowing that I teried with my
> hyper and AS5300 speed settings with no luck,
>
> Thanks in advance,
>
> =20
>
> [GroupStudy.com removed an attachment of type image/gif which had a name
of
> Blank Bkgrd.gif]




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



Re: CCIE number [7:50203]

2002-07-31 Thread Wow

way too hard to ignorewhat on earth does this have to do with preparing
for certification exams??

maybe you can ask cisco directly.  they probably have *exact* counts of who
doesnt do something.  probably an entire department dedicated to this full
time as a matter of fact.  and they probably have a hidden link somewhere on
cco so they can pass these statistics on to interested parties.  the servers
that cco runs on probably is part of a server farm which is front-ended by
some cisco content switching hardware which is probably stuffed between some
routers, LAN switches and firewalls, etc.

nevermind now i see how this can help me study.

wow

"". .""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ok, may be i should rephase my question again. I have seen a lot of people
> with their email signature as
> John smith
> CCIE 1024
>
> or something like that. Then I know immediately that that person (i know
> that 1024 belongs to the lab!) is a CCIE.
>
> However, would all CCIE include their "CCIE 1024" in their signature? If
> not, just roughly how many of them?
>
> I know that it is not possible to answser this question. However, I am
just
> too curious to know this.
>
> If you find that this is stupid quesiton (no stupid question, only stupid
> answer???), please kindly ignore this
>
> Thanks
>
> _
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com




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



Re: NBAR filter [7:52566]

2002-09-02 Thread Wow

Yes you can

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121
limit/121e/121e2/nbar2e.htm


""Mohannad Khuffash""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear Group,
> I want to filter Nimda Virus, which spread mainly through the email
> exchange. My question is : Can I use NBAR to filter the SMTP & POP3
content
> like HTTP? If not, is there any other way to do that ?
>
> Thanks
> --
>
>
>
>
>
>
>
> Mohannad  Khuffash
> Network Administrator
> Palestine Telecom
> Tel: 00970-9-2390509
> Mobile:00970-59-579528




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



Re: CCIE R/S Questions and Answers [7:52813]

2002-09-06 Thread Wow

try this link--has the most information available in one place

www.cisco.com/ccie


 wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> Does someone know where I could download CCIE questions with answers that
> covers the Routing and Switching Exam ?
>
> Thanks in Advanced,
>
> Alaerte




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



Re: Good webhosting company [7:53651]

2002-09-19 Thread Wow

AT&T

http://www.business.att.com/products/productdetails.jsp?productId=ehs


""sam sneed""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I know its off topic but hopefully someone on this list could help.
> I'm looking to host 5-10 sites with someone. My problem is that webhsoting
> companies go bankrupt overnite lately.
> Even the decent size ones, XO for example. Does anyone know of a decent
one
> that will be in business longer than a year?
> All I need are the basics, FTP access, CGI and Perl5, web statistics and a
> couple POP3 boxes and don't want to pay more than $15 month.
>
> Any ideas?




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