David’s Cisco Networking Blog: October, 2008 archives

David’s Cisco Networking Blog:

October, 2008

Oct 31 2008   3:15PM GMT

CCIE Security lab exam to be refreshed in April, ‘09



Posted by: David Davis
Networking, Cisco, CCIE

Are you interested in obtaining a CCIE Security certification? I have taken the lab and I can tell you it was very tough. Well, its about to get even harder. Cisco made this announcement concerning big changes to the Cisco CCIE Security lab exam…

Effective April 2009, important content changes will be implemented in the CCIE Security Lab exams. Candidates for lab exams scheduled mid-April 2009 or later should prepare using the v3.0 Lab Equipment and Software Versions and v.3 Blueprint. Candidates prior to mid- April 2009 should continue using the v2.0 Lab Equipment and Software Versions and v 2.0 blueprint.

Oct 31 2008   2:46PM GMT

Prevent router changes from multiple users with Cisco IOS configuration lock



Posted by: David Davis
Networking, Security, Cisco, Network Management

In my latest article, I covered a new Cisco IOS feature used to prevent multipe admins from making changes on a Cisco router IOS, at the same time. This could prevent downtime and outages due to partially implemented or conflicting configurations. Read how to configure the new Cisco IOS configuration lock in my latest article.


Oct 31 2008   2:31PM GMT

PacketTrap Perspective network management - now support VMware Virtualization



Posted by: David Davis
Networking, Virtualization, VMware, Network Management

I attended a webinar put on by PacketTrap network management this week. I was interested to see one of their latest features of their network management system - Perspective. The new feature is VMware Virtualization support.It works like this - PacketTrap uses SNMP to talk to each VMware ESX host system, pulling back statistics on host and guest performance. Perspective collects the following data:

  • Hostname
  • IP address
  • Operating System
  • Application Statistics
  • Services Running
  • CPU
  • VM Memory
  • Disk Usage by VM

You can download a free evaluation of PacketTrap Perspective and their virtualization features at their website.

PacketTrap Perspective network management - now support VMware Virtualization


Oct 27 2008   8:40PM GMT

David releases updated VMware ESX Server 3.5 video training course!



Posted by: David Davis
Virtualization, VMware

I recently completed my updated VMware ESX Server 3.5 video training course. For over a year now, my ESX 3.0 training course has been a “best seller”, helping thousands of IT Pro’s learn VMware ESX & VMware’s Virtual Infrastructure Suite. In the new course, I have updated videos on how to use VMware’s latest features. The videos include- Update Manager, Storage VMotion (SVMotion), and how to run ESX 3.5 inside VMware Workstation. The latest video offers all my video training (over 20 videos and 17+ hours) in Windows Media format AND in MP3 and iPod formats so that you can watch/listen to the VMware ESX training “on the go”. To view a free demo of my training course, please visit Train Signal.com - VMware ESX 3.5 Video Training.


Oct 26 2008   2:52PM GMT

Windows 2008 Active Directory - New Video Training Course 70-640



Posted by: David Davis
Microsoft Windows, Videos, Windows Server 2008

I have authored many Train Signal courses and used their courses to learn about new technologies. Now, Train Signal, Inc - the global leader in video training - is now offering a new video training course. This course covers Windows 2008 Active Directory and helps prepare you for Microsoft MCITP test 70-640.

This course is authored by “Coach” Culbertson, a veteran Microsoft trainer and is over 20 hours long. It includes both MP3 and iPod versions of the course so you can “watch it on the go” and now Transcender preparation tests for exam 70-640 are also included. The course has a 90 day money back guarantee.

You can read more about this new Windows 2008 AD 70-640 video training course at www.TrainSignal.com


Oct 24 2008   8:09AM GMT

Configure Cisco routers to save core dumps for troubleshooting crashes



Posted by: David Davis
Networking, Cisco, Network Management

I recently wrote an article for on how to configure your router to send a core dump of all current RAM memory to a TFTP server when/if the router crashes. I believe this is very important to configure on every router so that you can troubleshoot a router crashing issue with the Cisco TAC, when it happens to you. You don’t want to have to wait for another router crash do you? For the full article, please read: Configure Cisco routers to save core dumps for troubleshooting crashes


Oct 20 2008   3:15PM GMT

Cisco’s new Routing & Switching 360 Learning Program



Posted by: David Davis
Networking, Cisco, Certifications, Routing

Cisco announced a new learning program that will be offered from select learning partners. This could be like the master’s program of Cisco routing and switching with the CCIE lab being the capstone. The new 360 Learning program is a 6 month blended learning program. I can’t imagine what the price tag will be on this type of program. Here is the official Cisco information:

Introducing Cisco 360 Learning Program for CCIE Routing and Switching

Designed with high-potential network professionals in mind, the Cisco 360 Learning Program for CCIE Routing and Switching is a comprehensive, blended learning program designed to accelerate expert-level competency and provide the skills and training needed to prepare candidates for the rigorous CCIE Routing and Switching exam. 

For the ful press release and more detailed information, please visit Cisco’s 360 Learning Program website.


Oct 15 2008   8:12PM GMT

Use extended ping and extended traceroute to better troubleshoot your Cisco network



Posted by: David Davis
Networking, Cisco, Network Management, Routing

In one of my recent articles, I covered how to use the Cisco IOS extended ping and traceroute commands to troubleshoot your network. Knowledge of how these commands work is critical to solving many networking issues. The extended options give you so much power! Read the full article at: Use extended ping and extended traceroute to better troubleshoot your Cisco network


Oct 11 2008   8:15PM GMT

How can PacketTrap Perspective help you manage your Cisco network?



Posted by: David Davis
Networking, Cisco, Network Management

New, from the company that brought you the free PacketTrap pt360 network troubleshooting tool, PacketTrap is now offering their full network management system (NMS). This NMS is unique because it works with pt360 to help you to more efficiently troubleshoot your network. Perspective also has a number of modules that integrate to troubleshoot specific types of devices like wireless networks or virtualized machines. To find out more, read my article: How can PacketTrap Perspective help you manage your Cisco network?


Oct 5 2008   8:06PM GMT

How to set OSPF Limit Retransmissions using OSPF to help the system admin



Posted by: David Davis
Cisco, Routing

The limit for demand and non-demand circuits is set to 24 by default. Sometimes that’s not enough time to ensure that all our data packets are arriving successfully. That’s when this command comes in handy.

Here is the command for limit retransmissions:

limit retransmissions {[dc {max-number | disable}] [non-dc {max-number | disable}]}

The max number is 255 and the disable removes the limit to the number of retransmissions.

It’s basically a 2 step process. Let’s look at some examples to see how simple it is to set this variable.
1. Access your router in configuration mode and access the ospf process
router(config)# router ospf

2. Sets the limit of number of retransmissions for the demand(dc) and non-demand(non-dc)
circuits. We will change the dc circuits to 20 and the non-dc circuits to 30.
router(config-router)# limit retransmissions dc 20 non-dc 30

3. Sets the maximum number of dc retransmissions to 20, and removes the limit for the number of non-dc circuits:
router(config-router)# limit retransmissions dc 20 non-dc disable

4. This command resets the limit retransmissions back to the default of 24:
router(config-router)# no limit retransmissions

For further information and restrictions on limit retransmission, see the Cisco article, OSPF Retransmissions Limit.