EtherChannel Configuration

  • November 16, 2010
Ether Channel

Etherchannel Configuration

Layer 3 Etherchannel with PAgP

Spanning-Tree blocks redundant links and avoid Layer 2 loops. Etherchannels load balance the traffic between the redundant links and uses the bandwidth more efficient. Sp, how can we configure etherchannel? To understand more clear,  here is a basic Etherchannel Configuration scenario with Cisco PAgP (Port Aggregation Protocol).  You can check PAgP definition on wiki also. We have also done this with LACP before in another Link Aggregation example.
 
 
Here, two switches connected by four cable  from their gigabit ethernet ports. We will bundle four of the physical link into one logical link.
 

  1. First of all, we must create logical interface with “port-channel” command and assign it an ip address. Before assigning an ip address, it is important to change this port to a Layer 3 port by “no switchport” command.   SW1 (config) # interface port-channel 1 SW1 (config-if) # no switchport SW1 (config-if) # no shutdown SW1 (config-if) # ip address 192.168.3.1 255.255.255.0 SW1 (config-if) # end   [sc name=”ContentRMessage”]

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Cisco Systems is one of the important vendors in information technology and network field. Many network engineers work with Cisco...

SFP

SFP (Small Form-factor Pluggable) is a hot-pluggable network interface module used in the network devices of today’s computer networks. In...
Network engineers need practice on routers and switches. They use different emulators and simulators to gain hands on experience on...
CCNP ENCOR 350-401 Exam is the required exam for CCNP ENCOR (Implementing Cisco Enterprise Network Core Technologies) or CCIE Enterprise...