policy based routing summarize
Hi, i have a question about policy based Routing! I wirte the Poliy like this: entry REDIRECT80 { if { source-address 192.168.81.0/24; destination-address 192.168.100.0/24; } then { redirect 10.10.50.1; } } entry REDIRECT220 { if { ...