Re: NetMasterClass Sample Lab (QoS config)

From: Peng Zheng (zpnist@yahoo.com)
Date: Tue Nov 25 2003 - 08:04:57 GMT-3


The part of config:

interface FastEthernet 0/0.100
ip add 10.1.1.127 255.255.255.0
rate-limit input access-group 101 8000 1500 2000
conform-action transmit exceed-action drop

access-list 101 permit udp host 10.1.1.127 eq 5127
host 10.1.1.1

Limited the traffic:
The udp originating from 10.1.1.1 to 10.1.1.125 (port
5127)

If the access-list is right, then it should be output
not input int rate-limit.

--- miken <miken@sisna.com> wrote:
> What was the requirement?
>
> NetMaster's solution indicates the opposite
> direction of the same flow as
> your solution. That may indicate they are applying
> it to a differenet
> interface than the one you were considering.
>
> HTH,
> Mike N
>
>
> ----- Original Message -----
> From: "Peng Zheng" <zpnist@yahoo.com>
> To: <ccielab@groupstudy.com>
> Sent: Monday, November 24, 2003 10:50 PM
> Subject: NetMasterClass Sample Lab (QoS config)
>
>
> > I thought the access-list should be:
> >
> > access-list 101 permit udp host 10.1.1.1 host
> > 10.1.1.127 eq 5127
> >
> > Could anyone explain why it's:
> >
> > access-list 101 permit udp host 10.1.1.127 eq 5127
> > host 10.1.1.1
> >
> > __________________________________
> > Do you Yahoo!?
> > Free Pop-Up Blocker - Get it now
> > http://companion.yahoo.com/
> >
> >
>



This archive was generated by hypermail 2.1.4 : Fri Dec 12 2003 - 12:29:17 GMT-3