The following is a good cisco example with loopback1 as your 44.X address:
interface tunnel 746651648
description Link to 44.129.0.0
ip unnumbered loopback1
tunnel source OUTSIDEIPADDRESS
tunnel destination 118.22.1.194
ip tcp adjust-mss 1436
tunnel mode ipip
!
ip route 44.129.0.0 255.255.0.0 tunnel746651648
!
ip route 118.22.1.194 255.255.255.255 99.119.146.22
I route each gateway to my default, and any other essential routes are
static assigned without a default gateway set. If I had a little more
time to spend with it I would have set the 44/8 up in a VRF or did some
additional policy routing to make things cleaner. I additionally wrote a
script to convert the encap file to a loadable config, but the 26XXxm is
short on nvram and can not save the config even with config compression
enabled. I think AH6BW has a better version of this script.
73,
Jason KY9J
On 2/15/2014 6:30 PM, Jason Begley wrote:
(Please trim inclusions from previous messages)
_______________________________________________
Email me off list for some examples. I hope you are using something bigger than a 2651xm
because the config gets too large for nvram otherwise. I'll also send you a script for
converting the encap file to tunnels/routes too.
73
Jason ky9j
-------- Original message --------
From: Phil Pacier - AD6NH <ad6nh(a)aprs2.net>
Date: 02/15/2014 4:34 PM (GMT-05:00)
To: AMPRNet working group <44net(a)hamradio.ucsd.edu>
Subject: [44net] Cisco IOS Example?
(Please trim inclusions from previous messages)
_______________________________________________
Good day all. Does anyone have a rough example of a 44Net tunnel setup
for Cisco IOS? I only have a /32 to play with and would like to put it
on the WAN router. Thanks!