cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
5
Helpful
2
Replies

Assign Highest bandwidth to VC IP

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??

2 Replies 2

Pawan Raut
Level 4
Level 4

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) 

Thank you..!!

Now i understand why it is not working..!!