Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:basic [2026/02/02 00:12] – ilyasa | networking:cisco:basic [2026/02/02 00:18] (current) – ilyasa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu_n> | ||
| ====== Cisco : Basics Command ====== | ====== Cisco : Basics Command ====== | ||
| Perintah - Perintah dasar dalam mengkonfigurasi perangkat cisco. | Perintah - Perintah dasar dalam mengkonfigurasi perangkat cisco. | ||
| Line 23: | Line 24: | ||
| Example: | Example: | ||
| + | < | ||
| + | Router> enable | ||
| + | Router# configure terminal | ||
| + | Router(config)# | ||
| + | </ | ||
| - | < | + | |
| + | ===== Konfigurasi IP Interfaces ===== | ||
| + | |||
| + | Untuk mengkonfigurasi single interface: | ||
| + | |||
| + | < | ||
| + | |||
| + | Untuk memberikan IP pada interface: | ||
| + | |||
| + | <code> Router(config-if)# ip address [ip address] [subnet mask] </ | ||
| + | |||
| + | Secara default, interface pada router dalam kondisi disable (shutdown). | ||
| + | Untuk menghidupkan interface, gunakan perintah berikut: | ||
| + | |||
| + | < | ||
| + | |||
| + | Example: | ||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | ===== Menyimpan Konfigurasi ===== | ||
| + | |||
| + | ^ Command ^ Description ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||