how to set up a dual WAN on the firewall. Which will have a failover

2021-12-11 00:10:25 Published
  • 0 Followed
  • 0Collected ,1344Browsed

Problem Description

how to set up a dual WAN on the firewall. Which will have a failover

Solution

#   

interface GigabitEthernet1/0/4

port link-mode route

description to WAN1

nat outbound                                                                                                         

 #  

interface GigabitEthernet1/0/5

port link-mode route

description to WAN2

nat outbound

#

[F1KIRF]ip route-static 0.0.0.0 24 xxxx   // Configure the route to the outgoing interface of WAN1  

 

[F1KIRF]ip route-static 0.0.0.0 24 xxxx preference 100    //Configure the route to the outgoing interface of WAN2 to have lower priority

Please rate this case:   
0 Comments

No Comments

Add Comments: