Comments
-
We have NPM, NCM, NTA, VNQM, IPAM, UDT and an additional polling engine distributed across three 2012 R2 servers in our production environment, which is the only environment we have at the moment. I started the upgrade of NPM, NCM and NTA about an hour after Chris O'Brien sent the RC now available email on the 17th. I was…
-
If ^username.*ord removes both lines, ^username.*min should remove the admin line. There seems to be a lot of options that should have worked though. The device template approach is interesting. Just keep in mind that anything you exclude in the DownloadConfig command will not be included in the saved configs, which could…
-
Yep, adjusting the connection and prompt timeouts under NCM Settings > Protocol Settings worked. I switched the simultaneous downloads/uploads setting back to 10. Connection timeout is 180 seconds, prompt timeout is 60 seconds. I don't think this is the true fix for my problem though; it seems more like a workaround as the…
-
Cisco TAC, and every other network engineer I've ever talked to about discards, always wants to know what the discard percentage is. Obviously discards represent a problem, Rich, but aren't they more, or less, of a problem when you consider actual impact? I say good luck finding a manager willing to spend thousands of…
-
I have a trigger action that sends the message to the windows event log. The reset condition is configured to reset automatically after 1 minute. I thought resetting the alert would clear it from the All Active Alerts view, but it doesn't I'm doing many types of alerts. One example is an NCM Audit for config upload by user…
-
Settings > NCM Settings > Comparison Criteria in Configs section.
-
Try this: ^[ \t\r\n\v\f]*username admin password.* If that doesn't work, try it without the caret: [ \t\r\n\v\f]*username admin password.* You might not need the .* on the end. I threw it in there because it matches all characters you're showing on line 305 within both the running and startup configurations. Also, you…
-
How many nodes are you selecting? If you're selecting a large number of nodes and have weeks or months worth of configs, I could see something like that happening. Select one node with a small config and select the same config on both sides. Does that work? If not, open a case or provide more details.
-
I had the same problem and found the workaround on the success center web site. It's basically what zackm suggested with another option if the issue persists. The article applies to v7.2.2 and later, so it fits your environment.