6.2 Policy-based Routing
PBR
match ip address
match length min max – to establish criteria based on packet length.
set ip
ip policy
set interface type of interface – specify a list of interface which the packets can be routed.
traceroute Trace route to destination address - discovers the routes packets follow when traveling to their destinations
Configuration Example
router# show run
Building configuration ...
service
!
hostname router
!
enable password 7 wonRBhc01DcE
!
interface fastethernet 0/0
ip address 192.168.98.63 255.255.255.0
!
interface serial 0/0 encapsulation hdlc
ip address 10.0.0.2 255.0.0.0 ip policy!
interface async 0/0
!
77