Category Archives: Cisco

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

Cisco – Filtering Unwanted Packets with Standard Access Lists

Access lists (ACLs) are basically statements that packets are compared against for the purpose of taking some action if a match occurs. After an access list is created, it can be applied to inbound or outbound traffic; in some cases … Continue reading

Posted in Cisco, Labs, Networking | 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

Cisco VLAN Trunking Protocol (VTP)

VLAN Trunking Protocol (VTP) is a Cisco proprietary protocol that reduces administration in a switched network. When you configure a new VLAN on one VTP server, the VLAN is distributed through all switches in the domain. This prevents you from … Continue reading

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

Cisco – Spanning VLANs across Switches via Trunking

In this lab I use two Cisco WS-C2960-24TT [IOS 12.2(25)FX] switches to demonstrate how to span VLANs across switches via 802.1q trunking. I avoid using VTP by using “VTP transparent mode”; as a result, I have to configure the VLANs … Continue reading

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

Creating a LAG between an ESXi vSwitch and a Physical Switch

In this lab I am going to create a LAG (Link Aggregation Group) between an ESXi vSwitch and a physical switch. You can use Cisco, Force10 Dell, Juniper, or any other manufacturer for the physical switch. Depending on the switch … Continue reading

Posted in Cisco, Force10 Networks, Labs, Networking, Technology, Virtualization and Cloud Computing, VMware | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 8 Comments

Load Balancing with EIGRP

RIP, RIPv2, IGRP, EIGRP and OSPF are all routing protocols that support equal cost load balancing but IGRP and EIGRP can also support unequal cost load balancing. However, unlike IGRP, EIGRP supports VLSM (Variable Length Subnet Masking). Below I use … Continue reading

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

Setup Telnet Access on Cisco Switches

This quick lab assumes you already have an IP address for telnet assigned on the Cisco switch. Once that is setup and you are able to ping the IP address, you can setup telnet access on the Cisco switch with … Continue reading

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