The most recent content from our members.
I am trying to use the 3rd and 4th Octet of a Tunnel IP in the creation of a new Tunnel, but not sure how to specify an interface IP to use in the getoctet statement. The one I currently use is AgentIP which gets the Polling IP address therefore in my case its the VLAN100 IP address and not the Tunnel 10 address i would…
Hi All, I created a Config Change Template a couple of years back and was working up until recently. The script was intended to have a user select a switch from a dropdown menu then select a port on that switch when they go to DEFINE VARIABLES & RUN. The user is still able to see the dropdown with all the switches and…
Hello, I have some custom Change Templates that I do not want to select the Nodes they run on. Is there a way to either: * Limit the list of nodes presented when running the change template. * Pre-populate/define the nodes inside the template itself?
When creating and running config change templates, there should be a way to hide password fields when entering data, when show the preview and when the script results is shown. Please consider this for future enhancements to NCM.
I am working on a config change template on a Juniper SRX device where rather than needing the devices WAN IP, I need the network address IP which is -1 digit in the 4th Octet, i.e. the WAN IP is 209.41.64.14 but the IP address I need in the command is 208.41.64.13. I have created a script where I can get the WAN IP…
I'm trying to run through my node IP addresses, find if a specific subnet is configured, and then set the syslog source-address. If the specific subnet doesn't exist on the equipment, it doesn't set that source-address. Am I doing this correctly? I've tried wrapping the CLI statements in their own curly brackets as well…
Hello all, I have written a config change template with variables. But my issue is I want to use different values for each node I want to push my change. How can I do this?
How can I detect a Switchport in Config Change Templates? My attempt was to check if the Interface has IP addresses: int @isrouted = 0 // Increment if an IP exists foreach(@ip in @myInterface.IpAddresses){ if(@myInterface.InterfaceIndex == @ip.InterfaceIndex){ @isrouted = @isrouted + 1 } } if(@isrouted > 0){ CLI{ ! this…
Version 7.1 of SolarWinds Network Configuration Manager brings a few enhancements of the scripting language for Config Change Templates (CCT). (For all new features of NCM 7.1, please see .) This new functionality is especially useful for access-control list (ACL) creation. In this blog post, we provide a commented example…
The purpose of this blog is to provide basic explanation of how variables and custom properties can be used in NCM scripts. Both of them enable network administrator to * replace hardcoded statements by node-dependent values * execute actions on many devices automatically, which means reducing the amount of tasks that must…
It looks like you're new here. Sign in or register to get started.