QOS for real scenerio

From: Ahmed Mustafa (ahmed.mustafa@sbcglobal.net)
Date: Tue Mar 09 2004 - 03:44:32 GMT-3


I am working on a real scenerio where specfically asked for assigned bandwidth
256K for ip address 172.16.10.1 (Running as an application server) regardless
of congestion.

If I configure CBWFQ where I can assign bandwidth:

Router (Where Application Server)
---------------------------------------------------

access-list 100 permit ip host 172.16.10.1 any

class-map QOS
match access-group 100

Policy-map GURANTEED
class QOS
bandwidth 256

int s0/0:0
service-policy output GURANTEED.

Remote Router (Where hosts are)
---------------------------------------------------

access-list 100 permit ip any host 172.16.10.1

class-map QOS
match access-group 100

Policy-map GURANTEED
class QOS
bandwidth 256

int s0/0:0
service-policy output GURANTEED.

------------------------------------------------------------------------

The above QOS only occurs incase of congestion.

What QOS can be configured regardless of congestion, and always gurantee
bandwidth 256KB only. When I Say 256KB only I mean it shouldn't exceed 256KB
regardless of bandwidth availble or not.

In access-list, will port numbers make any huge difference. It's an old
application and port# is not known unless we through sniffer.

Should QOS configurations apply both ways as I am mentioning above, or on a
router only where the application server is.

Thanks



This archive was generated by hypermail 2.1.4 : Thu Apr 01 2004 - 08:15:16 GMT-3