04-21-2016 12:20 AM - edited 03-05-2019 03:51 AM
Hello All,
I have cisco 2921 router and configure QOS for Video conferencing unit.(IP address:- 192.168.3.250)
class-map match-any VC
match access-group 111
!
policy-map VC-OUT
class VC
priority 3072
policy-map VC
class VC
set ip precedence 5
policy-map Parent
class class-default
shape average 3072000
access-list 111 permit ip host 192.168.3.250 host 192.168.10.250
access-list 111 permit ip host 192.168.3.250 host 192.168.8.250
access-list 111 permit ip host 192.168.3.250 host 192.168.40.250
this policy apply to wan interface of router
interface GigabitEthernet0/2
description ****LINK TO SIFI****
ip address 172.20.48.222 255.255.255.252
duplex auto
speed auto
service-policy output VC
Can anyone tell me does it right or wrong??
04-21-2016 11:30 AM
ACL and Class-map config is correct.
But why you have created three policy-map at time only one policy-map can be applied to WAN interface.
Simple way to configure policy-map
policy-map VC
class VC
priority (Kilo Bits per second you want to allocated)
!
class class-default
bandwidth (Remaining BW of WAN interface)
04-21-2016 10:03 PM
Thank you..!!
Now i understand why it is not working..!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide