To set priority queueing, have a look at the example below:

priority-list 1 protocol ip high tcp 23
priority-list 1 ip high list 1
priority-list 1 protocol ip medium tcp 80
priority-list 1 interface ethernet 0 low
priority-list 1 default low
!
access-list 1 permit 131.158.24.0 0.0.0.255
!
interface serial 0
priority-group 1

This will give telnet traffic and ip addresses 131.158.24.1 - 131.158.24.254
high priority, http traffic  medium priority.  All traffic coming from
ethernet 0 is assigned low priority.  Other traffic not conforming to any of
this type of traffic, is assigned to the default queue and is given low
priority.

Then the priority group is assigned to an interface.

Hope this helps

Geoff

----- Original Message -----
From: "Sim, CT (Chee Tong)" <[EMAIL PROTECTED]>
To: "'Stull, Cory'" <[EMAIL PROTECTED]>; "'c.garofalo'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, October 24, 2000 11:30 AM
Subject: how to set priority on traffic type to pass thru router?


> Hi..  Dear all,
>
> May I know how to set priority on certain type of traffic to pass thru
> router?  what is the syntax??
>
> Tong


_________________________________
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