On 2/27/2013 3:25 PM, Dave McGuire wrote:
On 02/27/2013 03:10 PM, Brian Hechinger wrote:
The tunnel now does everything in the TODO exact that last one about
only sending configs out to only those who need them.
It now supports:
SNMP is now handled directly in python so no calling external scripts.
This allows for much better control over what happens when a router
doesn't respond.
IPSec tunnels as well as GRE tunnels (well, kinda, I still need to get a
working cisco config snippet to use, haven't done that yet)
mesh/hub/spoke topology. Each endpoint (router) can be designated one of
either hub, mesh or spoke. A spoke will only connect to a hub. hubs and
mesh will all connect to each other.
That's a damn fine piece of work!
Thank you! It's been a blast to write.
Much love to Paul for his python assistance. :)
-brian
On 02/27/2013 03:10 PM, Brian Hechinger wrote:
The tunnel now does everything in the TODO exact that last one about
only sending configs out to only those who need them.
It now supports:
SNMP is now handled directly in python so no calling external scripts.
This allows for much better control over what happens when a router
doesn't respond.
IPSec tunnels as well as GRE tunnels (well, kinda, I still need to get a
working cisco config snippet to use, haven't done that yet)
mesh/hub/spoke topology. Each endpoint (router) can be designated one of
either hub, mesh or spoke. A spoke will only connect to a hub. hubs and
mesh will all connect to each other.
That's a damn fine piece of work!
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
The tunnel now does everything in the TODO exact that last one about only sending configs out to only those who need them.
It now supports:
SNMP is now handled directly in python so no calling external scripts. This allows for much better control over what happens when a router doesn't respond.
IPSec tunnels as well as GRE tunnels (well, kinda, I still need to get a working cisco config snippet to use, haven't done that yet)
mesh/hub/spoke topology. Each endpoint (router) can be designated one of either hub, mesh or spoke. A spoke will only connect to a hub. hubs and mesh will all connect to each other.
Any questions?
-brian
Jordi Guillaumes i Pons
Barcelona - Catalunya - Europa
El 27/02/2013, a les 16:52, Johnny Billquist <bqt at softjar.se> va escriure:
Was that an honest bug? There are some details and tricks around SAV which are not very well documented, and which can cause an unbootable system all on its own...
Yes, it was. This is the ultimate reason, found by Mark after an entertaining bug hunting dialog:
"The Massbus byte count register was incorrectly presumed to be constant during a complete I/O transfer request (it can change due to DMA activity). Prior to the conversion to use the sim_disk library, the Massbus byte count was only read once. After the code restructuring it was read early in the processing and again later in transfer processing. The subsequent read returned a different value which ultimately caused the problems."
The whole thread, including some clumsiness from me is here:
https://github.com/simh/simh/issues/30
On 2013-02-27 15:58, Jordi Guillaumes i Pons wrote:
Al 27/02/13 09:42, En/na Dave McGuire ha escrit:
I assume all of this is in the repository...Is there going to be a new
release soon?
Mark tagged the current HEAD as beta some weeks ago, but there is no
word about the release date yet. For what I'm seeing, there are no
serious bugs in the current master branch, at least in the VAX and
PDP-11 simulators. I have been using the testing versions for a time,
and they seem to be stable.
Looking forward to seeing how my NetBSD code works on that emulation.
Of course beware there could be obscure bugs... for instance we catched
one in the PDP-11 simulator which manifested itself JUST at the SAV /WB
command... The simulator worked fine thru the SYSGEN time... just to
render your disk unbootable after SAVing the new system image. :)
Was that an honest bug? There are some details and tricks around SAV which are not very well documented, and which can cause an unbootable system all on its own...
Johnny
On Wed, Feb 27, 2013 at 10:16 AM, Jordi Guillaumes i Pons
<jg at jordi.guillaumes.name> wrote:
Al 27/02/13 14:24, En/na Jacob Goense ha escrit:
On Wed, February 27, 2013 01:09, Johnny Billquist wrote:
Say what? Have simh added VAX 8600 emulation?
DMC11 devices too!
Yep... and now if I can find enough time I could try to interface that one
with the 3780 emulation in Hercules and get RJE working between a SIMH VAX
and MVS3.8J...
I'm pretty sure the needed PAKS are not in the Hobbyist set though...
Hello!
Other problem is that the 3780 emulation isn't completely up to what
any of us, want to do. There's a TODO list that reads like the one the
MTA (here) for their maintenance schedule for working on the subway
system. Long and time consuming....
Incidentally this is not your fault Dave.
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
Al 27/02/13 14:24, En/na Jacob Goense ha escrit:
On Wed, February 27, 2013 01:09, Johnny Billquist wrote:
Say what? Have simh added VAX 8600 emulation?
DMC11 devices too!
Yep... and now if I can find enough time I could try to interface that one with the 3780 emulation in Hercules and get RJE working between a SIMH VAX and MVS3.8J...
I'm pretty sure the needed PAKS are not in the Hobbyist set though...
Al 27/02/13 09:42, En/na Dave McGuire ha escrit:
I assume all of this is in the repository...Is there going to be a new
release soon?
Mark tagged the current HEAD as beta some weeks ago, but there is no word about the release date yet. For what I'm seeing, there are no serious bugs in the current master branch, at least in the VAX and PDP-11 simulators. I have been using the testing versions for a time, and they seem to be stable.
Of course beware there could be obscure bugs... for instance we catched one in the PDP-11 simulator which manifested itself JUST at the SAV /WB command... The simulator worked fine thru the SYSGEN time... just to render your disk unbootable after SAVing the new system image. :)
I assume all of this is in the repository...Is there going to be a new
release soon?
-Dave
On 02/27/2013 02:53 AM, Jordi Guillaumes i Pons wrote:
Yes! And microVAX I and II as well as 11/730, 11//750 and a VAXrt.
As for the accuracy, I know it does the full VAX instruction set (including compatibility mode) but can't be sure about the bus and hardware. I know it does not have an emulated PDP11 as console, so it is certainly not 100% accurate.
Jordi Guillaumes i Pons
Barcelona - Catalunya - Europa
El 27/02/2013, a les 1:09, Johnny Billquist <bqt at softjar.se> va escriure:
Say what? Have simh added VAX 8600 emulation? Do you know how accurate that is? I have plenty of code for NetBSD which plays with that machine (I have a real machine to work on).
--
Dave McGuire, AK4HZ
New Kensington, PA