Rabu, 30 November 2011

TAS Praktikum CCNA 1,2,3

ketentuan :
1. TAS bersifat kelompok, 1 kelompok maksimal 2 orang ( untuk CCNA 1 + CCNA 2, untuk CCNA 3 Bersifat individual)
2. CLOSE BOOK
3. Soal uraian singkat
4. TAS diadakan di kampus 2 UKSW ( Jalan Osamaliki)

Jadwal TAS :
Jam 08.00 -09.00 = CCNA 1 A (LAB B)+ CCNA 1 B(LAB D)
Jam 09.00 -10.00 = CCNA 1 C (LAB B)+ CCNA 1 D(LAB D)
Jam 10.00 -11.00 = CCNA 1 E (LAB B)+ CCNA 1 F(LAB D)
Jam 11.00 -12.00 = CCNA 1 G (LAB B)+ CCNA 1 H(LAB D)
Jam 12.00 -13.00 = CCNA 2 A (LAB B)+ CCNA 1 I, CCNA 2 B, CCNA 3(LAB D)

Jumat, 11 November 2011

Password Router

Hostname

KJK>enable
KJK#configure terminal
KJK(config)#hostname rahasia
rahasia(config)#

Banner
KJK>enable
KJK#configure terminal
KJK(config)#banner motd .
Enter TEXT message. End with the character '.'.
-------------------
TR KJK
-------------------.


Password console
KJK>enable
KJK#configure terminal
KJK(config)#line console 0
KJK(config-line)#passwordpassword yang digunakan
KJK(config-line)#login
KJK(config-line)#logging synchronous
KJK(config-line)#exec-timeout 0
KJK(config-line)#exit

Password enable
KJK>enable
KJK#configure terminal
KJK(config)#enable secretpassword yang digunakan