MCNS Exam - Passed

2000-07-13 Thread Joe Martin

Hello from Networkers 2000 - Orlando,
Just wanted to pass along that I sucessfully passed the Managing Cisco
Network Security exam.  Fairly straight forward exam with no "trick
questions" covering very closely to the material in the student guide.  60
questions, no going back, 1:30 minutes.

Good luck to all of you on your endeavors,

JOE
CCNA R/S, CCDA, CCNP R/S, CCDP, CCIE R/S 5917 + Voice Access + Network
Security, and a few other things...


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Packet Generator For testing Routers

2000-07-18 Thread Joe Martin

ttcp and netcps are good for generating alot of traffic.

JOE
CCIE 5917


""Sundar R S"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
> Is there any public domain Packet Generator For testing Routers.If any
> kindly mail me back.
>
> Thanks and Regards,
> Sundar R S
> SSG Co-ordinator
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CSMA/CD : full duplex

2000-05-10 Thread Joe Martin

Full duplex transmission requires a point to point connection between two
devices.  This is achieved using a switch.  Since the connection is between
two and only two devices at a time, this allows them to transmit and receive
at the same time.  Thus a collision would never occur and CSMA/CD is
unnecessary.

JOE
CCNP, CCDP, and a few other things...


"Dan West" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sorry to ask such a simple question--but the CCNA book
> is still unclear as to what's going on.
>
> Half-duplex ethernet uses CSMA/CD for arbitration on
> the link. Does full duplex use it as well for
> arbitration? The book makes it sound like if you are
> running full-duplex that the CSMA/CD is not necessary.
> It mentions half-duplex looping a duplicate frame onto
> the recieve wire from the transmit wire.
>
> Thanks.
>
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: RSVP bandwidth reservation question

2000-05-11 Thread Joe Martin

I wouldn't use RSVP.

Also, trying to have 12 phones supported by BRI is a bit tight.  Hopefully
you are anticipating that not all of the users will be on the phone at the
same time.

G.729 = 8K voice, but you must add IP overhead.  Without CRTP each call
takes about 25K.  With CRTP each call takes about 13K.  13x12=156K.  Thats
more that the BRI can handle.  If you try to compress the link with stac
compression, then things get weird with CRTP.  Basically you can do one or
the other.

For the QoS mechanism, I'd set IP PRECEDENCE 5 in the DIAL-PEER VOICE X VOIP
and use Weighted fair queueing on the ISDN interface.  This has worked for
me in the past.

Also, on links slower than 768K you have an issue with serialization delay
with large data packets inducing enough jitter to make the call
unintelligable and will need to fragment your packets.  With Frame Relay you
use FRF.12, but with other WAN types you need Multilink PPP and then you
must define fragmentation within that.  A simple method is to modify the MTU
size, but that effects all packets even when no one is using the phone.

Good luck in your venture,
JOE
CCNP, CCDP, and a few other things...

""Albert Ip"" <[EMAIL PROTECTED]> wrote in message
001501bfbbb5$23a035c0$[EMAIL PROTECTED]">news:001501bfbbb5$23a035c0$[EMAIL PROTECTED]...
> Hello all,
>
> I am trying to config RSVP for VoIP and is a little confuse about it.
>
> The command "ip rsvp bandwidth [max bandwidth] [single reservation]"
>
> I am using 2 BRIs.  How much should the max bandwidth and single
reservation
> be?  I will be supporting 12 phone lines.
>
> I am reading on the CCO about the config and is seeing different approach.
> Do I need to setup rsvp neighbors, reservation, senders?
> I was told that the bandwidth will be reserved even when there is no phone
> call.  That doesn't make sense to me.  Any help would be appreciated.
>
>
> Albert
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: can anyone help with VoIP config?

2000-05-14 Thread Joe Martin

What you want is "connection trunk" mode.

When the FXS side picks up the receiver they will get dialtone direction
from the PSTN line connection at the FXO side.

When the PSTN number gets dialed, the FXS side phone rings.

Am I on Target?  If yes try this...

FXS Side
--
voice-port 1/0/0
 connection trunk 1000

dial-peer voice 1 pots
 destination pattern 2000
 port 1/0/0

dial-peer voice 2 voip
 destination pattern 1000
 session-target ipv4:2.2.2.2

int loop 0
 ip address 1.1.1.1 255.0.0.0

FXO side
--
voice-port 1/0/0
 connection trunk 2000

dial-peer voice 1 pots
 destination pattern 1000
 port 1/0/0

dial-peer voice 2 voip
 destination pattern 2000
 session-target ipv4:1.1.1.1

int loop 0
 ip address 2.2.2.2 255.0.0.0

I've done this off the top of my head, so there could be a few typos, but it
should be 99% correct.

BTW: This mode supports hookflash!!!  This would allow you to have a PSTN
line with call waiting, conferencing and transfer and have it function.

JOE
CCNP, CCDP, and a few other things...


"neal rauhauser" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
>I have two VoIP capable routers I've been messing with and I am
> tearing my hair out.
>
>
>We've made VoIP calls and thats no big deal but we're having trouble
> with the dial plan - what I want to accomplish is this
>
>
>
> 402-391-2413 <-> Cisco 1750 /w FXO card <-- IP connection --> Cisco 1750
> /w FXS <-> plain ol' phone
>
>
>
>   when a call comes to the PSTN number it should just ring the remote
> phone and when the remote phone is picked up the user should get the
> dial tone from 402-391-241. I've looked at dial plan stuff until my eyes
> cross and I can't figure this out - if anyone has an example config of
> how to do this I'd be eternally thankful.
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: down Ports.

2000-05-12 Thread Joe Martin

What kind of interfaces?  LAN, WAN, ISDN.  What type of WAN -  PPP, HDLC,
Frame Relay.

If LAN, did you change the keepalives?

If WAN, are the keepalives the same?  Did you set a clock rate on the DCE if
using DTE/DCE cables?

If ISDN then could be lots of things.

Post a config

JOE
CCNP, CCDP, and a few other things...


""Chuck Petersen"" <[EMAIL PROTECTED]> wrote in message
8fid1m$e2b$[EMAIL PROTECTED]">news:8fid1m$e2b$[EMAIL PROTECTED]...
> In the Cisco's Network Academy's CCNA lab, I have a problem with all the
> ports going down, then back up, then back down, etc after configuration.
We
> are only using basic Rip, second semester students.  Any help would be
> greatly appreciated.
> thanks in advance
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: help!!

2000-05-13 Thread Joe Martin

Maybe they are talking about the differences between the fixed config boxes
like the 2501 with say 1 ethernet and 2 sync and the 3640 with 4 blank slots
where you can put all kinds of different netmods in to support
LAN/WAN/VOICE.

Just a logical guess,

JOE
CCNP, CCDP, and a few other things...


"Deepak Sharma" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> studying for ccna..
>
> i still don't understand whats the difference between a modular
> interface ( port ) and a fixed interface..
>
> can some1 help this poor guy!?!?!?!
>
> thanks in advance
>
> Deepak
>
> --
>
>
>


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Subinterfaces on Catalyst 6509

2000-05-20 Thread Joe Martin



Yep
 
interface Vlan1 no ip 
address shutdown ipx network 1!interface 
Vlan1.1 ipx network 10 encapsulation SAP
JOE
CCNP, CCDP, and a few other things...

  ""Shawn Carvin"" <[EMAIL PROTECTED]> wrote in message 00a701bfc2b0$a304d9e0$[EMAIL PROTECTED]">news:00a701bfc2b0$a304d9e0$[EMAIL PROTECTED]...
  Wondering if anyone has experience with the Catalyst 
  6509.  The supervisor engine has the MSFC.  Can you create 
  sub-interfaces?
   
   


Re: Networker 2000 worth to attend?

2000-05-21 Thread Joe Martin

I've been to Networkers the past three years.  Yes its expensive, but if
look at the amount of information you gain by attending all the
mini-seminars its worth the money.  You also get a free exam.  You get to
hear about the new trends.  Its a great place to network with others in the
industry, and they throw an AWSOME party.

Once you reach CCIE, its almost mandatory that you go since you need
education credits that work towards recertification.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28

"Jim Bond" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I'm thinking attending Networker 2000 but am not sure
> if it's worth the money. Any recommendations?
> Thanks in advance.
>
> Jim
>
>
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Tunnelling IPX

2000-05-21 Thread Joe Martin

router A
---
interface tunnel 0
tunnel source serial 0
tunnel destination 1.1.1.1
tunnel mode gre ip
ipx network 10

router B
---
interface tunnel 0
tunnel source serial 0
tunnel destination 2.2.2.2
tunnel mode gre ip
ipx network 10

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28

""D. J. Jones"" <[EMAIL PROTECTED]> wrote in message
8ga8td$if3$[EMAIL PROTECTED]">news:8ga8td$if3$[EMAIL PROTECTED]...
> Would anyone happen to have a generic script for a GRE tunnel
encapsulating
> IPX in IP?
>
> Thank you.
>
>
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: FTP Throughput

2000-05-22 Thread Joe Martin

Could be several things.  Since you are achieving 512K to your ISP, you know
your getting the bandwidth from your carrier and ISP.  It could be Internet
congestion.  It could be the site your FTPing from has congestion or a
slower speed link.  It could be more sinister and rate-limiting could be
active to control the amount of bandwidth for FTP.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28

<"venkat_r"@hexaware.co.in> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> Hello Friends,
>
>  We face a peculiar problem in our company.We have a 512K access
> speed to Internet. Our ISP is VSNL in India. When we do an FTP, we never
> achieve a throughput greater than 100Kbps...Very funny thing here is we
> peak to 512K on our local link to VSNL, if we initiate simultaneous FTPs.
> But for all the FTP sessions, the maximum throughput achieved is only 80
to
> 100 Kbps.
>
>  Is there anyway to restrict the throughput to a limit for a single
> session in the internet cloud, which could be creating this problem for
> us.Can some expert throw some light on this please.?
>
>
> Warm regards and Thanks in advance
>
> Venkat
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: ACRC cram time question

2000-05-22 Thread Joe Martin

Interface mode

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""Brian Lodwick"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Tommorow is my day to try to tackle the monster called ACRC, and I my head
> is full of ipx access lists, appletalk protocols, ospf LSAs, and feasible
> successors.
> I was hoping to get a quick answer to a question from my favorite group.
> When you want a certain summary-address to be advertised by eigrp would
you
> always be in (config-router) mode? or should you be in interface
> mode(config-if)?
> I should know this but now I am questioning myself? I think it is always
> configured in router mode. Can someone confirm this one for me?
> >>>Brian
>
> Me and ol'ACRC-high noon tommorow
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: OSPF & RIP

2000-05-23 Thread Joe Martin

Perfect with minor issues.  RIP V1 only supports FLSM and OSPF supports
VLSM.  So it depends on the IP addressing.  Diameter of the network.  RIP
support 16 hops and OSPF is unlimited.

That answer should have been good enough for most people though.  Good luck,

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""Billy Monroe"" <[EMAIL PROTECTED]> wrote in message
8gen5g$j1f$[EMAIL PROTECTED]">news:8gen5g$j1f$[EMAIL PROTECTED]...
> Hello:
>
> An interviewer asked if I could enable RIP and OSPF on the same network.
> I answered that it is possible to overlap protocols, but it is not
> recommended. I said that OSPF has an Administrative Distance lower than
RIP,
> so OSPF will be the procotol in use.
>
> Is that a complete/correct answer ?
>
> Billy
> CCNA
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Access-list 101

2000-05-23 Thread Joe Martin

Here's the easy way.  If you want to allow/block an entire subnet such as:

192.168.1.240 255.255.255.240 then your mask will be determined as follows

255.255.255.255
  - 255.255.255.240

 0. 0.0.  15

Its that easy.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


