Comments
-
Vey nice. It's a very useful piece of information to display. Thanks!
-
Sure!
-
IPAM * New Import/Export Process - An improved import/export process that will allow you to maintain subnet structures and hierarchy. Whether you're using this tool to upgrade your environment, migrate to another instance, or purely for reporting/auditing purposes, we will simply this task for you! Yeah...You have no idea…
-
What exactly do you mean by * Extended API support ? Would that imply Read/write access to IPAM using the API? Currently the access is Read only. That would be most helpful give the, let's say, limited import options. Also, is there a ETA for this action?
-
Yup. Same thing.
-
Thanks a million!
-
I' still stuck on task 6 for some reason.. I have definitely bookmarked the right content (same with the You don't know thwack mission..stuck on 5/6).
-
Has anyone actually used Plixer Flow Replicator. If so, does it support forwarding flows to a fqdn instead of an IP? We are in the process of implementing HA using Virtual Hostnames.
-
We use something called Samplicator. It's open source and runs on Linux. Configuration is quite simple and we currently have three instances set up that handle ~400 routers each. Basically each device sends NetFlow data (it can be Syslog or SNMP Traps as well) to Samplicator, which in turn sends it to NTA and other sources…
-
I'm getting the same error while running Set-SwisObject. That doesn't make sense at all.
-
Basically you are trying to declare @hostname twice. If you declare it at the beginning of the script and only assign values based on the condition it works. script getHostname(NCM.Nodes @ContextNode ) { string @dot = '.' string @hostname if (@ContextNode.SysName contains @dot) { int @suffix =…
-
You should be able to see audit events for user logins (Alerts & Activity -> Message Center) and the retention period is configurable.
-
Anyone? Just ran into this ..and it's kind of misleading/anyoing.
-
Some of the stuff I would like to see included: - A tab for VNQM (configuring AXL credentials on CUCM's and automatically adding SIP trunks). - The ability to select what stats are collected for interfaces to be imported (errors, availability and stats) - A summary that would include also what was not discovered (if using…
-
Are there any free spots left? I would be interested in participating.
-
I agree it's not optimal but you can write a custom SQL/SWQL query to specify business hours. SolarWinds has its flaws but the good news is that there is a lot of room (not all modules) for customization.
-
So I've take a ASP.NET resource, modified it a bit and tried to add it to my website. I saved it as 06-<Resource_Name>.ascx under \Inetpup\SolarWinds\Resources\0-1-NodeLists. I then lauched the Configuration Wizard to recompile the website and after it's done it just deletes my file and I cannot find it under Resources.…
-
You could configure Config change detection (Configure real time change detection ) based on SNMP Traps/Syslog coming from your firewalls.
-
Sadly, no There is a feature request, but that's about it :
-
We had the same issue and resolved it by asking the engineers who manage the F5s to increase the persistence timeout to a value higher than the Orion session timeout. Or, if you have accounts that have the timer disabled just have them set the persistence timeout to a much higher value (12 hours is our setting). Also, are…
-
I already wrote a PowerShell script that imports subnets from a CSV file and creates a certain hierarchical structure. It works but there were a lot of issues and headaches along the way (populating ancestors, generating GUIDs etc). With the new API things will be much easier; instead of a bunch of SQL Inserts and…