I have the config below on two routers. I live at a place where the bandwidth costs are really prohibitive. For this reason, all the data going through the tunnel needs to be compressed.
Which is the best way to go about this, Im willing to change the whole configuration to achieve a roughly 4:1 compression ratio. Is it doable, do I need extra hardware. The tunnel endpoints are a cisco 3600 on router 1 and a cisco 7301. I'm even willing to buy hardware to achieve this. The only issue is It has to be compression over some sort of tunnel/VPN.
router1
interface Tunnel1
description WOL-Tunnel
ip address 1.2.73.249 255.255.255.252
tunnel source 1.2.73.117
tunnel destination 3.4.208.250
no shutdown
router2
interface Tunnel1
description WOL-Tunnel
ip address 1.2.73.250 255.255.255.252
tunnel source 3.4.208.250
tunnel destination 1.2.73.117
no shutdown
***Gitau