Re: QOS/Policy routing [7:5227]

2001-05-21 Thread Vincent Chong

Hi;

Policy Routing sample

interface serial 0
ip address x.w.y.z /netmask
ip policy route-map frank
!
access-list 101 permit ip any 1.1.1.0 0.0.0.25
!
route-map frank permt 10
match ip address 101
set ip precedence critical
!

Prority Queue is another option.

HTH
Vincent Chong


""Frank Kim""   Hi folks,
> I like to setup a policy so that any traffic destined to 1.1.1.0/24 will
> take precedence over the rest.  My outbound link is a single T1.  Please
> throw me a short sample config.  Thanks for helping.
>
> -Frank
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5250&t=5227
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: QOS/Policy routing [7:5227]

2001-05-21 Thread Curtis Call

How about this?:

access-list 100 permit ip any 1.1.1.0 0.0.0.255
priority-list 1 protocol ip high list 100

Then on the interface do a priority-group 1

At 03:32 AM 5/21/01, you wrote:
>Hi folks,
>I like to setup a policy so that any traffic destined to 1.1.1.0/24 will
>take precedence over the rest.  My outbound link is a single T1.  Please
>throw me a short sample config.  Thanks for helping.
>
>-Frank
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5232&t=5227
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



QOS/Policy routing [7:5227]

2001-05-21 Thread Frank Kim

Hi folks,
I like to setup a policy so that any traffic destined to 1.1.1.0/24 will
take precedence over the rest.  My outbound link is a single T1.  Please
throw me a short sample config.  Thanks for helping.

-Frank




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5227&t=5227
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]