QOS over FR

From: Sam (syed_wsu@yahoo.com)
Date: Fri Apr 27 2007 - 04:01:34 ART


Hi All,

         |---S0.1 | |--------S0.1
Router A | |FR Cloud | RouterB(Fa0)--
         |---S0.2 | |--------S0.2

I have to do shaping to satisfy the following
conditions

a. Create 2 classes apart from default
b. Match traffic coming via fa0
c. Match all traffic with ip prec 5

Traffic from first class must be ensured 128K and
shaped at 256
Traffic from second class must be ensured 384K but if
there is available BW then shape it to 512K.

Proposed Solution:
On Router B

class-map match-all precedence
 match ip precedence 5
class-map match-all data
 match input-interface FastEthernet0
!
policy-map police
 class data shape average 256000
  bandwidth 128
 class precedence
  shape peak 512000
  bandwidth 384

Int s0
service-policy out police

I am not sure if it is Ok to apply the service policy
on the physical interface as it does not have an IP
address. Also the parameters given are not DLCI
specific. I would appreciate your guidence on this.

 

Thanks in Advance
Sam



This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:38 ART