From: love cisco (love_cisco@hotmail.com)
Date: Tue Apr 08 2003 - 20:50:53 GMT-3
Hi, benmekki
How can you get TOS to 40? The TOS range is from 0 to 15 only.
r2(config)#access-list 120 permit ip any any tos ?
<0-15> Type of service value
max-reliability Match packets with max reliable TOS (2)
max-throughput Match packets with max throughput TOS (4)
min-delay Match packets with min delay TOS (8)
min-monetary-cost Match packets with min monetary cost TOS (1)
normal Match packets with normal TOS (0)
==============================================
try my config, let me know it works or not.
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip policy route-map set-tos
!
ip local policy route-map set-tos
!
access-list 120 permit ip any any tos 12
!
route-map set-tos permit 10
match ip address 120
set ip tos normal
>From: benmekki kamal <benmekki_kamal@yahoo.fr>
>Reply-To: benmekki kamal <benmekki_kamal@yahoo.fr>
>To: ccielab@groupstudy.com
>Subject: TOS Field
>Date: Mon, 7 Apr 2003 22:10:37 +0200 (CEST)
>
>Hello,
>
>A router receives packet with TOS Field equal to 40.
>
>I would like to set this TOS field to zero ont the outgoing Vlan interface
?
>
>I configured "ip local policy route-map" command on this interface vlan
and set the TOS to normal value in the route-map.
>
>Result : TOS field still equal to 40 on the Vlan connected to this router.
>
>An Idea
>
>TIA
>
>
>
>---------------------------------
>Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en frangais !
>Testez le nouveau Yahoo! Mail
This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:35:49 GMT-3