Category Archives: Protocols
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
Address Resolution Protocol (ARP)
Address Resolution Protocol (ARP) is used by IP devices to locate the hardware addresses of other devices on the local network. RFC 826 introduced ARP as a method for IP devices to locate other IP devices on the same local … 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 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
Creating a Link Aggregation Group (LAG) in FTOS
This lab demonstrates how to create a Link Aggregation Group (LAG) in FTOS on Force10 switches. A LAG in Force10’s FTOS is called a port channel and in Cisco’s IOS is called an EtherChannel. As described by IEEE 802.3ad, LAG … Continue reading
Setup OSPF on Force10 Switches
For this lab, I use a Force10 E1200 chassis [FTOS 8.3.1.1] and a Force10 S60 switch [FTOS 8.3.3.4]. The objective is to setup a simple OSPF network. Loopback addresses are used to setup test networks.
Discovery Protocols on Cisco, HP, and Force10 Switches/Routers – CDP and LLDP
The Cisco Discovery Protocol (CDP) is a Cisco proprietary Data Link Layer network protocol used to share information about other directly connected Cisco equipment. CDP can also be used in place of dynamic routing protocols in simple networks. Cisco devices … Continue reading
IPv6 Presentation at Sun Microsystems
On January 31st, 2009, at Sun Microsystems, I gave a presentation on IPv6 and the Hurricane Electric (HE) Tunnelbroker. The speech was given during the SupperHappyDevHouse 30 event and you can download the presentation slides here. The event attracted a … Continue reading