Re: ip policy-map

From: Ong Boon Hui (ongbh@cet.st.com.sg)
Date: Sun Feb 23 2003 - 21:44:34 GMT-3


Hi,

I was looking at the post bu Ali Fahami on WRED, my image file
"flash:c3640-jk8s-mz.122-10a.bin", this was also mentioned in CCIP QoS Class
apparently:-

----------------------------------------------------------------------------
-------
Hi,
Packet must be classified,
we can use route-map to do that, see config below :

access-list 101 permit tcp any any eq ftp
access-list 102 permit tcp any any eq telnet
access-list 1 permit any

route-map prec permit 10
  match ip address 101
  set ip precedende 1
route-map prec permit 20
  match ip address 102
  set ip precedence 2
route-map prec permit 30
  match ip address 1
  set ip precedence 0

int s1
  ip policy-map prec
  random-detect
  random-detect precedence 0 30 60 20
  random-detect precedence 1 10 30 20
  random-detect precedence 2 10 25 20

>From: "pita40" <pita40@hotmail.com>
>To: <ccielab@groupstudy.com>
>Sent: Saturday, February 22, 2003 7:48 AM
>Subject: WRED
>
>
>> I have a question.
>> I am having difficulty matching WRED traffic based on
>>Tcp port.
>>
>> Configure congestion aviodance on r5 s1 based on the
>>following
>information.
>>
>> 1) Telnet randomly dropped if queue is over 10 and
>>completely dropped if
>over
>> 30
>> 2) FTP randomly dropped if queue is over 10 and
>>completely dropped if over
>25
>> 3) Rest of the traffic randomly dropped if queue is
>>over 30 and
>completely
>> dropped if over 60
>> 4) Drop probability is 1 in 20 packet
>>
>> I can configure the random-detect on the int. My problem
>>is in traffic
>> assignment.
>>
>>
>>
>>
>> My config so far
>>
>> int s1
>> random-detect
>> random-detect precedence 0 10 30 20
>> random-detect precedence 1 10 25 20
>> random-detect precedence 2 30 60 20
>>
>> Pease help.
>> THanks

============================================================================
===============
Informasikan kegiatan anda di http://kalender.plasa.com
50% Lebih Murah untuk Domain dan Hosting di http://idc.plasa.com khusus di
bulan Februari !
============================================================================
===============

----- Original Message -----
From: "Bob Usa" <boby2kusa@hotmail.com>
To: <ongbh@cet.st.com.sg>; <ccielab@groupstudy.com>
Sent: Monday, February 24, 2003 7:37 AM
Subject: Re: ip policy-map

> Someone will correct me if I am wrong but you seem to be enabling
policy-map
> which is global configuration under the interface configuration.
>
> Do you mean ?
> policy-map <policy-map-name>
> class <class-name>
> set <something>
>
> This is a global configuration command.
>
>
>
>
> >From: "Ong Boon Hui" <ongbh@cet.st.com.sg>
> >Reply-To: "Ong Boon Hui" <ongbh@cet.st.com.sg>
> >To: <ccielab@groupstudy.com>
> >Subject: ip policy-map
> >Date: Sun, 23 Feb 2003 21:32:58 +0800
> >
> >Hi,
> >
> >I have problem enbling the ip policy-map command on my router.
> >
> >
> >R8(config-if)#ip policy?
> >policy
> >
> >R8(config-if)#ip policy
> >% Incomplete command.
> >
> >R8(config-if)#
> >
> >Is this normal ?
> >My version is 12.1
> >
> >3600 Software (C3640-JS-M), Version 12.1(5)YB4
> >
> >
> >Debarros
>
>
> _________________________________________________________________
> Help STOP SPAM with the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>

Debarros



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2003 - 11:06:32 GMT-3