"Justin Marcus" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hey it would be
> access-list 101 deny ip 192.189.243.64 0.0.0.63
>
>
> On Tue, 23 May 2000 [EMAIL PROTECTED] wrote:
>
> > I have used uncommon subnets vey little, and  have forgotten part of my
> > mask stuff.
> >
> >
> > If I have this:
> >
> >
> > Access-lst 101 deny ip 192.189.243.64 255.255.255.192 any
> >
> > I know that the mask is not done the proper way. Can somegive me a
> > refresher on how to get the proper inverse mask for this access list?
> >
> >
> > Thanks
> >
> >
> >
> > /**/
> > Donald Neisler
> > MCSE, CCNA, ACRC
> >
> > Network Specialists
> >
> > **
> > This communication is for informational purposes only.  It is not
> > intended as an offer or solicitation for the purchase or sale of
> > any financial instrument or as an official confirmation of any
> > transaction, unless specifically agreed otherwise.  All market
> > prices, data and other information are not warranted as to
> > completeness or accuracy and are subject to change without
> > notice.  Any comments or statements made herein do not
> > necessarily reflect the views or opinions of Capital Institutional
> > Services, Inc.  Capital Institutional Services, Inc. accepts no
> > liability for any errors or omissions arising as a result of
> > transmission.  Use of this communication by other than intended
> > recipients is prohibited.
> > **
> >
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: IGRP metrics

2000-05-23 Thread Joe Martin

Sorry, IGRP and EIGRP can use Bandwidth, Load, Delay, MTU and Reliability.
By default they use bandwidth and delay.  To modify this behavior, use
METRIC WEIGHT under the routing process.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""Billy Monroe"" <[EMAIL PROTECTED]> wrote in message
8gf43i$lsu$[EMAIL PROTECTED]">news:8gf43i$lsu$[EMAIL PROTECTED]...
> Hello:
>
> Somebody asked me if IGRP could be configured to use metrics different
than
> Bandwidth, Load, Delay, MTU and Reliability.
>
> I know that IGRP can be configured using the "variance" command to set
> unequal cost load balancing.
> I don't think that could be considered a metric. My answer was "no".
>
> Is that correct ?
>
> Thanks,
>
> Billy
> CCNA
>
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: dual ip address per ethernet interface

2000-05-23 Thread Joe Martin

It will work, but to make it fast switch instead of process switch add this
command to the interface:
ip route-cache same-interface

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""Justin Vo"" <[EMAIL PROTECTED]> wrote in message
8gfm8k$men$[EMAIL PROTECTED]">news:8gfm8k$men$[EMAIL PROTECTED]...
> Hi all,
>
> I'm just about to implement the dual ip address on a single Ethernet
> interface. Has anyone encounter any problems regarding this setup ? or any
> potential flaws against this.
>
> Any comments are appreciated.
>
> Kind regards,
> Justin Vo
> [EMAIL PROTECTED]
>
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: a question about ip connectivity

2000-05-24 Thread Joe Martin

