Welcome to Infoblox NetMRI Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » ccs (RSS)
  • Selectively Update Edge Port Configs

    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...
    Posted to Weblog by tslattery on 04-19-2010
  • How does the NetMRI handle long-running scripts (timeouts)?

    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....
    Posted to Forum by elijah on 03-31-2010
  • Need NetMRI to generate an issue instead of an "Error"

    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"...
    Posted to Forum by nadeau68 on 03-22-2010
  • Check Interface Settings to verify they comply with corporate Policy

    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...
    Posted to Forum by tconnelly on 03-10-2010
  • Re: IOS Version

    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...
    Posted to Forum by elijah on 02-09-2010
  • CCS - dealing with interfaces & possible description

    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...
    Posted to Forum by lbdwag on 10-22-2009
  • Careful: Job execution device selection (v3.0.3.54)

    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...
    Posted to Forum by tslattery on 08-27-2009
  • Re: Change ACL on Cisco IOS devices

    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...
    Posted to Forum by Anonymous on 06-24-2008
  • Regular Expressions - Cheat Sheet

    Posted to Forum by mgriffin on 06-12-2008
Page 1 of 1 (9 items)