Konfigurasi Router di Packet Cisco Tracker: Difference between revisions
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 | |||