When you dial-up, a new default gateway is dynamically added into your
workstation to point to the dialup gateway.  To continue to allow access
across your LAN also, you will need to have routes to your lan segments.
These routes could be added statically or could be learned dynamically thru
a routing protocol.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""Cai, Land"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sorry for made a mistake, the IP add of ether Card is 167.65.104.42.
>
>  -Original Message-
> From: Andrew Larkins [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 24, 2000 6:24 PM
> To: Cai, Land
> Subject: RE: a question about ip connectivity
>
> you need a route to the other subnet...
>
> Andrew Larkins
> Usko Communications
> Tel: +2711 236-8000
> Fax: +2711 236-8350
> Cell: +2783-656-7214
> Email: [EMAIL PROTECTED]
>
>
> "This message may contain information which is confidential and subject to
> legal privilege.  If you are not the intended recipient, you may not
peruse,
> use, disseminate, distribute or copy this message.  If you have received
> this message in error, please notify the sender immediately by email,
> facsimile or telephone and return and/or destroy the original message."
>
>
>
>
> -Original Message-
> From: Cai, Land [mailto:[EMAIL PROTECTED]]
> Sent: 24 May 2000 10:57
> To: Cisco (E-mail)
> Subject: a question about ip connectivity
>
>
> Hi,
>
> Supposed to have a desktop, whose ether Card ip is 167.65.107.42 and
> have a smooth IP connectivity with other hosts.  Now I need to dial up to
> PPP server, and get the IP 167.65.107.12.  But at this time, I can only do
> ping 167.65.107.X, while can't ping 167.65.104.X.  That's why? And how to
> enable to ping the both IP segments.  All the mask is 255.255.255.0.
>
> Thanks in advance.
> CCNA, MSCE.
>
> Cai, land
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: LANE help and a couple of other things.

2000-05-24 Thread Joe Martin

1-I've installed Fore Systems NICs for NT and Solaris and made it a LANE
client.  On the NT box, it was easy.  Install the NIC software and then it
allows you to add "virtual" NICs which you then map layer three(IP)
addresses to them.

2- NO

3- Can't comment

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""Quinton Maynard"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> #1   I have a cat 5 w/ lane module going to a lightstream 100 w/ ATM
modules
> going out to a 4500 w/ ds3. i need one more ATM device to implement LANE
as
> used in the CCIEbootcamp labs. i was advised to buy another 4500 w/ an atm
> interface, but before i do that i wondered if anyone had had any success
> with configuring this on a pc w/ an oc-3 ATM nic? if so please let me know
> how you did it.
>
> #2   Is there any way to make the two spids of your isdn line talk to each
> other using two isdn routers and NT1's and thereby avoid having to buy an
> isdn simulator?
>
> #3  Does anyone know how cisco feels (and what is done in the real world)
> about people using second hand IOS' for their home labs, as long as they
are
> educational only? i just can't see spending the 2 grand it will cost to
take
> my 2600's to enterprise plus, yet some of the functionality would make
labs
> better.
>
> thanks in advance,
> quinton maynard
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Interview Question - OSPF

2000-05-24 Thread Joe Martin

OSPF doesn't support desktop protocols.  Your thinking of EIGRP.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""pedro quezada"" <[EMAIL PROTECTED]> wrote in message
8gi5vd$ths$[EMAIL PROTECTED]">news:8gi5vd$ths$[EMAIL PROTECTED]...
> Would you think it this way .
> his question was can ospf and rip coexist in the same network ?
>
> I would have answered yes; because it is true you can run both protocols
in
> the same network.
>
> why would you? 
> .remeber that ospf does support desktop protocols such as ipx and
appletalk
> .
>
> PQ
>
>
>
> "Dave" <[EMAIL PROTECTED]> wrote in message
> 8ggg89$33d$[EMAIL PROTECTED]">news:8ggg89$33d$[EMAIL PROTECTED]...
> > If they are both advertising the same networks, then you are correct.
> >
> > --
> > Dave
> > CCNP/CCDP/CCAI
> > ""Billy Monroe"" <[EMAIL PROTECTED]> wrote in message
> > 8gei4j$67u$[EMAIL PROTECTED]">news:8gei4j$67u$[EMAIL PROTECTED]...
> > > Hello:
> > >
> > > An interviewer asked if I could enable RIP and OSPF on the same
network.
> > > I answered that it is possible to overlap protocols, but it is not
> > > recommended. I said that OSPF has an Administrative Distance lower
than
> > RIP,
> > > so OSPF will be the procotol in use.
> > >
> > > Is that a correct answer ?
> > >
> > > Thanks,
> > >
> > > Billy
> > >
> > >
> > >
> > > ___
> > > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > > ---
> >
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > ---
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 5-4-3 Rule

2000-05-24 Thread Joe Martin

The part about three populated segments is based on 10base-2/5 and doesn't
apply to current designs using UTP and hubs/switches.  So, for the modern
world its the 5-4 rule.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


""Cisco man"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi everyone
>
> Can someone pls explains the reason behind the limits of 5 segments and
why
> only 3 segments can be populated with nodes?
>
> Thanks
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: LABS

2000-05-25 Thread Joe Martin

www.fatkid.com are free and EXCELLENT (Awsome job Derik)
www.cciebootcamp.com are awsome but cost
The book "all-in-one lab study guide" is basic but has 80 labs.
www.routeru.com has a couple of intro labs
www.sitamoht.com has a few labs for free

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28

""Timothy W. Roberts"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Where can I find some lab examples that I can do on my own lab?
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: notebook PC as console

2000-05-25 Thread Joe Martin

Ciscos Aquisition of AiroNet supports 802.11 wireless and is compatible with
AirPort for Macs.  Cisco also has PCMCIA Nics for IBM compatible laptops and
desktops (PCI and ISA).

More info located at www.aironet.com and follow the link to Cisco.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


"Natasha" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello again!
> I'm a Linux user so your question is understandable.
> Actualy using a Mac may be better than a Pc and Airport is why!!!
> http://www.apple.com/airport/
> Does this help?
> Please let me know.
> Natasha Flazynski
> 440.949.1399
> http://www.ciscobot.com
> My Cisco information site.
> http://www.botbuilders.com
> Artificial Intelligence and Linux development
> 
> A bus station is where a bus stops.
> A train station is where a train stops.
> On my desk, I have a work station...
>
>
> Priscilla Oppenheimer wrote:
> >
> > Sorry if this topic is way out of line and too stupid for most people,
but
> > I'm really a Mac user, so I have an excuse. Because I will be teaching
> > Sniffer Pro classes, I have to buy a new notebook PC for taking on the
> > road. (Can't buy a Mac ;-()
> >
> > My question: I want the PC to also act as a console port to Cisco
routers
> > and switches. It seems from my cursory investigation that a lot of the
> > notebook PCs don't have a serial port anymore?? Or am I just not looking
> > hard enough at the spec sheets?
> >
> > Many of them have a USB port. But does Cisco use USB for its console
ports
> > yet? I don't think so!?
> >
> > What do you all use for your PC console for a Cisco router or switch?
> >
> > Once the router or switch is configured, of course I'll use Telnet to an
> > Ethernet port, but I'm worried about that initial config.
> >
> > Thanks
> >
> > Priscilla
> >
> > __
> > Priscilla Oppenheimer
> > Phone 541-482-5685
> > Fax   541-488-1708
> > Web   http://www.priscilla.com
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> --
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Freeware for router management?

2000-05-25 Thread Joe Martin

Whatsup is a great piece of software.  Whatsup Gold is what you get when you
order the NT version of Cisco Works for NT.  It used to be Castle Rock SNMPD

Standard whatsup is $99.  Free 30 day eval at
http://www.ipswitch.com/products/WhatsUp/whatsup.html

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


"Paulo Roque" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> Hi,
>
> I am looking for freeware (or shareware) for simple router management.
> I  need a simple software for windows that give me information about
> interface status (only up or down)  using a GUI to be used by "operators
> staff".
> Does anybody know one?
>
>
> --
> [EMAIL PROTECTED]
> Engenheiro de Redes.
> CREA/MG 66089/D
> ICQ# 6372 3382
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Backup interface never comes up.

2000-05-25 Thread Joe Martin

Since this is frame relay, an easy way to test it is to change your LMI type
on the interface to a type not being used and within 10/15 seconds the
interface will go down and the backup interface should go active.

Also,  Backup does not work on multipoint sub-interfaces with the loss of a
PVC.

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


"James Xie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
>   I am doing a study on DDR. On my router, I configured the bri0
interface, and
> it works fine. The router can place a call to the other end and traffic
> passes through
> perfectly. (It means all the isdn interface and dialer configuration are
> correct).
>
>   My problem is, once i placed the interface as a backup for another
serial
> interface
> (frame relay ), the bri0 is placed in standby mode automatically and even
> the layer 1
> and layer 2 for the bri0 are administratively shutdown automatically. I
> tried to shutdown
> the primary frame relay interface and the backup bri0 never comes up.
>
>   I tried it on different routers with the same result.
>
>   Is this behavior normal or I missed something?
>
>   Thank you very much for advice.
>
> Jim.
>
> Attached is my configuration sample:
>
>   int s0
> encapsulation frame-relay
> ip address 10.1.1.1 255.255.255.0
> backup delay 10 30
> backup interface bri0
> no shut
>
>   int bri0
> encapsulation ppp
> ip address 10.1.2.1 255.255.255.0
> isdn switch-type basic-ni1
> isdn spid1 12345678 1234
> isdn spid2 23456789  2345
> dialer-group 1
> dialer map ip 10.1.2.2 broadcast 6789
>  no shut
>  ..
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: certifications zone

2000-05-26 Thread Joe Martin



I used CertificationZone for my prep of the CCIE 
written.  Its an excellent resource.  Yes, the tests can be more 
difficult than the real thing, but thats good.  If your prepared to pass 
the CZ test then you should pass the written.  I passed on the first try 
(its not a brag), its just that I feel CZ was a big part of that.
 
JOE
CCNP, CCDP, and a few other things...
CCIE Lab - Tomorrow!!! (Oh my god)  
:-o

  ""Nigel Samuel"" <[EMAIL PROTECTED]> wrote in 
  message 0ebc01bfc6e4$889b8580$6843fea9@one">news:0ebc01bfc6e4$889b8580$6843fea9@one...
  
  Anyone signed up with certification zone? any good? Is it really work 
  approx. $180 for a year?
   
  Nigel


Re: Difference Between T1 & Frame relay

2000-05-22 Thread Joe Martin

T1 is layer 1
Frame Relay is Layer 2.  It has datalink addressing (DLCIs).

Frame relay runs over T1 (and other things like 56K DDS and DS-3).

JOE
CCNP, CCDP, and a few other things...
CCIE Lab - May 27/28


"John Zaggat" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can some one clearly explain the difference between T1
> and Frame relay, Does T1 run over Frame relay circuits
> ? Aren't they both Layer 1 in the OSI model.
> I have searched the archives and found some good info
> but I am still a little fuzzy about the concepts.
> Thanks Guys.
>
> =
> JZ
> [EMAIL PROTECTED]
>
>
>
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: New CCIE

2000-05-28 Thread Joe Martin



Heres some of my books:
 
Routing TCP/IP by Doyle
Internet Routing Architectures by 
Halabi
Bridges routers and switches by Caslow
CCIE Design and Case studies by Cisco
Advanced routing for Cisco by 
Slatterly
All-in-one Study guide by Giles
All-in-one lab study guide
Hard copy of all the 11.2 manuals
 
Other material:
 
Certificationzone.com
Fatkid.com
Cisco ASET lab in San Jose
 
Lots and lots of time!!!
 
JOE
CCIE#5917

  ""Z. Hassan"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...Congratulation 
  Joe. 
  Pls. give us some sight about the books that you read to pass the exams 
  Regards, 
  Z. 
  Joe Martin wrote: 
  H  e  l  l  o   from 
Sunny San Jose. 
I've just arrived back in my hotel after sucessfully completing the CCIE 
R/S lab. 
My brain isn't quite functioning correctly yet, but I wanted to pass 
along a great deal of thanks to everyone in the group.  I have 
learned so much from each of you.  I'll try to continue to lurk and 
help when I can. 
Here's a bit of my story: 
I'm 33.  Got my first computer when I was 13.  20 years.  
Wow!!!  Fell in love with programming.  At 17, I got a job 
teaching college and was building custom IBM compatibles for a friends 
business.  I taught continuing education computer classes.  
Did that for three years to help pay for my own college.  By my 
third year of college I burned out on programming.  I'd finally 
come out of my shell and found that I didn't want to sit in a cube all 
day and write code.  I then went to work for a small telcom 
interconnect and learned all about PBXs.  Did that for 7 
years.  I decided to make the leap back into "real" computers and 
data.  I went to work for the phone company as a field data 
technician.  Did that for 1 1/2 years and then became a Sales 
Engineer.  Been doing that for about 3 years now.  I've got 
lots of hands on and plenty of different certifications(Cisco, 
Bay/Nortel, Fore/Marconi, etc...).  Last year, I decided to work 
towards my CCIE.  I also decided to get all the intermediate 
certifications along the way. Starting from last April to November, I 
did my CCNA, CCDA, CCNP, CCDP.  In January of this year I did my 
Voice access specialization.  In February I passed the CCIE 
written.  I've been hitting my engineering lab at work ever 
since.  I did 4 hours a nite every day of the week and 12 hours 
each day of the weekend since then.  Its been 3 1/2 months of 
hell.  My wife has been very understanding. 
Boy, was that a long rambling paragraph.  Hope my highschool english 
teacher isn't reading this! 
Thanks again,     Joe Martin     
CCIE#5917, and a couple of other things... 
___ UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html 
FAQ, list archives, and subscription info: http://www.groupstudy.com Report 
misconduct and Nondisclosure violations to [EMAIL PROTECTED] 
  ---___ UPDATED Posting 
  Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and 
  subscription info: http://www.groupstudy.com Report misconduct and 
  Nondisclosure violations to [EMAIL PROTECTED] ---


New CCIE

2000-05-28 Thread Joe Martin

H  e  l  l  o   from Sunny San Jose.

I've just arrived back in my hotel after sucessfully completing the CCIE R/S
lab.

My brain isn't quite functioning correctly yet, but I wanted to pass along a
great deal of thanks to everyone in the group.  I have learned so much from
each of you.  I'll try to continue to lurk and help when I can.

Here's a bit of my story:

I'm 33.  Got my first computer when I was 13.  20 years.  Wow!!!  Fell in
love with programming.  At 17, I got a job teaching college and was building
custom IBM compatibles for a friends business.  I taught continuing
education computer classes.  Did that for three years to help pay for my own
college.  By my third year of college I burned out on programming.  I'd
finally come out of my shell and found that I didn't want to sit in a cube
all day and write code.  I then went to work for a small telcom interconnect
and learned all about PBXs.  Did that for 7 years.  I decided to make the
leap back into "real" computers and data.  I went to work for the phone
company as a field data technician.  Did that for 1 1/2 years and then
became a Sales Engineer.  Been doing that for about 3 years now.  I've got
lots of hands on and plenty of different certifications(Cisco, Bay/Nortel,
Fore/Marconi, etc...).  Last year, I decided to work towards my CCIE.  I
also decided to get all the intermediate certifications along the way.
Starting from last April to November, I did my CCNA, CCDA, CCNP, CCDP.  In
January of this year I did my Voice access specialization.  In February I
passed the CCIE written.  I've been hitting my engineering lab at work ever
since.  I did 4 hours a nite every day of the week and 12 hours each day of
the weekend since then.  Its been 3 1/2 months of hell.  My wife has been
very understanding.

Boy, was that a long rambling paragraph.  Hope my highschool english teacher
isn't reading this!

Thanks again,
Joe Martin
CCIE#5917, and a couple of other things...


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: New CCIE

2000-05-28 Thread Joe Martin

ASET is for Cisco resellers/partners.  You can get info at
www.cisco.com/go/aset

Your Cisco Channel SE must approve your attendance.  You must have passed
the written to attend and must belong to a study group.  Officially is
suppose to be a CSG (Cisco Study Group) that is sponsored by Cisco.  I was
able to bypass that requirement due to the level that my local CSG was at
and due to my association with Groupstudy.

ASET is three days in which you get to work on a simulated CCIE lab
scenario.  Jay, the ASET program manager also tells you some nifty things
about how to be more sucessful.

JOE
CCIE #5917

""John Hardman"" <[EMAIL PROTECTED]> wrote in message
8gsfbu$l7a$[EMAIL PROTECTED]">news:8gsfbu$l7a$[EMAIL PROTECTED]...
> Congrats
>
> Thank you for your posts on the list, your posts are some of the ones I
> always look for. I am glad to see that your knowledge is now officially
> recognized! It is wonderful to see someone reach this goal.
>
> Can you shed a little more detail on the Cisco ASET lab in San Jose, maybe
a
> URL?
>
> TIA
> --
> John Hardman, MCSE+I, CCNA
> ArrisTech/CCS-IS SysAdmin
>
>
> ""Joe Martin"" <[EMAIL PROTECTED]> wrote in message
> 8gsbio$coa$[EMAIL PROTECTED]">news:8gsbio$coa$[EMAIL PROTECTED]...
> > H  e  l  l  o   from Sunny San Jose.
> >
> > I've just arrived back in my hotel after sucessfully completing the CCIE
> R/S
> > lab.
> >
> > My brain isn't quite functioning correctly yet, but I wanted to pass
along
> a
> > great deal of thanks to everyone in the group.  I have learned so much
> from
> > each of you.  I'll try to continue to lurk and help when I can.
> >
> > Here's a bit of my story:
> >
> > I'm 33.  Got my first computer when I was 13.  20 years.  Wow!!!  Fell
in
> > love with programming.  At 17, I got a job teaching college and was
> building
> > custom IBM compatibles for a friends business.  I taught continuing
> > education computer classes.  Did that for three years to help pay for my
> own
> > college.  By my third year of college I burned out on programming.  I'd
> > finally come out of my shell and found that I didn't want to sit in a
cube
> > all day and write code.  I then went to work for a small telcom
> interconnect
> > and learned all about PBXs.  Did that for 7 years.  I decided to make
the
> > leap back into "real" computers and data.  I went to work for the phone
> > company as a field data technician.  Did that for 1 1/2 years and then
> > became a Sales Engineer.  Been doing that for about 3 years now.  I've
got
> > lots of hands on and plenty of different certifications(Cisco,
Bay/Nortel,
> > Fore/Marconi, etc...).  Last year, I decided to work towards my CCIE.  I
> > also decided to get all the intermediate certifications along the way.
> > Starting from last April to November, I did my CCNA, CCDA, CCNP, CCDP.
In
> > January of this year I did my Voice access specialization.  In February
I
> > passed the CCIE written.  I've been hitting my engineering lab at work
> ever
> > since.  I did 4 hours a nite every day of the week and 12 hours each day
> of
> > the weekend since then.  Its been 3 1/2 months of hell.  My wife has
been
> > very understanding.
> >
> > Boy, was that a long rambling paragraph.  Hope my highschool english
> teacher
> > isn't reading this!
> >
> > Thanks again,
> > Joe Martin
> > CCIE#5917, and a couple of other things...
> >
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > ---
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Reserved DLCIs in Frame Relay

2000-05-28 Thread Joe Martin



http://www.frforum.com/
 
JOE
CCIE #5917

  ""Dave Malik"" <[EMAIL PROTECTED]> wrote in message 
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Does anyone know where I can find a description 
  list of the reserved DLCIs in Frame Relay?
   
  Thanks,
  Dave
   


Re: LANE help and a couple of other things.

2000-05-29 Thread Joe Martin

Aaron hit it right on the head.  I've actually done this.  My brain must
have been fried.  Just goes to show that I'm human.

Bring in a BRI from Telco as a U-Interface.  Connect it to an NT1.  The S/T
side of an NT1 is passive and support many devices.  The BRI line needs to
be configured for multipoint services.

Sorry about that.

JOE
CCIE #5917


"Darren Ward" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Joe,
>
> Would there be any way to use ISDN sub-addressing to do this?
>
> Sorry if this is silly.
>
> In Australia none of the Telco ISDN Switches use SPID's so I haven't done
much
> work with them outside basic lab configs.
>
> Darren
>
> Joe Martin wrote:
>
> > 2- NO
> > ""Quinton Maynard"" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > >
> >
> > > #2   Is there any way to make the two spids of your isdn line talk to
each
> > > other using two isdn routers and NT1's and thereby avoid having to buy
an
> > > isdn simulator?
> > >
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: PLS HELP - DLSW+ not working, token-ring attached FEP 3746 to a ethernet attached SNA client over Frame-relay...

2000-05-29 Thread Joe Martin

MAC addresses are carried in non-canonical format in DLSW.  If your running
a protocol converter on the Ethernet segment and have created a peer mac
address, make sure you do the conversion.  This is also true of any peer
statements you have in the routers.

I did an install like this about 3 years ago and that was the only "issue" I
had.

JOE
CCIE #5917


"Mohan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Hi gurus, i have this problem getting a token-ring attached FEP 3746
> talking to a Ethernet attached SNA client over a back-to-back frame-relay
> network configured for DLSW+. I followed the instructions and guidelines
> provided on the cisco DLSW+ docs, however, i fails to get the
configuration
> work. I hope you gurus can shed some light and help me with this.
>
> the following are my observations:
>
> 1. Initially, the interface and line protocol on to0 (Hostrouter) was up,
> however shortly after the client was configured the interface gone into
> shutdown state and i fail to do a no shut, no response and remained at
> shutdown state, i'm only able to do a no shut after removing the
> souce-bridge 9 1 11 statement from the hostrouter. any idea why is this
> happening. I have even tried upgrading the ios from 11.1 to 11.2 on the
> hostrouter.
>
> 2. I have checked the cables and  cards and confirm to be working fine.
>
> 3. on the remote router, the dlsw peer reach output was showing the client
> searching for the 3746 MAC but the session never came-up.
>
> i have attached the config. and show outputs, pls. help to get this
problem
> fixed. PLS. HELP.
>
> thank you,
>
> mohan
>
>   FR
>Ethernet
>  |3746||ring 9|-|host router|---|remote
> R|-|client|
>
> sh run
> Building configuration...
>
>
>
> Current configuration:
> !
> version 11.2
> no service password-encryption
> service udp-small-servers
> service tcp-small-servers
> !
> hostname Hostrouter
> !
> enable secret 5 $1$Fw2W$g97jlFnPbudx14b2qBeGO.
> enable password router
> !
> source-bridge ring-group 2000
> dlsw local-peer peer-id 150.150.1.1
> dlsw remote-peer 0 tcp 150.150.2.1
> !
> interface Loopback0
>  ip address 150.150.1.1 255.255.255.0
> !
> interface Serial0
>  ip address 150.150.100.1 255.255.255.0
>  encapsulation frame-relay IETF
>  no fair-queue
>  frame-relay map ip 150.150.100.2 70
>  frame-relay lmi-type ansi
> !
> interface Serial1
>  no ip address
>  shutdown
> !
> interface TokenRing0
>  no ip address
>  shutdown
>  ring-speed 16
>  source-bridge 9 1 2000
>  source-bridge spanning
> !
> no ip classless
> !
> !
> line con 0
> line aux 0
> line vty 0 4
>  password cisco
>  login
> !
> end
>
> Hostrouter#sh dlsw peers
> Peers:state pkts_rx   pkts_tx  type  drops ckts TCP
>   uptime
>  TCP 150.150.2.1 DISCONN  0 0  conf  00   -
>-
>
> Hostrouter#sh dlsw peers reach
> DLSw Local MAC address reachability cache list
> Mac Addrstatus Loc.port rif
>
> DLSw Remote MAC address reachability cache list
> Mac Addrstatus Loc.peer
>
> DLSw Local NetBIOS Name reachability cache list
> NetBIOS Namestatus Loc.port rif
>
> DLSw Remote NetBIOS Name reachability cache list
> NetBIOS Namestatus Loc.peer
>
> Hostrouter#
>
>
> Remote#sh run
> Building configuration...
>
>
>
> Current configuration:
> !
> version 12.0
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname Remote
> !
> !
> ip subnet-zero
> ip host HQ 150.150.100.1
> frame-relay switching
> !
> !
> !
> !
> source-bridge ring-group 2000
> dlsw local-peer peer-id 150.150.2.1
> dlsw remote-peer 0 tcp 150.150.1.1
> dlsw bridge-group 1
> !
> !
> !
> interface Loopback0
>  ip address 150.150.2.1 255.255.255.0
>  no ip directed-broadcast
> !
> interface Ethernet0/0
>  ip address 150.150.30.1 255.255.255.0
>  no ip directed-broadcast
>  bridge-group 1
> !
> interface Serial0/0
>  ip address 150.150.100.2 255.255.255.0
>  no ip directed-broadcast
>  encapsulation frame-relay IETF
>  no ip mroute-cache
>  no fair-queue
>  frame-relay map ip 150.150.100.1 70
>  frame-relay lmi-type ansi
>  frame-relay intf-type dce
> !
> interface Serial0/1
>  no ip address
>  no ip directed-broadcast
>  shutdown
> !
> no ip classless
> !
> !
> bridge 1 protocol dec
> !
> line con 0
>  transport input none
> line aux 0
>  session-timeout 2
>  no exec
>  exec-timeout 0 0
>  modem InOut
>  transport input all
>  stopbits 1
> line vty 0 4
>  password cisco
>  login
> !
> end
>
> Remote#sh dlsw peers
> Peers:state pkts_rx   pkts_tx  type  drops ckts TCP
>   uptime
>  TCP 150.150.1.1 DISCONN  0 0  conf  00   -
>-
> Total number of connected peers: 0
> Total number of connections: 0
>
> Remote#sh dlsw peers reach

Re: New CCIE

2000-05-29 Thread Joe Martin

I have a method that I used for the lab.  Mostly developed by Bruce Caslow
and specified in his book.  Here's how I start things out.  This is all
generic information that I used for all my prep work.  None of this material
is specific to the CCIE lab.

1-Read the entire lab.  Think of all the issues involved with the protocols
and the topology.
2-Write down specific info in a list regarding IP addressing and interfaces
and summarization.
3-Draw a REALLY nice drawing of the network.  Leave plenty of room to write
in addressing info.
4-Label the drawing with all the interface number.
5-Use different colored pencils for different routing and routed protocols
6-Fill in all the IPs from the list you created.
7-Then fill in the rest of the IPs from the allowed block.
8-As you read the exam, look to see if they specify summarizing so that you
create an IP scheme that can be summarized.
look at each router and write down the type/IOS version/IOS name
9-Create a script in notepad with all the common commands that you want on
each router and paste this onto each one.  Put the command "hostname " last
so you can just type in the name of your router and your finished.
10-Next, put the IP addressing on all of the routers.  As you do this do
whats necesary to turn up the interfaces.  Frame Relay/mapping, clock rates,
ISDN/ppp/username/dialer-list.
11-After doing this on each router, go thru and ping each interface, local
and neighbor.  Make sure they are all reachable.  Doing this now keeps you
from wondering if you have a layer 1,2,3 problem and not a routing problem
that may show up in the steps to come.  Remember to that many multipoint
interface types don't allow you to ping your local interface without some
extra programming.  Also remember spoke to spoke reachability in partially
meshed NBMA networks.
12-After doing this, start the main portion of the lab.
13-Try to save access lists to the end.  Remember what access lists will do
to your network.  It can block DLSW, or routing protocols or AURP appletalk
tunnels, etc...
14-Try to get done early enough that you can reload your routers and make
sure everything comes up OK.  Remember that a reload could change your
router ID for OSPF and mess up your virtual tunnels.  But, by IPing all of
your routers before appying routing protocols will help avert these types of
problems.

THINK, THINK, THINK.

Other tips:
IPX ROUTING X.X.X where X=your router number.  Ex. Router 1 will become
IPX ROUTING 0001.0001.0001
This tip makes it easy for frame relay mapping, ISDN mapping and IPX
ping testing.
APPLETALK CABLERANGE X-X X.Y where Y=router number.
This also makes if easy for frame relay mapping, ISDN mapping and
apple ping testing

JOE
CCIE #5917


""Kevin Welch"" <[EMAIL PROTECTED]> wrote in message
001d01bfc9b5$7506b2a0$[EMAIL PROTECTED]">news:001d01bfc9b5$7506b2a0$[EMAIL PROTECTED]...
> Just wanted to say contrats.  Without breaking your NDA do you have any
> tips/tricks to share with the rest of us attempting to climb to the top of
> Mt. Cisco?
>
> -- Kevin
>
> > -Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Joe Martin
> > Sent: Sunday, May 28, 2000 4:58 PM
> > To: [EMAIL PROTECTED]
> > Subject: New CCIE
> >
> >
> > H  e  l  l  o   from Sunny San Jose.
> >
> > I've just arrived back in my hotel after sucessfully completing
> > the CCIE R/S
> > lab.
> >
> > My brain isn't quite functioning correctly yet, but I wanted to
> > pass along a
> > great deal of thanks to everyone in the group.  I have learned so
> > much from
> > each of you.  I'll try to continue to lurk and help when I can.
> >
> > Here's a bit of my story:
> >
> > I'm 33.  Got my first computer when I was 13.  20 years.  Wow!!!  Fell
in
> > love with programming.  At 17, I got a job teaching college and
> > was building
> > custom IBM compatibles for a friends business.  I taught continuing
> > education computer classes.  Did that for three years to help pay
> > for my own
> > college.  By my third year of college I burned out on programming.  I'd
> > finally come out of my shell and found that I didn't want to sit in a
cube
> > all day and write code.  I then went to work for a small telcom
> > interconnect
> > and learned all about PBXs.  Did that for 7 years.  I decided to make
the
> > leap back into "real" computers and data.  I went to work for the phone
> > company as a field data technician.  Did that for 1 1/2 years and then
> > became a Sales Engineer.  Been doing that for about 3 years now.  I've
got
> > lots of hands on and plenty of different certifications(Cisco,
Bay/Nortel,
>

Re: LANE help and a couple of other things.

2000-05-29 Thread Joe Martin

No, PRIs are strictly point to point so there isn't a mechanism to allow a
single PRI to go to two routers.  Something like an Adtran Atlas 800 would
allow you to do this though.

JOE
CCIE #5917


""Albert Ip"" <[EMAIL PROTECTED]> wrote in message
006201bfc9b8$76c1c8c0$[EMAIL PROTECTED]">news:006201bfc9b8$76c1c8c0$[EMAIL PROTECTED]...
> Curious, can you do the same thing with PRIs. We are getting a PRI here.
> Can I use 1 channel to call another channel?
>
> Just wondering.
>
> Albert
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Joe Martin
> Sent: Monday, May 29, 2000 2:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: LANE help and a couple of other things.
>
>
> Aaron hit it right on the head.  I've actually done this.  My brain must
> have been fried.  Just goes to show that I'm human.
>
> Bring in a BRI from Telco as a U-Interface.  Connect it to an NT1.  The
S/T
> side of an NT1 is passive and support many devices.  The BRI line needs to
> be configured for multipoint services.
>
> Sorry about that.
>
> JOE
> CCIE #5917
>
>
> "Darren Ward" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Joe,
> >
> > Would there be any way to use ISDN sub-addressing to do this?
> >
> > Sorry if this is silly.
> >
> > In Australia none of the Telco ISDN Switches use SPID's so I haven't
done
> much
> > work with them outside basic lab configs.
> >
> > Darren
> >
> > Joe Martin wrote:
> >
> > > 2- NO
> > > ""Quinton Maynard"" <[EMAIL PROTECTED]> wrote in message
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > >
> > >
> > > > #2   Is there any way to make the two spids of your isdn line talk
to
> each
> > > > other using two isdn routers and NT1's and thereby avoid having to
buy
> an
> > > > isdn simulator?
> > > >
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > ---
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: New CCIE

2000-05-29 Thread Joe Martin

I've already sent Bruce a BIG thank you for his book, methods and class.

JOE
CCIE #5917


"Greg Myran" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is excellent advice, and virtually identical to the method I found
> successful when I passed last week in Halifax..
>
> It is unfortunate Bruce Caslow is not on this list to see how well his
> methodology is helping people get through the CCIE lab..
>
>
> Greg Myran
> CCIE# 5906
>
>
> At 08:00 PM 5/29/2000 , Joe Martin wrote:
> >I have a method that I used for the lab.  Mostly developed by Bruce
Caslow
> >and specified in his book.  Here's how I start things out.  This is all
> >generic information that I used for all my prep work.  None of this
material
> >is specific to the CCIE lab.
> >
> >1-Read the entire lab.  Think of all the issues involved with the
protocols
> >and the topology.
> >2-Write down specific info in a list regarding IP addressing and
interfaces
> >and summarization.
> >3-Draw a REALLY nice drawing of the network.  Leave plenty of room to
write
> >in addressing info.
> >4-Label the drawing with all the interface number.
> >5-Use different colored pencils for different routing and routed
protocols
> >6-Fill in all the IPs from the list you created.
> >7-Then fill in the rest of the IPs from the allowed block.
> >8-As you read the exam, look to see if they specify summarizing so that
you
> >create an IP scheme that can be summarized.
> >look at each router and write down the type/IOS version/IOS name
> >9-Create a script in notepad with all the common commands that you want
on
> >each router and paste this onto each one.  Put the command "hostname "
last
> >so you can just type in the name of your router and your finished.
> >10-Next, put the IP addressing on all of the routers.  As you do this do
> >whats necesary to turn up the interfaces.  Frame Relay/mapping, clock
rates,
> >ISDN/ppp/username/dialer-list.
> >11-After doing this on each router, go thru and ping each interface,
local
> >and neighbor.  Make sure they are all reachable.  Doing this now keeps
you
> >from wondering if you have a layer 1,2,3 problem and not a routing
problem
> >that may show up in the steps to come.  Remember to that many multipoint
> >interface types don't allow you to ping your local interface without some
> >extra programming.  Also remember spoke to spoke reachability in
partially
> >meshed NBMA networks.
> >12-After doing this, start the main portion of the lab.
> >13-Try to save access lists to the end.  Remember what access lists will
do
> >to your network.  It can block DLSW, or routing protocols or AURP
appletalk
> >tunnels, etc...
> >14-Try to get done early enough that you can reload your routers and make
> >sure everything comes up OK.  Remember that a reload could change your
> >router ID for OSPF and mess up your virtual tunnels.  But, by IPing all
of
> >your routers before appying routing protocols will help avert these types
of
> >problems.
> >
> >THINK, THINK, THINK.
> >
> >Other tips:
> > IPX ROUTING X.X.X where X=your router number.  Ex. Router 1 will
become
> >IPX ROUTING 0001.0001.0001
> > This tip makes it easy for frame relay mapping, ISDN mapping and
IPX
> >ping testing.
> > APPLETALK CABLERANGE X-X X.Y where Y=router number.
> > This also makes if easy for frame relay mapping, ISDN mapping
and
> >apple ping testing
> >
> >JOE
> >CCIE #5917
> >
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over ddr

2000-05-29 Thread Joe Martin

Netbios can be encapsulated in TCP/IP, IPX and Netbeui.

It can be done with IP.  Name resolution broadcasts can be forwarded with
"IP Helper"

IPX can be done with type-20 propigation.

Netbeui can be done with bridging.

JOE
CCIE #5917


"Chancp" <[EMAIL PROTECTED]> wrote in message
F34840B61AF3D211BB8D0090275CD0BA760709@EXCHANGE1">news:F34840B61AF3D211BB8D0090275CD0BA760709@EXCHANGE1...
> hi all
>
> does anyone know if it is possible to configure a cisco to perform ddr to
> forward netbios packets
>
> rgds
> chan...;-)
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: PLS HELP - DLSW+ not working, token-ring attached FEP 3746 to a ethernet attached SNA client over Frame-relay...

2000-05-30 Thread Joe Martin

heres an example of conversion:

0060.035f.0804

write it in binary
  0110  .  0011 0101  .  1000  0100

read it from left to right
0060.0caf.0102

swap the nibbles
0006.c0fa.1020

Thats it

JOE
CCIE 5917


"Mohan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> joe, can you pls. explain a little more in detail here, and how do i do
the conversion, any doc. on this?
> thanks,
> mohan
>
> -----Original Message-
> From: Joe Martin [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 30, 2000 5:15 AM
> To: [EMAIL PROTECTED]
> Subject: Re: PLS HELP - DLSW+ not working, token-ring attached FEP 3746 to
a ethernet attached SNA client over Frame-relay...
>
> MAC addresses are carried in non-canonical format in DLSW.  If your
running
> a protocol converter on the Ethernet segment and have created a peer mac
> address, make sure you do the conversion.  This is also true of any peer
> statements you have in the routers.
>
> I did an install like this about 3 years ago and that was the only "issue"
I
> had.
>
> JOE
> CCIE #5917
>
>
> "Mohan" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > Hi gurus, i have this problem getting a token-ring attached FEP 3746
> > talking to a Ethernet attached SNA client over a back-to-back
frame-relay
> > network configured for DLSW+. I followed the instructions and guidelines
> > provided on the cisco DLSW+ docs, however, i fails to get the
> configuration
> > work. I hope you gurus can shed some light and help me with this.
> >
> > the following are my observations:
> >
> > 1. Initially, the interface and line protocol on to0 (Hostrouter) was
up,
> > however shortly after the client was configured the interface gone into
> > shutdown state and i fail to do a no shut, no response and remained at
> > shutdown state, i'm only able to do a no shut after removing the
> > souce-bridge 9 1 11 statement from the hostrouter. any idea why is this
> > happening. I have even tried upgrading the ios from 11.1 to 11.2 on the
> > hostrouter.
> >
> > 2. I have checked the cables and  cards and confirm to be working fine.
> >
> > 3. on the remote router, the dlsw peer reach output was showing the
client
> > searching for the 3746 MAC but the session never came-up.
> >
> > i have attached the config. and show outputs, pls. help to get this
> problem
> > fixed. PLS. HELP.
> >
> > thank you,
> >
> > mohan
> >
> >   FR
> >Ethernet
> >  |3746||ring 9|-|host router|---|remote
> > R|-|client|
> >
> > sh run
> > Building configuration...
> >
> >
> >
> > Current configuration:
> > !
> > version 11.2
> > no service password-encryption
> > service udp-small-servers
> > service tcp-small-servers
> > !
> > hostname Hostrouter
> > !
> > enable secret 5 $1$Fw2W$g97jlFnPbudx14b2qBeGO.
> > enable password router
> > !
> > source-bridge ring-group 2000
> > dlsw local-peer peer-id 150.150.1.1
> > dlsw remote-peer 0 tcp 150.150.2.1
> > !
> > interface Loopback0
> >  ip address 150.150.1.1 255.255.255.0
> > !
> > interface Serial0
> >  ip address 150.150.100.1 255.255.255.0
> >  encapsulation frame-relay IETF
> >  no fair-queue
> >  frame-relay map ip 150.150.100.2 70
> >  frame-relay lmi-type ansi
> > !
> > interface Serial1
> >  no ip address
> >  shutdown
> > !
> > interface TokenRing0
> >  no ip address
> >  shutdown
> >  ring-speed 16
> >  source-bridge 9 1 2000
> >  source-bridge spanning
> > !
> > no ip classless
> > !
> > !
> > line con 0
> > line aux 0
> > line vty 0 4
> >  password cisco
> >  login
> > !
> > end
> >
> > Hostrouter#sh dlsw peers
> > Peers:state pkts_rx   pkts_tx  type  drops ckts TCP
> >   uptime
> >  TCP 150.150.2.1 DISCONN  0 0  conf  00   -
> >-
> >
> > Hostrouter#sh dlsw peers reach
> > DLSw Local MAC address reachability cache list
> > Mac Addrstatus Loc.port rif
> >
> > DLSw Remote MAC address reachability cache list
> > Mac Addrstatus Loc.peer
> >
> > DLSw Local NetBIOS Name reachability cache list
> > NetBIOS Namestatus Loc.   

Re: PLS HELP - DLSW+ not working, token-ring attached FEP 3746 to a ethernet attached SNA client over Frame-relay...

2000-05-31 Thread Joe Martin

After writing down the binary representation of the mac address, read the
binary from left to right instead of right to left.  in other words,
something like 04d0 binary  0100 1101  when read from left to right
becomes 02b0.  then swap the nibbles so 02b0 becomes 200b.

And yes, I'm still on cloud nine!!!

JOE
CCIE 5917


""Chuck Larrieu"" <[EMAIL PROTECTED]> wrote in message
008901bfcabb$b82fd1e0$[EMAIL PROTECTED]">news:008901bfcabb$b82fd1e0$[EMAIL PROTECTED]...
> Lost me someplace along the line, Joe. Step two - read from left to right.
>
> You still on cloud nine, or is it past my bedtime? :->
>
> Chuck
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Joe
> Martin
> Sent: Tuesday, May 30, 2000 8:36 PM
> To: [EMAIL PROTECTED]
> Subject: Re: PLS HELP - DLSW+ not working, token-ring attached FEP 3746 to
a
> ethernet attached SNA client over Frame-relay...
>
> heres an example of conversion:
>
> 0060.035f.0804
>
> write it in binary
>   0110  .  0011 0101  .  1000  0100
>
> read it from left to right
> 0060.0caf.0102
>
> swap the nibbles
> 0006.c0fa.1020
>
> Thats it
>
> JOE
> CCIE 5917
>
>
> "Mohan" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > joe, can you pls. explain a little more in detail here, and how do i do
> the conversion, any doc. on this?
> > thanks,
> > mohan
> >
> > -Original Message-
> > From: Joe Martin [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 30, 2000 5:15 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: PLS HELP - DLSW+ not working, token-ring attached FEP 3746
to
> a ethernet attached SNA client over Frame-relay...
> >
> > MAC addresses are carried in non-canonical format in DLSW.  If your
> running
> > a protocol converter on the Ethernet segment and have created a peer mac
> > address, make sure you do the conversion.  This is also true of any peer
> > statements you have in the routers.
> >
> > I did an install like this about 3 years ago and that was the only
"issue"
> I
> > had.
> >
> > JOE
> > CCIE #5917
> >
> >
> > "Mohan" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > >
> > > Hi gurus, i have this problem getting a token-ring attached FEP 3746
> > > talking to a Ethernet attached SNA client over a back-to-back
> frame-relay
> > > network configured for DLSW+. I followed the instructions and
guidelines
> > > provided on the cisco DLSW+ docs, however, i fails to get the
> > configuration
> > > work. I hope you gurus can shed some light and help me with this.
> > >
> > > the following are my observations:
> > >
> > > 1. Initially, the interface and line protocol on to0 (Hostrouter) was
> up,
> > > however shortly after the client was configured the interface gone
into
> > > shutdown state and i fail to do a no shut, no response and remained at
> > > shutdown state, i'm only able to do a no shut after removing the
> > > souce-bridge 9 1 11 statement from the hostrouter. any idea why is
this
> > > happening. I have even tried upgrading the ios from 11.1 to 11.2 on
the
> > > hostrouter.
> > >
> > > 2. I have checked the cables and  cards and confirm to be working
fine.
> > >
> > > 3. on the remote router, the dlsw peer reach output was showing the
> client
> > > searching for the 3746 MAC but the session never came-up.
> > >
> > > i have attached the config. and show outputs, pls. help to get this
> > problem
> > > fixed. PLS. HELP.
> > >
> > > thank you,
> > >
> > > mohan
> > >
> > >   FR
> > >Ethernet
> > >  |3746||ring 9|-|host router|---|remote
> > > R|-|client|
> > >
> > > sh run
> > > Building configuration...
> > >
> > >
> > >
> > > Current configuration:
> > > !
> > > version 11.2
> > > no service password-encryption
> > > service udp-small-servers
> > > service tcp-small-servers
> > > !
> > > hostname Hostrouter
> > > !
> > > enable secret 5 $1$Fw2W$g97jlFnPbudx14b2qBeGO.
> > > enable password router
> > > !
> > > source-bridge ring-group 2000
&

Re: Route-map /distribute-list

2000-05-31 Thread Joe Martin

Route maps, filter lists and distribute lists are mutually exclusive.  To
gain the functionality, do it all with a route map.

JOE
CCIE 5917


"Ida Leung" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Question:
>
> If i have put both route-map and distribute-list on my bgp config for the
> routes i export out, will they execute in sequence?  Will 142.77.225.70/30
> annouce for the following configure?
>
> e.g. route-map export-customer permit 10
>  match ip address 10
>
>  access-list 10 permit ip host 142.77.225.70 host 255.255.255.252
>  access-list 11 deny   ip 127.0.0.0 0.255.255.255 255.0.0.0
> 0.255.255.255
>
> Then my bgp session is :
>
> neighbor x.x.x.x route-map export-customer out
> neighbor x.x.x.x.distribute-list 11 out
>
> Pls advise.
>
> Ida
>
>
> ---
>  Ida Leung
>  UUNET - A WorldCom company
>  Network Operations
>  (416)216-5127
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Lab Prep

2000-05-31 Thread Joe Martin

I took 3 months and 1 week to prepare for the CCIE lab after passing the
written.  I tried to get 4 hours of lab work in during the week and 12 hours
each day of the weekend.  Sometimes more, and sometimes less.

While your milage may vary, this worked for me.

JOE
CCIE 5917

<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> Hi all,
>
> I've been frequenting this site for the last eighteen months or so and
have
> picked up loads of valuable tips, and seen many list members rise to the
ranks
> of the CCIE. I am also aiming for that goal. In your opinions how long
> 'intensive' study is necessary to prepare for the lab ?
>
> I am already CCDP/CCNP , have passed the CCIE written, and have five years
> networking experience, three of which mainly using Cisco. I'm on the
borderline
> of booking the lab for 3 months down the road and working part-time in the
mean
> time. Do you think that is realistic ? I've assembled my lab, and worked
through
> the CCIE Lab Study guide. Is there anything more I need to do before
committing
> myself to the lab ?
>
> Any suggestions would be much appreciated. I am funding this myself so I
want to
> minimize the chance of having to resit.
>
> Cheers,
>
> Mark Edwards
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CCIE Lab Mailing List?!?!?

2000-05-31 Thread Joe Martin

It took me about 3 weeks to get approved.  That was three months ago.

JOE
CCIE 5917


""Eric Fairfield"" <[EMAIL PROTECTED]> wrote in message
8h41bn$osc$[EMAIL PROTECTED]">news:8h41bn$osc$[EMAIL PROTECTED]...
> I am having the same problem.  I have resent the message three times with
no
> luck.
>
>
> Scott Benton <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > For those of you who are members of the lab mailing
> > listhow long did you have to wait before you
> > started recieving mail from the list? When I signed
> > up, it mentioned that the admin only adds folks in one
> > fell swoop each week. It's been over 2 weeks and I
> > haven't seen anything. Should I send another SUBCRIBE
> > message?
> > Scott
> >
> > __
> > Do You Yahoo!?
> > Send instant messages & get email alerts with Yahoo! Messenger.
> > http://im.yahoo.com/
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > ---
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Certification Zone

2000-05-31 Thread Joe Martin



I didn't use CZ for the CCNP, but for preping for the CCIE 
written.  It was AWSOME.  Kudos Howard!!!  I started taking the 
simulated exam about 4 months before taking the real thing.  Boy did they 
kick my but.  I think I got a 36%.  I got an understanding of the 
structure of the questions and the slant that the questions would take.  
Reviewing the correct answers helped tremendously.  After the 4 month 
period I finally scored a 87%.  Two days later I got an 85% on the real 
exam.  That tells me that Howard has done a great job setting the level of 
the exam extremely close to the real thing.
 
If the CCNP side of CZ is anything close, I'd highly recommend 
it.
 
JOE
CCDP, CCIE 5917 + Voice Access

  ""Z. Hassan"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...Hi 
  all, 
  Can anybody recommend the site www.certificationzone.com ? I am 
  preparing for CCNP exams and was thinking to subscribing to this site. 
  I would appreciate any help. 
  Regards, 
  Z.   ___ UPDATED Posting 
  Guidelines: http://www.groupstudy.com/list/guide.html FAQ, list archives, and 
  subscription info: http://www.groupstudy.com Report misconduct and 
  Nondisclosure violations to [EMAIL PROTECTED] 
---


Re: VLSM Question

2000-06-03 Thread Joe Martin

Summary address command in OSPF is for summarizing routes *INTO* the OSPF
domain.  Area Range command is for summarizing routes from one area to
another.  While summary address may work out of OSPF, this is a known bug
and may even stop working upon a reload of the router.

JOE
CCIE 5917


"Kurt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have four different interfaces on a 2514 router (e0,e1,s0,s1), each
> interface is on a different subnet, and the mask is 30 bits. Here's they
> are:
> int e0 = 172.16.10.4 /30
> int e1 = 172.16.10.8 /30
> int s0 = 172.16.10.12 /30
> int s1 = 172.16.10.16 /30
> ( I only want two addresses per subnet)
> I'm running OSPF routing protocol on this router. Each route is
> configured in a different area, so that makes this router an Area Border
> Router.
> here's the logic:
> router ospf 23
> route 172.16.10.4 0.0.0.0 area 1
> route 172.16.10.8 0.0.0.0 area 2
> route 172.16.10.12 0.0.0.0 area 3
> route 172.16.10.16 0.0.0.0 area 4
> I want to summarize the addresses into one route for the routing table.
> Is this possible?
> Here's the binaries on the last octet:
> 4 = .0100
> 8 = .1000
> 12= .1100
> 16= .0001
> I came up with summary-address 172.16.10.0 255.255.255.224
> (ABR script = area 23 range 172.16.10.0 255.255.255.224)
> Is this correct?
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: New CCNP v.2!!!

2000-06-03 Thread Joe Martin

Congrats Eric.  Keep on truckin'.

JOE
CCIE 5917


""McMasters, Eric"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].
com...
> I just wanted to drop the list a line so that I could thank everyone for
> helping me achieve CCNP yesterday.  I successfully completed the Support
2.0
> exam, which now makes me a newly minted CCNP v2.  I would just like to
> express my gratitude to the people on this list and there are too many to
> name, so I will just extend my thanks to everyone who participates in this
> forum.
>
> Now I'll just say this...the test was 75 min. 61 questions, but these new
> tests are variable from 60-70 questions, so the passing score varies also.
> I had the CIT course in February, so I just used the flash cards at
> Priscilla's site to brush up, and I must say that those flash cards rock
the
> casba!  I would suggest that anyone that is taking the exam spend a couple
> of hours there just as a refresher or to brush up because it helps!
Anyway
> thanks to everyone and now to relax and enjoy my weekend and drink a beer
or
> 10!  Then to start over and start reading some CID books.  I'm going to
take
> that one by the end of the month!  Livin' La Vida Loca!!!
>
> Eric L. McMasters, CCNP/CCDA
> OSSN - Sr. Network Systems Engineer
>
> Phone:913.859.1986
> PCS: 913.485.9734
> Fax: 913.859.1234
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: new version of 802.1q?

2000-06-04 Thread Joe Martin



I was originally told that when the 802.1q spec was released 
that it only supported 1 STP period.  I was then told and have seen some 
docs that said that this was changed to one STP per vlan.
 
JOE
CCIE 5917
 

  ""Andy Harding"" <[EMAIL PROTECTED]> 
  wrote in message 01f801bfce8a$c41bace0$[EMAIL PROTECTED]">news:01f801bfce8a$c41bace0$[EMAIL PROTECTED]...
  have been having (semi) argument at work about 
  dot1q versus ISL
   
  my understanding is that dot 1q runs one instance 
  of spanning tree per trunk, rather than per vlan as ISL does - hence if one 
  VLAN is blocking then dot1q disables the entire trunk
   
  A collegue of mine reckons that dot 1q now does 
  as per ISL and runs STP on a per-vlan basis, but the 802.1q spec has changed 
  without the # changing
   
  someone help me out here...
   
  thanks
   
  Andy
   
   


Re: EIGRP contiguous AS

2000-06-05 Thread Joe Martin

> Therefore: EIGRP AS 1      IGRP AS 50     EIGRP AS 1 will not
work.
This will work.  You just need to do redistribution from one to the other
and remember the fact that the IGRP domain in the middle is FLSM based.

JOE
CCIE 5917

"Gerwin Boschloo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> EIGRP and IGRP are both Interior Gateway Protocols that are used inside a
> AS. Therefore, when you want to connect different AS'es, you need an
> Exterior Gateway Protocol like BGP. Within BGP you are routing to
different
> AS'es therefore the AS'es should be unique.
>
> Therefore: EIGRP AS 1      IGRP AS 50     EIGRP AS 1 will not
work.
>
> Gerwin
>
> -Original Message-
> From: Luong, David [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 01, 2000 1:14 AM
> To: 'Robert Padjen'; [EMAIL PROTECTED]
> Subject: RE: EIGRP contiguous AS
>
>
>
> If I remember correct, AS numbers do not have to be contiguous unless if
you
> want automatic redistributing between EIGRP and IGRP.  If you have
different
> AS across boundaries then you will need to have to manually
redistribute...
>
> My $0.02...
>
> David Luong, CCNA,Network+,A+,i-Net+
> Telecommunications Analyst
> Insurance Corporation of B.C.
> Vancouver, B.C CANADA
>
>
> -Original Message-
> From: Robert Padjen [ mailto:[EMAIL PROTECTED]
>  ]
> Sent: Wednesday, May 31, 2000 3:18 PM
> To: [EMAIL PROTECTED]
> Subject: EIGRP contiguous AS
>
>
> I have an interesting question for the group, although
> it is not directly related to any of the current
> exams.
>
> Does an EIGRP AS have to be contiguous or can it be on
> two sides of an IGRP 'AS'. I note that the use of the
> term AS is a mis-nomer for both protocols, but...
>
> For example, does:
>
> EIGRP AS 1      IGRP AS 1      EIGRP AS 1
>
> pose a problem?
>
> Does:
>
> EIGRP AS 1      IGRP AS 50     EIGRP AS 1
>
> My belief is that it could work, but it breaks the
> concept of an AS and could lead to routing topology
> table problems. Any takers?
>
> (I'll be working with my team in the lab, but thought
> it was an interesting thought questions.)
>
> Nothing but net!
>
> =
> Robert Padjen
>
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/ 
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> 
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> 
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame Relay on back-to-back routers (without FR switches)

2000-06-05 Thread Joe Martin

You can do this.

Here's the basics:

R1
interface Serial1/0
 ip address 192.168.2.1 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 frame-relay interface-dlci 16


R2
frame-relay switching
interface Serial1/0
 ip address 192.168.2.2 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 frame-relay interface-dlci 16
 frame-relay intf-type dce

ping 192.168.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

JOE
CCIE 5917


"Cisco Wave" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear All,
> Is it possible to use a T1 as the physical layer, and
> configure frame relay over it (instead of something
> like HDLC) ?
> I want to know if we can run Frame Relay between two
> routers back to back without FR switches ?
> Or can and should one of the router be configured as a
> switch ?
> Thank you,
>
>
>
>
>
> =
> We are NOT Cisco Inc.
>
> __
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Recommended Website for CCIE study?

2000-06-06 Thread Joe Martin

www.certificationzone.com

JOE
CCIE 5917


"Doug Laing" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does anyone have a recommended website that will help with the studies
> for the CCIE certification?  NetworkStudyGuides.Com has been great for
> CCNA and CCNP, but I have not looked at the CCIE portion of this site
> yet.
>
> Thanks!
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Help!!

2000-06-07 Thread Joe Martin

www.learntosubnet.com

JOE
CCIE 5917


""David Watson"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> I hope this worked.  I was told about this from a good friend of mine who
> has prodded me into my CCNA :)  I am currently studying for my A+ as well
> and will take the test June 15.  I am trying to take the cisco test before
> the change July 31.  Is there any INFORMATIVE sites on Subnetting??  This
> concept has confused me to no end.  Any help would be GREATLY appreciated.
>
> Thank you in advance,
>
> Mike
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CCIE

2000-06-08 Thread Joe Martin

http://www.cisco.com/warp/public/625/ccie/ccie_program/ccie_present.html

4855 as of June 1

JOE
CCIE 5917


<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Just curious does anyone know what the CCIE number is up to?...meaning
how
> mant CCIE's are out there?
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CCIE (ScanMail Checked: Virus Free!)

2000-06-08 Thread Joe Martin

Another part of the CCIE certification numbering has to do with people who
have not recertified.  There number won't be reused, but the Cisco stats
will show a total number that doesn't include them anymore.  This will
account for a bit of the difference between my number 5917 and the total
number of CCIEs minus the starting number of 1025.

JOE
CCIE 5917

""William E Gragido"" <[EMAIL PROTECTED]> wrote in message
002701bfd162$5261bb00$[EMAIL PROTECTED]">news:002701bfd162$5261bb00$[EMAIL PROTECTED]...
> CCIE #5000 Jerry Anderson works in our office.
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Trevor Corness
> > Sent: Thursday, June 08, 2000 10:44 AM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: CCIE (ScanMail Checked: Virus Free!)
> >
> >
> > The CCIE # started at 1025, so in generality:
> >   # of CCIE's = CCIE # - 1024 +/- probably 20 or 30
> >
> > The number is assigned to the testing center in blocks, so it is
> > not totally
> > contiguous..  It does give a good estimate though.
> >
> > eg. I believe Joe's # 5917 (just confirmed, checked an email from him
;p)
> >   so.. at his time of certification,
> >
> >   x = 5917 - 1024 +/- 25
> >   x = 4893 +/- 25
> >   x = ~4868 - 4918, somewhere around that range.
> >
> > Someone correct me if I'm wrong, but this is the way I understand it..
the
> > +/- 20-30 is only a guess on my part for the "pool" of CCIE #'s not yet
> > assigned at other stations.
> >
> > Regards,
> >   Trevor Corness, CCNA MCSE MCP+Internet
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > [EMAIL PROTECTED]
> > Sent: Wednesday, June 07, 2000 10:26 PM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: CCIE (ScanMail Checked: Virus Free!)
> >
> >
> > >Just curious does anyone know what the CCIE number is up to?...meaning
> > how
> > >mant CCIE's are out there?
> >
> > I guess it's around where Joe Martin is. # 59xx thereabouts.
> >
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CCIE (ScanMail Checked: Virus Free!)

2000-06-08 Thread Joe Martin

1025 was a Cisco employee and the person who developed the CCIE program.  He
probably knew what was on the test huh?

1026 is Terry Slatterly, the founder of Chesapeake Network Solutions.

JOE
CCIE 5917


""Brad Ellis"" <[EMAIL PROTECTED]> wrote in message
8hpdiv$hlb$[EMAIL PROTECTED]">news:8hpdiv$hlb$[EMAIL PROTECTED]...
> The CCIE lab in San Jose is 1024 or 1025, I cant remember which.
>
> -Brad Ellis
> CCIE#5796
> <[EMAIL PROTECTED]> wrote in message
> 919CDAAE8EFED31180ED0008C70894578C90BD@HQASCEXC2">news:919CDAAE8EFED31180ED0008C70894578C90BD@HQASCEXC2...
> > Anyone know who #1025 is?
> >
> > -Original Message-
> > From: Trevor Corness [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 08, 2000 8:44 AM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: CCIE (ScanMail Checked: Virus Free!)
> >
> >
> > The CCIE # started at 1025, so in generality:
> >   # of CCIE's = CCIE # - 1024 +/- probably 20 or 30
> >
> > The number is assigned to the testing center in blocks, so it is not
> totally
> > contiguous..  It does give a good estimate though.
> >
> > eg. I believe Joe's # 5917 (just confirmed, checked an email from him
;p)
> >   so.. at his time of certification,
> >
> >   x = 5917 - 1024 +/- 25
> >   x = 4893 +/- 25
> >   x = ~4868 - 4918, somewhere around that range.
> >
> > Someone correct me if I'm wrong, but this is the way I understand it..
the
> > +/- 20-30 is only a guess on my part for the "pool" of CCIE #'s not yet
> > assigned at other stations.
> >
> > Regards,
> >   Trevor Corness, CCNA MCSE MCP+Internet
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > [EMAIL PROTECTED]
> > Sent: Wednesday, June 07, 2000 10:26 PM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: CCIE (ScanMail Checked: Virus Free!)
> >
> >
> > >Just curious does anyone know what the CCIE number is up to?...meaning
> > how
> > >mant CCIE's are out there?
> >
> > I guess it's around where Joe Martin is. # 59xx thereabouts.
> >
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > ---
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Fast Etherchannel on 7513

2000-06-08 Thread Joe Martin

I haven't done ISL on a 7513, but if its the same as the other routers it
would look like this:

interface FastEthernet 2/0
 no ip address

interface FastEthernet 2/0.10
 ip address 10.10.10.10 255.0.0.0
 encapsulation isl 10

interface FastEthernet 2/0.20
 ip address 20.20.20.20 255.0.0.0
 encapsulation isl 20

Please let me know if doing this on a 7513 is different than the other
routers that support ISL.

JOE
CCIE 5917


"John Neiberger" <[EMAIL PROTECTED]> wrote in message
10822194.960500210316.JavaMail.imail@puffer">news:10822194.960500210316.JavaMail.imail@puffer...
> Okay, I'm going out of my freakin' mind!!  I've been searching cisco's
site
> for over half an hour trying to find out how to configure ISL trunking
over
> fast etherchannel on a 7513 running 11.2(17).  I thought you defined a
> port-channel using "interface port-channel" and subinterfaces for the
vlans,
> and then placed the physical fast ethernet interfaces into the channel
> group.
>
> However, when I do "int ?" in config mode, I see no "port-channel".  I do
> see "vlan" but I can't find "interface vlan" in any command reference
> anywhere, so I don't know what it does or how to configure it.
>
> I'm getting very frustrated with cisco's stinking search engine.  I
searched
> using the following search words: isl, trunk, vlan, fast etherchannel,
11.2,
> 7500, 7513, port channel, cookbook, configuring...
>
> All to no avail.  I used many combinations of the above and never found
what
> I was looking for.  Sure, if we were running 12.0, I'd have all the
> references I could handle!  But 11.2??  nope, not that I could find...
>
> any help would be greatly appreciated.
>
> Thanks,
> John Neiberger, CCNA/CCDA, search-impaired
>
>
>
>
>
> ___
> Get 100% FREE Internet Access powered by Excite
> Visit http://freelane.excite.com/freeisp
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Async Interfaces

2000-06-11 Thread Joe Martin
Title: Async Interfaces



EXEC is the mode that allows you to configure the 
router.  In other words, when you dial-in, the router looks to see if it 
gets the characters passed to it that mean PPP or SLIP.  If it doesn't then 
it will put you in EXEC mode and give you a prompt for a password to login to 
the router.  Then you can do ENABLE and a password to get to PRIVILIGED 
mode.
 
JOE
CCIE 5917

  ""Luong, David"" <[EMAIL PROTECTED]> wrote in 
  message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hi group, 
  Got a question concerning the use of "async 
  mode dedicated" and "async mode interactive".  Why is that in dedicated 
  mode, you cannot use the "async dynamic addressing" command to let the remote 
  user specify an address? In the BCRAN coursebook, it says "in interactive 
  mode, it allows the dialin user to run SLIP, PPP, or EXEC on the specified 
  line".  I don't understand their meaning of EXEC...can someone also 
  explain this?
  David Luong CCNA,Network+,A+,i-Net+ Telecommunications Analyst Insurance Corporation of B.C. Vancouver, B.C CANADA 



Re: DSL

2000-06-11 Thread Joe Martin

At GTE, we offer Business DSL which allows a connection from your home DSL
directly to your office.  Your access to the Internet thru this connection
would require the use of your office's Internet access.

Side note: Not all DSL uses ATM.  Some use frame relay but the concept is
the same in that a PVC is used to map the traffic off the DSL line to your
office or ISP.

JOE
CCIE 5917


"Ariel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> No, it's not really possible.  DSL uses ATM PVC's that originate on a
DSLAM
> in your local CO.  You have an ATM PVC from your home DSL CPE that is
> mapped across the telco's ATM network and finally terminates on a router
at
> your ISP.  Some ISP's may offer an additional service that will allows the
> PPP session that rides over your PVC to terminate on a corporate router
but
> it's usually as part of remote-access contract between your company and
the
> ISP.
>
> So, simply put DSL uses static ATM PVC's and does not offer the same
> dynamic nature as ISDN does...
>
>
> Greg Myran
> CCIE #5906
>
> At 11:14 AM 6/9/2000 , Ole Drews Jensen wrote:
> >Not knowing much about DSL yet, I have a question to those of you who
knows
> >it better.
> >
> >With a DSL installed on an existing phone line in two offices, would it
be
> >possible to drop the ISP and to connect directly from one office to the
> >other just like ISDN, or is that still something out there in the future?
> >
> >If not - please explain why.
> >
> >Thanks,
> >
> >Ole
> >
> >~
> >  Ole Drews Jensen
> >  Systems Network Manager
> >  CCNA, MCSE, MCP+I
> >  RWR Enterprises, Inc.
> >  [EMAIL PROTECTED]
> >~
> >
> >___
> >UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> >FAQ, list archives, and subscription info: http://www.groupstudy.com
> >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: VPN/IPSec tunnel configs

2000-06-11 Thread Joe Martin

You can run IPSec on the 4000M and 2500 series.  I'd look at something
fairly new.  12.1(2)T for example only because IPSec is fairly new and
features keep getting added.  You can also apply for triple des 56 bit for
free on the web site under software center.

JOE
CCIE 5917


"Luan Kim" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can we run vpn/ipsec on a 25xx or 4000m ?  If so, what version of ios do
> you recommend?  Thanks.
>
>
> 
> Luan T. Kim, MCSE, CCNA*
> Systems/Network Infrastructure Engineer*
> MP3.COM, INC.  http://www.mp3.com  *
> Phone: 858-623-7341Cell:  858-382-3055 *
> Fax:   858-623-7400Email: [EMAIL PROTECTED] *
> 
>
>
> On Fri, 9 Jun 2000, Chuck Larrieu wrote:
>
> > My router address 64.220.150.9
> >
> > Ipsec and 56 bit DES
> >
> > Need your ip to set up the peer
> >
> > My config below
> >
> > On the chat site now.
> >
> > username ipsectest nopassword
> > !
> > no ip domain-lookup
> > !
> > crypto isakmp policy 1
> >  hash md5
> >  authentication pre-share
> > crypto isakmp key cisco1 address YOUR IP ADDRESS HERE!
> > crypto isakmp key cisco1 address RESERVED FOR YOU!
> > !
> > crypto ipsec transform-set encrypt esp-des esp-md5-hmac
> > !
> > crypto map ipsectest local-address Ethernet0
> > crypto map ipsectest 10 ipsec-isakmp
> >  set peer 64.217.216.22
> >  set peer 24.8.56.129
> >  set transform-set encrypt
> >  match address 100
> > !
> > !
> > !
> > !
> > interface Ethernet0
> >  ip address 64.220.150.9 255.255.255.0
> >  no ip route-cache
> >  no ip mroute-cache
> >  crypto map ipsectest
> > !
> >
> >
> > Chuck
> >
> > Please check out my new footers for a new age
> > 1) Altruism
> > http://www.thehungersite.com/cgi-bin/WebObjects/HungerSite
> > Please help feed hungry people worldwide. A few seconds a day can make a
> > difference to many people
> > 2) Shameless Hucksterism
> > www.certificationzone.com
> > An excellent study focal point for all levels of certification, as well
as
> > the attainment of internetworking expertise. Use my name when you
register.
> > You get good study material and I get extra time
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: New CCNP

2000-06-11 Thread Joe Martin



Congratulations!!!  Way to go!!!
 
JOE
CCIE 5917
 

  ""Farrell A. Fletcher"" <[EMAIL PROTECTED]> wrote in 
  message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hello all
   
  Thanks to the members of this list I 
  passed the support 2.0 exam today so now I'm a CCNP.  As previously 
  posted the test is only 61 questions with a passing score of 692.  There 
  were a few questions that were worded strangely but for the most part not to 
  bad.  It definitely had a mixture of everything on it.  

   
  Farrell A. Fletcher
  CCNP, CCNA, 
MCSE


Re: Study Group in SEATTLE??

2000-06-11 Thread Joe Martin

Contact www.IMSInc.com  They were sponsoring a study group with Cisco in the
Kirkland area.  Ask for Terrie Baker at 425-576-1155.  Also, there is a CCIE
study group at http://communities.msn.com/CCIEStudyGroupinSeattle/

Good Luck,
JOE
CCIE 5917


"lorin kintrea" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I was wondering if there is a study group in seattle area.
>
> Since Its been a month or more graduating cisco acadamy, my skills are
> getting rusty and need to take the test.
>
> What are the pay ranges for someone like myself who has had varios
> background experianced in IT and only cirts are brainbench cirts like
> mcp equivelent?
>
>
> Any Recomendations?
>
> LK
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Diff between point to point T1 and T1 with framerelay

2000-06-13 Thread Joe Martin

T1 is at layer one and generally needs a layer two protocol to function in a
router environment.  The two most popular layer two protocols are PPP and
Frame Relay.

Point-to-Point T1s cost more since you need to pay for a connection of this
bandwidth from point A to point B.  This bandwidth is "always on".  Frame
Relay goes from Point A to the Frame switch which has a high bandwidth and
the ability to switch the traffic from frame switch to frame switch until it
reaches the destination.  This is a shared backbone of bandwidth.

JOE
CCIE 5917


"John Zaggat" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can some clearly explain the difference, I have
> checked the Archives and not found a good explanation.
> Also if you have some sample configs, that would be a
> great help to me.
> Thank you.
>
> =
> JZ
> [EMAIL PROTECTED]
>
>
>
> __
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Passed CCNA!

2000-06-13 Thread Joe Martin

Congrats

JOE
CCIE 5917

""Brandon Carroll"" <[EMAIL PROTECTED]> wrote in message
8i4bc8$qok$[EMAIL PROTECTED]">news:8i4bc8$qok$[EMAIL PROTECTED]...
> After 4 weeks of ICRC, 1 week of ICND, and a no sleep for the last 3 days
I
> passed with a 869.  Thanks to everyone that helped!
>
> Brandon Carroll-CCNA
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: ATM svc?

2000-06-17 Thread Joe Martin

ATM SVCs are used for many things.  LANE uses them.  You can map IP
addresses to NSAP addresses and have SVCs do the call setup.  CLIP uses SVCs
also.  There are even SPVCs that are hard coded PVCs on the edge, but use
SVCs in the middle to allow for routing around failures.  This is a method
used for Circuit Emulation under ATM.

JOE
CCIE 5917


"Nathan Day" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is not a fully related Cisco question, but thought some of you here
might have some insight.
>
>
> What is the standard model for using ATM SVC's over the WAN.  The only
method I can think of would be MPOA.  I am not sure if there is a simpler
way of making the VC establishment.
>
> This may seem like a stupid statement.
>
> Any insight would be appreciated.
>
> Thanks,
> Nate
>
>
> ___
> Are you a Techie? Get Your Free Tech Email Address Now!
> Many to choose from! Visit http://www.TechEmail.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: New CCNP!

2000-06-17 Thread Joe Martin

Hey, great going!!!

JOE
CCIE 5917


""news.groupstudy.com"" <[EMAIL PROTECTED]> wrote in
message 8i8djh$npp$[EMAIL PROTECTED]">news:8i8djh$npp$[EMAIL PROTECTED]...
> Hey everyone,
>
> Today I wrote Cisco Remote Access as my final exam for CCNP.  Just want to
> thank everyone in this group.  The information passed around here is
> invaluable!  The archives of the list are also a great help!
>
> The Remote Access exam wasn't as tough as the others, the questions were
> worded very well compared to CIT and CLSC.  There were quite a few fill in
> the blank questions aided by an exhibit which lists about 70 commands with
> options, so you simply find the right command and re-type it.  The content
> is pretty much dead on with the outline on the Cisco website.
>
> To prepare, I used the Cisco Press Remote Access by Catherine Paquet which
> is pretty much all you need.  Also used the Boson exams which were pretty
> good.  A few of the questions were on the actual exam (worded differently
of
> course).  Another book I picked up was the Cisco press :"Cisco IOS 12.0
Dial
> Solutions."  Used this more of a reference instead of a study guide.  It's
> not really reader friendly, but you will find all the command syntax and
> what they do!  And finally experience as always is the best preparation!
>
> Anyhow, thanks again to you all!
>
> Russell Lusignan
> Network Administrator
> Alliance Atlantis Communications
> (416) 934-6975
> [EMAIL PROTECTED]
> CCNP, MCSE
>
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Greetings from new CCNA!

2000-06-17 Thread Joe Martin

Congrats on the CCNA.  I did all the certs(CCNA, CCDA, CCNP, CCDP) on my way
to CCIE and I thought it was a great way to go.  You milage may vary.

JOE
CCIE 5917


"deltan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> (last try posting this out...apologies if you happened
> to see it more than once)
> --
>
> Greetings from a newbie in this group!
>
> I finally took my CCNA last week with a score of 906.
> However, I got a real low 40% in network security that
> I have NO way to believe!  I answered all the related
> questions with full confidence, and I know my level of
> security knowledge/experience (Cisco or not) as I used
> to work in network security with a tier-1 ISP, plus I
> run ipfw on UNIX on a daily basis (Cisco access lists
> are pretty much the same as closed-type ipfw, IMHO).
>
> Honestly, I am very curious about what the heck was
> going on with my answers and the scoring system! --
> Is there ANY way to talk to Cisco or Sylvan Prometric
> to find out (I'm willing to pay! :^)) ??
>
> Also, a few questions:
>
> 1) any pros and cons on skipping CCNP and taking CCIE
>(written) directly?
> 2) any recommended books for CCNP and CCIE (written)?
>
> Thanks a bunch,-deltan
>
>
> __
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: voip problem in link

