Comments
-
Hello, you need to turn on LLDP/CDP on your devices. All interfaces you want to connect must be included in NPM management. All LLDP/CDP neighbors must be visisible on device. It is necessary to create new SNMP view in device configuration too. I foud that it is necessary start at ISO level of the SNMP tree. (cisco :…
-
Hello, Is there any progress in this ? I have the same comon issue. This is not just about Nexus , the same is with any vendor like Cisco, Huawei, Juniter, fortigate atc. New devices are detected as "Vendor only" , we have a lot of Cisco NCS540 , a lot of Huawei switches, juniper as well. Many new devices is not recognized…
-
Hello, Thank you, Point 2 works fine. I'm allway affraid to touch SQL DB this way so I created more specific query : DELETE FROM [dbo].[NPM_RoutingNeighbor] WHERE [NodeID] = XXXX AND [NeighborID] = XXXX AND [IsDeleted] = 1 There were about 40 lines on 5-6 routers where we make a lot of routing changes. So I carefully…
-
As I remember, I had the same issue - it was because of wrong default database location in SQL server setting - it was different than real location of SolarWinds database. Check SQLSERVER - Properties - Database settings - Database default locations . If different from real one, make propper change and restart SQL service.
-
I have the same problem from the very beginning of use NMP. We have a lot of systems wich are using this BIT string value to show its running/alarm status. (power generators , DC power sources , security systems atc.) Whenewer it is used I have to use very unpractical Transform set for any combination of possible system…
-
Hello, Thank you for answers and new questions. In map display mode - edit/work abilities Would you rather have Click + Drag Pan the map and have to enter a "mode" by pressing a button to Lasso? - for me is better to use "shift" + pressing a button to Lasso . That was the way I used at the beginning because it was natural…
-
Thank you, if it succeeds it will be a great improvement. Right now I am solving this with an external application that reads the contents of Network Atlas maps and generates URLs with the name of the maps in which each node is located. Generated URLs are stored in Custom property fiedl named "Map URL" I described it in…
-
Thank you, it seems to be useful. I tried to use a convert function and I found that each map's FileData field contains a list of nodes wich are placed on it.. It looks this way: comment: "NetObjects=: ,Orion.Nodes: 2777,Orion.Nodes: 12006,Orion.Nodes: 7096,Orion.Nodes: 12576,Orion.Nodes: 6080,Orion.Nodes:…
-
Hi, sorry for late replay. I'm not abble to manually discover and browse IPSLA with VNQM on Cat 4500x. There is an example os my IP SLA instance on Cat 4500x ip sla 1 udp-jitter 10.249.1.116 17000 source-ip 10.249.1.4 num-packets 100 request-data-size 100 tos 184 frequency 120 timeout 72000 threshold 1000 ip sla schedule 1…
-
Hi SW, We are looking for Cisco IOS XE and ASR9000 IOS XR 4.3.4 to be supported in VNQM. We have some Cat4500x and ARS9000 boxes and we cannot use them for IPSLA in VNQM. Is available estimate of when these devices will be supported ? Have you thought about supporting Huawei NQA in the future, please ?
-
Hi, I'm so frustrated from Juniper devices on network. I have to use filter like this in my interface discovery :
-
Hello, I have the same issue. PDF reports are generated with login page only. User used in report configuration have admin rights and user / password was confirmed during report setup. What's wrong ? (my version is NPM 2017.1.3)
-
Hi, we are using a lot of Huawei S2700 / 5700 / 5720 / 7700 switches. Here are the OIDs for a couple of values we follow, except for what other members mentioned here. All monitored in UnDP 1.3.6.1.2.1.47.1.1.1.1.11.67108873 - system serial number 1.3.6.1.2.1.47.1.1.1.1.10.67108873 S5700-28P-BAT - switch with it's own…
-
Hello, I had a same issue with Juniper switches too. There is a problem that these switches shows OID tree not from the beginning but somewhere in the middle. You can force it to read SNMP OID tree using these commands : snmp { engine-id { use-mac-address; - this command is to force switch to use its MAC as a key for…
-
My first three-day experience using Orion Maps 2.0 in a test environment Some things may have been described by other users, so I'm sorry to repeat them. I have to say that the platform is powerful and the map with more than 300 devices works fast. There is a few things wich are not optimal from my point of wiew. In map…
-
Hi, a few maps : 2. In Orion Maps, I'd like a similar scalability to Network Atlas. Line types - broken/angled line. I do not need Icons, I prefer to see node status for the first look, so simple graffic is enough Well definable dependence of maps, which did not work well in Atlas. I'd like to transfer status between…
-
Hi, it is late maybe, but i found how to find map where is node placed. See my article : How to find out on wich map (maps) is node located ? Jiri
-
Hi all, Map search has been solved - at max level wich was possible to acchive in SolarWinds environment. I'm using external utility wich was programmed by my good friend. It is an application running on SQL server it is looking for occurrence of NodeID in MapStudioFiles table. (It runs every 2 hours as a Windows service…
-
Hi all, I'm little bit late but I'm going to describe my solution how to find out on wich map is a specific device located. 1. I created a new custom property feeld for object Nodes (format Text) - named Map 2. I created a new custom property field for object Nodes (format Text) - named Map URL ( now only step 2 is…