DGS-6604
ip policy route-map
CLI Reference Guide
312
Examples
The following example set up routing policy to route the packets that match the IP
access list name pbr-acl to next-hop 20.1.1.254
You can verify your settings by entering
show ip policy
command.
Switch(config)#route-map pbr-map
Switch(config-route-map)# match ip address pbr-acl
Switch(config-route-map)# set ip next-hop 20.1.1.254
Switch(config-route-map)# exit
Switch(config)#
Switch(config)#interface vlan100
Switch(config-if)#ip policy route-map pbr-map
Switch(config-if)#exit