Re: IEWB Lab 2 Task 9.10

From: joshua lauer (jslauer@hotmail.com)
Date: Fri Jan 07 2005 - 20:20:02 GMT-3


I do have to admit that the last time I "tested" this was in a CCNP
Remote-access class many moons ago...I have not used this command since and
was told it was really never needed. I do know it didnt work but I cannot
remember the specifics....I would be interested to know exactly "what" this
command does. I'm curious.......

 Joshua Lauer

RHCE, MCSE, CCNA, CCDA, CCDP, CCNP, CCIP, CCSP,INFOSEC

----- Original Message -----
From: "Brian McGahan" <bmcgahan@internetworkexpert.com>
To: "joshua lauer" <jslauer@hotmail.com>; <ccielab@groupstudy.com>
Sent: Friday, January 07, 2005 6:15 PM
Subject: RE: IEWB Lab 2 Task 9.10

Josh,

I just tested this and the "arp frame-relay" command has no
affect on auto-install over frame-relay. See the below output for more
detail:

TFTP server:
R6#
interface FastEthernet1/0/0
 ip address 16.0.0.6 255.0.0.0
!
tftp-server slot0:router-confg

staging router:
R1#
interface Serial0/0
 ip address 12.0.0.1 255.0.0.0
 ip helper-address 16.0.0.6
 encapsulation frame-relay
 no ip route-cache
 frame-relay map ip 12.0.0.2 102 broadcast

client:
         --- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]: n

Would you like to terminate autoinstall? [yes]: n

Please Wait. Autoinstall being attempted over Serial0/0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Press RETURN to get started!
[output omitted]
Router>
[output omitted]
*Mar 1 00:02:20.205: %SYS-5-CONFIG_I: Configured from
tftp://16.0.0.6/router-confg by console
AutoInstall>

The client loads the config hosted by R6. Now with "arp frame-relay"
disabled on R1:

R1#sh run int s0/0
Building configuration...

Current configuration : 215 bytes
!
interface Serial0/0
 ip address 12.0.0.1 255.0.0.0
 ip helper-address 16.0.0.6
 encapsulation frame-relay
 no ip route-cache
 no ip mroute-cache
 no arp frame-relay
 frame-relay map ip 12.0.0.2 102 broadcast

client:
        --- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]: n

Would you like to terminate autoinstall? [yes]: n

Please Wait. Autoinstall being attempted over Serial0/0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Press RETURN to get started!
[output omitted]
Router>
[output omitted]

*Mar 1 00:02:19.208: %SYS-5-CONFIG_I: Configured from
tftp://16.0.0.6/router-confg by console
AutoInstall>

Chalk this one up as a CCIE myth. So... AFAIK the "arp
frame-relay" command does nothing. Any other suggestions?

Brian McGahan, CCIE #8593
bmcgahan@internetworkexpert.com

Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987 x 705
Outside US: 775-826-4344 x 705
24/7 Support: http://forum.internetworkexpert.com
Live Chat: http://www.internetworkexpert.com/chat/

> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
Of
> joshua lauer
> Sent: Friday, January 07, 2005 3:43 PM
> To: bmcgahan@internetworkexpert.com; reo@chavallos.net;
> ccielab@groupstudy.com
> Subject: RE: IEWB Lab 2 Task 9.10
>
> No arp frame relay also can cause issues with auto-install over
frame.. I
> have not run into any scenario which I have had use for it.
>
> JL
>
> &gt;From: &quot;Brian McGahan&quot;
> &lt;bmcgahan@internetworkexpert.com&gt;
> &gt;Reply-To: &quot;Brian McGahan&quot;
> &lt;bmcgahan@internetworkexpert.com&gt;
> &gt;To: &lt;reo@chavallos.net&gt;, &lt;ccielab@groupstudy.com&gt;
> &gt;Subject: RE: IEWB Lab 2 Task 9.10
> &gt;Date: Fri, 7 Jan 2005 16:38:47 -0500
> &gt;
> &gt;Reo,
> &gt;
> &gt; If you enter both &quot;no arp frame-relay&quot; and &quot;no
> frame-relay
> &gt;inverse-arp&quot; what you are seeing is the behavior of the
&quot;no
> frame-relay
> &gt;inverse-arp&quot; command. What I would suggest is for you to go
> through our
> &gt;technologies lab series, as there is in-depth coverage on exactly
how
> &gt;Frame Relay Inverse-ARP performs in various circumstances. For
more
> &gt;information see http://www.internetworkexpert.com/ietl-rs.htm.
> &gt;
> &gt;
> &gt;HTH,
> &gt;
> &gt;Brian McGahan, CCIE #8593
> &gt;bmcgahan@internetworkexpert.com
> &gt;
> &gt;Internetwork Expert, Inc.
> &gt;http://www.InternetworkExpert.com
> &gt;Toll Free: 877-224-8987 x 705
> &gt;Outside US: 775-826-4344 x 705
> &gt;24/7 Support: http://forum.internetworkexpert.com
> &gt;Live Chat: http://www.internetworkexpert.com/chat/
> &gt;
> &gt;
> &gt; &gt; -----Original Message-----
> &gt; &gt; From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]
On
> Behalf
> &gt;Of
> &gt; &gt; reo@chavallos.net
> &gt; &gt; Sent: Friday, January 07, 2005 3:23 PM
> &gt; &gt; To: Brian McGahan; ccielab@groupstudy.com
> &gt; &gt; Subject: Re: IEWB Lab 2 Task 9.10
> &gt; &gt;
> &gt; &gt; both commands together, not one or another.
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; ----- Original Message -----
> &gt; &gt; From: &quot;Brian McGahan&quot;
> &lt;bmcgahan@internetworkexpert.com&gt;
> &gt; &gt; To: &lt;reo@chavallos.net&gt;;
&lt;ccielab@groupstudy.com&gt;
> &gt; &gt; Sent: Friday, January 07, 2005 12:43 PM
> &gt; &gt; Subject: RE: IEWB Lab 2 Task 9.10
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; &gt; Reo,
> &gt; &gt; &gt;
> &gt; &gt; &gt; I suggest you test them again :)
> &gt; &gt; &gt;
> &gt; &gt; &gt; R1#show run int s0/0
> &gt; &gt; &gt; Building configuration...
> &gt; &gt; &gt;
> &gt; &gt; &gt; Current configuration : 105 bytes
> &gt; &gt; &gt; !
> &gt; &gt; &gt; interface Serial0/0
> &gt; &gt; &gt; ip address 10.0.0.1 255.0.0.0
> &gt; &gt; &gt; encapsulation frame-relay
> &gt; &gt; &gt; no arp frame-relay
> &gt; &gt; &gt; end
> &gt; &gt; &gt;
> &gt; &gt; &gt; R1#show frame-relay map
> &gt; &gt; &gt; Serial0/0 (up): ip 10.0.0.2 dlci 102(0x66,0x1860),
dynamic,
> &gt; &gt; &gt;
^^^^^^^
> &gt; &gt; &gt; broadcast,, status defined, active
> &gt; &gt; &gt; R1#
> &gt; &gt; &gt; Rack2AS&gt;2
> &gt; &gt; &gt; [Resuming connection 2 to r2 ... ]
> &gt; &gt; &gt;
> &gt; &gt; &gt; R2#show run int s0/0
> &gt; &gt; &gt; Building configuration...
> &gt; &gt; &gt;
> &gt; &gt; &gt; Current configuration : 105 bytes
> &gt; &gt; &gt; !
> &gt; &gt; &gt; interface Serial0/0
> &gt; &gt; &gt; ip address 10.0.0.2 255.0.0.0
> &gt; &gt; &gt; encapsulation frame-relay
> &gt; &gt; &gt; no arp frame-relay
> &gt; &gt; &gt; end
> &gt; &gt; &gt;
> &gt; &gt; &gt; R2#show frame-relay map
> &gt; &gt; &gt; Serial0/0 (up): ip 10.0.0.1 dlci 201(0xC9,0x3090),
dynamic,
> &gt; &gt; &gt;
^^^^^^^
> &gt; &gt; &gt; broadcast,, status defined, active
> &gt; &gt; &gt;
> &gt; &gt; &gt; What does the above output indicate?
> &gt; &gt; &gt;
> &gt; &gt; &gt;
> &gt; &gt; &gt; Brian McGahan, CCIE #8593
> &gt; &gt; &gt; bmcgahan@internetworkexpert.com
> &gt; &gt; &gt;
> &gt; &gt; &gt; Internetwork Expert, Inc.
> &gt; &gt; &gt; http://www.InternetworkExpert.com
> &gt; &gt; &gt; Toll Free: 877-224-8987 x 705
> &gt; &gt; &gt; Outside US: 775-826-4344 x 705
> &gt; &gt; &gt; 24/7 Support: http://forum.internetworkexpert.com
> &gt; &gt; &gt; Live Chat: http://www.internetworkexpert.com/chat/
> &gt; &gt; &gt;
> &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; -----Original Message-----
> &gt; &gt; &gt; &gt; From: nobody@groupstudy.com
> [mailto:nobody@groupstudy.com] On
> &gt;Behalf
> &gt; &gt; &gt; Of
> &gt; &gt; &gt; &gt; reo@chavallos.net
> &gt; &gt; &gt; &gt; Sent: Friday, January 07, 2005 1:16 PM
> &gt; &gt; &gt; &gt; To: ccielab@groupstudy.com
> &gt; &gt; &gt; &gt; Subject: Re: IEWB Lab 2 Task 9.10
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; no frame-relay inverse-arp
> &gt; &gt; &gt; &gt; no arp frame-relay
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; Yes, I used (tested) these two commands to disable
> frame-relay
> &gt;arp.
> &gt; &gt; &gt; &gt; Second command is not used in CCIE R&amp;S
Practical
> Labs solutions.
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; CCIE Lab is not about commands it's about
solutions,
> the
> same task
> &gt;can
> &gt; &gt; &gt; be
> &gt; &gt; &gt; &gt; completed differently and as long as the results
meet
> task
> &gt;requirement
> &gt; &gt; &gt; you
> &gt; &gt; &gt; &gt; get the points.
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; -R
> &gt; &gt; &gt; &gt; CCIE #12994
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; ----- Original Message -----
> &gt; &gt; &gt; &gt; From: &quot;Brian McGahan&quot;
> &lt;bmcgahan@internetworkexpert.com&gt;
> &gt; &gt; &gt; &gt; To: &lt;reo@chavallos.net&gt;;
> &lt;ccielab@groupstudy.com&gt;
> &gt; &gt; &gt; &gt; Sent: Friday, January 07, 2005 10:59 AM
> &gt; &gt; &gt; &gt; Subject: RE: IEWB Lab 2 Task 9.10
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; The example can be frame-relay arp -
they
> expect one command,
> &gt;you
> &gt; &gt; &gt; can
> &gt; &gt; &gt; &gt; &gt; use
> &gt; &gt; &gt; &gt; &gt; &gt; two...
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; Which command are you referring to? Have you
> tested this? :)
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; Brian McGahan, CCIE #8593
> &gt; &gt; &gt; &gt; &gt; bmcgahan@internetworkexpert.com
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; Internetwork Expert, Inc.
> &gt; &gt; &gt; &gt; &gt; http://www.InternetworkExpert.com
> &gt; &gt; &gt; &gt; &gt; Toll Free: 877-224-8987 x 705
> &gt; &gt; &gt; &gt; &gt; Outside US: 775-826-4344 x 705
> &gt; &gt; &gt; &gt; &gt; 24/7 Support:
http://forum.internetworkexpert.com
> &gt; &gt; &gt; &gt; &gt; Live Chat:
> http://www.internetworkexpert.com/chat/
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; -----Original Message-----
> &gt; &gt; &gt; &gt; &gt; &gt; From: nobody@groupstudy.com
> [mailto:nobody@groupstudy.com] On
> &gt; &gt; &gt; Behalf
> &gt; &gt; &gt; &gt; &gt; Of
> &gt; &gt; &gt; &gt; &gt; &gt; reo@chavallos.net
> &gt; &gt; &gt; &gt; &gt; &gt; Sent: Friday, January 07, 2005 12:52 PM
> &gt; &gt; &gt; &gt; &gt; &gt; To: ccielab@groupstudy.com
> &gt; &gt; &gt; &gt; &gt; &gt; Subject: Re: IEWB Lab 2 Task 9.10
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; Extra command which does not break the
> solution would not take
> &gt; &gt; &gt; points
> &gt; &gt; &gt; &gt; &gt; &gt; away.
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; The example can be frame-relay arp -
they
> expect one command,
> &gt;you
> &gt; &gt; &gt; can
> &gt; &gt; &gt; &gt; &gt; use
> &gt; &gt; &gt; &gt; &gt; &gt; two...
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; -R
> &gt; &gt; &gt; &gt; &gt; &gt; CCIE #12944
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; ----- Original Message -----
> &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Brian Dennis&quot;
> &lt;bdennis@internetworkexpert.com&gt;
> &gt; &gt; &gt; &gt; &gt; &gt; To: &lt;reo@chavallos.net&gt;;
> &lt;ccielab@groupstudy.com&gt;
> &gt; &gt; &gt; &gt; &gt; &gt; Sent: Friday, January 07, 2005 10:50 AM
> &gt; &gt; &gt; &gt; &gt; &gt; Subject: RE: IEWB Lab 2 Task 9.10
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Neither needs to be adjusted. It's
our
> goal in the workbook
> &gt;to
> &gt; &gt; &gt; not
> &gt; &gt; &gt; &gt; &gt; only
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; help you pass the lab but learn the
> technologies. This is
> &gt;one
> &gt; &gt; &gt; of
> &gt; &gt; &gt; &gt; &gt; the
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; scenarios that do both. If you put
the
> extra command in
> &gt;your
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; configuration they are not going to
> take
> points away from
> &gt;you on
> &gt; &gt; &gt; the
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; lab.
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Brian Dennis, CCIE #2210
> (R&amp;S/ISP-Dial/Security)
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; bdennis@internetworkexpert.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Internetwork Expert, Inc.
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; http://www.InternetworkExpert.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Toll Free: 877-224-8987
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: 775-745-6404 (Outside the
US
> and
> Canada)
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; -----Original Message-----
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; From: nobody@groupstudy.com
> [mailto:nobody@groupstudy.com]
> &gt;On
> &gt; &gt; &gt; Behalf
> &gt; &gt; &gt; &gt; &gt; Of
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; reo@chavallos.net
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Thursday, January 06, 2005
8:26
> PM
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: ccielab@groupstudy.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: Re: IEWB Lab 2 Task 9.10
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Nice to know about MQC queue
> calculation.
> Thanks
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Unfortunately, the solution for the
> task
> is more that the
> &gt;task
> &gt; &gt; &gt; &gt; &gt; require
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; (with
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; is ok for real lab).
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Task does not ask to do anything
with
> the
> queue.
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Either solution or task wording
need to
> adjusted.
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; ----- Original Message -----
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Brian Dennis&quot;
> &lt;bdennis@internetworkexpert.com&gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; To: &lt;reo@chavallos.net&gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Cc: &lt;ccielab@groupstudy.com&gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Thursday, January 06, 2005
6:11
> PM
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: Re: IEWB Lab 2 Task 9.10
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; You could safely assume that
it's
> a
> question with a hidden
> &gt; &gt; &gt; answer
> &gt; &gt; &gt; &gt; &gt; ;-)
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; As far as &quot;why&quot;,
read
> the
> caution note for the solution.
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; --
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Brian Dennis, CCIE #2210
> (R&amp;S/ISP-Dial/Security)
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; bdennis@internetworkexpert.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Internetwork Expert, Inc.
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
http://www.InternetworkExpert.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Toll Free: 877-224-8987
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Direct: 775-745-6404 (Outside
the
> US
> and Canada)
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Thu, 2005-01-06 at 17:55
-0800,
> reo@chavallos.net
> &gt;wrote:
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; is this a question with
> hidden
> answer?
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; or you actually asking
for
> task
> wording?
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; ----- Original Message
-----
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Brian
> McGahan&quot;
> &lt;bmcgahan@internetworkexpert.com&gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To:
> &lt;reo@chavallos.net&gt;;
> &lt;ccielab@groupstudy.com&gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Thursday, January
06,
> 2005 5:16 PM
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: RE: IEWB Lab 2
Task
> 9.10
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; What does the task
ask
> for?
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Brian McGahan, CCIE
> #8593
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> bmcgahan@internetworkexpert.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Internetwork Expert,
> Inc.
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> http://www.InternetworkExpert.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Toll Free:
877-224-8987
> x
> 705
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Outside US:
775-826-4344
> x
> 705
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; 24/7 Support:
> http://forum.internetworkexpert.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Live Chat:
> http://www.internetworkexpert.com/chat/
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -----Original
> Message-----
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; From:
> nobody@groupstudy.com
> &gt; &gt; &gt; [mailto:nobody@groupstudy.com]
> &gt; &gt; &gt; &gt; &gt; On
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Behalf
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Of
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
reo@chavallos.net
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Thursday,
> January 06, 2005 6:27 PM
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; To:
> ccielab@groupstudy.com
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: IEWB
Lab 2
> Task 9.10
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I'm at the
stage
> when
> I'm trying to understand every
> &gt; &gt; &gt; little
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; detail...
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Why task gives
line
> speed (512kbps)?
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Why the
solution
> has
> &quot;bandwidth 512&quot; under the
> &gt; &gt; &gt; interface?
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; -R
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; #12944
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subscription
> information may be found at:
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subscription
information
> may be found at:
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subscription information
may
> be
> found at:
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subscription information may
be
> found at:
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; &gt; &gt; &gt; &gt; Subscription information may be
found
> at:
> &gt; &gt; &gt; &gt; &gt; &gt; &gt;
> http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; &gt; &gt; &gt; Subscription information may be found
at:
> &gt; &gt; &gt; &gt; &gt; &gt;
http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; &gt; Subscription information may be found at:
> &gt; &gt; &gt; &gt; http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt; &gt;
> &gt; &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; &gt; Subscription information may be found at:
> &gt; &gt; &gt; http://www.groupstudy.com/list/CCIELab.html
> &gt; &gt;
> &gt; &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt; &gt; Subscription information may be found at:
> &gt; &gt; http://www.groupstudy.com/list/CCIELab.html
> &gt;
>
&gt;____________________________________________________________________
__
> _
> &gt;Subscription information may be found at:
> &gt;http://www.groupstudy.com/list/CCIELab.html
>
>



This archive was generated by hypermail 2.1.4 : Wed Feb 02 2005 - 22:10:20 GMT-3