Concept Guide

Create the Redirect-List GOLD
Assign Redirect-List GOLD to Interface 2/11
View Redirect-List GOLD
Creating a PBR list using Explicit Track Objects for Redirect IPs
Create Track Objects to track the Redirect IPs:
DellEMC#configure terminal
DellEMC(conf)#track 3 ip host 42.1.1.2 reachability
DellEMC(conf-track-3)#probe icmp
DellEMC(conf-track-3)#track 4 ip host 43.1.1.2 reachability
DellEMC(conf-track-4)#probe icmp
DellEMC(conf-track-4)#end
Create a Redirect-list with Track Objects pertaining to Redirect-IPs:
DellEMC#configure terminal
DellEMC(conf)#ip redirect-list redirect_list_with_track
DellEMC(conf-redirect-list)#redirect 42.1.1.2 track 3 tcp 155.55.2.0/24 222.22.2.0/24
DellEMC(conf-redirect-list)#redirect 42.1.1.2 track 3 tcp any any
DellEMC(conf-redirect-list)#redirect 42.1.1.2 track 3 udp 155.55.0.0/16 host 144.144.144.144
DellEMC(conf-redirect-list)#redirect 42.1.1.2 track 3 udp any host 144.144.144.144
DellEMC(conf-redirect-list)#redirect 43.1.1.2 track 4 ip host 7.7.7.7 host 144.144.144.144
DellEMC(conf-redirect-list)#end
Verify the Status of the Track Objects (Up/Down):
DellEMC#show track brief
ResId Resource Parameter State LastChange
1 Interface ip routing Tunnel 1 Up 00:02:16
2 Interface ipv6 routing Tunnel 2 Up 00:03:31
3 IP Host reachability 42.1.1.2/32 Up 00:00:59
4 IP Host reachability 43.1.1.2/32 Up 00:00:59
Apply the Redirect Rule to an Interface:
DellEMC#
DellEMC(conf)#int TenGigabitEthernet 2/28
DellEMC(conf-if-te-2/28)#ip redirect-group redirect_list_with_track
DellEMC(conf-if-te-2/28)#end
Verify the Applied Redirect Rules:
DellEMC#show ip redirect-list redirect_list_with_track
IP redirect-list redirect_list_with_track
Defined as:
seq 5 redirect 42.1.1.2 track 3 tcp 155.55.2.0/24 222.22.2.0/24, Track 3 [up], Next-hop
reachable (via Vl 20)
seq 10 redirect 42.1.1.2 track 3 tcp any any, Track 3 [up], Next-hop reachable (via Vl 20)
seq 15 redirect 42.1.1.2 track 3 udp 155.55.0.0/16 host 144.144.144.144, Track 3 [up], Next-
hop reachable (via Vl 20)
seq 20 redirect 42.1.1.2 track 3 udp any host 144.144.144.144, Track 3 [up], Next-hop
Policy-based Routing (PBR)
623