From: Victor Cappuccio (cvictor@protokolgroup.com)
Date: Wed Jul 05 2006 - 18:41:30 ART
Hi There
You must first convert there valu3es in a 8 bit format where
0 = 00000001
1 = 00000010
2 = 00000100
3 = 00001000
4 = 00010000
5 = 00100000
6 = 01000000
7 = 10000000
If you take 0,1,2
0 = 00000001
1 = 00000010
2 = 00000100
==============
00000111 = Hex = 7
So the ACL would look like this
access-list rate-limit 25 mask 7
HTH
Victor.-
-----Mensaje original-----
De: nobody@groupstudy.com [mailto:nobody@groupstudy.com] En nombre de netsat
Enviado el: Miircoles, 05 de Julio de 2006 05:10 p.m.
Para: ccielab@groupstudy.com
Asunto: access-list rate-limit mask
Does the following from the cisco site make sense to anyone.
The following example assigns packets with an IP Precedence of 0, 1, or 2 to
the rate-limit access list 25:
access-list rate-limit 25 mask 42
should the mask be "mask 03"?
This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:46 ART