From: Evgeny Tantsura (ivgen@castel.nl)
Date: Sun Jan 05 2003 - 15:01:16 GMT-3
ip rtp priority allows
only maximum allowed bandwidth, not bandwidth allowed per session
(see the question)
> For strict local queue, ip rtp priority (low udp) (high udp) (band)
> For cos/tos or dscp across the network..
> ip policy route-map to set prec or dscp, (cisco ip phones set cos/tos to 5
> for rtp and 3 for control by default). Then use something like..
> on ingress..
>
> int e0
> ip policy route-map SETPREC in
> route-map SETPREC permit 10
> match ip add 100
> set ip prec 3
>
> route-map SETPREC permit 20
> match ip add 101
> set ip prec 5
>
> access-list 100 (match control traffic)
> access-list 101 (match RTP)
>
> class-map CONTROLPREC
> match ip prec 3
>
> class-map RTPPREC
> match ip prec 5
>
> policy-map POLICY1
> class CONTROLPREC
> band perc 15
> class RTPPREC
> band 450
>
> map-class frame VOICE
> frame cir 56000
> frame mincir 56000
> frame bc 560
> frame be 500
> no frame adaptive becn
> fair-queue
> service-pol out POLICY1
>
>
> int s0.1 p (try and create voice flows in their own pvc)
> mtu 300
> traffic-shap
> frame class VOICE
>
>
>
> ----- Original Message -----
> From: "Azhar Mehmood" <azhar.mehmood@web.de>
> To: <ccielab@groupstudy.com>
> Sent: Sunday, January 05, 2003 11:34 AM
> Subject: Reserve bandwith for voice on FR PVC
>
>
> > Hi,
> >
> > whats the best way to reserve 450kb max and 25kb per flow bandwidth for
> voice on frame-relay PVCs? (configs)
> >
> > regards
> >
> > Azhar M.
> > .
> .
With kind regards/ met vriendelijke groeten,
------------------------------------------------
E. Tantsura
Network Developer
Essent Kabelcom N.V.
Dr.van Deenweg 84
8025BN Zwolle, The Netherlands
Tel: +31-(0)38-850-7642
Fax: +31-(0)38-850-7410
Mob: +31-(0)6-290-80458
------------------------------------------------
.
This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:42 GMT-3