iMapper Community

All Blog Posts (19)

Rich Brown InterMapper 5.3 is available

Last week, we released InterMapper 5.3. It's major features are:

  • Localization to Spanish, Chinese, and Japanese
  • Significant performance improvements for database exports and handling maps with thousands of interfaces
  • Improved Interfaces window that lets you show and hide interfaces easily
  • InterMapper RemoteAccess license pool simplifies serial number administration: you can allow multiple people to connect to the server without requiring that each cli
Continue

Added by Rich Brown on June 24, 2010 at 9:15pm — No Comments

Rich Brown Note for Mac OS X 10.5 & 10.6 users

Folks,

We have learned of a nasty bug in Apple's Java Virtual Machine (JVM) that can affect InterMapper users. The symptoms are that the InterMapper GUI appears to freeze: the windows do not respond to mouse or keyboard, and people report that they have to force quit.

It only happens when using OSX 10.5 or 10.6 with Java version 1.6.0_20. (installed with Java for Mac OS X 10.5 Update 7 or Java for Mac OS X 10.6 Update 2) with InterMapper (and RemoteAccess) versions 5.2.6 and ea… Continue

Added by Rich Brown on June 11, 2010 at 4:00pm — 1 Comment

Rich Brown New Beta Test Version, and a New Feature

There's a new beta-test version of InterMapper (5.3b3, released 26 May 2010). The more adventurous of you may have noticed one new feature that we hadn't mentioned in the new features/release notes.

It's time to talk about it now.

InterMapper and all its ancillary programs - RemoteAccess, InterMapper Flows, DataCenter, InterMapper Control Center, as well as the User Guides - have all been localized for translation to other languages.

We thank our partners and resellers… Continue

Added by Rich Brown on May 26, 2010 at 2:35pm — No Comments

Rich Brown Two New Beta-tests and a Final Update

There are new versions of InterMapper and InterMapper Flows available.

InterMapper 5.3b1 is the first public beta test release of the next version of InterMapper. As an aid to customers with many copies of RemoteAccess, InterMapper now accepts a "pooled license" for the remote client so that customers don't have to enter separate licenses on the individual clients. It also sports a number of performance improvements, including handling maps with h… Continue

Added by Rich Brown on May 21, 2010 at 1:00pm — No Comments

Rich Brown InterMapper at Tech Talk Live

On April 26-27, Dartware's Rich Brown and Nancy Stanley will be at the Tech Talk Live conference in Lancaster, PA. This conference, sponsored by the Lancaster-Lebanon Intermediate Unit. Tech Talk Live is a venue for IT professionals in the K-12 environment to meet with colleagues and vendors to talk about issues that affect them on a daily basis.

Dartware will have an exh… Continue

Added by Rich Brown on April 26, 2010 at 12:30pm — No Comments

Rich Brown What is an SNMPWalk? Why do I care?

SNMPWalk is a technique for retrieving a number of SNMP variables from a networked device. People use it primarily as a troubleshooting or testing facility to view the current state of a device, or to see what information could be retrieved from it. Here are a couple use cases:

  • A technician wants to investigate the settings/readings of a particular piece of network equipment. The SNMPWalk command of net-snmp or other tool such as
Continue

Added by Rich Brown on March 30, 2010 at 2:32pm — No Comments

Rich Brown Two mentions of InterMapper on Xitim.com

Aurélien has created two useful articles (in French) about InterMapper on the Xitim.com web site. Their (English) titles are:

