Jaringan Lanjut, Kenalan dengan Cisco paket tracer

Written By Unknown on 30 September 2011 | 01.14.00

image
cuma mau share dikit tentang cisco  gan !, (ngintip dari sebelah) walaupun kalau ditanya soal jaringan bingung Gan, bingung maklum saya bukan penganut jaringan Smile with tongue out. Tapi gak ada salahnya kan kita berbagi. Ok langsung saja lihat mantra-mantra cisconya :
Mengganti hostname
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1

Konfigurasi IP Address
R5(config-if)#ip address 191.167.0.2 255.255.0.0
Menghidupkan interface
R5(config)#
Menghidupkan interface
R5(config)#
R5(config)#interface FastEthernet0/0
R5(config-if)# no shutdown
image
Untuk mematikan interface
R5(config)#
R5(config)#interface FastEthernet0/0
R5(config-if)#shutdown

Membuat password router
R5#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R5(config)#enable password passr5
R5(config)#exit

Membuat password vty (telnet)
R5#config
Warna merah =
interface mati,
hijau = interface
hidup
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R5(config)#line vty 0 4
R5(config-line)#password vtyr5
R5(config-line)#login
R5(config-line)#exit
R5(config)#exit

Membuat password console
R5#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R5(config)#line console 0
R5(config-line)#password consr5
R5(config-line)#login
R5(config-line)#exit

Melihat configurasi
R5#show running-config

Melakukan encripsi password
R5#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R5(config)#service password-encryption
R5(config)#exit

Menyimpan Konfigurasi
R5#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
:: semoga bermanfaat sekian dulu Open-mouthed smile

0 komentar:

Posting Komentar

Don't Spam Please !