From: Jonathan V Hays (jhays@jtan.com)
Date: Mon Jul 28 2003 - 11:04:04 GMT-3
I am assuming you own a licensed copy of the labs. Perhaps you are not
aware that you can log onto their support forum and see a discussion of
this topic.
I know I am probably guilty of doing this myself, but could we please be
more *careful* about direct discussion of proprietary material on this
list?
If you must discuss proprietary material, you should do it this way: do
not directly state where the scenario came from; rephrase the question
in terms of a more general scenario about the IOS; change IP addresses
and router numbers.
I've been following various groupstudy lists for quite a while (since
1998) and I've even seen material here that appeared on Cisco written
and lab exams (no, I won't tell which ones). But these questions were
posed as general scenarios and (usually) paraphrased. This is a
legitimate way of posing questions, no matter where you saw it
originally. Once you have done this you are just discussing an aspect of
IOS behavior, not revealing the precise contents of a proprietary
source.
I know that there is such a thing as "Copyright Fair Use" but this
proprietary, licensed material, be it from Cisco or any other company,
is still a gray area legally and posting it here might get the list in
trouble. Paul Borghese has this covered in his Message Posting
Guidelines.
http://www.groupstudy.com/list/guide.html
"Do not post copyrighted material that you do not own without prior
approval from the copyright holder."
I'm off my soapbox.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
wwwjjang@chol.com
Sent: Saturday, July 26, 2003 9:19 PM
To: ccielab@groupstudy.com
Subject: CAR-Question(c*c*bootcamp -Lab9)
My solution of the CAR-question is right??
Who knows the solution help me...!!
Q1>
-Configure R13 such that all traffic to WEB,SMTP,POP3 and Telnet inbound
on
int e0 is limited to 1MBps with bursts allowed exceeding the limit by
24Kbps.
All IP packets matching the services above that exceed the rate
decribed are
to be dropped.(i don't understand this question..)
-Configure such that traffic be allowed to burst by 24000 before some
traffic
exceeds that rate limit and is dropped.And any other traffic that
bursts by
32000 will exceed the rate limit and is dropped.
(i don't understand this question..)
-------------
My answer>
-------------
interface Ethernet0
ip address 172.168.10.33 255.255.255.224
rate-limit input access-group 111 1000000 24000(?) 32000(?)
conform-action
transmit exceed-action drop
!
access-list 111 permit tcp any any eq www
access-list 111 permit tcp any any eq smtp
access-list 111 permit tcp any any eq pop3
access-list 111 permit tcp any any eq telnet
- if i configure the CAR to the int e0, i must know CIR,Normal-burst
size and
Exceed-burst size.
In this Question, CIR is 1MB. but What's the values of the
Normal-nurst &
Exceed-burst size ?
- What;s the CAR-parametets(CIR.Normal-burst,Exceed-burst) of the
remaining
traffics ? (except WWW,SMTP,POP3,Telnet)
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:55 GMT-3