Perintah (command) pada cisco devices terdiri dari Router Commands (Usermode commands, Privilegemode commands, Global configuration mode commands, Interface subconfiguration mode commands, Line subconfiguration mode commands, Subnterface subconfiguration mode commands, IP routing protocol subconfiguration mode commands) dan Switch Supported Commands (Usermode commands, Privilegemode commands, Global configuration mode commands, Interface subconfiguration mode commands, Line subconfiguration mode commands, Vlan mode commands, Workstation commands).
ROUTER COMMANDS
Usermode Commands
- disconnect, hapus sesi telnet dan logout
- enable, masuk ke privilegemode
- ping
- traceroute
Privilegemode Commands
- clear arp-cache, hapus cache arp
- configure terminal, masuk ke global configuration mode
- copy running-config startup-config, simpan konfigurasi sekarang
- copy startup-config running-config, load konfigurasi yang tersimpan
- debug ip packet, debug paket dari tcp/ip
- disable, kembali ke privilegemode dari global configuration mode
- disconnect
- erase startup-config, hapus file konfigurasi dari router
- logout, keluar dari privilegemode
- ping
- reload, load kembali startup-config
- resume
, konek kembali setelah diskonek - show access-list, memperlihatkan semua access-list dari semua protokol pada router
- show banner, memperlihatkan banner
- show cdp, memperlihatkan status CDP router
- show cdp interface, memperlihatkan interface CDP
- show cdp neighbor
- show cdp traffic
- show clock
- show flash, memperlihatkan IOS image dan file yang tersimpan di flash memory
- show frame-relay lmi, memperlihatkan statistik detail LMI
- show frame-relay map
- show frame-relay pvc
- show history, memperlihatkan semua perintah yang telah di eksekusi
- show hosts, memperlihatkan static host yang disimpan
- show interfaces, memperlihatkan interface yang dimiliki (semua) secara detail
- show interfaces ethernet 0
- show interfaces serial 0
- show interfaces loopback 0
- show ip arp
- show ip eigrp neighbors
- show ip eigrp neighbors detail
- show ip eigrp topology
- show ip eigrp traffic, memperlihatkan traffic statistik dari protokol eigrp
- show ip interface
- show ip interface brief, verify konfigurasi ip
- show ip ospf database
- show ip ospf interface
- show ip ospf neighbor detail
- show ip route, memperlihatkan konfigurasi routing
- show protocols, memperlihatkan protokol routing yang telah dikonfigurasi dan sedang berjalan
- show running-config, memperlihatkan konfigurasi global yang sedang berjalan
- show sessions, memperlihatkan sesi yang ada sekarang
- show startup-config, memperlihatkan konfigurasi yang tersimpan pada flash
- show version, memperlihatkan informasi hardware dan firmware
- telnet
- traceroute
- vlan database, mengakses vlan database atau masuk ke konfigurasi VTP
- write erase
- write memory
- write terminal
Global configuration mode Commands
- access-list
{permit|deny} - access-list
{permit|deny} - access-list
{permit|deny} - access-list
{permit|deny} - banner motd
- cdp advertise-v2
- cdp holdtime
, mengubah nilai holdtime cdp - cdp run
- cdp timer
, mengubah nilai cdp timer - config-register
- dialer-list
protocol ip permit - enable password
, set password untuk masuk ke mode privilege - enable secret
, set enkripsi untuk password yang disimpan - end, kembali ke mode privilege
- hostname
, set nama host - interface ethernet 0, masuk ke subconfiguration interface ethernet 0
- interface fastethernet 0, masuk ke subconfiguration interface fastethernet 0
- interface serial 0, masuk ke subconfiguration interface serial 0
- interface vlan
, masuk ke subconfiguration vlan - ip default-gateway
, set default gateway - ip default-network
- ip host
, set static hostname lain - ip name-server
, set DNS router - ip route
{next-hop-ip-addr|interface-type} - ip route 0.0.0.0 0.0.0.0
, set defaut gateway / static route - ip route
, set static route - ip routing
- ipx routing
- isdn switch-type
- line aux
- line console 0, masuk ke konfigurasi console nomer 0
- line vty 0 4, masuk ke konfigurasi vty untuk 5 buah vty
- no banner motd, menghapus banner
- no ip routing, menghapus ip routing
- no router igrp, menghapus konfigurasi route igrp
- no router ospf, menghapus konfigurasi route ospf
- no router rip, menghapus konfigurasi route rip
- no vlan
, menghapus vlan nomer ke sekian - router eigrp
, masuk ke konfigurasi routing menggunakan eigrp - router ospf
, masuk ke konfigurasi routing menggunakan ospf - router rip, masuk ke konfigurasi routing menggunakan rip
- snmp-server enable traps vtp
- username
password , set username dan passwordnya
Interface subconfiguration mode Commands
- bandwidth
, set bandwidth yang akan dilalui interface ini dalam kilobits - cdp enable
- clock rate
, set clock rate dalam bits/s - compress stac
in
Line subconfiguration mode Commands
- exec-timeout
[detik], pilihan detik opsional - login synchronous
- password
, set passwordnya
Subinterface subconfiguration mode Commands
- description
, set deskripsi dari subinterface
IP Routing Protocol subconfiguration mode Commands
- network
, set ip network
SWITCH SUPPORTED COMMANDS
Usermode commands
Privilegemode commands
Global configuration mode commands
Interface subconfiguration mode commands
Line subconfiguration mode commands
Vlan mode commands
Workstation commands
Semoga bermanfaat.