cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
551
Views
0
Helpful
3
Replies

QOS Config issue

Dhiraj Jagdale
Level 1
Level 1

Hii,

We have one branch with bandwidth of 512 Kbps, we want to reserve bandwidth 256 Kbps for a IP address range 10.32.131.0/24. to achieve this we apply below QOS config in router,

class-map match-all CITRIX
 match access-group 101

policy-map Citrix-policy
 class CITRIX
    bandwidth 256 

access-list 101 permit ip any 10.32.131.0 0.0.0.255
access-list 101 permit ip 10.32.131.0 0.0.0.255 any

We have apply this policy to router WAN link connected interface as showing below,

Router(config)#interface FastEthernet0/0/0
Router(config-if)#
Router(config-if)#service-policy output Citrix-policy
Router(config-if)#
Router(config-if)#service-policy input Citrix-policy
Weighted Fair Queueing feature not supported in input policy.

But when we tried to apply this policy inward then above mention error is showing.  Is this my configuration write ? if yes then how can i overcome this issue ? if no plese share me correct config

Thanxs in advance..... 

 

1 Accepted Solution

Accepted Solutions

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

The bandwidth statement is only an egress QoS feature.

You can police traffic, both ingress and egress, but the police statement's behavior is different from a bandwidth statement.  I.e. it might not be suitable.

Ideally, you apply an egress policy on the other side's egress to effect ingress traffic.

View solution in original post

3 Replies 3

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

The bandwidth statement is only an egress QoS feature.

You can police traffic, both ingress and egress, but the police statement's behavior is different from a bandwidth statement.  I.e. it might not be suitable.

Ideally, you apply an egress policy on the other side's egress to effect ingress traffic.

Hii Joseph, Thanks for the reply

But i have one doubt, is that my configuration correct ? because i want to reserve the bandwidth of 256 Kbps for traffic between IP address range 10.32.131.0/24 and branch LAN ip range.

i have applied policy on other site an egress traffic and when i am putting load on link by using source and destination ip addresses by same as in access list or different than access list then link is utilizing up to 512 Kbps.

if i specify the 256 Kbps of bandwidth than link should be utilize to specified limit only or it will be utilize to peak level ?

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

if i specify the 256 Kbps of bandwidth than link should be utilize to specified limit only or it will be utilize to peak level ?

Peak level.  The bandwidth statemetn provides a minimum bandwidth guarantee.  More may be used.