Daftar Perintah – Command pada Router Cisco
Command pada router cisco devices terdiri dari Router Commands
CISCO ROUTER COMMANDS :
Usermode Commands
1. disconnect, hapus sesi telnet dan logout
2. enable, masuk ke privilegemode
3. ping
4. traceroute
Privilegemode Commands
1. clear arp-cache, hapus cache arp
2. configure terminal, masuk ke global configuration mode
3. copy running-config startup-config, simpan konfigurasi sekarang
4. copy startup-config running-config, load konfigurasi yang tersimpan
5. debug ip packet, debug paket dari tcp/ip
6. disable, kembali ke privilegemode dari global configuration mode
7. disconnect
8. erase startup-config, hapus file konfigurasi dari router
9. logout, keluar dari privilegemode
10. ping
11. reload, load kembali startup-config
12. resume
13. show access-list, memperlihatkan semua access-list dari semua
protokol pada router
14. show banner, memperlihatkan banner
15. show cdp, memperlihatkan status CDP router
16. show cdp interface, memperlihatkan interface CDP
17. show cdp neighbor
18. show cdp traffic
19. show clock
20. show flash, memperlihatkan IOS image dan file yang tersimpan di flash memory
21. show frame-relay lmi, memperlihatkan statistik detail LMI
22. show frame-relay map
23. show frame-relay pvc
24. show history, memperlihatkan semua perintah yang telah dieksekusi
25. show hosts, memperlihatkan static host yang disimpan
26. show interfaces, memperlihatkan interface yang dimiliki (semua)
secara detail
27. show interfaces ethernet 0
28. show interfaces serial 0
29. show interfaces loopback 0
30. show ip arp
31. show ip eigrp neighbors
32. show ip eigrp neighbors detail
33. show ip eigrp topology
34. show ip eigrp traffic, memperlihatkan traffic statistik dari protokol eigrp
35. show ip interface
36. show ip interface brief, verify konfigurasi ip
37. show ip ospf database
38. show ip ospf interface
39. show ip ospf neighbor detail
40. show ip route, memperlihatkan konfigurasi routing
41. show protocols, memperlihatkan protokol routing yang telah dikonfigurasi dan sedang berjalan
42. show running-config, memperlihatkan konfigurasi global yang sedang berjalan
43. show sessions, memperlihatkan sesi yang ada sekarang
44. show startup-config, memperlihatkan konfigurasi yang tersimpan pada flash
45. show version, memperlihatkan informasi hardware dan firmware
46. telnet
47. traceroute
48. vlan database, mengakses vlan database atau masuk ke konfigurasi VTP
49. write erase
50. write memory
51. write terminal
Global configuration mode Commands
1. access-list
2. access-list
3. access-list
4. access-list
5. banner motd
6. cdp advertise-v2
7. cdp holdtime
8. cdp run
9. cdp timer
10. config-register
11. dialer-list
12. enable password
mode privilege
13. enable secret
14. end, kembali ke mode privilege
15. hostname
16. interface ethernet 0, masuk ke subconfiguration interface ethernet 0
17. interface fastethernet 0, masuk ke subconfiguration interface fastethernet 0
18. interface serial 0, masuk ke subconfiguration interface serial 0
19. interface vlan
20. ip default-gateway
21. ip default-network
22. ip host
23. ip name-server
24. ip route
25. ip route 0.0.0.0 0.0.0.0
26. ip route
27. ip routing
28. ipx routing
29. isdn switch-type
30. line aux
31. line console 0, masuk ke konfigurasi console nomer 0
32. line vty 0 4, masuk ke konfigurasi vty untuk 5 buah vty
33. no banner motd, menghapus banner
34. no ip routing, menghapus ip routing
35. no router igrp, menghapus konfigurasi route igrp
36. no router ospf, menghapus konfigurasi route ospf
37. no router rip, menghapus konfigurasi route rip
38. no vlan
39. router eigrp
40. router ospf
41. router rip, masuk ke konfigurasi routing menggunakan rip
42. snmp-server enable traps vtp
43. username
passwordnya
Interface subconfiguration mode Commands
1. bandwidth
ini dalam kilobits
2. cdp enable
3. clock rate
4. compress stac
Line subconfiguration mode Commands
1. exec-timeout
2. login synchronous
3. password
Subinterface subconfiguration mode Commands
1. description
IP Routing Protocol subconfiguration mode Commands
1. network
Contoh :
Lab_A>enable
Lab_A#configure terminal atau config t
Lab_A(router)#interface fast eth0/0 atau int f0/0
Lab_A(router-config)#ip add 192.168.0.2 255.255.255.0 (misal)
Lab_A(router-config)#no shut (mengaktifkan Network IP kayak service
network restart kalo di linux)
Lab_A(router-config)#end
Lab_A#show ip interface brief ( melihat configurasi IP yg telah diseting )
0 komentar:
Posting Komentar
Silahkan isi kesan hati anda di sini !!!