KONFIGURASI ETHERCHANNEL DI CISCO PACKET TRACER || Gilang Pratama
A).PENDAHULUAN
Assalamu'alaikum
wr.wb
halo semua! pada blog kali ini saya akan menjelaskan tentang"etherchannel".oke simak saja penjelasanya dibawah!!
===========================================================================
B).ISI
B).ISI
Etherchannel
atau sering disebut juga port channel adalah teknologi link
aggregation pada switch cisco yaang digunakan untuk mengkombinasikan
banyak link fisik menjadi ssatu link logika untuk meningkatkan
trougput dan redundancy apabila sebuah link rusak.
ada
3 cara untuk menkombinasikan link-link tersebut yaitu PagP,LACP,dan
static.
PAgP
(Port Aggregation Protocol ) :hak milik cisco
LACP
(Line Aggregation Control Protocol) : open standard IEEE 802.3 ad
Static
(on): tidak ada negoisasi dan protokol
===========================================================================
*dibawah
ini saya akan konfigurasi etherchannel:
sebelum
konfigurasi kita harus membuat topologinya dulu:
static:
switch
0:
switch>en
Switch#conf
t
Enter
configuration commands, one per line. End with CNTL/Z.
Switch(config)#int
ra fa0/22-24
Switch(config-if-range)#channel-group
1 mode on
Switch(config-if-range)#ex
switch
1:
switch>en
Switch#conf
t
Enter
configuration commands, one per line. End with CNTL/Z.
Switch(config)#int
ra fa0/22-24
Switch(config-if-range)#channel-group
1 mode on
Switch(config-if-range)#ex
LACP
:
switch
0:
switch>en
Switch#conf
t
Enter
configuration commands, one per line. End with CNTL/Z.
Switch(config)#int
ra fa0/22-24
Switch(config-if-range)#channel-group
1 mode active
Switch(config-if-range)#ex
switch
1:
switch>en
Switch#conf
t
Enter
configuration commands, one per line. End with CNTL/Z.
Switch(config)#int
ra fa0/22-24
Switch(config-if-range)#channel-group
1 mode active
Switch(config-if-range)#ex
PAgP:
switch
0:
switch>en
Switch#conf
t
Enter
configuration commands, one per line. End with CNTL/Z.
Switch(config)#int
ra fa0/22-24
Switch(config-if-range)#channel-group
1 mode auto
Switch(config-if-range)#ex
switch
1:
switch>en
Switch#conf
t
Enter
configuration commands, one per line. End with CNTL/Z.
Switch(config)#int
ra fa0/22-24
Switch(config-if-range)#channel-group
1 mode auto
Switch(config-if-range)#ex
*untuk
mengecek apakah etherchannelnya sudah aktif atau belum
Switch#show
etherchannel summary
LACP
aktif
|
static
aktif
|
PAgP aktif |
0 Response to "KONFIGURASI ETHERCHANNEL DI CISCO PACKET TRACER || Gilang Pratama"
Post a Comment