Simple and effective monitoring of network traffic with Dartware's InterMapper
(… Continue

Added by Rich Brown on March 2, 2010 at 10:28pm — No Comments

Rich Brown InterMapper at NANOG48-Followup

I had a lot of fun at the NANOG48 conference. The presentations were great, many interesting people to speak with, and of course, the Beer 'n Gear session is always a hit. Some of the highlights of the conference for me:
Continue

Added by Rich Brown on March 2, 2010 at 4:23pm — No Comments

Rich Brown InterMapper at NANOG48

I'm looking forward to attending the NANOG48 on 21-24 February in Austin, TX next week. My colleague Gurdev Sethi, a product manager at Dartware, and John Murphy, a developer for ProQueSys will attend the conference with me.

NANOG (the North American Network Operators Group) holds these events three times a year to discuss best practices for backbone and enterprise networking.
Continue

Added by Rich Brown on February 16, 2010 at 8:30am — No Comments

Rich Brown Mibble MIB Browser available

For years, I have been looking for a good tool that I can use myself and recommend for viewing and parsing SNMP MIBs, and for making SNMP queries on devices. There are lots of them out there, but I wanted one that was simple, correct, would run cross-platform so that all Dartware customers could take advantage of the tool, and of course, inexpensive.

Mibble (http://mibble.org) has been evolving over the years. Its author, Per Cederberg has created a Java… Continue

Added by Rich Brown on February 9, 2010 at 6:30pm — No Comments

Rich Brown Update: A Regular Expression for IPv6 Addresses

Last week, I posted a regular expression for recognizing whether an IPv6 address has a valid format. Now there's a Javascript implementation that uses the regular expression.

Check out the Interactive IPv6 Address Validator at http://www.intermapper.com/ipv6validator. You can enter an IPv6 address, and the page will indicate whether the entered address has the proper format or not.… Continue

Added by Rich Brown on February 8, 2010 at 5:30pm — No Comments

Rich Brown A Regular Expression for IPv6 Addresses

IPv6 addresses are considerably more complicated to parse than the more familiar IPv4 address. Consequently, it's useful to have a standard tool for determining whether they are correctly formatted or well-formed. A while back, Stephen Ryan from Dartware created a regular expression (regex) for validating whether IPv6 addresses are well-formed. We posted the regex as an article A Regular Expression for IPv6 Addresses i… Continue

Added by Rich Brown on February 4, 2010 at 3:00pm — No Comments

Christopher L. Sweeney Cloning Scripts Take Advantage of the New HTTP API

InterMapper 5.2 introduces an expanded SDK, including the ability to export many of the files in the InterMapper Settings folder via an HTTP API. We have created two scripts, one for Windows, one for everything else, to make use of the HTTP API to implement cloning of an InterMapper installation. Users are often reluctant to stop their running InterMapper installations for any number of good reasons. Because this cloning operation can be performed while the InterMapper installation being cloned… Continue

Added by Christopher L. Sweeney on December 16, 2009 at 12:46pm — 13 Comments

Christopher L. Sweeney Returning Values from Command-Line Scripts

In my previous post, I introduced companion scripts and some new macros for working with command-line probes. There is one other interesting features of the sample probes I supplied; the means of displaying values from the companion scripts in the <command-display> section of the probes. Here is the <command-display> section from our python example: <command-display> \b5\Companion ScripContinue

Added by Christopher L. Sweeney on December 15, 2009 at 11:25am — No Comments

Christopher L. Sweeney Companion Scripts and New Macros to Use with Command-Line Probes

Command-line probes have been a feature of InterMapper (IM) for quite some now, allowing users to create a probe out of almost any command that can be executed from a shell. IM 5.2 brings the latest in a series of improvements to make this capability both easier to use and more powerful. A probe writer can now include what we're calling a "companion script" in her command-line probe. Because the script is part of the probe rather than a separate file, there is never any question of what version… Continue

Added by Christopher L. Sweeney on December 15, 2009 at 11:00am — No Comments

Dartware Webmaster Wanted: One Network Babysitter because I Have Better Things to Do

Not many people become network managers because they like to babysit end-users, or maybe even think about them a lot. Now that networks are the operational foundation for most organizations, not to mention a very significant overhead cost, keeping them running and focused on the job at hand is critical. That means that understanding user behavior is just as important as understanding device behavior. It also means that blocking inappropriate network behavior is falling to the network team. It c… Continue

Added by Dartware Webmaster on November 14, 2009 at 10:43pm — No Comments

Dartware Webmaster “Worth a Kilobuck a Month”

Bob Elliot from Soil Moisture Equipment Corp. recently wrote us to say that he has “used InterMapper and InterMapper Flows to monitor bandwidth and locate poorly configured firewalls, routers, and bad cables.” It’s always nice to know that technology is doing the kinds of things it’s supposed to be doing. What really caught my eye was Bob’s next sentence. “InterMapper Flows showed we were only using two thirds of our internet bandwidth. We reconfigured the router. That was worth a kilobuck a mo… Continue

Added by Dartware Webmaster on November 14, 2009 at 10:42pm — No Comments

Dartware Webmaster Yes! We're part of the human network

Dartware became an official Cisco Registered Partner in October 2009. It was analogous to getting married after living together for 10 years; that’s how long InterMapper has been monitoring Cisco networks. It’s been a productive relationship. We’ve formed partnerships with Cisco specialists around the world including Boardwalk Communications, Systems DE, and ConnecTIC. Those partners have done a great job explaining how InterMapper keeps watch over Cisco networks and interacts with CiscoWorks.… Continue

Added by Dartware Webmaster on November 14, 2009 at 6:00pm — No Comments

Dartware Webmaster What Good is NetFlow?

What is NetFlow? Netflow is protocol that gives information about the senders, receivers, and types of traffic flowing in a network. As traffic passes through a router or switch (called an "exporter" for reasons that will be clear in a moment) on the network, the exporter keeps a cache of information about the packets, including the source and destination address and port, the length of the packet, certain information about its type of service, and more. Periodically, the router or switch fl… Continue

Added by Dartware Webmaster on March 4, 2009 at 7:00am — No Comments

Monthly Archives

2010

2009

InterMapper News

Loading feed

© 2010   Created by Community Admin | Dartware, LLC develops the InterMapper® network monitoring software with an integrated NetFlow analyzer. InterMapper network management software earns a quick return on investment by proactively alerting administrators to potential slow-downs, crashes, and other business interruptions. Its real-time, color-coded maps and other displays provide users with an instant view of their network including device status and bandwidth usage. Dartware's software is installed in financial services, healthcare, retail, education, government, non-profit, WISP and ISP organizations around the world.

Badges  |  Report an Issue  |  Terms of Service

InterMapper.com iMapper Community