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]

Reply via email to