cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
582
Views
0
Helpful
1
Replies

ASR1000 QoS issue

xiaodong liao
Level 1
Level 1

hello,

     I have a question about qos-group in asr 1000 router, as I read the configuration guide, "The QoS group is a field in the packet data structure internal to the router" as described, So it's only local significant, can I use this way:

1、in the inbound interface, uses MQC to define a traffic and apply to the interface like this:

class-map cs3

match dscp cs3

policy-map qos_marking

  class cs3

   set qos-group 3

interface GigabitEthernet3

    ip address 10.0.0.1

 

    service-policy input qos_marking

 

2、in the outbound interface, apply traffic policy based on the marked qos-gropu:

class-map grp3

  match qos-group 3

policy-map qos_set

  class grp3

  bandwidth 4000

interface GigabitEthernet2

description “wan interface”

ip address 20.0.0.1 255.255.255.0

  service-policy output qos_set

 

Is this kind of configuration take effects?

1 Accepted Solution

Accepted Solutions

Francesco Molino
VIP Alumni
VIP Alumni
Hi

Yes you can use this config to set qos-group as input and define a bandwidth for output.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

View solution in original post

1 Reply 1

Francesco Molino
VIP Alumni
VIP Alumni
Hi

Yes you can use this config to set qos-group as input and define a bandwidth for output.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
Review Cisco Networking products for a $25 gift card