Konfigurasi Router di Packet Cisco Tracker: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
*Masukkan perintah <code>configure terminal</code> untuk masuk ke konfigurasi global. | *Masukkan perintah <code>configure terminal</code> untuk masuk ke konfigurasi global. | ||
configure terminal | |||
'''Output''' | |||
Router#configure terminal | Router#configure terminal | ||
Enter configuration commands, one per line. End with CNTL/Z. | Enter configuration commands, one per line. End with CNTL/Z. | ||
[[File:Config Router Cisco 2.png|thumb|center]] | |||
*Setelah configurasi dasar berhasil, kita tinggal atur IP setiap interface. Misal FastEthernet 0/0 <code>192.168.10.254</code>, FastEthernet 1/0 <code>192.168.20.254</code>. Maka bisa menggunakan perintah berikut | |||
*Ini merupakan perintah untuk melakukan konfigurasi interface FastEthernet 0/0 | |||
interface fa0/0 | |||
ip address 192.168.10.254 255.255.255.0 | |||
no shutdown | |||
Revision as of 21:25, 20 April 2022
- Pada saat booting pertama kali akan ada pertanyaan seperti berikut

Would you like to enter the initial configuration dialog? [yes/no]:
- Tulis
no - Untuk konfigurasi dasar silahkan ikuti perintah berikut.
- Masukkan perintah
enableuntuk berpindah ke exex privilage
enable
Output
Router>enable Router#
- Masukkan perintah
configure terminaluntuk masuk ke konfigurasi global.
configure terminal
Output
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.

- Setelah configurasi dasar berhasil, kita tinggal atur IP setiap interface. Misal FastEthernet 0/0
192.168.10.254, FastEthernet 1/0192.168.20.254. Maka bisa menggunakan perintah berikut - Ini merupakan perintah untuk melakukan konfigurasi interface FastEthernet 0/0
interface fa0/0
ip address 192.168.10.254 255.255.255.0
no shutdown