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

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 r

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