Modul 6
Modul 6
- LACP
S1(config-if-range)# exit
Konfigurasi Etherchannel
Masuk interface range mode untuk FastEthernet0/1 and FastEthernet0/2. Gunakan fa 0/1 - 2 sebagai
interface designation.
Gunakan context sensitive help (?) untuk menampilkan opsi channel-group command.
S1(config-if-range)#channel-group ?
S1(config-if-range)#channel-group 1 ?
S1(config-if-range)#channel-group 1 mode ?
to down
to down
to up
to up
to down
to down
to up
to up
Up
Allow VLANS 1,2,20 to cross the trunk link. Enter the VLANs as shown with no spaces.
S1(config-if-range)#interface port-channel 1
S2#show running-config
interface FastEthernet0/21
interface FastEthernet0/22
interface FastEthernet0/23
interface FastEthernet0/24
interface GigabitEthernet0/1
interface GigabitEthernet0/2
End
a. Pastikan semua physical ports di topology terkonfigurasi sebagai trunks. koreksi ports apapun
yang memiliki access mode.
S2(config)#interface range f0/21-24, g0/1-2
S2(config-if-range)#switchport mode trunk
b. Koreksi EtherChannel ports apapun yang tidak di kkonfigurasi sebagai trunks.
S1(config)#interface port-channel 1
S1(config-if)#switchport mode trunk
S2(config)#interface port-channel 2
S2(config-if)#switchport mode trunk
S2(config-if)#interface port-channel 3
S2(config-if)#switchport mode trunk
S2(config-if)#interface port-channel 6
S2(config-if)#switchport mode trunk
Correct switch ports apapun yang tidak di assigned ke EtherChannel port yang benar.
I - stand-alone s - suspended
R - Layer3 S - Layer2
w - waiting to be aggregated
d - default port
Number of aggregators: 3
------+-------------+-----------+----------------------------------------------
S3(config-if-range)# no channel-group
S3(config-if-range)# no channel-group
S3(config-if-range)# no channel-group
S3(config-if-range)# channel-group 4 mode active
Pastkan Kembali apakah sudah diperbaiki dan pastikan port channel menjadi SU(In Use):
I - stand-alone s - suspended
R - Layer3 S - Layer2
w - waiting to be aggregated
d - default port
Number of aggregators: 3
------+-------------+-----------+----------------------------------------------
Bangun Network
a. Klik ikon petir berwarna oranye Sambungan di bilah alat bagian bawah.
b. Cari ikon kabel Ethernet straight-through. Ikon ini terlihat seperti garis diagonal hitam pekat.
c. Untuk menyambungkan perangkat, klik ikon kabel Ethernet straight-through, lalu klik perangkat
pertama yang ingin disambungkan. Pilih port yang benar, lalu klik perangkat kedua. Pilih port yang benar
dan perangkat akan tersambung.
Konfigurasi Etherchannel :
Step 1 : Konfigurasi PAgP EtherChannel. Konfigurasi 2 switch yang memiliki channel yang sama (contoh
Switch S1 dan S2 di channel 2)
Konfigurasi S1 & S2 :
interface GigabitEthernet0/1
interface GigabitEthernet0/2
Konfigurasi S1 & S2 :
interface FastEthernet0/21
interface FastEthernet0/22
Konfigurasi S1 & S2 :
interface FastEthernet0/23
interface FastEthernet0/24
ena
conf t
hostname SW1
interface GigabitEthernet0/1
interface GigabitEthernet0/2
interface FastEthernet0/21
interface FastEthernet0/22
interface FastEthernet0/23
interface FastEthernet0/24
end
Switch SWB
ena
conf t
hostname SWB
interface GigabitEthernet0/1
interface GigabitEthernet0/2
interface FastEthernet0/23
interface FastEthernet0/24
end
Switch SWC
ena
conf t
hostname SWC
interface FastEthernet0/21
interface FastEthernet0/22
interface FastEthernet0/24
end