Lab.2 Cara Menghubungkan 2 Switch

by - Sabtu, Juni 07, 2014

Assalamu’alaikum Wr. Wb.
Ini adalah post lanjutan dari post Em Nur sebelumnya yang Cara Membuat VLAN pada Switch . Sebenarnya post ini membahas tentang menggabungkan 2 Switch yang telah dikonfig sebelumnya sesuai yg ada di post sebelum ini.
Muncul pertanyaan, Bagaimana?
Oke, mari kita share.

Look at the picture!


Pertama kita config dahulu switch 1. Please follow the instruction!

Switch>enable
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#interface Fa0/10
Switch(config-if)#switchport mode trunk

Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/10, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/10, changed state to up

Switch(config-if)#


Kedua kita config juga switch satu lagi, yaitu switch1

Switch>enable
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#interface Fa0/10
Switch(config-if)#switchport mode trunk
Switch(config-if)#


Untuk meng-check apakah trunk kita udah berjalan dengan baik, kita lakukan

Switch(config-if)#do sh interface trunk


Dan akan muncul data seperti berikut.

Switch(config-if)#do sh interface trunk
Port        Mode         Encapsulation  Status        Native vlan
Fa0/10      on           802.1q         trunking      1

Port        Vlans allowed on trunk
Fa0/10      1-1005

Port        Vlans allowed and active in management domain
Fa0/10      1,10,20,400,402

Port        Vlans in spanning tree forwarding state and not pruned
Fa0/10      1,10,20,400,402
Switch(config-if)#

Silahkan Ping!!!
Jika langkah anda benar, maka hasil dan tampilan akan sama dengan yang Em Nur share.
Terima Kasih

You May Also Like

0 comments