Kamis, 29 Desember 2022

etherchannel

Menyediakan bandwidth besar untuk trunk
Load balance dan redundant 

Load balancing berdasarkan 
destination ip address
Destination mac address
Source dan destination ip address


Jika ada loop traffic di layer 2
Akan  blok oleh spaning tree

point nya ether chanel adalah untuk grouping multiple physical interface menjadi 1 logical interface. 

LACP --) open standart
PAGP --) Cisco proprietary

LACP

Switch 1
>enable
#configure terminal
#int range fa0/1-3
#switchport mode trunk
#channel group <ether channel id> mode <active>

Switch 0
enable
#configure terminal
#int range fa0/1-3
#switchport mode trunk
#channel group <ether channel id> mode <passive>


Id harus sama
Mode harus pasive dan active atau active dan active jika passive dan passive tidak akan jalan


#do sh etherchannel summary

Po adalah port chanel
<id>


LACP

Switch 1
>enable
#configure terminal
#int range fa0/1-3
#switchport mode trunk
#channel group <ether channel id> mode <active>

Switch 0
enable
#configure terminal
#int range fa0/1-3
#switchport mode trunk
#channel group <ether channel id> mode <passive>

Mode auto dan desirable 
Atau desirable dan desirable
Auto dan auto tidak aktif

Multilayer switch
Interface# switchport trunk encapsulation dot1q
# switchport mode trunk



L3 etherchannel



Switch 0
enable
#configure terminal
#int range fa0/1-3
#no switchport
#channel group <ether channel id> mode <on>
#int po1
#ip address 10.10.10.1 255.255.255.0

Switch 1
enable
#configure terminal
#int range fa0/1-3
#no switchport
#channel group <ether channel id> mode <on>
#int po1
#ip address 10.10.10.2 255.255.255.0

#Sh etherchannel summary