another Q about shaping

From: Jens Petter Eikeland (jenseike@start.no)
Date: Mon Feb 13 2006 - 07:59:05 GMT-3


When I make a qos config like this :

access-list 101 permit ip host 10.10.10.1 any
access-list 101 permit ip any host 10.10.10.1
access-list 102 permit ip host 20.20.20.1 any
access-list 102 permit ip any host 20.20.20.1

class-map match-any customer_512
 match access-group 101
 match access-group 102

policy-map CUSTOMER-SHAPE
 class customer_512
  shape average 512000

would this shape 512 kbps for the entire class customer_512,
or would it shape on each match in that class?

So what I mean is would it set 512 to both 10.10.10.1 and 20.20.20.1
all together or 512 to 10.10.10.1 and 512 to 20.20.20.1 each?

jp



This archive was generated by hypermail 2.1.4 : Wed Mar 01 2006 - 11:28:17 GMT-3