On Mon, Mar 26, 2001 at 06:45:34PM +0800, Sim, CT (Chee Tong) wrote:
> Hi.. May I know what is the Queueing or Shaping Sheme that I can implement
> on the routers to optimize the traffic between two hosts on two different
> routers??
> 
> I got 2 Networks, A (60.100.0.0) and B (199.100.0.0), and router A
> (60.100.0.1) and B (199.100.0.1)? I want to set high priority between to
> host C 60.100.0.10 and host D 199.100.0.10
> 
> May I know what is the QoS sheme on this?? or command that I need to put in
> for two routers>

It sounds like you're talking about priority queueing. One thing to bear in
mind about this is that if hosts C and D use up all the bandwidth, no other
traffic will get through. If this isn't what you want and you want to limit
how much of the bandwidth they can use, you might like to look at custom
queueing instead.

The command you want is the interface mode configuration command
"prority-list". Something like:

Router(config-if)#prioity-list 1 protocol ip medium 101

Router(config)#access-list 101 permit ip host 60.100.0.10 host 199.100.0.10
Router(config)#access-list 101 permit host 199.100.0.10 host 60.100.0.10
Router(config)#access-list 101 deny ip any any

-- 
Ryan O'Connell - <[EMAIL PROTECTED]> - http://www.complicity.co.uk

I'm not losing my mind, no I'm not changing my lines,
I'm just learning new things with the passage of time

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to