Message of the day MOTD banner merupakan seperti layaknnya Peringatan terhadap siapa saja yang ingin mengakses router. Sebuah banner seharusnya mencantumkan
informasi tentang hak akses, hukuman bagi pelanggar, dan hukum yang berlaku di daerah. Configure the MOTD banner. The MOTD banner is displayed on all connections before the
login prompt. Use the terminating character on a blank line to end the MOTD entry: Router1config
banner motd Masukkan Banner MOTD yang telah dibuat tadi. Akhiri dengan
You are connected to an ABC network device. Access is granted to only current ABC company system administrators with prior written approval.
Unauthorized access is prohibited, and will be prosecuted. All connections are continuously logged.
Router1config
II. Configure Cisco router password access.
Password dapat diberikan pada privileged exec mode dan titik – titik lain seperti console, aux,dan virtual lines. Pemberian password pada privileged exec mode adalah hal yang
paling penting, karena mode ini mempunyai control menuju configuration mode.
1. Mengkonfigurasi password privileged exec mode
.
Cisco IOS mempunyai 2 perintah untuk memberikan password pada privileged exec mode. Perintah pertama, enable password, merupakan password yang tidak di enkripsi dan tidak
akan berlaku jika perintah enable secret diaktifkan. Perintah enable secret mempunyai metode proteksi password yang terenkripsi.
Unruk memberikan password pada privileged exec mode, ikuti langkah berikut: Sebagai contoh password yang digunakan adalah: cisco.
Router1config
enable secret cisco
Router1config
2. Mengkonfigur password console
.
Password pada console berguna untuk mengatur hak akses kontrol console pada router.
Sebagai contoh password yang digunakan adalah: class. Tahapannya adalah sebagai berikut :
Router1config
line console 0
Router1config-line password class
Router1config-line login
3. Configure the virtual line password.
Password virtual line berguna untuk mengatur hak akses control Telnet ke router. Sebagai contoh password yang digunakan adalah: class.
Tahapannya adalah sebagai berikut : Router1config-line line vty 0 4
Router1config-line password class Router1config-line login
III. Configure Cisco Router Interfaces.
1. Mengkonfigur interface fa00 pada router.
Tahapannya adalah sebagai berikut : Router1config
interface fa00
Router1config-if description Connection to Host1 with crossover cable
Router1config-if ip address
address mask Router1config-if
no shutdown
Router1config-if end
Router1 Look for the interface to become active:
Mar 24 19:58:59.602: LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet00, changed state to up
2. Mengkonfigur interface fa01 pada router.
Tahapannya adalah sebagai berikut : Router1config
interface fa01
Router1config-if description Connection to switch with straight-through cable
Router1config-if ip address
address mask Router1config-if
no shutdown
Router1config-if end
Router1 Look for the interface to become active:
Mar 24 19:58:59.602: LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet01, changed state to up
3. Save RAM configuration to NVRAM.