Common Configuration Tasks
590 Router Configuration Guide
Creating a Redirect Policy
Configuring and applying redirect policies is optional. Each redirect policy must have the
following:
• A destination IP address
• A priority (default is 100)
• At least one of the following tests must be enabled:
→ Ping test
→ SNMP test
→ URL test
The following displays a redirection policy configuration:
A:ALA-7>config>filter# info
----------------------------------------------
redirect-policy "redirect1" create
destination 10.10.10.104 create
description "SNMP_to_104"
priority 105
snmp-test "SNMP-1"
interval 30
drop-count 30 hold-down 120
exit
no shutdown
exit
destination 10.10.10.105 create
priority 95
ping-test
timeout 30
drop-count 5
exit
no shutdown
exit
destination 10.10.10.106 create
priority 90
url-test "URL_to_106"
url "http://aww.alcatel.com/ipd/"
interval 60
return-code 2323 4567 raise-priority 96
exit
no shutdown
exit
...
----------------------------------------------
A:ALA-7>config>filter#