Table of Contents

Cisco Basic Operation Command



Operation Order Example

Login

Host> en             <- enable

Host#conf t         <- configure terminal
Host(config)#   CONFIGURATION
Host(config-if)#   CONFIGURATION

Host(config-if)# exit
Host(config)# exit

Host#


TIPS

i(include)

#show ip route | i 192
# sh int status | include (Port|Fa0/13)         <- Port or Fa0/13


b(begin)

#show run | b router bgp


HISTORY