2000-06-17 Thread Joe Martin

The garbage you talking about is probably an issue with the default codec.
They use G.729, but some of the routers use the PRE-IETF spec and some the
full IETF spec.  On the router that supports the full IETF, add the
following:  codec g729r8 pre-ietf, and all will begin to work.

JOE
CCIE 5917


""J Miller"" <[EMAIL PROTECTED]> wrote in message
8idb61$9al$[EMAIL PROTECTED]">news:8idb61$9al$[EMAIL PROTECTED]...
> You must have the same revision of code on both routers or you might get
> garbage for VOIP.  The data will still flow, but for some reason unless
the
> routers are on the same revision then VOIP will not work right.  I would
> recommend 12.0.7 IP PLUS or later.  Some of the earlier releases of VOIP
> have many bugs in them.
>
> J Miller
> CCNP, MCSE+I
>
>
> Hasan Abbas <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am facing a problem voice over IP regarding Voice
> > Channel Disturbance.The Voice is not working
> > good.However there is no load or sometime on 10K load
> > on 64 K .Once the router configuration was removed and
> > configuration was done again.Can anybody tell me if
> > there is no data why the voice is not working
> > properly.
> > I have also enabled RTP header compression on one
> > voice channel and disable the other voice ports but it
> > also doesn't made any effect.(one end is FXS other is
> > FXO).
> >
> >
> >
> > Voice Port configuration at FXO
> >
> > voice-port 0/0/0
> > input gain 6
> > connection plar 7869
> > timeouts interdigit 4
> > ring number 3
> >
> >
> > dial-peer voice 300 voip
> > destination-patter +78...
> > session-target ipv4:109.100.100.1
> >
> >
> > ip rsvp bandwidth 32 32
> > req-qos controlled load
> >
> > ip rtp header-compression passive
> > ip rtp compression-connection 25
> >
> > Also when I tried to enter command ip rtp
> > header-compression passive , it won't take passive
> > parameter and take instead default
> >
> >
> > BRgds,
> > hasan
> >
> >
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Photos -- now, 100 FREE prints!
> > http://photos.yahoo.com
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > ---
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CCIE Lab - San Jose

