Category Archives: Protocols

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

Configuring PVST+ on Cisco Switches

Per VLAN Spanning Tree Plus (PVST+) is a flavor of Spanning Tree Protocol (see prior blog, Default STP Behavior on Cisco Switches) which maintains a spanning tree instance for each VLAN in the network. This means certain VLAN trunks (using … Continue reading

Posted in Cisco, Labs, Networking, Protocols, Technology | Tagged , , , , , , , , , , , , , | 6 Comments

Default STP Behavior on Cisco Switches

In a prior blog, Functionality of Layer 2 Switches/Bridges, I discussed the core functionality of layer 2 switches. In this blog, I hit upon the Spanning Tree Protocol (STP) used on layer 2 switches to prevent loops. As mentioned before, … Continue reading

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

OSPF Explained and Useful Troubleshooting Commands

Open Shortest Path First (OSPF) is an open standard link-state routing protocol that supports multiple equal-cost routes to the same destination (four by default). OSPF constructs a shortest path tree and then updates the routing table with the best paths. … Continue reading

Posted in Cisco, Labs, Networking, Protocols, Technology, Troubleshooting | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 3 Comments

Setting-up DHCP with IP Helper-Address on Cisco Routers

In a prior lab, Setting-up DHCP on Cisco Routers, I discussed how to setup a Cisco router as a DHCP server. In this lab, I use a DHCP server setup on one subnet to provide DHCP services to two different … Continue reading

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

Setting-up DHCP on Cisco Routers

The Dynamic Host Configuration Protocol (DHCP) provides the capability to automatically allocate reusable network addresses and configuration options to hosts.

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