[c-nsp] ME3400-24FS 12.2(46)SE METROIPACCESS with no MLS QOS commands

Wyatt Mattias Gyllenvarg wyatt.eliasson at gmail.com
Wed Apr 15 04:02:15 EDT 2009


Hi Claes

I figured that something like that would work, but it seems a like a
stretch compared too "mls qos trust".
I will run a version of your config for the time being.

Thanks
Mattias Gyllenvarg

2009/4/15 Claes Jansson <claes at gastabud.com>:
> Hi Mattias!
>
> I've been in the same position as you are now :-) But I finally solved it with the following config... The key is the input service-policy on the uplink interface it seems...
>
> !
> class-map match-any video
>  match ip dscp af41
> class-map match-any voice
>  match ip dscp ef
> !
> policy-map uplink-in
>  class video
>  set dscp af41
>  class voice
>  set dscp ef
> !
> interface GigabitEthernet0/1
>  port-type nni
>  switchport mode trunk
>  service-policy input uplink-in
> !
>
> And then for the customer interfaces i attach a policy-map that looks like this...
>
> // Shaping customer internet trafic at 10Mbit/s
> !
> policy-map 10out
>  class voice
>    priority
>    police cir 3000000
>  class video
>    shape average 50000000
>  class class-default
>    shape average 10000000
> !
>
> Best regards.
>
>        //Claes Jansson
>
> At 08:47 2009-04-15, you wrote:
>>Hi all!
>>
>>I've been racking my brain over this for a day now.
>>
>>I have a multicast stream that I have marked with a DSCP value close
>>at the core of my net.
>>I subscribe too it in an ME3400-24FS (12.2(46)SE METROIPACCESS).
>>
>>The problem is that the switch, contrary too documentation, has no
>>"mls qos" commands.
>>Neither global nor interface commands. I haven't found any reference
>>too this "change" anywhere.
>>
>>So, how do I get it too trust the DSCP values it on the uplink port so
>>I can reserve bandwidth for it on the outgoing port.
>>
>>Best regards
>>Mattias Gyllenvarg
>>_______________________________________________
>>cisco-nsp mailing list  cisco-nsp at puck.nether.net
>>https://puck.nether.net/mailman/listinfo/cisco-nsp
>>archive at http://puck.nether.net/pipermail/cisco-nsp/
>
>


More information about the cisco-nsp mailing list