Perintah Dasar Switch
NAMA
|
KELAS
|
SEKOLAH
|
GURU
|
MAPEL
|
RELITA SYAHRAIN
|
XI TKJ 2
|
SMKN 13 BANDUNG
|
1.Ibu rita hartati
2.Pak Atep Aulia |
AIJ
|
Tujuan
- Mengetahui perintah – perintah dasar untuk konfigurasi switch
- Bisa mengkonfigurasi switch
Konsep Dasar
Switch adalah perangkat jaringan komputer yang berfungsi sebagai konektor atau penghubung. Dilihat dari fungsinya Switch mirip dengan HUB, tetapi HUB bersifat broadcast atau setiap data yang dikirim akan diterima oleh semua perangkat yang terhubung dengan HUB.A. Jenis – Jenis Mode Konfigurasi Switch
Dalam konfigurasi switch terbagi dalam beberapa mode, mode tersebut dapat kita bedakan atau ditandai oleh simbol – simbol berikut.- User mode ( Switch> )
- Privileged mode ( Swiitch# )
- Global config privileged mode ( Switch(config)# )
B. Perintah – Perintah Dasar Konfigurasi Switch
Berikut perintah – perintah dasar yang dapat kita lihat dengan mengetikan perintah tanda tanya ( Switch#? )
clear >>> Mereset konfigurasi
clock >>> Mengatur waktu/jam sistem
configure >>> Masuk ke mode konfigurasi
connect >>> Mebuka koneksi terminal
copy >>> menyalin dari satu file ke file lainnya
debug >>> Mengaktifkan fungsi debugging
delete >>> Menghapus file
dir >>> Daftar/list file pada file sistem
disable >>> Mematikan perintah istimewa
disconnect >>> Memutus koneksi jaringan yang ada
enable >>> Mengaktifkan perintah istimewa (privileged mode)
erase >>> Menghapus sebuah file sistem
exit >>> Keluar dari EXEC
logout >>> Keluar dari EXEC
more >>> Menampilkan isi dari sebuah file
no >>> Menonaktifkan informasi debug
ping >>> Mengirim pesan echo
reload >>> Menghentikan dan melakukan cold restart
resume >>> Melanjutkan koneksi jaringan aktif
setup >>> Menjalankan fasilitas perintah setup
show >>> Menampilkan informasin system yang sedfang berjalan
ssh >>> Membuka koneksi klien shell yang aman
telnet >>> Membuka koneksi telnet
terminal >>> Mengatur parameter terminal line
traceroute >>> Trace route ke tujuan
undebug >>> Menonaktifkan fungsi debugging
vlan >>> Mengkonfigurasi parameter VLAN
write >>> Menuliskan konfigurasi yang berjalan ke memori, jaringan, atau terminal
C. Perintah – Perintah Umum Konfigurasi Switch
Berikut beberapa perintah umum untuk konfigurasi switch.- Menampilkan Jam dan tanggal
Switch>show clock - Mengganti tanggal/jam
- Menampilkan versi IOS
Switch>show version
- Menampilkan perintah sebelumnya
Switch>show history
- Menampilkan kemungkinan perintah
Switch>di?
akan menampilkan perintah disconnect
Switch>e?
akan menampilkan perintah enable exit - Menampilkan manual help
Switch>show ?
Switch>show users
Switch>show sessions
Switch>ping ?
Switch>traceroute ? - Menampilkan informasi interface
Switch>show interfaces
Switch>show interfaces FastEthernet 0/1
Switch>show interfaces Fa 0/1
Switch>sh int Fa0/1
Switch>sh int F0/1
switch>sh in f0/1
- Menampilkan CDP (Cisco Discovery Protocol)
Merupakan protokol yang digunakan untuk komunikasi antar perangkat cisco
switch>show cdp - Menampilkan informasi terminal
switch>show terminal - Memasuki privilegedEXEC mode
switch>enable
Jika ingin kembali ke user EXEC mode ketikkan
switch>disable atau
switch>exit
- Untuk masuk ketingkat Global
Switch(config)#
- Membuat Banner
Switch#config t
Switch(config)#Banner MOTD “Cisco sys”
Switch(config)#Exit
Switch#logout
- Menampilkan running configuration
switch>enable
switch#show running-config
- Menampilkan startup configuration
switch>enable atau bisa dengan mengetikan en
switch#show startup-config - Menentukan Jam dan tanggal
switch>enable
switch#clock set 12:20:20 5 october 2012
switch#show clock - Menentukan password mode privileged
Yaitu pembuatan password pada saat user biasa akan masuk ke mode privileged
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#enable password TIDAKDIENKRIPSI
Switch(config)#enable secret DIENKRIPSI
Switch(config)#^Z
%SYS-5-CONFIG_I: Configured from console by console
Switch#disable
Switch>enable
Password: - Menentukan password console
Switch>enable
Switch#configure termin
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#line console 0
Switch(config-line)#password passwordCONSOLE
Switch(config-line)#login
Switch(config-line)#^Z
Switch#disable
Switch>exit
Press RETURN to get started.
User Access Verification
Password:
- Menentukan password telnet
Switch>en
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#line vty 0 15
Switch(config-line)#password passwordTELNET
Switch(config-line)#login
Switch(config-line)#^Z
Switch#disable
Switch>exit - Menentukan password AUX
Switch(config)#line aux 0
Switch(config-line)#password passwordAUX
Switch(config-line)#login
Switch(config)#^Z
Switch#disable
Switch#exit- nomor – nomor diatas adalah merupakan port yang diberi nomor, misalkan sebuah port console yang diberi nomor 0, sebuah port aux yang diberi nomor 0 dan 16 buah VTY yang diberi nomor 0 s/d 15
- Menentukan hostname
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Catalyst
Catalyst(config)#^Z
Catalyst# - Mengganti hostname
Switch#config t
Switch(config)#hostname budidarma
Switch(config)#exit
Switch#logout
- Mereboot switch
Switch#reboot - Menyimpan hasil konfigurasi
Catalyst#copy running-config startup-config (copy dari ram ke nvram)
DAFTAR PUSAKA
http://tr-blogger.ml
Komentar
Posting Komentar