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

Browse by Tags

All Tags » Cisco (RSS)
  • Trigger issue

    Hi all: I am trying to write a trigger that will grab the interface name (Gi0/##) only when the 1st number (VLAN) is 28: Trigger-Variables: $VLANinterface string Trigger-Template: 28 .* DYNAMIC [[$VLANinterface]] Device output: 48 001f.5b33.26b8 DYNAMIC Gi0/44 28 000a.5e2d.518b DYNAMIC Gi0/5 28 000d...
    Posted to Forum by lbdwag on 09-25-2008
  • 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
  • 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
  • Cisco Technical Design Days

    I attended a Cisco event yesterday titled "Cisco Tech Days." It was an all-day seminar by Cisco SEs on two areas of technology: Advanced Campus Topics Branch-WAN Topics It was a good day of presentations (I stuck with the Advanced Campus track). The presenters are regional SEs, which means...
    Posted to Weblog by tslattery on 06-11-2008
  • A suggestion for the CCIE written test program

    In Brad Reese's Cisco Subnet blog , Robert Williams of CertGuard commented on the article about my recertification: I'm sure many "professionals" in his position would have opted to take the easy road and just "study to pass"... There are a bunch of 'study guides'...
    Posted to Weblog by tslattery on 05-28-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
Page 1 of 3 (22 items) 1 2 3 Next >