Browse by Tags
All Tags » ccs (RSS)
-
HN3BC7ARUXHE This past week I had to update selected edge ports on a set of Cisco Catalyst 4507 and 4510 switches. Two things forced me to take the time to use NetMRI's Configuration Command Scripting (CCS) language to automate the process. The first was an inconsistent deployment and the second...
-
What is a timeout? The NetMRI uses the mechanism of a timeout for its scripting engine to prevent long running scripts from clogging NetMRI resources and interferiing with the operation of network devices. These timeout values control how long any given script (or portion thereof) is allowed to run....
-
I am trying to develop a script to check the support of SSH on Cisco IOS-based devices, but am running into a problem because of the way NetMRI evaluates the output from the issued command. The simplest method I have found to check the support of SSH on an IOS device is to execute a "show ssh"...
-
Verifying that Interfaces comply with corporate policy can be a challenge since typically the settings vary depending on whether it is a trunk or access port, etc. And also since you want to check every Interface, ignoring the correct ones, and alert on the incorrect ones. Below is a basic script that...
-
If the scope of the information you are looking for can be obtained via the devices CLI, you could write a script to go through your devices, run the appropriate command(s), and then access the output one of 2 ways: 1. ( preferred ) To view the data from all devices in one place, you can create a custom...
-
Hi, I'm trying to write a script that will pull the vlan information for each port from show run. However I am having an issue dealing with ports that either have or do not have a description. I have tried this: (switchport access vlan [[$AccessModeVLAN]]|description) but I get an error from the...
-
I've run into a couple of things regarding job execution that others should know (NetMRI 3.0.3.54). I'm working on a job to automatically save unsaved configurations, as shown in the "Running Config Not Saved" issue. In Configuration Management->Job Management, I select the "Run...
-
Here's an updated version that addresses a couple of issues with the previously submitted script: ######################################################################## Script: Change ACL Script-Description: This script looks for a specific ACL and makes updates to it. It can delete a single line...
-
Page 1 of 1 (9 items)
|
|
|