2000-06-25 Thread Joe Martin

Aaron,
Heres part of a message that I sent to someone a groupstudy who was
heading to the lab in SJ.  The Westin and Embassy Suites Santa Clara are
very close (10 min) from the lab.  I like the Embassy because they give free
breakfasts while the Westin is a nicer hotel but don't give anything away.
Like a Yoghurt and cereal with OJ was $20.00

Westin - Santa Clara - 888-627-8405
Quality Suites - 800-345-1554
Embassy Suites - Milpitas - 408-942-0400
Embassy Suites - Santa Clara - 800-embassy
Milpitas Residence Inn by Mariot - 408-941-9222

Location:
Cisco Systems
150 West Tasman Drive
Bldg C-1
San Jose, CA.  95134

How to get to Cisco from the SJ airport

Turn left onto Guadalupe Pkwy
Bear right towards N. First st.
Turn left onto N first st
Turn left onto W. Tasman Dr.
Turn left at champion & Tasman Dr.
150 West Tasman Drive Bldg C
Visitor parking is in front of building
Distance from airport is ~4mi.

Bruce Caslow told me this bit of advice and it worked for me: "Your already
a CCIE when you get to the lab.  They just want you to prove it"

Go get'em

JOE
CCIE 5917


""Aaron K. Dixon"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am currently making travel arrangements to take the lab in San Jose.
Can
> someone recommend a hotel that's close to cisco?
>
> Thanks,
>
> Aaron K. Dixon
> WAN Element Manager - Cisco
> Omnes, A Schlumberger Company
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 2 questions for lab setup

