Perintah Dasar Cisco Packet Tracer Lengkap 2019 – Kali ini Admin akan membahas tengan Perintah Dasar Cisco Packet Tracer, Ilmu ini admin dapat dari referensi yang ada di blog lain dan juga admin pelajari dari guru admin, Tutorial ini di peruntukkan bagi mereka yang masih newbie, bagi yang sudah mastah pun tak apa – apa ke sini, atau pun bagi mastah yang sudah lupa dengan commands yang ada di cisco dapat mempelajari ulang perintah ini. Oke langsung saja pahami perintah ini.
Baca Juga : Tutorial Konfigurasi di Cisco Packet Tracer Lengkap
Switch>show clock detail
Switch>show version
Switch>di?
akan menampilkan perintah disconnect
Switch>e?akan menampilkan perintah enable exit
Switch>show ?
Switch>show users
Switch>show sessions
Switch>ping ?
Switch>traceroute ?
Switch>show interfaces FastEthernet 0/1
Switch>show interfaces Fa 0/1
Switch>sh int Fa0/1
Switch>sh int F0/1
switch>sh in f0/1
Merupakan protokol yang digunakan untuk komunikasi antar perangkat cisco
switch>show cdp
switch>show terminal
switch>disable atau
switch>exit
Switch#config t
Switch(config)#Banner MOTD “Cisco sys”
Switch(config)#Exit
Switch#logout
switch>enable
switch#show running-config
switch>enable atau dapat dengan mengetikan en
switch#show startup-config
switch>enable
switch#clock set 12:20:20 5 october 2012
switch#show clock
Yaitu pembuatan password pada saat user biasa akan masuk ke mode privileged
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#enable password TIDAKDIENKRIPSI
Switch(config)#enable secret DIENKRIPSI
Switch(config)#^Z
%SYS-5-CONFIG_I: Configured from console by console
Switch#disable
Switch>enable
Password:
Switch#configure termin
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#line console 0
Switch(config-line)#password passwordCONSOLE
Switch(config-line)#login
Switch(config-line)#^Z
Switch#disable
Switch>exit
Press RETURN to get started.
User Access Verification
Password:
Switch>en
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#line vty 0 15
Switch(config-line)#password passwordTELNET
Switch(config-line)#login
Switch(config-line)#^Z
Switch#disable
Switch>exit
Switch(config)#line aux 0
Switch(config-line)#password passwordAUX
Switch(config-line)#login
Switch(config)#^Z
Switch#disable
Switch#exit
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Catalyst
Catalyst(config)#^Z
Catalyst#
Switch#config t
Switch(config)#hostname budidarma
Switch(config)#exit
Switch#logout
Switch#reboot
Catalyst#copy running-config startup-config (copy dari ram ke nvram)
Catalyst#wr
ATAU
Catalyst#copy running-config tftp
Catalyst#show startup-config
Catalyst#copy startup-config running-config (copy dari nvram ke ram)
Catalyst#erase startup-config
Catalyst#show startup-config
Catalyst#reload
Switch#show flash
Switch#dir flash
Switch#show boot
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fa 0/1
Switch(config-if)#duplex full
Switch(config-if)#^Z
Switch#show interfaces
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fa 0/1
Switch(config-if)#speed 10 atau 100
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface vlan1
Switch(config-if)#ip address 192.168.10.1 255.255.255.0
Switch(config-if)#no shutdown untuk menenable/meng-up interface
Kursor pindah ke awal baris : Ctrl + A
Kursor ke akhir baris : Ctrl + E
Mundur 1 kata : Esc + B
Mundur 1 karakter : Ctrl + B
Maju 1 karakter : Ctrl + F
Menghapus : Backspace
Melihat perintah sebelumnya : Up arrow atau Ctrl + P
^
% Invalid input detected at ‘^’ mark
disconnect
Switch?sh ?
Switch>enable
Switch#erase startup-config
untuk melihat config sebelumnya
Switch#show startup-configdan reset Switchnya
Switch#reload
Codes: C – connected, S – static, R – RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, su – IS-IS summary, L1 – IS-IS level-1, L2 – IS-IS level-2
ia – IS-IS inter area, * – candidate default, U – per-user static route
o – ODR, P – periodic downloaded static route
S 10.0.2.0 [1/0] via 172.20.114.86
S 10.0.3.0 [1/0] via 172.20.140.11
S 10.0.0.0 [1/0] via 172.20.114.85
S 10.0.1.0 [1/0] via 172.20.114.85
Enter configuration commands, one per line. End with CNTL/Z.
Core-Switch(config)#no ip route 10.0.3.0 255.255.255.0 172.20.140.10
Core-Switch(config)#^Z
Enter configuration commands, one per line. End with CNTL/Z.
Core-Switch(config)#ip route 10.0.3.0 255.255.255.0 172.20.114.84
Core-Switch(config)#^Z
Core-Switch#exit
Switch#config t
Switch(config)#mac-address-table static 00D0.972E.917C vlan 1 int f0/2
Switch(config-if)#^Z
Switch>en
Switch#config t
Switch(config)#int f0/5
Switch(config-if)#switchport mode access
Switch(config-if)#switchport port-security
Switch(config-if)#switchport port-security mac-address sticky
Switch(config-if)#switchport port-security max 4
Switch(config-if)#switchport port-security violation shut down
Switch(config-if)#^Z
Switch(config-line) # password cisco123
Switch (config-line) # line vty 0 15
Switch (config-line) # password cisco123
Switch (config-line) # end
Switch#configure terminal
Switch(config)#interface nama-port (misal : interface fast ethernet 0/1)
Switch(config-if)#speed 100
Switch(config-if)#duplex full
Switch#configure terminal
Switch(config)#interface nama-port
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan nama-vlan
Switch#configure terminal
Switch(config)#interface nama-port
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk allowed vlan nama-vlan
Switch#erase startup-config
Switch#dir
Switch#delete flash:vlan.dat
Switch#dir
Switch#reload
cisco packet tracer dhcp
cisco packet tracer download 6.2
cisco packet tracer download free
cisco packet tracer download 7.1
cisco packet tracer dhcp server
vlan di cisco packet tracer
mikrotik di cisco packet tracer
routing di cisco packet tracer
firewall di cisco packet tracer
subnetting di cisco packet tracer
vpn di cisco packet tracer
nat di cisco packet tracer
ospf di cisco packet tracer
konfigurasi vlan di cisco packet tracer
konfigurasi voip di cisco packet tracer
cisco packet tracer exe
cisco packet tracer eigrp
cisco packet tracer ebook
cisco packet tracer error
cisco packet tracer enable password
cisco packet tracer eula
cisco packet tracer eigrp lab
cisco packet tracer encapsulation dot1q
cisco packet tracer email server
cisco packet tracer exec password
cisco packet tracer e-mail
Sumber Web Wanajay