PBR

From: Tim Chan (timanji@yahoo.com)
Date: Wed Aug 23 2006 - 19:10:13 ART


Hi all,

When creating the route-maps for policy based routing, at the end is it a permit any or deny any?

For example, I want to forward packets larger than 1250 towards a certain direction, but all other packets
will go wherever they are normally routed. So at the end is it a "deny 20" thinking that "I will not allow
other traffic to be policy routed." Or is it "permit 20" thinking that "I will allow all other traffic to pass"?

interface ether0/0
  ip policy route-map POLICY
!
route-map POLICY permit 10
  match length 1251 1500
  set ip next-hop 10.1.1.1
!
route-map POLICY [permit / deny] 20

thanks!
-tim



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:58 ART