Trouble In Cisco QoS
loginregister
Registered Users Posts: 2 ■□□□□□□□□□
in CCNP
Dear ALL,
Would you please explain the workflow of following configuration ?
Would you please explain the workflow of following configuration ?
[FONT=宋]ip access-list extended qos-To-Customer[/FONT]
[FONT=宋]permit 6 any host 10.0.0.1[/FONT]
[FONT=宋]permit 6 any host 10.0.0.2[/FONT]
[FONT=宋]class-map match-all To-Customer[/FONT]
[FONT=宋]match access-group name qos-To-Customer[/FONT]
[FONT=宋]policy-map CHILD[/FONT]
[FONT=宋]class To-Customer[/FONT]
[FONT=宋]priority 10000[/FONT]
[FONT=宋]set dscp cs5[/FONT]
[FONT=宋]policy-map PARENT[/FONT]
[FONT=宋]class class-default[/FONT]
[FONT=宋]shape average percent 10[/FONT]
[FONT=宋]service-policy CHILD[/FONT]
[FONT=宋]interface GigabitEthernet0/1/3.2002[/FONT]
[FONT=宋]service-policy output PARENT[/FONT]
[FONT=宋][/FONT]
[FONT=宋]MANY MANY THANKS !!! [/FONT]
[FONT=宋][/FONT]
[FONT=宋]permit 6 any host 10.0.0.1[/FONT]
[FONT=宋]permit 6 any host 10.0.0.2[/FONT]
[FONT=宋]class-map match-all To-Customer[/FONT]
[FONT=宋]match access-group name qos-To-Customer[/FONT]
[FONT=宋]policy-map CHILD[/FONT]
[FONT=宋]class To-Customer[/FONT]
[FONT=宋]priority 10000[/FONT]
[FONT=宋]set dscp cs5[/FONT]
[FONT=宋]policy-map PARENT[/FONT]
[FONT=宋]class class-default[/FONT]
[FONT=宋]shape average percent 10[/FONT]
[FONT=宋]service-policy CHILD[/FONT]
[FONT=宋]interface GigabitEthernet0/1/3.2002[/FONT]
[FONT=宋]service-policy output PARENT[/FONT]
[FONT=宋][/FONT]
[FONT=宋]MANY MANY THANKS !!! [/FONT]
[FONT=宋][/FONT]
Comments
-
daveyb Member Posts: 28 ■□□□□□□□□□loginregister wrote: »
[LEFT][COLOR=#000000][FONT=&]ip access-list extended qos-To-Customer[/FONT][/COLOR] [COLOR=#000000][FONT=&] permit 6 any host 10.0.0.1[/FONT][/COLOR] [COLOR=#000000][FONT=&] permit 6 any host 10.0.0.2[/FONT][/COLOR] [/LEFT]
loginregister wrote: »[COLOR=#000000]class-map match-all To-Customer[/COLOR] [COLOR=#000000] match access-group name qos-To-Customer[/COLOR]
loginregister wrote: »[COLOR=#000000]policy-map CHILD[/COLOR] [COLOR=#000000] class To-Customer[/COLOR] [COLOR=#000000] priority 10000[/COLOR] [COLOR=#000000] set dscp cs5 [/COLOR]
Also set a guaranteed rate of 10,000 kbps for this traffic.loginregister wrote: »[COLOR=#000000]policy-map PARENT[/COLOR] [COLOR=#000000] class class-default[/COLOR] [COLOR=#000000] shape average percent 10[/COLOR] [COLOR=#000000] service-policy CHILD[/COLOR]
loginregister wrote: »[COLOR=#000000]interface GigabitEthernet0/1/3.2002[/COLOR] [COLOR=#000000] service-policy output PARENT[/COLOR]
In short, this policy shapes all traffic going out of that sub-interface to 100Mbps. It guarantees at least 10Mbps is available to traffic destined towards 10.0.0.1 and 10.0.0.2 combined. -
loginregister Registered Users Posts: 2 ■□□□□□□□□□Dear Daveyb,
MANY MANY THANKS !!!
MANY MANY THANKS !!!
MANY MANY THANKS !!!