I think you're misinterpreting the "Days inactive" field. It has nothing to do with the SNMP uptime value. Days inactive is a counter that Switchmap maintains for each port. It starts counting on the first day that you started running SwitchMap.That's why none of the values are greater than 496: you probably installed SwitchMap 496 days ago. Days inactive is a hint about how long a given port has been inactive, and therefore how available the port might be to be used for a new purpose. In other words,...
SwitchMap does not support SNMPv3. To speak SNMP to routers and switches, SwitchMap uses two libraries: mostly Net::SNMP and a little bit of SNMP::Info. Both those libraries support SNMPv3, but when calling the library functions, SwitchMap doesn't pass in any SNMPv3 arguments. It's a feature that someone could add. We don't use SNMPv3 at my site, so I don't personally have an incentive to add it. Cheers, -- Pete On Thu, Aug 22, 2019 at 7:44 AM Ticket #11: SNMPv3 11@support-requests.switchmap.p.re.sourceforge.net...
Glad you got it resolved. I started to compose a response, then saw that you'd fixed it. Please let me know how it goes. On Fri, Jun 28, 2019 at 9:15 AM Emrys Koenigsmann emrys767@users.sourceforge.net wrote: I'm standing up a new instance of SwitchMap 14.0 (replacing our old 13.1 instance) and am running into a problem with the initial run of GetArp.pl (full debug below). I've verified permissions on the $DestinationDirectory and $StateFileDirectory, and I'm a bit stumped. Can anyone point me in...
I think you need to install SNMP::Info onto your system. There are some hints in the README file. I'm sorry they aren't more comprehensive. I installed the SNMP::Info library as a fall-back when the Net::SNMP library fails, which happens rarely. The only example I know of is when talking to HP equipment. I don't have HP equipment to test against - this was done to help a user at another site. So it's not well documented. On Thu, Oct 4, 2018 at 8:51 AM Ticket 10 10@support-requests.switchmap.p.re.sourceforge.net...
I'm sorry, SwitchMap doesn't support SNMPv3. On Thu, Jun 21, 2018 at 7:27 AM, Ticket 35 35@feature-requests.switchmap.p.re.sourceforge.net wrote: [feature-requests:#35] https://sourceforge.net/p/switchmap/feature-requests/35/ SNMP v2 and V3 combined* Status: open Group: Next_Release_(example) Labels: SNMP V3 Created: Thu Jun 21, 2018 01:27 PM UTC by Anonymous Last Updated: Thu Jun 21, 2018 01:27 PM UTC Owner: nobody Hi, I used the $CmstrFile to add 2 SNMPV2 community which is working fine. But now...
What errors do you get? I may be able to help you comment-out the Snmp::Info parts, which would avoid a tree of module dependencies.
Josh is quite right. To make the warnings about "given" go away, replace the file "ModuleList.pl" with the attached version. It has the same logic without using "given".
Due to work pressure, I don't plan to add features to SwitchMap anytime soon, sorry. On Sun, May 21, 2017 at 8:48 PM, noreply@in.sf.net wrote: hi any update on when we can expect this feature [feature-requests:#19] https://sourceforge.net/p/switchmap/feature-requests/19/ Make Switchmap VRF Aware* Status: open Group: Next_Release_(example) Created: Fri May 04, 2012 11:39 AM UTC by Anonymous Last Updated: Sat May 20, 2017 06:31 AM UTC Owner: nobody Where VLAN's, and consequently ports and IP Subnets...
Glad to hear it! On Tue, Apr 11, 2017 at 11:16 AM, Jared jrad101@users.sf.net wrote:...
There may be a hint in the apache log files. On my system, they are /var/log/apache2/access.log...
When I wrote SwitchMap, I put the code in a directory that my web server could access,...
I think this could be solved by adding code to SwitchMap to make it query switches...
The ifAdminStatus table is supported in most SNMP implementations, so I (carefully)...
VRFs are a router thing. SwitchMap started as a program that shows inormation about...
Ok, from looking at the logic in the SetState function, I'm guessing that the port...
SwitchMap doesn't support a specific set of switches. Instead, it polls for several...
Hmm. We have about 110 Cisco switches of various kinds, 2 of which are 3650s running...
Thanks Stuart. I've made the changes in the current code, so they'll be available...
Yes, please send to siemsen@ucar.edu On Thu, Aug 11, 2016 at 1:02 AM, Peter Schultz...
No. I developed SwitchMap on company time. Have you tried SwitchMap on your switch/routers?...
No special support for other devices is planned.
Thank you Jay! That makes total sense. I never happened to use "@" in my community...
There isn't direct support for this in SwitchMap, but there is something you can...
I can think of a few reasons this might happen. The $StateFileDirectory variable...
Ok. I had trouble understanding your last message. My email reader is Google Chrome...
ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround...
From these symptoms, it looks like your SearchPartLists.html file contains this:...
How do you envision this might look in the HTML pages?
Are you using SNMPv3 to talk to that HP switch?
Scanswitch and switchmap use the same snmp config from thissite.pm http://thissite.pm/?...
The messages are all fine except for the last one. It looks like SwitchMap isn't...
Nope, there's no support for clusters in 14.0, though there is some code for "Stackwise"...
Joe, You're on the right track. I think you want to modify the PopulateSwitch function...
Jon, NEXUS switches have always been problem children with regards to SNMP :-) I...
I just put version 14.0 on SourceForge. It's been almost 2 years since I released...
I'll try to help if I can. I assume you've tried configuring the command switch into...
Here's a fix for this specific problem, which I'm seeing in my Cisco 4510 switches....
I'm shooting for new year's day :-)
Glad it works, and thanks for the offer of help. I may take you up on it soon. I'm...
Sorry, here it is.
Sorry, here it is.
Ok. It looks like the parsing code in FindOffice.pl is getting confused by the SysDescr...
Well first off, I don't like the warning about CGI::Pretty being deprecated. To fix...
Ok, I'll get it done soon. Actually, Peter Harrison added support for it and sent...
At my site, we have Cisco switches, Cisco VOIP phones, auxiliary VLANs on the switch...
SwitchMap is meant to show you a snapshot of the state of your switches at a certain...
Good question. ScanSwitch.pl doesn't just create new files. Like GetArp.pl, it reads...
Sorry, it's one of those far-from-here near futures.
Could you post a screenshot?
Take a look at the README file, step 11.
Another user reported this problem, which may have a simple work-around (it'll be...
Cool! What a stupid problem. It has to do with library routines that manipulate file...
(Not sure if this got posted, sorry for the repeat if it did) In your ThisSite.pm...
I plan to work on integrating that code in the near future. I'll let you know. Sorry...
I have some beta code that implements a new way to explicitly treat certain named...
It sounds like you have a situation where you want to see MAC address information...
GetArp.pl uses SNMP to read the ARP cache from the devices listed in @routers. Have...
Christian, I'm sorry it took so long to respond, I lost your message in my mail queues....
Ok, it sounds like the SwitchMap code isn't the source of your problem. Do you a...
There isn't a way to add retries, but you can extend the timeout value. Edit SwitchUtils.pl,...
It looks like the router responds to GET requests for the sysObjectId, so the community...
Dan, Good work. Makes sense. I mentioned another SwitchMap user who has asked about...
The latest version doesn't support PVLANs. There is a MIB named CISCO-PRIVATE-VLAN-MIB,...
The contents of the "DNS Name" column come from the value in the "IP Address" column....
Unfortunately,SwitchMap doesn't detect the VLAN number correctly for all switches....
The first error, about the prototype, indicates that you are using an older version...
It seems that GetArp.pl isn't putting enough data in your MacList file. I've attached...
Perhaps your @routers array (defined in ThisSite.pm) isn't complete. It needs to...
Thanks, that clearly fixes a bug. I applied it to the latest code, so it'll be a...
Have you run GetArp.pl? It creates a file named "MacList". Without a decent MacList...
Change the value of the $ArpMacLimit in your ThisSite.pm file. The default value...
Unfortunately, I can't provide support for NNMi. I no longer have it at my site,...
Ooops. Here it is.
Josh, Yes, the log file was revealing. Looks like you're processing 65 switches with...
Quite right, sorry about that. I'll fix it in the current code.
Ok, here's a PopulatePorts.pm that has a little extra logging code. Please replace...
This isn't a known issue. It seems that you have a switch that doesn't support the...
Good idea, and not hard to implement. I'll try to get that into the next version...
You're right, the logic and the name are goofy. At my end, I have $ShowOnlyActiveNonTrunkPortsInCsv...
Jon, I'm not sure what the problem is. My CSV files show active and inactive ports....
Jon, Hmm. The code is there in 13.1. I'll take a look soon. -- Pete
In the README file, section 11 describes how to put the FindOffice.pl file into a...
That is odd. You have 3750G switches running the same software, and some of them...
Yes, the search function looks at all the fields, including the port description...
Have you followed the steps in section 11 of the README file?
I implemented this feature in version 13.1, which I just released. Look in ThisSite.default.pm,...
I just put version 13.1 on SourceForge. If you are running SwitchMap and you want...
I just put version 13.1 on SourceForge. If you are running SwitchMap and you want...