Comments
-
gnewt, I'm sorry you are having these issues but I really appreciate you taking the time to write up the details here. * SAM is working on being able to poll interface data via WMI. The other option is to manage the network side of the interface instead of the server, not ideal for sure. * As you have mentioned, we are…
-
IPAM uses the DNS settings of the server it is installed on. Is this not what you are seeing?
-
Do you have something else listening on that port? You mentioned Toolset, are you running the Netflow Realtime Analyzer on the same machine? Only one application can listen to that port at a time. Shut down all other applications, then re-start the NTA netflow service. Also, are you managing the nodes and interefaces in…
-
This is something we are interested in providing as an OOTB report in the future. In the meantime, you can get a quick a dirty list by creating a customer SQL report and using the following SQL Query: select Address,AddressMask from IPAM_Group where GroupType = 8 Open Report Writer on the server IPAM is installed, create a…
-
There are two things to check. 1. Are your alerts enabled and is NPM generating alerts. You can check this by looking at the events. 2. Make sure there isn't a problem with the email server you are using. You can send a test alert by launching advanced alert manager, and test the alert. Mav
-
jedatt01, what have you tried so far? The query you need will be something like this: SELECT TOP 10 Events.Message FROM Events WHERE Events.EventType = 8 or Events.EventType = 9 Mav
-
Sorry zhenjie, I'm not sure I follow your question. You want to automatically log in to NPM without being prompted each time, is that correct? If so, there are a few ways to do this: * You can pass the username and password in the URL to automatically log in. Obviously this isn't the most secure since it is available in…
-
For other people who might have a similar problem and run across this thread, as of NTA 3.10.0 we still do not have support for layer 2 netflow. Below is a sample config, but our collector will simply discard these flows. It's something we are considering but are not working on at this time. flow record nxos-rec-l2…
-
ozzy, IPAM can get MAC information either by using SNMP against an individual IP or by using Neighbor Discovery. Neighbor Discovery is a new feature in 1.7 and allows you to specificy a router or "neighbor" device which has information about an IP address. You add a neighbor device on the properties of a subnet. For more…
-
LDave, is this a layer 2 or layer 3 interface? I assume the export is configured the same for all of the interfaces on this switch. You could try to shutdown and re-enable the interface to make sure it picked up the changes to the flow configuration (obviously you would need to do that in a maintenance window). To see if…
-
herwig, What information are you looking for? We have topology pollers that if we find the CDP or LLDP MIBs then we will poll the device for this information. We don't display any CDP / LLDP directly in the web, but that information is used to build our topology. Mav
-
Unfortunately this is not currently possible. It is something we are looking at for a future release.
-
Have you tried creating IP Address groups to match the networks you have? This will definitely help. Is there a reason you are still running NTA 3.8? I suggest you upgrade to 3.9.
-
When you add a neighbor device, we test the SysContact field to see if the device responds to SNMP (1.3.6.1.2.1.1.4.0). Then we test the IPNetToMediaTable value to see if their is ARP information (1.3.6.1.2.1.4.22). Then we pull the whole IPNetToMediaTable for the client information. If the F5 supports this table, then we…
-
Unfortunately there is a not an easy way to do this today this out of the box. One option would be to build custom reports and then add these custom reports to a view with several custom report resources on it. Unfortunately this would be numeric information and probably not a good way to to get the graphs you want.…
-
I do not believe Checkpoint supports exporting flows. If you check with your hardware vendor and find otherwise, we are happy to help you get it working with NTA
-
James, Are you talking about links from the menu bar or in other places? When you add a new item to the menu bar you can opt to have the link open in a new window. You can edit existing menu items by clicking edit from the Menu Bar Customization page on the Settings page. Or are you talking about something else?
-
GarethHassall, Do you mean the availability table in the screenshot here? One way to add statistics about specific interfaces on a summary view (which is probably what you have for your NOC view) is to use the Customer Object Resource (COR). Click customize page on your NOC view and add the COR (in the Misc section). Then…
-
dphowes, Currently, you cannot delegate subnet level persmissions. However, you can configure role based users. For example, you can give your desktop team Read-Only access so they can see all subnets but not modify anything. The available roles are: Read-Only, Operator, Power User, Administrator, and Default. You can find…
-
Thanks for the great write up and information! I believe nProbe will also show as Ingress because that is how it sees the traffic based on its position in the network. I've asked the engineering team here to confirm.
-
riccardo, it might be best to go ahead and open a support case (reference this thread when you do). Here is some comments from one of our support guys who I asked to look at your post: With the information provided the only thing I see that might be causing the issue is the Access-list applied “ ip access-group…
-
Unfortunately this is not currently possible. We are looking at adding an option to the Bulk Add Subnet tool that is similar to the option on the individual Add Subnet control to not add the addresses.
-
By default, when you search, we return results for items that are directly connected. We had some issues determining the proper connection type. These issues have been fixed in the Pre-Release2 build which should be available shortly. To validate, simply change your connection type from Direct to All. You should see…
-
rmoney, as I'm sure you are aware, this is odd because that is exactly what groups and depenencies are supposed to do. Just to make sure, the parent is down right (sounds like everything is down so I am assuming it is)? If not, then the children will be down instead of unreachable. Mav
-
pguenther, Yes, there are several performance counters that track this information. Launch Windows Perfmon (start -> run -> perfom), then add a counter (green + button), find the SolarWinds Netflow counters, add the relevant counters. We track PDUs, Packets, Flows (by version), and many other metrics. If Perfmon…
-
@grodtech We went quiet on ipMonitor for sure and I apologize for the radio silence. You can find it now under both Network Management and Systems Management categories on the main menu. I expect to have an updated roadmap up in a few weeks as we complete some planning work. I would be very interested to hear from you how…
-
Did you update the credentials by clicking Edit then changing the existing password or did you just try to add the DHCP server again using the new credentials? The first method should get you what you need.
-
The IPAM administrator guide (Chapter 2) has the specs for different size deployments. I would certainly increase the memory on your box, but I wouldn't say your specs are that far off. Are you sure you are only monitoring about 10,000 addresses? A single /16 has way more addresses than this and if you are scanning…