Category Archives: Networking

Configuring OSPF with Multiple Areas

In this lab, I use three Cisco 3725 routers [IOS 12.4(15)T10] to demonstrate how to setup OSPF with multiple Areas. Below is the network diagram for this lab.

Posted in Cisco, Labs, Networking, Protocols, Technology, Troubleshooting | Tagged , , , , , , , , , , | Leave a comment

Important IPv6 Addresses

For easy reference, I’ve listed some important IPv6 address ranges below.

Posted in Networking, Protocols, Technology | Tagged , , , , , , , , , , | Leave a comment

Networking: Blocking Access to a Website via Extended Access List [Video]

This video demonstrates how to use an extended access list to prevent specific hosts from accessing a website. In this lab I use two Cisco 2811 routers [IOS 12.4(15)T1] and two Cisco 2950-24 switches [IOS 12.1(22)EA4].

Posted in Cisco, Labs, Networking, Technology | Tagged , , , , , , , , , , , | Leave a comment

Networking: Spanning Tree Protocol Basics [Video]

This video covers some of the basics of how Spanning Tree Protocol (STP) works in a network. To learn more about Spanning Tree Protocol see some of my prior blogs on STP.

Posted in Networking, Protocols, Technology | Tagged , , , , | 1 Comment

Coding a XenServer Client in Python – Monitoring Multiple VMs via Multiple Threads

In some prior blogs I had written about developing an ESXi client in Java which could connect to a VMware ESXi server and perform some management tasks. In this blog, I will describe developing a Cirtrix XenServer Client in Python … Continue reading

Posted in Networking, Programming Languages, Protocols, Python, Technology, Virtualization and Cloud Computing | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

EIGRP – Best Path Selection

By default EIGRP uses bandwidth and delay of the line to determine the best path to a remote network. However, if desired, EIGRP can use a composite of four metrics: bandwidth, delay, reliability, and load. Maximum transmission unit (MTU) is … Continue reading

Posted in Cisco, Labs, Networking, Protocols | Tagged , , , , , , , , , , , , , , , | Leave a comment

Setting-up Basic iBGP and eBGP on Cisco Routers

The Border Gateway Protocol (BGP) is a protocol used to make core routing decisions on the Internet. BGP is commonly mislabeled or referred to as an IP routing protocol. However, it is not a routing protocol; rather, it is a … Continue reading

Posted in Cisco, Networking, Protocols, Technology | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Single/Dual and Multihomed Connections

Network engineers will sometimes speak of connections to their ISP(s) in terms of single homed, dual homed, single multihomed, and dual multihomed. Here is a breakdown and clarification of what this terminology means: – Single Homed (1 link per ISP, … Continue reading

Posted in Networking, Protocols, Technology | Tagged , , , , , , , , , , | 1 Comment

EIGRP and OSPF Redistribution on Cisco Routers

This was a quick lab I threw together which I thought was pretty cool. In this lab I use five Cisco 3725 routers [IOS 12.4(15)T10] in which I have two groups of routers each on a different subnet and running … Continue reading

Posted in Cisco, Labs, Networking, Protocols, Technology | Tagged , , , , , , , , , | Leave a comment

Setup and Troubleshoot EIGRP

I discussed Enhanced Interior Gateway Routing Protocol (EIGRP) briefly in a prior blog, Load Balancing with EIGRP, however, in this lab I use two Cisco 3725 routers [IOS 12.4(15)T10] to demonstrate how to configure EIGRP; additionally, I’ll discuss some useful … Continue reading

Posted in Cisco, Labs, Networking, Protocols, Technology, Troubleshooting | Tagged , , , , , , , | Leave a comment