Users Guide

Table Of Contents
3. Configure a route-map to re-direct traffic arriving on a specific VRF instance.
route-map route-map-name
4. Enter the IPv4 or IPv6 address to match and specify the access-list name.
match {ip | ipv6} address access-list-name
5. In the route-map, set the IPv4 or IPv6 next-hop to be reached through a different VRF instance.
set {ip | ipv6} vrf vrf-name next-hop next-hop-ipv4address
This next-hop-address is reachable through a different VRF instance.
NOTE: If the next-hop is reachable on the specified VRF instance, the packet is redirected; otherwise, the packet
follows the regular routing flow.
6. Apply the route-map to the interface.
interface interface-type
{ip | ipv6} policy route-map route-map-name
7. View the route-map information.
show route-map
OS10(conf-if-vl-40)# do show route-map
route-map test, permit, sequence 10
Match clauses:
ip address (access-lists): acl1
Set clauses:
ip vrf red next-hop 1.1.1.1 track-id 200
PBR and VLT
When you configure PBR in a VLT setup, configure the same PBR rules on both VLT peers.
In the following example, traffic originates from A and is destined to B. The traffic is redirected to C using a PBR rule through the VLT port
channel. When the VLT port channel interface goes down, the traffic still reaches C through VLTi.
672
Layer 3