Re: NAT Static....give IP conflict...

2000-10-01 Thread Andre Fecteau



Hello,
Have you tried clear the ARP cache.  I had a similar problem and
I solved it by clearing the ARP cache.  My problem wasn't with NAT,
but your problem might be solved in the same way.  Good luck, I hope
this helps!
Andre
hao vu wrote:

You
might try to back out to 11.4I
had the some NAT issues with 12.X;
back down to 11.4 fixed it!Also
B4 doing that; U might try to check the translation table when U R having
the problem.Hao
VuINS

-Original
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Minh Vu
Sent: Tuesday, September
26, 2000 8:18 AM
To: [EMAIL PROTECTED]
Subject: NAT Staticgive
IP conflict...
 
Hello groups, I'm
using NAT on Cisco 3000 running ios 12.1.  I also using NAT Static
to mapping port. (i.e ip nat inside source static tcp 10.0.0.254 80 64.x.x.x
80 ).  It works fine... but sometime when I reboot computer have ip
10.0.0.254 and computer display IP conflict error (its showing MAC address
conflict with...which is my ethernet interface on Cisco 3000).  I
have to restart/reboot the router and the conflict disappear But sometime
it happen again when I reboot my computer. Already
tried:1) I ugrade from version
11.3 to 12.1 still get same error.2)
Map IP NAT Static to different computer (or IP address) and running computer
that have map IP on router, still get exactly error. Any
solution with IP NAT Static ? Thanks






Re: ISDN - I can't ping bri0

2000-10-01 Thread Andre Fecteau

Hello,

I was told that when you're working with NI1 & DMS100 you need your LDN.
ex: isdn spid1 80856532230101 5653223 <--This is working config for one of
our routers spids.

In your case the Spid's show valid, so I don't think this is the problem,
but it couldn't hurt to try it.  After making the change, if you try it
make sure you clear the interface.  If you do try it, you would probably
have to do this on both sides.  That's my 2 cents for whatever it's
worth.  Good luck!

clear int bri0

Andre

Ron S wrote:

> Can you please help here ?
> From routerA I try to ping RouterB and ping is unsuccessfull ?
>
> #show dialer displays "Last status:Fail", Last called: 00:00:16
>
> #show isdn status seems OK on both routers;
> State=MULTIPLE_FRAME_ESTABLISHED
> spid1 sent, spid1 valid...
>
> #show int bri0
> bri0 is up, line protocol is up (spoofing)...
>
> ROUTERA
> hostname RouterA
> !
> enable password cisco
> username RouterB password 7 03075
> isdn switch-type basic-ni1
> !
> int s0
> no ip add
> !
> int bri0
> ip add 196.1.1.1.1 255.255.255.0
> encap ppp
> isdn spid1 5101 8995101
> isdn spid2 5102 8995102
> dialer idle-timeout 90
> dialer map ip 196.1.1.2 name RouterB broadcast 8995201
>
> dialer load-threshold 1
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
> !
> no ip classless
> dialer-list 1 protocol ip permit
> !
> line con 0
> password cisco
> login
> line aux 0
> line vty 0 4
> login
> !
> end
>
> ROUTERB
>
> hostname RouterB
> !
> enable password cisco
> username RouterA password 7 03075
> isdn switch-type basic-ni1
> !
> int s0
> no ip add
> !
> int bri0
> ip add 196.1.1.1.2 255.255.255.0
> encap ppp
> isdn spid1 5101 8995201
> isdn spid2 5102 8995202
> dialer idle-timeout 90
> dialer map ip 196.1.1.1 name RouterA
>
> dialer-group 1
> no fair-queue
> ppp auth chap
> ppp multilink
> !
> no ip classless
> dialer-list 1 protocol ip permit
> !
> line con 0
> password cisco
> login
> line aux 0
> line vty 0 4
> login
> !
> end
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: NAT Static....give IP conflict...

2000-10-01 Thread Norma Schutt

I've seen this before.  Try putting a static arp entry
in your router for the computer and possibly even the ethernet interface
using the following command:
Cisco1(config)#arp 10.0.0.254  ..  arpa 
Cisco1(config)#arp 10.x.x.x  ..  arpa ethernet
0

Norma


At 12:26 AM 10/1/00 -0700, you wrote:
Hello, 

Have you tried clear the ARP cache.  I had a similar problem and I
solved it by clearing the ARP cache.  My problem wasn't with NAT,
but your problem might be solved in the same way.  Good luck, I hope
this helps! 

Andre 

hao vu wrote: 
You might
try to back out to 11.4I had the some NAT issues with 12.X; back down to
11.4 fixed it!Also B4 doing that; U might try to check the translation
table when U R having the problem.Hao
VuINS


-Original Message-

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Minh Vu 
Sent: Tuesday, September 26, 2000 8:18 AM 
To: [EMAIL PROTECTED] 
Subject: NAT Staticgive IP conflict... 
 
Hello groups, I'm using NAT on Cisco 3000 running ios 12.1.  I also using NAT Static to mapping port. (i.e ip nat inside source static tcp 10.0.0.254 80 64.x.x.x 80 ).  It works fine... but sometime when I reboot computer have ip 10.0.0.254 and computer display IP conflict error (its showing MAC address conflict with...which is my ethernet interface on Cisco 3000).  I have to restart/reboot the router and the conflict disappear But sometime it happen again when I reboot my computer. Already tried:1) I ugrade from version 11.3 to 12.1 still get same error.2) Map IP NAT Static to different computer (or IP address) and running computer that have map IP on router, still get exactly error. Any solution with IP NAT Static ? Thanks



ospf newbie quest

2000-10-01 Thread mihai iancu

hil,

All of this because of the Colt tests :)) - back to books and:

Problem with OSPF according to "Routing TCP/IP"

pg 417
point-to-multipoint networkospf packets are multicast
pg 433
On NBMA, point-to-multipoint and virtual links network types, Hellos are
unicast to individual
neighbors.

Is Hello packet from page 433 an OSPF packet from page 417?
or
Is the packet on page 417 the LSU, LSR and LSA packet type?

Thank you.

Mihai

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 rfc1483 and rfc1577

2000-10-01 Thread Circusnuts

1483 is alive & well, if your exercising a Nokia DSLAM for DSL (PPOE &
PPOA).  In fact- there is actually a proprietary driver of RFC 1483, that
allows WIN98 SE to receive ATM cells over Ethernet...

Phil (ex Covad employee ;-)

- Original Message -
From: "Kevin Welch" <[EMAIL PROTECTED]>
To: "huan" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, September 30, 2000 5:00 PM
Subject: Re: Diff between rfc1483 and rfc1577


