Out-of-Path with PBR and VRRP Redundant Silver Peak Appliances : Configuring the Cisco Router for Policy-Based Routing (PBR)

Configuring the Cisco Router for Policy-Based Routing (PBR)
To gain access to the CLI, access the router via the console port or a Telnet session.
 
configure terminal
 
access-list 101 permit ip 10.110.33.0 0.0.0.255 10.110.11.0 0.0.0.255
 
route-map sp-vrrp permit 10
match ip address 101
set ip next-hop 10.110.31.254
 
exit
 
interface gigabitEthernet 3
ip route-cache policy
ip policy route-map sp-vrrp
 
end
write mem

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.