Comments
-
Hi Roberto, I'm not sure if I fully understand what you want to do. Please confirm whether this is what you need: - Log in to the router and find the interface name where IP address has the from 10.1.XXX.XXX. (Let's say it will be stored in ${myInterface}.) - Then run the command logging source-interface ${myInterface}…
-
Dave, We're working on the final version of the documentation for this feature. In the meantime, please take a look here: http://thwack.solarwinds.com/thread/58453 Regards, Jiri
-
Andy, Have figured this out or is it still an issue? Regards, Jiri
-
Hi, You cannot currently achieve that with one policy. You have to create two policies -- one for IOS and the other for ASAs. Please let me know if you need details on how to do it. Regards, Jiri
-
Hi, You can import the config files one by one on the config node details page: Regards, Jiri
-
Hi, Generally yes, but individual inventory reports may be applicable only to certain vendors or models. The inventory is collected over SNMP; if some device doesn't respond to certain OIDs, these values cannot be collected. Specifically, serial numbers are collected reliably. Regards, Jiri
-
Hi Raffi, Try setting the Enable level for the device to No Enable Login. Go to Settings -> Manage Nodes -> select the node and click Edit Properties -> Set the Enable level to "No Enable Login". See below: Regards, Jiri
-
Hi, NCM inventory reports are currently not in a state that allows user extensions. You can post a feature request for this functionality if you want. Regards, Jiri
-
Hi ruizluis12, This is currently not possible. You can use inventory data in the conditions but not confi text. Regards, Jiri
-
Hi John, I asked our dev team and they said NCM alert action is executed on node which triggers the alert. There is no way to specify which node to execute script on directly in alert action. Not sure if that helps. Regards, Jiri
-
Hi bfrost, The following blog post should help you: . General information on SDK can be found here: . Regards, Jiri
-
Yep, I'm looking . Let's see what the engineers tell you. Jiri
-
Hi MC, I'd be glad to discuss your feedback on NCM. Together we can go through the use cases that you believe are difficult to achieve now. I'd like to address at least the concern with the selection criteria. Actually, you can use the "contains" criterion. As you can see, my node names contain "lab" at different…
-
Hi Justin, Our dev team have confirmed that a string array is only supported as input argument of the template: script BaseChangeTemplate ( NCM.Nodes @ContextNode, string [] @files ) { foreach (@file in @files) { CLI { copy tftp://1.1.1.1/@file flash:/@file } } } Regards, Jiri
-
Hi Prak, Yes, Fortigate firewalls are supported out of the box. Regards, Jiri
-
Hi James, NCM does not currently support SSH key authentication -- username/password can be used. NCM is not primarily designed to backup Linux servers however with a few tricks you can do it -- please see . Regards, Jiri
-
Hi Lee, dclick is right, the behaviour changed in recent version of NCM. The NPM-NCM DB discrepancies can be resolved using "Add or Manage Nodes" page in NCM Settings. See the screencap: Here you can see whether the number of nodes in NPM and NCM database differ. Nodes that are in NPM databse only have "No" in the…
-
Hi Arras, Is the DNS server IP address the same for all routers running DHCP service? If yes, i.e. if you just need look for a specific ip address (or two) and then issue command(s) to change the DNS server IP address(es) then please take a look at compliance reports. You can detect strings (regexes) in configs and then…
-
Hi bleearg13, I consulted with our dev team and they confirmed that from NCM 7.0 on, the functionality is not there. Regards, Jiri
-
Hi Tim Champion, Such kind of config download is not supported by NCM. You can open a feature request. Regards, Jiri
-
Hi, It's not configurable. We most likely poll a different vendor status code for the array status in SRM and that would be reason for the difference. Jiri
-
Hi Scott Moore, The job management has been moved to the Web Console. There you select Configs -> Jobs. The account you use must be an Orion admin in NCM 7.2.x. This is going to change in the next version: Beta for Network Configuration Manager v7.3 is Available! Regards, Jiri
-
Hi, Have you tried any of the F5 templates from the content exchange: Network Configuration Manager Regards, Jiri
-
Hi torenhof, What exactly would you like to use NCM for regarding virtual hosts? Then we can give you the best advice... Thanks, Jiri
-
Hi mjwhite, could you please specify what kind of export you have in mind? Should it be somehow organized/sorted? The simplest thing you can do is copy the items from Config Archive, which can be found on your NCM server in <SolarWinds directory>\Orion\NCM\Config-Archive Regards, Jiri
-
Hi, This is a problem with the data, not with NCM itself. Could you please report these issues here? http://thwack.solarwinds.com/thread/58861 Thanks a lot. Jiri
-
Hi, If you want to have something like separate reports based on severity levels, you will have to create new reports and only include rules corresponding to a single severity level in each of them. I recommend doing that in NCM rather than directly in a XML editor. Feel free to ask further questions. Regards, Jiri
-
Hi tbonner, How about this: you can create a custom property that would distinguish the different groups of devices (you can have as many groups as you want). Of course you have to fill in the category for each device for the first time but then you can easily select the group of devices for compliance check. You can take…
-
Hi, This is a known issue (internal #243071), but it depends on the browser. The workarounds are e.g. * Use Chrome or other browser it works in. * Go to Edit config page, copy the config and paste it to a reasonable editor (like gVim). * Use an advanced editor (like (g)Vim) and record a macro to remove empty lines.…
-
Hi, SSH Auto means auto-detection between SSH1 and SSH2. Regards, Jiri