Posts

Showing posts from July, 2021

Configuration Etherchannel

Image
  26-1 EtherChannel Configuration – Lab Exercise Lab Topology LACP EtherChannel Configuration The access layer switches Acc3 and Acc4 both have two FastEthernet uplinks. How much total bandwidth is available between the PCs attached to Acc3 and the PCs attached to Acc4? Port yang digunakan adalah FastEthernet maka total bandwidth yang tersedia adalah 200Mbps. Convert the existing uplinks from Acc3 to CD1 and CD2 to LACP EtherChannel. Configure descriptions on the port channel interfaces to help avoid confusion later. Acc3(config)#int range f0/23-24 Acc3(config-if-range)#channel-group 1 mode active Acc3(config-if-range)# Creating a port-channel interface Port-channel 1 Acc3(config-if-range)#exit Acc3(config)#int port-channel 1 Acc3(config-if)#desc Link to CD1 Acc3(config-if)#switchport mode trunk Acc3(config-if)#switchport trunk native vlan 199 Notes: Untuk mengimplementasikan Etherchannel, maka kita harus memilih port mana saja yang akan dibundling yg kemudian menjadi etherchannel. Pad