Welcome to Netcordia Connection Sign in | Join | Help
in Search

Browse by Tags

All Tags » cisco » CCS Script (RSS)
  • Script to check WAN VPN link is up and resolve if it is not.

    We have 2 VPN Tunnels connecting our Annapolis and Pittsburgh offices. We found a bug in the Juniper Netscreen routers we are using that causes routes to be dropped on the Pittsburgh Netscreen pointing back to subnets in the Annapolis Office. Turns out the routes are all routes sitting behind our Cisco...
    Posted to Forum by pvogelsang on 07-08-2008
  • 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 njsanders1 on 06-24-2008
  • Re: Check Cisco Flash Space User Input

    Check Cisco routers to see if there is space in the Flash memory system to store another IOS version. This script reads the amount of flash space that's needed from a user input form. Batch operation on a schedule is best done with this script. The script CiscoFlashSpace uses a fixed variable within...
    Posted to Forum by pvogelsang on 05-16-2008
  • Check Cisco Flash Space

    Check Cisco routers to see if there is space in the Flash memory system to store another IOS version. Edit the variable $need that's in the Action-Commands section below to insert the minimum flash space that's needed. Batch operation on a schedule is best done with this scrip #########################################################################...
    Posted to Forum by pvogelsang on 05-16-2008
  • Change SNMP Location in Cisco IOS

    Update the SNMP server location on IOS devices whose name does not indicate that it is a console server, pstn gateway, or IPv6 device. It is likely that you'll want to modify the script to add other location specific information. ############################################################ Script...
    Posted to Forum by pvogelsang on 05-16-2008
  • Change ACL on Cisco IOS devices

    This script looks for a specific ACL and makes updates to it. It can delete a single line or add multiple lines. If more than one line needs to be deleted it can delete the entire ACL and add it back with the changes. The default will remove the ACL and add it back. By selecting $deleteacl it will check...
    Posted to Forum by pvogelsang on 05-14-2008
  • Backup Cisco IOS Config

    This script saves the running-config to startup-config and then copies the running-config to a user-specified TFTP server. Script: Backup IOS Config Script-Description: This script saves the running-config to startup-config and then copies the running-config to a user-specified TFTP server. Marty Adkins...
    Posted to Forum by pvogelsang on 05-14-2008
  • Clean Up Cisco Debug commands

    Script: Clean Up Cisco Debug commands Script-Description: This script executes a show debug command, and if any debug commands are running, issues a 'no debug all' and opens a NetMRI issue stating the debug commands that were running. Script-Filter: $Vendor eq "Cisco" and $Type eq "Router"...
    Posted to Forum by mgriffin on 05-14-2008
  • rxTotalDrops on individual interfaces within modules

    Script: Get rxTotalDrops Script-Description: This script looks for rxTotalDrops on individual interfaces within modules If the rxTotalDrops value is higher than our defined threshold, the script will throw an issue. Script-Filter: $Vendor eq "Cisco" and $sysDescr like /Catalyst/ # Uncomment...
    Posted to Forum by mgriffin on 05-14-2008
  • Invalid Router Statement (RIP)

    Script: Invalid Router Statement (RIP) Script-Description: This script generates an issue that contains highlights any router with a RIP statement. Script-Filter: $Vendor eq "Cisco" and $sysDescr like /IOS/ ######################################################################### Action: Show...
    Posted to Forum by mgriffin on 05-14-2008
Page 1 of 2 (14 items) 1 2 Next >