Administrator 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:
Dell#configure terminal
Dell(conf)#track 3 ip host 42.1.1.2 reachability
Dell(conf-track-3)#probe icmp
Dell(conf-track-3)#track 4 ip host 43.1.1.2 reachability
Dell(conf-track-4)#probe icmp
Dell(conf-track-4)#end
Create a Redirect-list with Track Objects pertaining to Redirect-IPs:
Dell#configure terminal
Dell(conf)#ip redirect-list redirect_list_with_track
Dell(conf-redirect-list)#redirect 42.1.1.2 track 3 tcp 155.55.2.0/24 222.22.2.0/24
Dell(conf-redirect-list)#redirect 42.1.1.2 track 3 tcp any any
Dell(conf-redirect-list)#redirect 42.1.1.2 track 3 udp 155.55.0.0/16 host 144.144.144.144
Dell(conf-redirect-list)#redirect 42.1.1.2 track 3 udp any host 144.144.144.144
Dell(conf-redirect-list)#redirect 43.1.1.2 track 4 ip host 7.7.7.7 host 144.144.144.144
Dell(conf-redirect-list)#end
Verify the Status of the Track Objects (Up/Down):
Dell#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:
Dell#
Dell(conf)#int TenGigabitEthernet 2/28
Dell(conf-if-te-2/28)#ip redirect-group redirect_list_with_track
Dell(conf-if-te-2/28)#end
Verify the Applied Redirect Rules:
Dell#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
584
Policy-based Routing (PBR)