adsmith79

Comments

  • Thanks casanave, this is what we had already put in place. Unfortunately it takes more time and also de-values solarwinds as the one stop place for managing IPSLA. Which has led to reduced buy in from departments to continue using Solarwinds. I also agree that it's not Solarwinds fault, unfortunately perception is hard to…
  • Raised this with Solarwinds support and they have come back stating it is a Cisco issue and they can do nothing. Does anyoe have any good contacts at Cisco that they can push this MIB issue?
  • My main issue is getting people agree the process on paper so I can research the technology to automate or streamline... Most of the time they look for an easy fix via technology without doing the grunt work first.
  • Hi adeyeyea, I would highly doubt this would be possible... It's not really a good idea to make the snmp accessable via a loopback address that is exposed to the internet. I would expect some VPN etc should be necessary to get onto those devices... If it's not I would be having a serious look at the security of a network.…
  • good spot dfairles, I have updated the sql file. This has been running for a few months now with no real negative feedback. (Apart from the network team that look after asa as they can't put a subnet for snmp polling.)
  • Hi, I had the same issue, but what I hadn't realised was the ports for ssh and telnet had disappeared when I clicked on to use telnet... Once I entered these manually it worked fine. Regards Alasdair Smith
  • Just as an update I ended up running the following query against the db... SELECT dbo.Nodes.NodeID, dbo.Nodes.IP_Address, dbo.Nodes.Caption, dbo.Nodes.IOSVersion FROM dbo.Nodes WHERE LOWER(dbo.Nodes.Vendor)= 'cisco' ORDER BY IOSVersion Which gave the information that I needed.
  • NCM we use for: * Compliance reporting * Scripted roll outs of changes across multiple nodes * Configuration Backup We use NPN and NCM together to automatically shut an ports that have been down for longer than 30 days. NPM we use as our main network event system that feeds SNMP traps to our event handling/escalation…