complex QoS---->confirmation

From: Ahmed Mamoor Amimi (mamoor@xxxxxxxx)
Date: Tue Feb 19 2002 - 22:31:37 GMT-3


   
In the below config i tried to make things like :
On R1 configure a qos so that 192.168.5.0 network get a fair bandwith of 20%
and will not get a tail-drop for atleast 100 packets when sending large data
and
data should be fragmented. And the default-traffic will get a fair queue .
and apply it to pvc 102

Not to worry about how is the topology.

The point in this config is that i am calling "police-map" in "map-class"
by using "service-policy output 5.0" ..... in CCO they are saying that it is
used for inserting at VC level. .... they didnt tell if that is frame-relay VC
or ATM VC

R1 :
interface Serial0.1 multipoint
 ip address 192.168.1.1 255.255.255.0
 no ip route-cache
 ip ospf network point-to-multipoint
 frame-relay interface-dlci 102
  class network5.0

map-class frame-relay network5.0
 no frame-relay adaptive-shaping
 service-policy output 5.0
 frame-relay fragment 100
access-list 1 permit 192.168.5.0 0.0.0.255

policy-map 5.0
  class 5.0
   bandwidth percent 20
   queue-limit 100
  class class-default
   fair-queue

access-list 1 permit 192.168.5.0 0.0.0.255

Please confirm me on this.

-Mamoor



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:28 GMT-3