The most viewed posts

About Desktop Icons in Windows Computer

How to clean up Windows Computer

Driver Booster

CCleaner

Advanced System Care

Myanmar font and keyboard for Windows

Registry Reviver

How to make a computer secure and run faster

some (JavaScript Array Method)

Terms and Conditions

The most viewed items

Desktop Hard Disk

HP ProBook 430

Dell Inspiron 5559

External Hard Disk

SONY Playstation Portable

Laptop RAM

Laptop

ZilaStar ICT Nov 28 2018, 22:24:34
Category : Computer Networking Tutorials

How to configure EtherChannel in Cisco Switches

EtherChannel is a combination of two or more physical ports into one logical or virtual port in the switches for redundancy or bandwidth requirements. 

The example of how to configure the EtherChannel in Cisco Switches is shown in the below with the picture together. I hope this example will be benefit for brothers and sisters who are learning Cisco Networking.

 


Switch1
Step 1 : Give Name to Switch 1
en
config t
hostname IT

 

Step 2 : Create VLan and give name to it
vlan 20
name IT
exit
 

Step 3 : Create Etherchannel
interface range f0/1 - 4
switchport mode access
switchport access vlan 20
channel-group 5 mode auto
end
 

Step 4 : Activate the connection to the PC
config t
interface f0/5
no shut
end


Step 5 : Save Configuration
copy run start
 


Switch 2
Step 1 : Give Name to Switch 2
en
config t
hostname HR
 


Step 2 : Create VLan and give name to it
vlan 20
name IT
exit
 


Step 3 : Create Etherchannel
interface range f0/1 - 4
switchport mode access
switchport access vlan 20
channel-group 5 mode auto
end



Step 4 : Activate the connection to the PC
config t
interface f0/5
no shut
end
 

Step 5 : Save Configuration
copy run start



Please click here to download Packet Tracer Configuration file to do testing.

  • Comments:

    No comment to show.

    To Contact
    Available Services
    Terms and Conditions