Sabtu, 11 Februari 2012

COMMAND PADA CISCO ROUTER

COMMAND PADA CISCO ROUTER

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 <host/ip>
4. traceroute <host/ip>

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 <telnet id>
8. erase startup-config, hapus file konfigurasi dari router
9. logout, keluar dari privilegemode
10. ping <hostname/ip>
11. reload, load kembali startup-config
12. resume <telnet id>, konek kembali setelah diskonek
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 <nomer dlci>
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 <host/ip>
47. traceroute <host/ip>
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 <nomer> {permit|deny} <source ip address>
2. access-list <nomer> {permit|deny} <any>
3. access-list <nomer> {permit|deny} <ip address> <ip address>
4. access-list <nomer> {permit|deny} <hostname> <ip address>
5. banner motd <string bannernya>
6. cdp advertise-v2
7. cdp holdtime <detik>, mengubah nilai holdtime cdp
8. cdp run
9. cdp timer <detik>, mengubah nilai cdp timer
10. config-register <nilai>
11. dialer-list <nomer> protocol ip permit
12. enable password <passwordnya>, set password untuk masuk ke mode privilege
13. enable secret <passwordnya>, set enkripsi untuk password yang disimpan
14. end, kembali ke mode privilege
15. hostname <namahost>, set nama host
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 <nomer vlan>, masuk ke subconfiguration vlan
20. ip default-gateway <ip address>, set default gateway
21. ip default-network <ip network>
22. ip host <nama host> <ip address>, set static hostname lain
23. ip name-server <ip address>, set DNS router
24. ip route <prefix> <mask> {next-hop-ip-addr|interface-type}
25. ip route 0.0.0.0 0.0.0.0 <ip gateway>, set defaut gateway / static route
26. ip route <ip network> <mask> <ip gateway>, set static route
27. ip routing
28. ipx routing
29. isdn switch-type <tipe switch>
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 <nomer>, menghapus vlan nomer ke sekian
39. router eigrp <auth_sys>, masuk ke konfigurasi routing menggunakan eigrp
40. router ospf <proses id>, masuk ke konfigurasi routing menggunakan ospf
41. router rip, masuk ke konfigurasi routing menggunakan rip
42. snmp-server enable traps vtp
43. username <nama user> password <passwordnya>, set username dan passwordnya
Interface subconfiguration mode Commands
1. bandwidth <kilobits>, set bandwidth yang akan dilalui interface ini dalam kilobits
2. cdp enable
3. clock rate <bits per detik>, set clock rate dalam bits/s
4. compress stac <nomer> in
Line subconfiguration mode Commands
1. exec-timeout <menit> [detik], pilihan detik opsional
2. login synchronous
3. password <passwordnya>, set passwordnya
Subinterface subconfiguration mode Commands
1. description <string deskripsi>, set deskripsi dari subinterface
IP Routing Protocol subconfiguration mode Commands
1. network <ip network>, set ip network

Tidak ada komentar:

Posting Komentar