Filter Configuration Command Reference
574 Router Configuration Guide
Redirect Policy Commands
destination
Syntax destination ip-address [create]
no destination ip-address
Context config>filter>redirect-policy
Description This command defines a destination in a redirect policy. More than one destination can be configured. 
Whether a destination IPv4/IPv6 address will receive redirected packets depends on the effective 
priority value after evaluation.
The most preferred destination is programmed in hardware as action forward next-hop. If all 
destinations are down (as determined by the supported tests), action forward is programmed in 
hardware. All destinations within a given policy must be either IPv4 or (exclusive) IPv6. The redirect 
policy with IPv4 destinations configured can only be used by IPv4 filter policies. The redirect policy 
with IPv6 destinations configured can only be used by IPv6 filter policies.
Default no destination
Parameters ip-address — Specifies the IPv4 address (in dotted decimal notation) or IPv6 address to send the 
redirected traffic to.
Values IPv4 address:  ip-address: a.b.c.d
IPv6-address: x:x:x:x:x:x:x:x (eight 16-bit pieces) 
x:x:x:x:x:x:d.d.d.d 
x:            [0..FFFF]H 
d:            [0..255]D
sticky-dest
Syntax sticky-dest no-hold-time-up
sticky-dest hold-time-up 
no sticky-dest
Context config>filter>redirect-policy
Description This command configures sticky destination behavior for redirect policy. When enabled, the active 
destination is not changed to a new better destination, unless the active destination goes down or 
manual switch is forced using the tools>perform>filter>redirect-policy>activate-best-dest 
command.