Category Archives: Labs
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
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
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
Open Virtualization Format – VMs in transit
The Open Virtual Machine Format (OVF) describes a format for the packaging and distribution of virtual machines (VMs). It is touted as open, secure, and portable. OVF can be seen as a packaging format for software appliances. I see it … Continue reading
How to Stack Dell Force10 S60 Switches
In this lab I use two Dell Force10 S60 switches [FTOS 8.3.3.4] to demonstrate how to stack two S60 switches together. By stacking the switches you can increase port density and manage the switches together as if it were one … Continue reading
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
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
Port Monitoring on Force10 Switches
In this lab I will demonstrate how to do port monitoring on Force10 switches and capture the packets using a network protocol analyzer (Wireshark in this case). Port monitoring allows the copying of all incoming/outgoing packets on a specific port … Continue reading
Setup VRRP with Force10 Switches
In this lab I setup Force10 switches with Virtual Router Redundancy Protocol (VRRP). VRRP is a redundancy protocol used to eliminate a single point of failure between a gateway and its respective hosts within the same subnet. I use three … Continue reading
Setting up Cisco EtherChannels – Static, PAgP, and LACP
In this lab I used a Cisco Catalyst WS-C3750G-24TS switch [IOS 12.2(25)SEE3] and a Cisco Catalyst WS-C3560G-24TS switch [IOS 12.2(40)SE]. I also physically connected GigabitEthernet 1/0/17 on the Catalyst 3750G to GigabitEthernet 0/17 on the Catalyst 3560G; I did the … Continue reading