cancel
Showing results for 
Search instead for 
Did you mean: 

Do you need a default route with flow-redirect?

Do you need a default route with flow-redirect?

KevinR
New Contributor II

When using flow redirect do I still need a default route or will that interfere with flow redirect?

Should I have

create flow-redirect BACKUP-INET
configure flow-redirect BACKUP-INET add nexthop 10.10.5.1 priority 150
configure flow-redirect BACKUP-INET add nexthop 10.10.5.11 priority 100

and
configure iproute add default 10.10.5.1
 
I haven't found any flow-redirect examples that also have a default route but I also haven't seen anything saying they are incompatible. 
Thanks
1 ACCEPTED SOLUTION

Stefan_K_
Valued Contributor

Hi Kevin,

I only used flow-redirect a few times, but all switches already had a default-gateway configured.

Keep in mind that you also need some ACLs otherwise these flow-redirects have no effect.

 

Best regards
Stefan

View solution in original post

2 REPLIES 2

Stefan_K_
Valued Contributor

Hi Kevin,

I only used flow-redirect a few times, but all switches already had a default-gateway configured.

Keep in mind that you also need some ACLs otherwise these flow-redirects have no effect.

 

Best regards
Stefan

KevinR
New Contributor II

Thanks, I have ACLs set but failover wasn't happening as expected and I was unsure of the default gateway usage. 

GTM-P2G8KFN