The most recent content from our members.
SCRIPTING HELP NEEDED - ALL INPUT IS HELPFUL I have an alert that lets me know when an interface hasn't been used in over 30 days. Currently, we are manually configuring these interfaces into shutdown ports. I want an NCM action to do this for us as we have found no exceptions to the policy so far. I need to script the…
All - As suggested by Jiri, here is my NCM Config Change Template for upgrading Cisco Catalyst switch IOS versions. Note that this script was written to upgrade switches by type; i.e. run once to upgrade a batch of 2960 switches, run a second time to upgrade a batch of 3750 switches. Mixing switch types in the same…
I'm trying to write a script to go out to all of my Cisco Catalyst switches and clears the interface counters. I can do this from the command line by typing 'clear counters', hitting enter, then hitting enter again. I can't seem to get my command script to work however. I've tried: clear counters clear counters${CRLF}…
I manage a network of approx 500 cisco devices and trying to figure out a way to run scripts to all devices that are specific using variables. our name scheme is simple: cr<ID#> for routers cs<ID#> for switches cw<ID#> for APs I'm trying to setup a command script that will make a change to dynamic dns updates, and want to…
Anybody know of a way to have ports that have been in a "down" state for a defined period of time be "admin downed"? For example... Every Week my Server Farm switch is scanned for switch ports that have been down for 21 days. Any ports that are found that meet that criteria are then shut down.
I am in need of pushing the following config to every router in my network ip dhcp pool vlan777 network 172.xxx.yyy.0 255.255.255.0 default-router 172.xxx.yyy.1 For store 1 the network would be 172.35.1.0 255.255.255.0 default-router 172.35.1.1 for store 2 the network would be 172.35.2.0 255.255.255.0 default-router…
I know there is a way to declare variables in an NCM command script but they seem to only be global variables. We have over 1300 sites and we want to have the ability to create a script with site specfic variables. I'll use a basic example, adding a static nat entry to all of our routers for a new software service we…
Hello... We have been using an Command Script in Orion NCM (version 6.0 DLX) to back up the configuration of Avocent ACS48 devices. It looks like this: saveconf ssh cyclades/${SysName}_${YYYY}${MM}${DD}.tgz <destinationserver> <username> <password> The first line of the script describes where the configuration is to be…
Hey. Does anyone know how to make a for loop (or any loop) in the command script? Sort of need this function... If not, can Orion NCM kick off an external script? Thanks.
Hello - I've created a NCM job which launches a TCL script to backup files from router flash. The job is timing out before it completes backing up all the files. Based on a session trace it times out after about two minutes of not seeing the prompt come back. Is there any way to bump up this timeout for a given job?…
It looks like you're new here. Sign in or register to get started.