How-to: Configure spanning tree protocol (STP) Part1

July 24th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO 5 Comments »

// = 200; google_ad_height = 200; // ]]> As we mentioned in one of our previous posts, STP was developed to allow redundancy in the L2 network while maintaining a loop free network. Today we are going to discover how STP is actually doing this function. Step1: Electing the root bridge What is the root [...]

AddThis Social Bookmark Button

Spanning Tree the problem and the solution

July 21st, 2008 Wael Osama Posted in Bridging & Switching No Comments »

Spanning tree protocol or STP is used to provide redundant links in the network while preventing the danger of bridging loops. Our network below has two switches connected to each other by two FastEthernet links for redundancy. In such setups STP is essential to avoid bridging loops. The Problem:How bridging loops happen ? (STP is [...]

AddThis Social Bookmark Button

Etherchannel load balancing case study

July 21st, 2008 Wael Osama Posted in Bridging & Switching, Case Studies 4 Comments »

Etherchannel is a very effective feature that provides redundancy and load distribution within your switching network. However failing to choose the right load distribution algorithm my leave you under utilizing your network resources. We are going to analyze how to select the load balancing method based on placement of switch and traffic type that needs [...]

AddThis Social Bookmark Button

What is: extended VLAN range?

July 17th, 2008 Wael Osama Posted in Bridging & Switching, What Is ? 2 Comments »

Extended VLANs are VLANs within the range of 1006 to 4094. They are mainly used in service provider networks to allow the provisioning of number of customers. In order to configure an extended VLAN you have to follow the guideline below: Extended VLANs are used just like normal VLANs; only different range. Extended VLANs must [...]

AddThis Social Bookmark Button

How-to: Configure trunk VLAN allowed list?

July 17th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO No Comments »

By default all VLANs configured on a switch are allowed over all trunking interfaces. Sometimes you need to change the allowed list over a specific trunk. When a VLAN is allowed on a trunk, traffic coming from interfaces belonging to this VLAN is allowed to traverse the trunk. In our example we have R1 and [...]

AddThis Social Bookmark Button

How-to: Configure trunking

July 8th, 2008 Wael Osama Posted in Bridging & Switching, CISCO HOW-TO No Comments »

A trunk port is a layer 2 port that may carry traffic from multiple VLANs. Trunk ports are mostly used to connect two switches, switch and a router for inter-vlan routing or a server. Cisco switches support two types of trunking encapsulation protocols as listed below 1- ISL : frames are fully encapsulated with an [...]

AddThis Social Bookmark Button