cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
479
Views
0
Helpful
3
Replies

IP SLA feature

itdsmartnet
Level 1
Level 1

hi,

I have 1841 router and have two ISP for backup, when i tried to configure IP SLA feature for redundancy i found that i have not enough DRAM and flash to run the IOS which support IP SLA, currently i have DRAM 128MB and flash 32MB, is there any other way to achieve redundancy without IP SLA.

Thanks

3 Replies 3

Joseph W. Doherty
Hall of Fame
Hall of Fame

Assuming your ISP connections are Ethernet, two other solutions that come to mind but both require ISP cooperation. One would be to run an active routing protocol with your ISPs, the other, use a GRE tunnel and keepalives, with your ISPs.

what will the step by step configuration for GRE tunnel.

Thanks

Something like:

config terminal

interface tunnel 1

ip address x.x.x.x y.y.y.y

tunnel source x.x.x.x

tunnel destination x.x.x.x

keepalive

ip tcp adjust-mss xxxx

end

The tunnel address can be defined for point-to-point.

Tunnel source address could be you existing serial IP address.

Tunnel destination address could be other side's existing serial IP address.

Keepalive is key component to take tunnel down if it doesn't see other side.

Optionally, you can adjust MSS to allow for GRE overhead.

More information on any of the above can be found if you search Cisco's web site.

[edit]

Also, you need to direct you traffic to use the tunnel vs. the existing link.

Also, when I note using serial addresses, in your case, tunnel source.destination addresses would be addresses between you and ISP which may be Ethernet.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card