> RFC 1483 was obsoleted by RFC 2684
> RFC 1577 was obsoleted by RFC 2225
>
> RFC 2225 Describes Classical IP and ARP over ATM.  It appears to deal with
> LANE  (LAN Emulation) and treats clients as if they are part of the same
> broadcast network.
>
> RFC 2684 seems to deal with just carrying multiprotocol traffic over ATM,
> either by using different Switched Virtual Connections or the same SVC.
>
> Just by reading the abstract you can kind of see the differences between
the
> two... I would assume that the they get more into detail the more you read
> into them.  I just skimmed the abstract to get the above.
>
> -- Kevin
>
> - Original Message -
> From: "huan" <[EMAIL PROTECTED]>
> Newsgroups: groupstudy.cisco
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, September 30, 2000 10:43 AM
> Subject: Diff between rfc1483 and rfc1577
>
>
> > They both work on IP over ATM, 1483 is classic IP, and 1577 is IP over
> ATM,
> > but what is the real diff between them?
> >
> > Thanks
> >
> >
> >
> > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > http://www.groupstudy.com/list/Associates.html
> > _
> > 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]
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Cisco IOS documentation set

2000-10-01 Thread Eric Hauptman

Does anyone know where I can buy the complete IOS documentation set for
11.x or 12.x?  Thanks.

Eric

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



overview of Layer 3 switching & routing

2000-10-01 Thread Dave Page


Found this interesting link.  It wanders a little from the "Layer-3
Switching" subject, but as  newbie I found it interesting.


http://www.cisco.com/warp/public/cc/so/neso/lnso/cpso/l3c85_wp.htm


Dave

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Please sign me up

2000-10-01 Thread Montgomery, Robert WARCOM Contractor

I want to know about the ones who can't UNSUBSCRIBE?  How did they get on
the list at first?

-Original Message-
From: Taylor, Don [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 29, 2000 2:00 PM
To: 'Michael Linehan'
Cc: [EMAIL PROTECTED]
Subject: RE: Please sign me up



You're cynical; I don't know if you're a flamer. ;-) BUT, as a fellow cynic,
I really have to agree. I mean, crap!, if you can't read and follow the
instructions to subscribe, how can you benefit from the provided
information?

-Original Message- 
From: Michael Linehan [ mailto:[EMAIL PROTECTED]
 ] 
Sent: Friday, September 29, 2000 1:23 PM 
Cc: [EMAIL PROTECTED] 
Subject: Re: Please sign me up 


Call me cynical, call me a flamer, call me what you will. BUT! how do people

expect to pass the CCIE lab when they can't figure out how to get on and off

of this list. 

I know, I'm an idiot for posting this. Forgive me I know not what I do. 

[EMAIL PROTECTED] wrote: 

> Hello, 
> 
> Please sign me up for [EMAIL PROTECTED] as I am preparing for the CCIE 
> lab that I will take in November. 
> 
> Also, I am interested im swapping my 11/5 and 11/6 CCIE R&S lab exam in 
> Raleigh with a date in late November or early to mid-December at the 
> Halifax location. 
> 
> Please let me know if anyone would like to swap. 
> 
> Thanks, 
> Richard Taraian 
> 212-476-1098 
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to 
> http://www.groupstudy.com/list/Associates.html
  
> _ 
> 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] 

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Question about ISL and 802.1Q encapsulation

2000-10-01 Thread Stephen Skinner


isl only expandes it while its in the switch network ...ie switch to switch 
...when it reaches its port of destination it strips the isl just wanted 
to be sure...


steve (cockney friend...etc.etc)

>From: Thomas Peroutka <[EMAIL PROTECTED]>
>Reply-To: Thomas Peroutka <[EMAIL PROTECTED]>
>To: "Dove" <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: Question about ISL and 802.1Q encapsulation
>Date: Wed, 27 Sep 2000 10:33:46 +0200
>
>Hallo Dove,
>
>Wednesday, September 27, 2000, 8:28:21 AM, you wrote:
>
>D> Hi,
>
>D> I have a question about ISL and 802.1Q encapsulation/tagging. As I know, 
>ISL
>D> will encapsulate a frame with adding 26 bytes to header and 4 bytes to
>D> trailer; and 802.1Q will modify the existing header and add 4 bytes to 
>it.
>D> My question is: if the frame is already in its maximum size (i.e. 1,518
>D> byte), after ISL or 802.1Q encapsulation/tagging, the frame size will be
>D> greater than the ethernet maximum size. Will it cut the frame into 2 
>parts
>D> or ignore the frame size checking?
>
>D> Regards.
>D> dovelet
>
>
>D> **NOTE: New CCNA/CCDA List has been formed. For more information go to
>D> http://www.groupstudy.com/list/Associates.html
>D> _
>D> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
>D> FAQ, list archives, and subscription info: http://www.groupstudy.com
>D> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
>
>
>ISL expands the frame size whereas 802.1Q puts its header in the
>payload and keeps track of Ethernet definitions.
>
>--
>Viele Grüsse/ Best regards,
>  Thomasmailto:[EMAIL PROTECTED]
>
>
>**NOTE: New CCNA/CCDA List has been formed. For more information go to
>http://www.groupstudy.com/list/Associates.html
>_
>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]

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



AWESOME LINKS!!

2000-10-01 Thread Deepak Sharma

I was goin through all my old emailsand i thought i would post this
again for all the newbies




 http://www.cisco.com/warp/public/779/smbiz/service/knowledge/general/recovery2.htm

 http://www.cisco.com/warp/public/701/22.html

 http://www.nwc.com/907/907ws1.html

 http://www.itprc.com/security.htm

http://www.cisco.com/univercd/cc/td/doc/product/cable/cab_rout/cfig_nts/4010atmw/4010conf.htm#xtocid2453922

 http://www.cisco.com/cgi-bin/Software/Tablebuild/tablebuild.pl/rsl

 http://www.cisco.com/warp/public/44/jump/ciscoworks.shtml

http://www.cisco.com/warp/public/cc/cisco/mkt/access/2600/prodlit/vlan2_rg.pdf

http://www.cisco.com/pcgi-bin/lm/buffer/offer/1700series/a1/1309_jump_a/D827-000XX
((for this one...u have to be registered
as a cco...))

 http://www.data.com/tutorials/ipaddressing.html

 http://www.cisco.com/warp/customer/4/sw_download_guide/index.html

 http://www.hojmark.org/networking/index.html

 http://www.techfest.com

 http://www.3com.com/nsc/501302s.html

http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/secur_c/scprt3/sclock.htm

http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120t/120t1/timerang.htm

http://www.r1r2.com/

http://www.sangoma.com/signal.htm

 http://www.optimized.com/COMPENDI/

 http://www.cisco.com/univercd/cc/td/doc/product/core/7100/swcg/6342gre.htm

 http://www.cisco.com/univercd/cc/td/doc/product/software/ios100/em/35765.htm

 http://www.cisco.com/offer/cat4006/d831/

_
Deepak Sharma
Technical Analyst
Ceridian Canada


--
  \\|//
  (o o)
  oOOo-(_)-oOOo
 *@ bcz finest @*


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



About Frame Relay

2000-10-01 Thread A.Strobel

Sometimes, understanding just one sentence takes hours.
The following sentence has taken my time for more than a week, still I can not
get it.
Could somebody please explain and enlighten me please:

"Frame Relay network, like most WANs, is based on star topologies, and does
not support one-to-any broadcasting. "

This is from the CID book by Matthew Birkner, page 302.


TIA

A. Strobel


Get free email and a permanent address at http://www.amexmail.com/?A=1

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Learning PIX??

2000-10-01 Thread Brad Ellis

I can probably give you some telnet access to a PIX next week if you are
interested.  Ive got a PIX classic running 4.4 code.  Let me know if you
want access to it, and I'll config it for you.

--
-Brad Ellis
CCIE#5796
[EMAIL PROTECTED]


""JD"" <[EMAIL PROTECTED]> wrote in message
8r580h$8ds$[EMAIL PROTECTED]">news:8r580h$8ds$[EMAIL PROTECTED]...
> Hello,
> I want to get into the Network Security side of things, right now I am
about
> to test for Checkpoint, I have my MCSE,CCNA and know VPN pretty  well, but
> how do I learn PIX, Is there a book that is recommended or anything like
> that? I unfortunately don't have access to a PIX firewall. Any advice is
> much appreciated.
>
> Thanks
> Steve
>
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Cisco IOS documentation set

2000-10-01 Thread Paul Borghese

http://www.cisco.com/univercd/home/home.htm

Paul
- Original Message - 
From: "Eric Hauptman" <[EMAIL PROTECTED]>
Newsgroups: groupstudy.cisco
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 01, 2000 11:39 AM
Subject: Cisco IOS documentation set


> Does anyone know where I can buy the complete IOS documentation set for
> 11.x or 12.x?  Thanks.
> 
> Eric
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



route table

2000-10-01 Thread Raymond Mak

Hi,

Would you tell me how to flush the bgp routing table to make it learn
again?

Thanks

Regards,
Raymond

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Lab date 09/02/2002 @ RTP for swap

2000-10-01 Thread Shahzad Ali

Hi there,

I have lab scheduled at RTP on 09/02/2002 and I like to swap it for November
or December, 2000 at the RTP. Please email if someone like to swap the date.

Regards,

ShahzaD

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Bridging Question

2000-10-01 Thread Howard C. Berkowitz

At 3:58 PM -0500 9/30/2000, Ejay Hire wrote:
>Pardon me while I blatantly expose my Ignorance.
>
>From the SRB/DLSW chapter in the book "Cisco IOS Essentials".  I am 
>led to believe that DLSw only works with Token-Ring based traffic. 
>Is this correct, or is it possible to take encapsulate (NetBios) 
>Ethernet traffic, shuttle it accross the IP backbone, and then drop 
>it to a remote bridge peer?
>
>Thanks,
>
>[EMAIL PROTECTED]
>Ejay Hire
>

DLSW is a slightly different model than earlier ones used for 
nonroutable applications.

Traditional models
--

In traditional bridging, the original frame is passed to the 
destination (ignoring details like TR A bits).

In translational bridging, which essentially is the LAN-only 
equivalent of what Cisco calls "protocol translation", a frame of one 
type is delivered to a medium of another type (e.g., SDLLC from SDLC 
to TR).

That which is variously called half bridging, encapsulated bridging, 
remote bridging, etc., preserves the complete original frame, wraps 
it in a frame or packet needed for the transit medium, and delivers 
it to a receiver of the same frame type.   This is also called 
protocol tunneling.

If the original frame is tunneled to a receiver that translates it to 
a frame of a different type (e.g., Ethernet via TCP/IP to TR), this 
is an extension of both protocol translation and tunneling (e.g., 
SDLLC over RSRB).

Newer models


DLSW does not preserve the entire frame.  At each end of the DLSW 
tunnel, layer 2 information is stripped off, and only the frame data 
field are encapsulated, typically in TCP/IP, and then sent to the 
destination.  At the destination, the user data in the packet are 
reframed into whatever frame type is used by the destination.  The 
data links at both ends are completely independent.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: route table

2000-10-01 Thread whatshakin

clear ip bgp *

Don't do this on a production network during business hours!

- Original Message - 
From: Raymond Mak <[EMAIL PROTECTED]>
Newsgroups: groupstudy.cisco
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 01, 2000 9:47 AM
Subject: route table


> Hi,
> 
> Would you tell me how to flush the bgp routing table to make it learn
> again?
> 
> Thanks
> 
> Regards,
> Raymond
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
> 

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: About Frame Relay

2000-10-01 Thread Bradley J. Wilson

I'll take a crack at this:

Think about RIP version 1 - it sends out a broadcast at both the MAC and IP
address layers.  On an ethernet LAN, this is fine, and anyone who needs a
RIP update will process it, and anyone who doesn't want it will ignore it.
But everyone who needs it will get it - a one-to-any broadcast.

On a hub-and-spoke Frame Relay topology, though, simply broadcasting the RIP
packet out the serial interface won't work.  There are multiple
subinterfaces, each containing a PVC which leads to a spoke on the network.
For this reason, multiple RIP packets must be created, and must be sent out
each subinterface/PVC pair, one by one - which is more of a unicast function
than a broadcast function.

Does this help?  Let me know -

Bradley Wilson
CCNA, CCDA, MCSE, NNCSS, CNX-A, MCT, CTT


- Original Message -
From: A.Strobel
To: [EMAIL PROTECTED]
Sent: Saturday, September 30, 2000 3:18 AM
Subject: About Frame Relay


Sometimes, understanding just one sentence takes hours.
The following sentence has taken my time for more than a week, still I can
not
get it.
Could somebody please explain and enlighten me please:

"Frame Relay network, like most WANs, is based on star topologies, and does
not support one-to-any broadcasting. "

This is from the CID book by Matthew Birkner, page 302.


TIA

A. Strobel


Get free email and a permanent address at http://www.amexmail.com/?A=1

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: route table

2000-10-01 Thread Fuzz Leonard


Don't do this on a production network unless you know what you're doing.
You have been warned.

To reset the session: clear ip bgp *
to just do an update: clear ip bgp * soft
to reset a single neighbor at a time: clear ip bgp {address}
to update a single neighbor at a time: clear ip bgp {address} soft

:Fuzz


