routing設定のみ見る
sho run | sec router
bgp設定のみ見る
sho run | sec bgp
interface設定のみ見る
sho run | sec interface
|(パイプ)はコマンド結果から一部を抽出する場合などに使うが、
i(include)の後に指定する語句の間に入れると or検索になる
CORE#sho run | i ospf|eigrp
ospfv3 10 ipv6 area 0
router ospfv3 10
router ospf 10
router ospf 20
router ospf 1
access-list 100 deny eigrp 10.10.0.0 0.0.255.255 any
access-list 100 permit eigrp any any
access-list 121 permit eigrp host 10.10.12.2 any
access-list 123 deny eigrp 10.10.0.0 0.0.255.255 any
access-list 123 deny eigrp any 10.10.0.0 0.0.255.255
access-list 123 permit eigrp any any
特定のinterface設定のみ見る
sho run int gig 0/0
routing tableを表示するときに凡例を出さない
show ip route | begin Gate
CORE#sho ip route | begin Gate
Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 6 subnets, 2 masks
C 10.10.1.1/32 is directly connected, Loopback0
C 10.10.12.0/24 is directly connected, GigabitEthernet0/0
L 10.10.12.1/32 is directly connected, GigabitEthernet0/0
C 10.10.13.0/24 is directly connected, GigabitEthernet0/1
L 10.10.13.1/32 is directly connected, GigabitEthernet0/1
O 10.10.99.99/32 [110/2] via 10.10.12.2, 00:03:51, GigabitEthernet0/0
CORE#
configモードでshowコマンド実行(tab補完はできない、?でヘルプは出る)
(config) do show run
ショートカット
pingやtracerouteを中断する
Ctrl + Shift + 6
※何度か連打する。連打は3つのキー全部離して打つと入りやすい。Ctrl+Shiftを押したまま6だけ連打とかではダメ?
コマンドを打っているときに取り消して行頭に戻る
Ctrl + U または Ctrl + X
debugの終了
un all
(undebug all)
sshやtelnetしているときにdebugを表示/非表示
ter mon
(terminal monitor)
ter no mon
(terminal no monitor)
configモードで一気に抜ける
end
Ctrl + Z
ショートカット(linuxなどでも同じ)
行頭へ移動
Ctrl + A
カーソル以降を削除
Ctrl + K
行末へ移動
Ctrl + E