Hi James,
thx for your input...
right now I can't test it...
Here you can see the actual config on a cisco 7206VXR
This config should be applied to a Gi Interface on a Cat6509...but
this diesn't work ...
================================================== ======
policy-map voip
class voice
set ip dscp 46
priority 500
class voice-signaling
set ip dscp 26
bandwidth 60
class-map match-any voice-signaling
match ip dscp 26
class-map match-any voice
match ip dscp 46
interface Serial2/3
description xxx
bandwidth 1920
ip address x.x.x.x y.y.y.y
service-policy output voip
=================================================
Dennis
On 2 Jul., 08:54, James <jdbal...@hotmail.com> wrote:
> Yes, it works exactly the same as it does for any other interface.
> Create the class-maps, policy-map and attach to the Ethernet Interface
> with the "service-policy x out" command.
>
> Here are the relevant config parts from one of my production routers:-
>
> class-map match-all VoIP
> match dscp ef
> class-map match-all Management
> match access-group name Management
> class-map match-all Signaling
> match dscp af11
> !
> policy-map 128k-LLQ
> class VoIP
> priority 34
> class Signaling
> bandwidth 8
> class Management
> bandwidth 8
> class class-default
> fair-queue
> random-detect
> !
> interface FastEthernet0/0
> bandwidth 128
> tx-ring-limit 3
> tx-queue-limit 3
> service-policy output 128k
>
> James
|