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@aprs2.net Date: 02/15/2014 4:34 PM (GMT-05:00) To: AMPRNet working group 44net@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!
Jason, I think an example on list (perhaps with links for extra content elsewhere) would be helpful for others on the list.
Sent from my iPhone
On Feb 15, 2014, at 4:31 PM, Jason Begley jayray@digitalgoat.com 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@aprs2.net Date: 02/15/2014 4:34 PM (GMT-05:00) To: AMPRNet working group 44net@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!
-- Phillip Pacier - AD6NH APRS Tier2 Network Coordinator
This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
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@aprs2.net Date: 02/15/2014 4:34 PM (GMT-05:00) To: AMPRNet working group 44net@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!
On Sun, Feb 16, 2014 at 01:11:18AM -0500, Jason R Begley wrote:
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.
It might be worth trying again; since the first of the month the encap file has been about half its previous size after I deleted all the obsolete gateways. - Brian
On Sun, 16 Feb 2014, Jason R Begley wrote:
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.
Yes, downloadable from
http://ah6bw.ampr.org/encapconvertnew.pl
I'm thinking we should throw this up on github.
Antonio Querubin e-mail: tony@lavanauts.org xmpp: antonioquerubin@gmail.com
The script from AH6BW works very well. I just converted to my setup to a single Cisco router, complete with DMVPN and PPTP remote access. I am currently running an old Cisco 3725 with the above mentioned features, as well as basic VoIP with CME. This platform has plenty of processing power for these tasks.
On the 26XX platform, the boot buffersize in conjunction with config-compression may work, depending on the IOS version.
If anyone is interested in a DMVPN solution or PPTP link, I can route a subnet to you. Contact me offline.
Thanks Jesse - WC3XS
On Feb 16, 2014, at 3:27 AM, Antonio Querubin tony@lavanauts.org wrote:
(Please trim inclusions from previous messages) _______________________________________________ On Sun, 16 Feb 2014, Jason R Begley wrote:
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.
Yes, downloadable from
http://ah6bw.ampr.org/encapconvertnew.pl
I'm thinking we should throw this up on github.
Antonio Querubin e-mail: tony@lavanauts.org xmpp: antonioquerubin@gmail.com _________________________________________ 44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
On Sat, 2014-02-22 at 20:58 -0500, Jesse Hindmarsh spake:
On the 26XX platform, the boot buffersize in conjunction with config-compression may work, depending on the IOS version.
Back in the day I was running full IPEncap on a 2600, the problem was I was also brokering IPs (dgserver/dgclient) on the old hub0/hub128 which in reality made the cisco unusable in a unique way.
Is dgserver/client used anymore?