Dec 27 2008 5:31AM GMT
Posted by: David Davis
Networking,
Cisco,
Network Management
I was shocked! My latest Cisco networking article was VERY popular and I didn’t expect that it would be. So far, it has received over 37 votes and 14 comments. Who knows how many web page impressions it has gotten (well, I guess the webmaster and guy monitoring SEO could tell me but I don’t really care that much).
The title says it all- 10 dumb things you can do to your Cisco router and how to fix them
Dec 26 2008 3:26PM GMT
Posted by: David Davis
Networking,
Cisco,
Network Management
This month I posted another great article over at TechRepublic entitled The 10 Cisco IOS Router file management commands you must know. In this article, I cover how to navigate the Cisco IOS when it comes to managing file systems. Really, it works a lot like the Windows command line. Learn how to view, rename, copy, delete files (and much more) in this latest article!
Dec 24 2008 4:29AM GMT
Posted by: David Davis
Networking,
Security,
Cisco,
Network Management,
Routing
Key management is a way of controlling authentication keys used by routing protocols. You can think of these as “passwords” for your routers. Not all routing protocols can use key management. Only DRP Agent, Enhanced Interior Gateway Routing Protocol (EIGRP), and Routing Information Protocol (RIP) Version 2 use key chains.
You must configure a key chain with keys to enable authentication. Although you can identify multiple key chains, we recommend using one key chain per interface per routing protocol. Upon specifying the key chain command, you enter key-chain configuration mode. A key chain must have at least one key and can have up to 2,147,483,647 keys.
Before you manage authentication keys, authentication must be enabled. To manage authentication keys, define a key chain, identify the keys that belong to the key chain, and specify how long each key is valid.
Each key has its own key identifier (specified with the key key-chain configuration command), which is stored locally. The combination of the key identifier and the interface associated with the message uniquely identifies the authentication algorithm and Message Digest 5 (MD5) authentication key in use.
You can configure multiple keys with lifetimes. Only one authentication packet is sent, regardless of how many valid keys exist. The lifetimes allow for overlap during key changes but please note that the router must know the time.
To configure a key, use the global configuration key chain (name of chain) command then the key-string command inside key configuration mode.
For more information on managing Cisco IOS authentication keys, please see Cisco’s IOS IP Routing Command Reference for the key chain (and other key related) commands.
Dec 20 2008 3:55AM GMT
Posted by: David Davis
Networking,
Cisco,
Network Management,
CCNA
In today’s quick tip, let me offer 5 Networking “buzz words” you should know:
- Get VPN – Group Encrypted Transport – Developed by Cisco in 2006 to allow secure connections over the Internet which is very easy to implement and maintain.
- GDOI – Group Domain of Interpretation – Provide a “key” to decrypt or encrypt your data - related to ISAKMP - see RFC3547 for more information.
- MTU - Maximum Transmission Unit – In relation to IP, it sets an upper packet size limit for maximum packets.
- ICMP – Internet Control Message Protocol - Messages that are contained within IP packets such as 0 for Echo Reply or 5 for Redirect. ICMP could be called the network managment protocol for IP.
- WCCP - Web Cache Communication Protocol - WCCP is a protocol for communication between routers and Web caches. Two versions exist: WCCP Version 1 (WCCPv1) and WCCP Version2 (WCCPv2). The two versions are incompatible. Cisco IOS images can support either of the two versions or both.
For more information see the Cisco Internetworking Terms and Acronyms.
Nov 18 2008 8:30PM GMT
Posted by: David Davis
Virtualization,
VMware,
Network Management
In my latest SearchVMware.com article, I show you, step by step, how to enable and configure SNMP in VMware ESX and ESXi Server. From there, I move on to demonstrating a few different applications that can be used to monitor your VMware ESX Servers using SNMP. Monitoring VMware ESX Servers with SNMP applications is becoming more and more common so I hope you will read my article to learn more about it.
To see the full article, visit: Use SNMP with VMware ESX to monitor server statistics
Oct 31 2008 2:46PM GMT
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
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.

Oct 24 2008 8:09AM GMT
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 15 2008 8:12PM GMT
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