The most recent content from our members.
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…
As you probably know, Config Change Templates (CCT) are a very powerful feature of the Network Configuration Manager. On top of the Execute Script functionality, they add flow control statements such as conditions and loops. You can also use custom properties, define input parameters etc. -- please see for details. Just…
I'm trying to build a config script that will match against any interfaces that are on access VLAN X and change them to access VLAN Y. I know there is a packaged script to do this but I don't want to track down and manually select every interface with that config. I'd rather take care of it with scripting because I want to…
Hi in the NCM administration guide there's an example "Change VLAN Membership on ports Cisco IOS" which I seem to have understood. Question: what if I wanted to use this example and at the same time change the interface description for 2 interfaces (of course each interface gets a different description). What if I selected…
Referencing this previous post for support NCM Scripting Questions - Goto End ? IF & OR statements ?, would like to see the options for Logical AND, OR and END functions for NCM scripting templates. For example the possibility to use OR in the following statement if (@interfaceItem.InterfaceAlias contains 'aaa' OR 'bbb' OR…
Hello, I'm currently working on a few different processes for our PC Support Techs to be able to request switchport enables, switchport VLAN/Description changes, etc and one issue we're running into is notification of when a requested action has been approved/applied. Ideally, I'd like NCM to be able to use our domain…
It looks like you're new here. Sign in or register to get started.