2000-07-03 Thread Joe Martin

You will need a MAU to make the Token Ring interfaces function.

JOE
CCIE 5917

""Jack Frantz"" <[EMAIL PROTECTED]> wrote in message
8jq779$3pe$[EMAIL PROTECTED]">news:8jq779$3pe$[EMAIL PROTECTED]...
> I have been watching this list for a while and appreciate all the good
info.
> It helped me pass the CCNA 2 exam by a comfortable margin. Thank you all.
> I have 2 lab setup questions. I need to get cables or BB60 to RJ45
adapters
> for reverse telnet for a 2523 router and am wondering where to get these.
> Second question is since the routers I have are token ring, can you go
> direct from a token ring NIC to the token ring port on the router or do
you
> need to have a MAU.
> I have searched the archives and have not found these answers.
> Thanks in advance for your assistance.
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Internal T1 WIC

2000-07-04 Thread Joe Martin

It is common with physical interface frame relay or multipoint that you
can't ping your own interface, but I've not seen this with ptp.  To make
self ping work on phy/mp, add a frame map with your local ip and use any
valid dlci.

JOE
CCIE 5917


""psuin1997"" <[EMAIL PROTECTED]> wrote in message
8ju360$khb$[EMAIL PROTECTED]">news:8ju360$khb$[EMAIL PROTECTED]...
> I have a situation where a 1601 R 12.0 (3) is on ptp frame
> at frac T with 1 channel assigned...Everything works
> but I can't ping the private ip using Class A.However the
> E0 side pings and works fine but can't emulate NAT...
> Why can't I ping inband on the serial? I have tried numerous
> settings but to no help.I am using internal T1 WIC and all
> routes are occuring using ip and ipx..Can see both cdp neigh and both
> remote Netware servers...I have never seen where
> you could console in and not ping serial but it would work and route
fine...
>
>
>
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Groupstudy Dinner at Networkers 2000 Orlando

