Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:console-secutiry [2026/01/27 18:28] – ilyasa | networking:cisco:console-secutiry [2026/02/02 12:01] (current) – ilyasa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Cisco - Console Security ====== | + | {{indexmenu_n> |
| - | ====== Console Port Security - login ====== | + | ====== Cisco : Console Security ====== |
| + | ===== Console Port Security - login ===== | ||
| Secara default, tidak diperlukan password untuk mengakses Command-Line Interface (CLI) pada perangkat Cisco IOS melalui console port. Hal ini memungkinkan pengguna untuk langsung mengonfigurasi perangkat segera setelah terhubung menggunakan console cable. Untuk meningkatkan keamanan, password dapat dikonfigurasi pada console line, sehingga pengguna wajib memasukkan password untuk mengakses CLI melalui console port. | Secara default, tidak diperlukan password untuk mengakses Command-Line Interface (CLI) pada perangkat Cisco IOS melalui console port. Hal ini memungkinkan pengguna untuk langsung mengonfigurasi perangkat segera setelah terhubung menggunakan console cable. Untuk meningkatkan keamanan, password dapat dikonfigurasi pada console line, sehingga pengguna wajib memasukkan password untuk mengakses CLI melalui console port. | ||
| ^ Command ^ Description ^ | ^ Command ^ Description ^ | ||
| Line 13: | Line 14: | ||
| </ | </ | ||
| - | ====== Console Port Security - login ====== | + | ===== Console Port Security - login local ===== |
| + | Alternatifnya, | ||
| + | ^ Command ^ Description ^ | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | <WRAP center round important 95%> | ||
| + | " | ||
| + | </ | ||
| + | <code bash> | ||
| + | username ilyasa secret ccna | ||
| + | line con 0 | ||
| + | login local | ||
| + | end | ||
| + | </ | ||
| + | ===== Konfigurasi Console Port lainya ===== | ||
| - | ====== Console Port Security | + | ^ Command ^ Description ^ |
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| - | + | ===== Contoh full konfigurasi===== | |
| - | ====== Console Port Security - login ====== | + | <code bash> |
| + | configure terminal | ||
| + | username ilyasa secret securePassword123 | ||
| + | line con 0 | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | login local | ||
| + | end | ||
| + | </ | ||
| - | ====== Console Port Security - login ====== | ||