On Mon, 2 Oct 2000, Raymond Mak wrote:

> Hi,
> 
> Would you tell me how to flush the bgp routing table to make it learn
> again?
> 
> Thanks
> 
> Regards,
> Raymond
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
> 


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Layer 2 switching and Layer 3

2000-10-01 Thread kenny

Hi all , 
Anyone care to explain the difference between Layer 2 and Layer 3 switching ?

Regards
ken

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



OT: Router Cabinets/Racks

2000-10-01 Thread FRS

Hi all,

This is off topic, but can anyone please tell me where to look on the Net
for used Racks or Cabinets for my Home CCIE Lab?

Many thanks.


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Learning PIX??

2000-10-01 Thread Lauren Child


Cisco do a tutorial CD on the PIX and IPSEC.  Take a look in the
learning store on the cisco site.  I think it costs 250 dollars (from
memory), but its quite good, and IMHO is probably worth it if you are
seriously interested, and of course its definitely worth it if your
company pays :)

Its a web style interface with a video of an instructor running in the
top corner.  It requires a reasonable PC to run it on and 800x600
graphics just to warn you - Im having to run it at work as my home
machine (640x480 p120mmx) isnt up to the job, but then its not up to
quite a lot these days :)

TTFN
Lauren
--
[EMAIL PROTECTED]   Lauren Child, BSc. CCNP-ATM & CCDP Certified
http://www.laurenchild.net/  http://www.routerfaq.net/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Cisco IOS documentation set

2000-10-01 Thread Lauren Child



Eric Hauptman wrote:
> 
> Does anyone know where I can buy the complete IOS documentation set for
> 11.x or 12.x?  Thanks.
> 

Theres one on ebay at the moment if you happen to be in the US - I
looked at the size and probable weight of all those manuals and figured
it would be rather expensive to ship over here :(

The one on ebay was for 12.0

TTFN
Lauren
--
[EMAIL PROTECTED]   Lauren Child, BSc. CCNP-ATM & CCDP Certified
http://www.laurenchild.net/  http://www.routerfaq.net/


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Help me! please..

2000-10-01 Thread mqasim

Hi! i am new to the groupstudy and i am planning to take the CCNA exam.
Please tell me,what kind of lab do i need ? or should i pay for the
course. i am planning to get this book.
CCNA Certification Kit with CDROM
Sybex; ISBN: 0782127290
if anyone can tell me another good book that be great.
and anything else that i should know about

Thank Alot.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Layer 2 switching and Layer 3

2000-10-01 Thread Russell Lusignan

Layer 2 switching makes intelligent forwarding decisions based on MAC
addresses. For example, if HostA is on port 1, and HostB is on port 2, and
HostA sends a packet for HostB, the switch will only pass the traffic
between those 2 ports (unless it's a broadcast).

Layer 3 switching is basically a Router. It makes intelligent forwarding
decisions based on the Network address, ie: IP address or IPX address. A
layer 3 switch is basically a router with a lot of ethernet ports. Those
ports can be divided up into VLANs and can route without the help of an
external router or Route Switch Module for the Catalyst swtich.

There is a lot of confusion out there about layer 3 switching, vendors will
brag about their product being able to do layer 3 switching etc..  Basically
all they mean is that their product has routing (intelligent forwarding of
layer 3 addresses) built into their box, without the use of an external
router or module!

Hope that helps!
Russ..

""kenny"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all ,
> Anyone care to explain the difference between Layer 2 and Layer 3
switching ?
>
> Regards
> ken
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: OT: Router Cabinets/Racks

2000-10-01 Thread Erick B.


Also look at DJ rack's... I've found they are usually
cheaper for some reason then getting racks from a
computer/network shop. My buddy has a 2-space DJ rack
that he has 2 routers in. Nice durable black case
w/built in handles.. plenty of room of cables when
covers are on the ends of the case. 

www.musiciansfriend.com
or do search for 'DJ racks', etc. 

--- FRS <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> This is off topic, but can anyone please tell me
> where to look on the Net
> for used Racks or Cabinets for my Home CCIE Lab?
> 
> Many thanks.
> 
> 
> **NOTE: New CCNA/CCDA List has been formed. For more
> information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]


__
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Cisco VPN book

2000-10-01 Thread Rick Holden



Does anyone know any good books for setting up and 
configuring Cisco VPNs. Or any other resources.


Re: OT: Router Cabinets/Racks

2000-10-01 Thread Jay Hennigan

On Sun, 1 Oct 2000, FRS wrote:

> This is off topic, but can anyone please tell me where to look on the Net
> for used Racks or Cabinets for my Home CCIE Lab?

Due to the shipping costs, used racks and cabinets don't really lend
themselves to long-distance transactions.  I'd look in your local 
phone book for surplus shops and/or scrap metal yards.  I've found 
quite a few bargains that way.  Typically sold for a few cents a pound. 

-- 
Jay Hennigan  -  Network Administration  -  [EMAIL PROTECTED] 
NetLojix Communications, Inc.  NASDAQ: NETX  -  http://www.netlojix.com/
WestNet:  Connecting you to the planet.  805 884-6323 

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: OT: Router Cabinets/Racks

2000-10-01 Thread Nigel Taylor

Well I guess it would depend on what you looking for.  I got a 19" rack($139
7" ft, $119 4" ft) from http://www.gocna.com and it holds the equipment just
fine. This is now fancy cabinet(enclosed w/ fans or anything).  But lack I
said it holds all my equipment just fine.  The good things with this is it
comes with pre-drilled holes and the screws all that's left is to mount your
stuff.  This is a good place to get cables and all the trimmings.

An internetworkers paradise of sorts...  By the way don't waste your time,
get the 7" ft rack the 4" ft isn't good for much of any thing

HTH

Nigel


- Original Message -
From: Jay Hennigan <[EMAIL PROTECTED]>
Newsgroups: groupstudy.cisco
To: FRS <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, October 01, 2000 10:04 PM
Subject: Re: OT: Router Cabinets/Racks


> On Sun, 1 Oct 2000, FRS wrote:
>
> > This is off topic, but can anyone please tell me where to look on the
Net
> > for used Racks or Cabinets for my Home CCIE Lab?
>
> Due to the shipping costs, used racks and cabinets don't really lend
> themselves to long-distance transactions.  I'd look in your local
> phone book for surplus shops and/or scrap metal yards.  I've found
> quite a few bargains that way.  Typically sold for a few cents a pound.
>
> --
> Jay Hennigan  -  Network Administration  -  [EMAIL PROTECTED]
> NetLojix Communications, Inc.  NASDAQ: NETX  -  http://www.netlojix.com/
> WestNet:  Connecting you to the planet.  805 884-6323
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



CSC/3 IOS

