From: Victor Cappuccio (cvictor@protokolgroup.com)
Date: Tue May 16 2006 - 19:36:00 ART
Please dismiss my previous post
 
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos
_c/fqcprt4/qcfgts.htm
 
Different Controlled Rates Through an IP Internet Example
Perhaps you need to restrict the flow of Network News Transfer Protocol
(NNTP) to each of some set of sites across an intervening backbone to 64
kbps. This example shows how to configure that control and provide one site
with 256 kbps: 
access-list 101 permit 10.10.10.10 
access-list 102 permit 10.10.10.20 
access-list 103 permit 10.10.10.30 
! 
interface serial 0 
 traffic-shape group 101 64000 
 traffic-shape group 102 64000 
 traffic-shape group 103 256000 
 
 
Sorry for the spam
Victor.
 
 
  _____  
De: Victor Cappuccio [mailto:cvictor@protokolgroup.com] 
Enviado el: Martes, 16 de Mayo de 2006 06:06 p.m.
Para: 'ccielab@groupstudy.com'
Asunto: Access-list Option in show traffic-s stat 
 
Hi List, just a simple question here, 
 
Looking at this command show traffic-s stat there is an Option to set an
Access-list?
Can I set shaping for a particular traffic Flow?
 
Thanks
Victor.
 
Rack1R5(config-if)#do show access-list
Extended IP access list 123
    10 permit ip host 10.1.1.1 any (26 matches)
Extended IP access list TASK:QOS:8
    10 permit tcp any any eq 1720
    20 permit udp any any range 16384 32767
Rack1R5(config-if)#ip access-gr 123 in
Rack1R5(config-if)#do show traffic-sh stat
                  Acc. Queue Packets   Bytes     Packets   Bytes     Shaping
I/F               List Depth                     Delayed   Delayed   Active
Se0/0                   0     1         338       0         0         no
Se0/0                   0     0         0         0         0         no
Se0/0                   0     1         338       0         0         no
Se0/0.35                0     8         908       0         0         no
Se0/0.54                0     9         952       0         0         no
Rack1R5(config-if)#no ip access-gr 123 in      
Rack1R5(config-if)#do show traffic-sh stat
                  Acc. Queue Packets   Bytes     Packets   Bytes     Shaping
I/F               List Depth                     Delayed   Delayed   Active
Se0/0                   0     3         1014      0         0         no
Se0/0                   0     0         0         0         0         no
Se0/0                   0     3         1014      0         0         no
Se0/0.35                0     26        2852      0         0         no
Se0/0.54                0     28        2940      0         0         no
This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:21 ART