Browse by Tags
All Tags » CCS Script (RSS)
-
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...
-
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...
-
There isn't a direct way to write a conditional statement nor a loop; however, there is looping process that can occur within a "Trigger:" directive when a condition is met, and a "Commands:" directive can be written to act as a filter. When a "Trigger-Template" matches...
-
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...
-
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 #########################################################################...
-
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...
-
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...
-
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...
-
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"...
-
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...
|
|
|