2000-10-01 Thread Circusnuts



Anyone remember the latetest IOS # these support (I think 
10.0)...
 
Thanks !!!
Phil 


Re: Router Cabinets/Racks

2000-10-01 Thread FRS

Many thanks for all the leads gentlemen.

""FRS"" <[EMAIL PROTECTED]> wrote in message 8r86hg$ef6$[EMAIL PROTECTED]">news:8r86hg$ef6$[EMAIL PROTECTED]...
> Hi all,
>
> This is off topic, but can anyone please tell me where to look on the Net
> for used Racks or Cabinets for my Home CCIE Lab?
>
> Many thanks.
>
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: About Frame Relay

2000-10-01 Thread Roger Wang

Think of FR as point-to-multipoint (multiple point-to-point), namely,
hub-and-spoke, which is the same as the star topology.

The hub router can talk to any of the spoke routers, but a spoke router can
not talk to other spoke routers unless it goes thru the hub router first.
Think of the difference between point-to-multipoint and, say, ethernet -
both are multiple-access, but FR is non-broadcast because there's only one
node at the other end of each link.  The reason it's "multiple access" is
because point-to-multipoint is actually multiple point-to-point.  Ethernet,
on the other hand, can have more than two nodes sharing the same "physical"
link, thus broadcast is possible.

HTH,

Rog

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> A.Strobel
> Sent: Saturday, September 30, 2000 3:19 AM
> To: [EMAIL PROTECTED]
> Subject: About Frame Relay
>
>
> Sometimes, understanding just one sentence takes hours.
> The following sentence has taken my time for more than a week,
> still I can not
> get it.
> Could somebody please explain and enlighten me please:
>
> "Frame Relay network, like most WANs, is based on star
> topologies, and does
> not support one-to-any broadcasting. "
>
> This is from the CID book by Matthew Birkner, page 302.
>
>
> TIA
>
> A. Strobel
>
> 
> Get free email and a permanent address at http://www.amexmail.com/?A=1
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Router Cabinets/Racks

2000-10-01 Thread Eric Hauptman

Black Box sells good racks.  If all you're looking to do is mount
2500/2600/3600 series routers, it'll set you back about $200.00.

Eric

FRS wrote:
> 
> Many thanks for all the leads gentlemen.
> 
> ""FRS"" <[EMAIL PROTECTED]> wrote in message 8r86hg$ef6$[EMAIL PROTECTED]">news:8r86hg$ef6$[EMAIL PROTECTED]...
> > Hi all,
> >
> > This is off topic, but can anyone please tell me where to look on the Net
> > for used Racks or Cabinets for my Home CCIE Lab?
> >
> > Many thanks.
> >
> >
> > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > http://www.groupstudy.com/list/Associates.html
> > _
> > 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]
> >
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



BCRAN passed!!

2000-10-01 Thread Yee, Jason

hi all 

I want to share this joy with the rest of the guys in the group that I have
successfully passed the BCRAN exam . Although the marks are not high but a
pass is a pass. Next to go is Support 2.0 before I can get my CCNP . Anyone
got any pointers or tips for this exam?

thanks for all your help and support for BCRAN
Jason

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCRAN passed!!

2000-10-01 Thread Avran

Congratulations!  How much hands on did you have?  Keep the pace.
avran
"Yee, Jason" <[EMAIL PROTECTED]> wrote in message
859B90209E2FD311BE5600902751445D35F0E6@LYNX">news:859B90209E2FD311BE5600902751445D35F0E6@LYNX...
> hi all
>
> I want to share this joy with the rest of the guys in the group that I
have
> successfully passed the BCRAN exam . Although the marks are not high but a
> pass is a pass. Next to go is Support 2.0 before I can get my CCNP .
Anyone
> got any pointers or tips for this exam?
>
> thanks for all your help and support for BCRAN
> Jason
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Douglas Comer

2000-10-01 Thread Dick Silva

/
I'm sure there was some discussion before in group about Douglas Comer,
however I was unable to relocate it.

Question:

Has anyone an opinion on his three volume series:
TCP/IP Vol. I

Internetworking With TCP/IPVol II

Internetworking With TCP/IPVol III

Any knowledgeable feedback appreciated.  Thanks.

[EMAIL PROTECTED]


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCRAN passed!!

2000-10-01 Thread Leonard Ong



Hello guys,

Sorry for repeating questions, how much the CMTD and BCRAN differs ?  I am 
going
to take CCNP v.2 if I have the chance :)

Thanks

Regards,
Leonard Ong, ST, CCNP R&S+Voice, CCDP R&S, CSE, SAIR&GNU LCP, MCP, BCP
PT. Internusa Data Digitalindo


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Cisco VPN book

2000-10-01 Thread Ejay Hire

I have "Deploying Secure, Scaleable and Manageable Virtual Private Networks" 
  Cisco Press/FatBrain.com 188 pages.  I got it for free, and have never 
read it.  I'll trade you for any BCRAN training Materials.  (Temporary swap 
or permanent)

Ejay Hire
[EMAIL PROTECTED]



Original Message Follows
From: "Rick Holden" <[EMAIL PROTECTED]>
Reply-To: "Rick Holden" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Cisco VPN book
Date: Sun, 1 Oct 2000 16:57:18 -0400

Does anyone know any good books for setting up and configuring Cisco VPNs. 
Or any other resources.

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Douglas Comer

2000-10-01 Thread michael

Bible!

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: Douglas Comer

2000-10-01 Thread kikpasa

Hi
I read his vol. 1 during my first year University degree years back, and
it was very good - my first taste of TCP/IP, and i am still at it

Kerry

michael wrote:
> 
> Bible!
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



BCMSN Cram

2000-10-01 Thread kikpasa

Hi,
 Does anyone know of any cram books out there for the switching exam?
 Also I haven't got a Switch, is it possible to pass this exam with out
switching configuration 
 Is the boson exam any good for this

Any other Hint/ tip will be appreciated

Kerry

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Subinterfaces in Frame-Relay

2000-10-01 Thread Ashfaq Aslam

Hello all,

Does anyone know how to configure Subinterfaces in Frame-Relay between 2
Cisco 2500 Routers? A short example will do...

Thanks in advance,
Ash

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCMSN Cram

2000-10-01 Thread NeoLink2000

In a message dated 10/1/00 11:28:53 PM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:


> Hi,
> Does anyone know of any cram books out there for the switching exam?
> Also I haven't got a Switch, is it possible to pass this exam with out
> switching configuration 
> Is the boson exam any good for this
> 
> Any other Hint/ tip will be appreciated
> 

A. Use the Corialis Switching Exam Cram...This book is awesome.

