Browse by Tags
All Tags » cisco (RSS)
-
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...
-
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...
-
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...
-
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...
-
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'...
-
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...
|
|
|