The most recent content from our members.
Hello, Is anyone out there using NCM for complete management of switches/routers/etc? I am considering replacing our existing tool with NCM. Struggles with existing toolset: * Very weak compliance: Config is globally defined via a template, however it can be overridden on the device without notification. It can also be…
Hello all. The problem is Solarwinds support will not help me because they don't feel like it. I wrote a Config Change template to find a phone number in a Cisco port description and then replace that with an updated phone number. It works great, for some devices in NCM. About 50% of our devices, it will parse the script…
I'm building a config change template that will look at a custom variable of nodes (Region) and alter a subnet and mask based on that variable. The logic will be if region = US, subnet = x.x.x.x, elseif region = MEX, subnet = y.y.y.y, etc etc. At the end I have an else statement to catch blank or incorrect regions that…
Hello All, I want to automate the interface wise ISE configuration through Solarwinds NCM. The challenge is i want the script to pick itself VLAN id in switch port Configuration from VLAN desc. (If VLAN desc matches suppose "Printers"). Once this will be found, it will run commands on all interfaces in same VLAN using the…
I have a config change template to generate MAC and ARP xml files on Juniper EX switches. Here's the pertinent snippet: script GetARPandMACJuniper( NCM.Nodes @ContextNode, string @ARPfile, string @MACfile ) { CLI { show arp | display xml | tee @ARPfile show ethernet-switching table | match ge- | display xml | tee @MACfile…
I've been trying to create a script, it validates. The problem is when I go to execute the script, I get to the page where I define the variables and for interface selection there are no entries for that node. When I go back and pick a different node, I will have entries for that node. These nodes are of the same make &…
Can anyone point me in the right direction to a change template that will allow me to update an existing router config for netflow to add NBAR2? I basically need to achieve the following (any help greatly appreciated) 1. Remove the active flow record so it can be amended., using a wildcard from interface description or…
I have a list of networks that are static and I want to hard code them in my scripts. I'm trying to populate an array but cannot figure it out. What is the proper format for this? string[] @AllTestNetworks @AllTestNetworks = ['1.1.1.1','2.2.2.2'] foreach(@network in @AllTestNetworks) ...do something It errors out when I'm…
Hello All, I've posted something similar to this a ways back, but I was never able to complete my testing, so I am starting over. I am looking for some assitance in parsting out part of a cisco config (hostname) and taking that an putting it into a command for an access list. Here's what I am targeting/ my example I have a…
I am working on a new config change template and I was curious if it is possible to add comments. For example I added a variable or added a command and I only want that command temporarily. So I want to add comments in the template indicating why I added the command so other techs won't remove it.
It looks like you're new here. Sign in or register to get started.