B. Yes you can pass without a switch...Just try to rewrite the command lines 
for all different sets many times until you feel comfortable with them. 
Access to a switch would be a great help though.

C. The boson exam for this absolutly sucks!!! Pardon my language. When I was 
studying for this test I felt I was ready about 2 weeks before I took it. 
Then I would try the boson, score about 40%, and get so discouraged and down 
that I would fear the test. I sucked it up, told myself the practice test 
doesn't matter, and went and passed the test with around a B- grade. 

My 0.2 cents...Good luck

Mark Zabludovsky ~ CCNA, CCDA, 1/4-NP
[EMAIL PROTECTED]

  "If you need luck, apparently you're not prepared...Go study!"
  
   ~Mark Zabludovsky~

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCMSN Cram

2000-10-01 Thread Marco Rodrigues

Do you have an ISBN # for the Exam Cram book? I can't seem to find it, then
again it is almost 1 in the morning so I  might be losing it :)

Thanks!


<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In a message dated 10/1/00 11:28:53 PM Eastern Daylight Time,
> [EMAIL PROTECTED] writes:
>
>
> > Hi,
> > Does anyone know of any cram books out there for the switching exam?
> > Also I haven't got a Switch, is it possible to pass this exam with out
> > switching configuration
> > Is the boson exam any good for this
> >
> > Any other Hint/ tip will be appreciated
> >
>
> A. Use the Corialis Switching Exam Cram...This book is awesome.
>
> B. Yes you can pass without a switch...Just try to rewrite the command
lines
> for all different sets many times until you feel comfortable with them.
> Access to a switch would be a great help though.
>
> C. The boson exam for this absolutly sucks!!! Pardon my language. When I
was
> studying for this test I felt I was ready about 2 weeks before I took it.
> Then I would try the boson, score about 40%, and get so discouraged and
down
> that I would fear the test. I sucked it up, told myself the practice test
> doesn't matter, and went and passed the test with around a B- grade.
>
> My 0.2 cents...Good luck
>
> Mark Zabludovsky ~ CCNA, CCDA, 1/4-NP
> [EMAIL PROTECTED]
>
>   "If you need luck, apparently you're not prepared...Go study!"
>
>~Mark Zabludovsky~
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Length of Ethernet frame

2000-10-01 Thread M. A.



Dear group,
 
I have one question which has bugged me for ages, 
that is, what exactly is the maximum length for an Ethernet frame (assuming no 
other encapsulation like ISL)?  The number 1518 keeps on getting mentioned, 
but I just can't seem to work that number out:
 
The way I see is:
 
Preamble:    8
DA: 6
SA: 6
Data: 1500
FCS: 4
 
All those add up to 1524  How do people 
get the number of 1518???
 
Much appreciate any help!
 
Martin
 


RE: Subinterfaces in Frame-Relay

2000-10-01 Thread Jeff Wang
Title: RE: Subinterfaces in Frame-Relay






Ash,


http://www.cisco.com/warp/public/125/15.html


or


http://www.cisco.com/warp/public/125/16.html


They both have what you want.


Cheers

Jeff Wang


-Original Message-

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Ashfaq Aslam

Sent: Monday, 2 October 2000 1:50 PM

To: cisco

Subject: Subinterfaces in Frame-Relay



Hello all,


Does anyone know how to configure Subinterfaces in Frame-Relay between 2

Cisco 2500 Routers? A short example will do...


Thanks in advance,

Ash


**NOTE: New CCNA/CCDA List has been formed. For more information go to

http://www.groupstudy.com/list/Associates.html

_

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: BCMSN Cram

2000-10-01 Thread Ashfaq Aslam

Here you go (Watch the URL wrap !!):
http://www.amazon.com/exec/obidos/ASIN/1576106349/qid=970460338/sr=1-13/104-
4612881-3767934

ISBN: 1576106349

Ash

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Marco Rodrigues
Sent: Monday, October 02, 2000 5:07 AM
To: [EMAIL PROTECTED]
Subject: Re: BCMSN Cram


Do you have an ISBN # for the Exam Cram book? I can't seem to find it, then
again it is almost 1 in the morning so I  might be losing it :)

Thanks!


<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In a message dated 10/1/00 11:28:53 PM Eastern Daylight Time,
> [EMAIL PROTECTED] writes:
>
>
> > Hi,
> > Does anyone know of any cram books out there for the switching exam?
> > Also I haven't got a Switch, is it possible to pass this exam with out
> > switching configuration
> > Is the boson exam any good for this
> >
> > Any other Hint/ tip will be appreciated
> >
>
> A. Use the Corialis Switching Exam Cram...This book is awesome.
>
> B. Yes you can pass without a switch...Just try to rewrite the command
lines
> for all different sets many times until you feel comfortable with them.
> Access to a switch would be a great help though.
>
> C. The boson exam for this absolutly sucks!!! Pardon my language. When I
was
> studying for this test I felt I was ready about 2 weeks before I took it.
> Then I would try the boson, score about 40%, and get so discouraged and
down
> that I would fear the test. I sucked it up, told myself the practice test
> doesn't matter, and went and passed the test with around a B- grade.
>
> My 0.2 cents...Good luck
>
> Mark Zabludovsky ~ CCNA, CCDA, 1/4-NP
> [EMAIL PROTECTED]
>
>   "If you need luck, apparently you're not prepared...Go study!"
>
>~Mark Zabludovsky~
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCMSN Cram

2000-10-01 Thread Kenneth Lorenzo

If you only scored 40% on the Boson exam but end up passing the real test,
doesn't that mean that the Boson exams are pretty good since it's harder
than the real test? I find the Boson exams to be quite helpful if you're out
to learn something other than to pass the test.

kenneth

<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In a message dated 10/1/00 11:28:53 PM Eastern Daylight Time,
> [EMAIL PROTECTED] writes:
>
>
> > Hi,
> > Does anyone know of any cram books out there for the switching exam?
> > Also I haven't got a Switch, is it possible to pass this exam with out
> > switching configuration
> > Is the boson exam any good for this
> >
> > Any other Hint/ tip will be appreciated
> >
>
> A. Use the Corialis Switching Exam Cram...This book is awesome.
>
> B. Yes you can pass without a switch...Just try to rewrite the command
lines
> for all different sets many times until you feel comfortable with them.
> Access to a switch would be a great help though.
>
> C. The boson exam for this absolutly sucks!!! Pardon my language. When I
was
> studying for this test I felt I was ready about 2 weeks before I took it.
> Then I would try the boson, score about 40%, and get so discouraged and
down
> that I would fear the test. I sucked it up, told myself the practice test
> doesn't matter, and went and passed the test with around a B- grade.
>
> My 0.2 cents...Good luck
>
> Mark Zabludovsky ~ CCNA, CCDA, 1/4-NP
> [EMAIL PROTECTED]
>
>   "If you need luck, apparently you're not prepared...Go study!"
>
>~Mark Zabludovsky~
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCMSN Cram

