cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
604
Views
0
Helpful
7
Replies

Suggest router..?

punjabsupport
Level 1
Level 1

Requirement is having two different service provider Internet leased line and internally there are two different subnet 192.168.1.1 and 192.168.2.1 .192.168.1.1 is working on provider 1 and 192.168.2.1 is working with provider 2   but when provider 1 link goes down it automatically shifts to other working link .please suggest any router or any wother way to make this working?

7 Replies 7

Michiel Beenen
Level 3
Level 3

The RV320 is what you want ;)

what are the settings need to be done on RV320 to achive required setup working properly

CSCO11814843
Level 1
Level 1

Brother :)

Kindly find below the configuration according to your requirement

ip sla 1
 icmp-echo ******** source-interface *******
ip sla schedule 1 life forever start-time now

ip sla 2
 icmp-echo ****** source-interface *********
ip sla schedule 2 life forever start-time now

ip sla 3
 icmp-echo ******* source-interface ******
ip sla schedule 3 life forever start-time now

ip sla 4
 icmp-echo ******* source-interface *******
ip sla schedule 4 life forever start-time now


track 1 ip sla 1
 delay down 20 up 20
!
track 2 ip sla 2
 delay down 20 up 20
!
track 3 ip sla 3
 delay down 20 up 20

track 3 ip sla 3
 delay down 20 up 20

track 4 ip sla 4
 delay down 20 up 20

track 11 list boolean or
 object 1
 object 2
 object 3
 object 4
 delay down 30 up 30


ip route 0.0.0.0 0.0.0.0 192.168.1.1 Track 10 name Default-Route-To-Services-Provider-1

ip route 0.0.0.0 0.0.0.0 192.168.2.1 Track 10 name Default-Route-To-Services-Provider-2

 

Hi CSCO11814843,

 

why we are creating 4 ip sla , can you give more description about which command is used for what purpose in our above setup .Thank-you

Ok Brother u can select some Ip's from internet and track it

I do this For example

ip sla 1
 icmp-echo 4.4.4.4 source-interface *******
ip sla schedule 1 life forever start-time now

ip sla 2
 icmp-echo 2.2.2.2source-interface *********
ip sla schedule 2 life forever start-time now

ip sla 3
 icmp-echo 4.2.2.2source-interface ******
ip sla schedule 3 life forever start-time now

ip sla 4
 icmp-echo 8.8.8.8 source-interface *******
ip sla schedule 4 life forever start-time now

u can track these ip's and which these ip's down from interface 1

it will go to the second line :)

 

1.  how to tell 192.168.1.0 subnet in LAN to go from service provider A and 192.168.2.0 to go from provider B,means when both WAN link are working it should goes separately. 

2. when provider A goes down it shift 192.168.1.0 subnet data to provider B and similarly if provider B goes down it shifts data for network 192.168.2.0 to provider A. 

 

Please let me know if we can do this by RV320

?