2000-07-08 Thread Joe Martin

Hi All,
Some time back I put out some posts to see if some of you would like to
get together and do a "Groupstudy Dinner" at Networkers 2000 in Orlando,
Florida.  I've been real busy but have finally had a chance to put something
together.  I've picked the Evening of Friday the 14th for the Dinner and I
know it conflicts with the "birds of a feather" get together but there are
events that happen every night so I thought this might be the most flexible
event to skip out on.  I also picked 7:30pm for the dinner to allow everyone
to get out of there seminars and go downstairs to meet.  This dinner will be
"dutch" of course(You pay for your own meal).

Please RSVP so I can make reservations.


Groupstudy Dinner
Friday, July 14th at 730pm
Walt Disney World Dolphin Hotel
1500 Epcot Resorts Boulevard
Lake Buena Vista, FL 32830
Juan & Only's
A perfect place to enjoy fantastic southwestern cuisine. A completely new
menu features tasty entrées such as Seafood Con Queso, Lobster Tacos, and
Jícama Crusted Red Snapper.
Cuisine: Mexican Meals: Dinner
Specialties: Honey Pecan Chicken, Texas Skillet Ribeye, and Lobster Tacos Al
Carbon
Special Requirements: Reservations are suggested, but not required, and can
be made by calling (407) 934-1609†.
Service Types: Sit-down Meals


Hope to see you all there!!!
JOE
CCIE 5917

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CCS/VoFR

2000-07-08 Thread Joe Martin

CCS is another term for a PRI.  Many PBXs today connect to each other using
PRI signalling over a point-to-point T1 but can be connected using CCS
features in the 3810.  This is generally a non-standard PRI D-channel
message though so you will probably need to configure "transparent
forwarding of CCS" which is a similar design to using "connection trunk" for
CAS and analog applications.  It is still a bandwidth on demand design that
I've tested showing that it takes about 2K of bandwidth to do a d-channel
call setup and 8.9K for each call when using G.729.  This is a channel to
channel connection that doesn't allow the 3810 to interpret the dialplan.
It just connects a channel on the source to a channel on the destination
that has been pre-defined.

Hope this helps,
JOE
CCIE 5917

"Mike Narine" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
> need some suggestions on configuring VoFR using CCS channel group.  The
PBX
> that I'm connecting the routers (MC3810s) needs to send caller info to the
> other PBX otherwise it will not work.  I was told that CCS (Common Channel
> Signaling) is what I need to use to resolve this issue.  Am I on the right
> track?
> Thanks in advance.
>
> -Mike
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]