2000-10-01 Thread kikpasa

Coriolis Group; ISBN: 1576106349


Marco Rodrigues wrote:
> 
> Do you have an ISBN # for the Exam Cram book? I can't seem to find it, then
> again it is almost 1 in the morning so I  might be losing it :)
> 
> Thanks!
> 
> <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > In a message dated 10/1/00 11:28:53 PM Eastern Daylight Time,
> > [EMAIL PROTECTED] writes:
> >
> >
> > > Hi,
> > > Does anyone know of any cram books out there for the switching exam?
> > > Also I haven't got a Switch, is it possible to pass this exam with out
> > > switching configuration
> > > Is the boson exam any good for this
> > >
> > > Any other Hint/ tip will be appreciated
> > >
> >
> > A. Use the Corialis Switching Exam Cram...This book is awesome.
> >
> > B. Yes you can pass without a switch...Just try to rewrite the command
> lines
> > for all different sets many times until you feel comfortable with them.
> > Access to a switch would be a great help though.
> >
> > C. The boson exam for this absolutly sucks!!! Pardon my language. When I
> was
> > studying for this test I felt I was ready about 2 weeks before I took it.
> > Then I would try the boson, score about 40%, and get so discouraged and
> down
> > that I would fear the test. I sucked it up, told myself the practice test
> > doesn't matter, and went and passed the test with around a B- grade.
> >
> > My 0.2 cents...Good luck
> >
> > Mark Zabludovsky ~ CCNA, CCDA, 1/4-NP
> > [EMAIL PROTECTED]
> >
> >   "If you need luck, apparently you're not prepared...Go study!"
> >
> >~Mark Zabludovsky~
> >
> > **NOTE: New CCNA/CCDA List has been formed. For more information go to
> > http://www.groupstudy.com/list/Associates.html
> > _
> > 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]
> >
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



PASSED BSCN WITH A 963!

2000-10-01 Thread rtc9



 I only studied for two weeks, i guess one 
advantage is that i have a photographic memory.  



Re: Subinterfaces in Frame-Relay

2000-10-01 Thread Kenneth Lorenzo

I think configuring frame-relay is not close to a real simulation since
you're missing a switch in between (frame-relay switch). About configuring
subinterfaces on the interfaces, why would you do it if you're only doing a
single PVC?

""Ashfaq Aslam"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello all,
>
> Does anyone know how to configure Subinterfaces in Frame-Relay between 2
> Cisco 2500 Routers? A short example will do...
>
> Thanks in advance,
> Ash
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



urgent PIX help

2000-10-01 Thread Jim Bond

Hello,

I have only 1 ip address assigned by my ISP, how can I
use PIX to do NAT? Looks like PIX requires at least 2
outside ip addresses, one for outside interface, one
for PAT. Is there a way to use only 1 ip address?

Thanks in advance.


Jim

__
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 in Frame-Relay

2000-10-01 Thread NeoLink2000

In a message dated 10/2/00 12:04:33 AM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:


<< Does anyone know how to configure Subinterfaces in Frame-Relay between 2
Cisco 2500 Routers? A short example will do...
 >>

If you meant to create one then here you go...quite simple actually:

conf t
int s0.x

you will then be in that interface configuration: Router(config-subif)#

All you need to do to create one, for lets say serial 0, is run the interface 
command with serial 0.whatever you want the subinterface # to be...for 
example... interface s0.1

Hope this was what you were looking for...

Mark Zabludovsky ~ CCNA, CCDA, 1/4-NP
[EMAIL PROTECTED]

  "If you need luck, apparently you're not prepared...Go study!"
  
   ~Mark Zabludovsky~

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCMSN Cram

2000-10-01 Thread NeoLink2000

In a message dated 10/2/00 12:42:34 AM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:


> If you only scored 40% on the Boson exam but end up passing the real test,
> doesn't that mean that the Boson exams are pretty good since it's harder
> than the real test? I find the Boson exams to be quite helpful if you're out
> to learn something other than to pass the test.
> 

Partly true. Don't get me wrong, the tests are a great tool and I've used 
them for my NA and DA, but I think they weren't up to par for the BCMSN due 
to it being a fairly new test. The BSCN boson seems to be good though. That 
is what I am using for my final prep on this test. Your right, it is good for 
the prac. to be harder than the test but that's not how it was for me. It 
just felt like the tests were totally off. None of the questions I had on the 
real test even fell close to the ones on the practice and due to doing so bad 
on them I felt I was going to fail until that beautiful screen popped up with 
"CONGRATULATIONS" Ah, what a site.

Once again, My 0.2 cents...I guess that makes it 0.4 now  ;)

Mark Zabludovsky ~ CCNA, CCDA, 1/4-NP
[EMAIL PROTECTED]

  "If you need luck, apparently you're not prepared...Go study!"
  
   ~Mark Zabludovsky~

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 in Frame-Relay

2000-10-01 Thread Ashfaq Aslam
Title: RE: Subinterfaces in Frame-Relay




Thanks guys,
I am currently doing the exercises in BCRAN, Cisco Press - 
Catherine Paquet. Chapter 11 uses 3600 Router, I have 2509<->2502 
Routers.   Syntax is slightly 
different.
Best Rgds,
Ash

  -Original Message-From: Jeff Wang 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, October 02, 2000 5:31 
  AMTo: 'Ashfaq Aslam'; [EMAIL PROTECTED]Subject: RE: 
  Subinterfaces in Frame-Relay
  Ash, 
  http://www.cisco.com/warp/public/125/15.html 
  
  or 
  http://www.cisco.com/warp/public/125/16.html 
  
  They both have what you want. 
  Cheers Jeff Wang 
  -Original Message- From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf 
  Of Ashfaq Aslam Sent: Monday, 
  2 October 2000 1:50 PM To: cisco Subject: Subinterfaces in Frame-Relay 
  Hello all, 
  Does anyone know how to configure Subinterfaces in Frame-Relay 
  between 2 Cisco 2500 Routers? A short example will 
  do... 
  Thanks in advance, Ash 
  **NOTE: New CCNA/CCDA List has been formed. For more 
  information go to http://www.groupstudy.com/list/Associates.html 
  _ 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: BCRAN passed!!

2000-10-01 Thread Yee, Jason

I am not sure of the differences as I did not take CMTD

jASON

-Original Message-
From: Leonard Ong [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 10:27 AM
To: Yee, Jason; cisco@groupstudy. com (E-mail)
Subject: Re: BCRAN passed!!




Hello guys,

Sorry for repeating questions, how much the CMTD and BCRAN differs ?  I am 
going
to take CCNP v.2 if I have the chance :)

