Latest Updates

Catatan Training Cisco Saya


Day 1

Router> ( User Exec Mode)
Router# (Privilleage Exec Mode)
Router(config) (Global Config Mode)
routerIamrobot1(config-if)# (Interface config mode)

1.       Router#enable
2.       routerIamrobot1#conf t
3.       Merubah nama router
Router(config)#hostname routerIamrobot1
4.       Untuk menambahkan password di router
routerIamrobot1(config)#enable password kepolu
5.       Untuk mengekripsikan password , info ios versi terbaru memakai script enable secret
routerIamrobot1(config)#enable secret kepolu1
6.       Untuk menunjukkan konfigurasi router
            routerIamrobot1#show running-config

Isi nya :
Building configuration...

Current configuration : 681 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname routerIamrobot1
!
!
!
enable secret 5 $1$mERr$ovpe6z08MEKNgT22hEgoq0
enable password kepolu
!
!
!
!
!
!
!
 --More—
7.       Untuk memberikan pesan
routerIamrobot1(config)#banner motd #dilarang usil - konfigurasi hanya boleh di set oleh admin #
8.       Untuk memberikan password dikabel lan di eth 0
routerIamrobot1(config)#line console 0
9.       Untuk memberikan password console1
routerIamrobot1(config-line)#password kepolu
10.   Untuk memberikan konfigurasi password saat kita akan telnet atau rtemote dari luar
routerIamrobot1(config)#line vty 0 15
11.   routerIamrobot1(config-line)#password kepolutelnet
12.   Untuk menyimpan settingan cisco agar saat di shutdown settingan sebelumnya tidak hilang
routerIamrobot1#copy running-config startup-config

Setting IP Router
13.   routerIamrobot1(config)#interface fa0/0
14.   routerIamrobot1(config-if)#ip address 192.168.1.1 255.255.255.0
15.   routerIamrobot1(config-if)#no shutdown
16.   Router#show ip interface brief








Day 2

Baca tentang pemahaman:
Unicast?
Multicast?
Broadcast?

Untuk set clock rate        à           Router(config-if)#clock rate 64000
Untuk cek vlan                  à           Switch#show vlan brief
Configurasi vlan nya        à           Switch(config)#interface vlan 1
Unutk vlan dapat dihubungi harus ada gateway dan vlan di switch yang dihubungi
è Switch(config)#ip default-gateway 192.168.1.1
Untuk melihat mac address          à          Switch#show mac-address-table

Untuk vlan yang ada                       à           Switch#show vlan brief

0 Response to "Catatan Training Cisco Saya"

Post a Comment