Thanks

Regards,
Leonard Ong, ST, CCNP R&S+Voice, CCDP R&S, CSE, SAIR&GNU LCP, MCP, BCP
PT. Internusa Data Digitalindo

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



weird bgp flapping problems!!

2000-10-01 Thread Yee, Jason

hi anyone knows why when my link goes down for 2 mins and up again BGP is
still flapping and regains its full functionality only after several hours ,
by right it should come up by itself quite fast after the serial came up
right . It should not be down for several hours when my link is only down
for 2 minutes . Any form of input would be greatly appreciated


thanks

Jason

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 in Frame-Relay

2000-10-01 Thread Jay Hennigan

On Mon, 2 Oct 2000 [EMAIL PROTECTED] wrote:

> In a message dated 10/2/00 12:04:33 AM Eastern Daylight Time, 
> [EMAIL PROTECTED] writes:
> 
> 
> << Does anyone know how to configure Subinterfaces in Frame-Relay between 2
> Cisco 2500 Routers? A short example will do...
>  >>
> 
> If you meant to create one then here you go...quite simple actually:
> 
> conf t
> int s0.x

Best to first set encaps frame-relay on the physical interface. 

And, you'll need to specify the sub-inteface as point-to-point or 
multipoint.

So,

# conf t
(config)# int s0
(config-if)# encaps frame [ietf]
(config-if)# [LMI type, no shut, controller t-1 stuff, etc.]
(config-if)# int s0.16 point-to-point
(config-subif)# ip address www.xxx.yyy.zzz nnn.mmm.nnn.mmm
(config-subif)# frame-relay interface-dlci nn

I usually set the subinterface number equal to the local DLCI just to
make things easy to keep track of. 

Note that deleting subinterfaces completely requires a reload.  You can
delete in the config but they'll still be there marked "deleted" until 
you boot the box.

-- 
Jay Hennigan  -  Network Administration  -  [EMAIL PROTECTED] 
NetLojix Communications, Inc.  NASDAQ: NETX  -  http://www.netlojix.com/
WestNet:  Connecting you to the planet.  805 884-6323 

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: BCRAN passed!!

2000-10-01 Thread Yee, Jason

a bit of hands on DDR, quite a bit on ISDN and thanks

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Avran
Sent: Monday, October 02, 2000 10:03 AM
To: [EMAIL PROTECTED]
Subject: Re: BCRAN passed!!


Congratulations!  How much hands on did you have?  Keep the pace.
avran
"Yee, Jason" <[EMAIL PROTECTED]> wrote in message
859B90209E2FD311BE5600902751445D35F0E6@LYNX">news:859B90209E2FD311BE5600902751445D35F0E6@LYNX...
> hi all
>
> I want to share this joy with the rest of the guys in the group that I
have
> successfully passed the BCRAN exam . Although the marks are not high but a
> pass is a pass. Next to go is Support 2.0 before I can get my CCNP .
Anyone
> got any pointers or tips for this exam?
>
> thanks for all your help and support for BCRAN
> Jason
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]



Taking CCNP Today

2000-10-01 Thread joel.studtmann

Well, all, today I bite the bullet and take C.I.T.  After reviewing with the
Boson CIT test #1, I really hope the real test is as easy as Boson's was.  I
should have used Priscilla's flashcards, but ::cough:: had forgotten about
them until about five minutes ago, and my train leaves in an hour.  Ah well,
I'm certain they're excellent.

Time to wax my ouiji(s?)  board for the multiple-guess questions :)


Joel Studtmann
Prospective CCNP.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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 in Frame-Relay

2000-10-01 Thread Dennis E. Bates

Here is an example config of a HUB router (R5) which connects to 3 Spoke
routers (R2, R7 and R8) accross a frame relay network (i happen to be using
a 2520 as a frame switch)

Hope this helps,

Dennis E. Bates
CCNP, CCDP, CCIE wannabe

interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
!
interface Serial0.102 point-to-point
 description PVC to Router7
 ip address 192.168.1.10 255.255.255.252
 frame-relay interface-dlci 102
!
interface Serial0.103 point-to-point
 description PVC to Router2
 ip address 192.168.1.6 255.255.255.252
 frame-relay interface-dlci 103
!
interface Serial0.104 point-to-point
 description PVC to Router8
 ip address 192.168.1.14 255.255.255.252
 frame-relay interface-dlci 104
!
interface Serial1
 description connection to Router3
 ip address 192.168.1.18 255.255.255.252
 clockrate 64000
!
interface TokenRing0
 ip address 192.168.10.1 255.255.255.0
 ring-speed 16
!
ip classless
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ashfaq Aslam
Sent: Sunday, October 01, 2000 10:50 PM
To: cisco
Subject: Subinterfaces in Frame-Relay


Hello all,

Does anyone know how to configure Subinterfaces in Frame-Relay between 2
Cisco 2500 Routers? A short example will do...

Thanks in advance,
Ash

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: route table

2000-10-01 Thread Yee, Jason

hi, 

I am wondering if I could use this clear ip bgp * if I encounter bgp
flapping due to serial down for a while and then up again . This is because
my bgp is fully functionally receiving all the routes only after a few hours
after my serial went down and up again for 2 minutes 

Jason

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
whatshakin
Sent: Monday, October 02, 2000 2:08 AM
To: [EMAIL PROTECTED]
Subject: Re: route table


clear ip bgp *

Don't do this on a production network during business hours!

- Original Message - 
From: Raymond Mak <[EMAIL PROTECTED]>
Newsgroups: groupstudy.cisco
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 01, 2000 9:47 AM
Subject: route table


> Hi,
> 
> Would you tell me how to flush the bgp routing table to make it learn
> again?
> 
> Thanks
> 
> Regards,
> Raymond
> 
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
> 

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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: urgent PIX help

2000-10-01 Thread Brad Ellis

Not that Im aware of.  I thought you need (2) IPs to do NAT on a PIX (one
for the external interface, and one for the NAT statement).  I could be
wrong...(it's happened before, once or twice! :)

-Brad Ellis
CCIE#5796
[EMAIL PROTECTED]

used cisco hardware:  www.optsys.net
cisco certification newsgroup: news://news.optsys.net/cisco.certification

"Jim Bond" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I have only 1 ip address assigned by my ISP, how can I
> use PIX to do NAT? Looks like PIX requires at least 2
> outside ip addresses, one for outside interface, one
> for PAT. Is there a way to use only 1 ip address?
>
> Thanks in advance.
>
>
> Jim
>
> __
> Do You Yahoo!?
> Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
> http://photos.yahoo.com/
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> 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]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
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]