2012年1月28日土曜日

Cisco基本コマンド

()は短縮形
[]はパラメータ

・ユーザモード
>enable →特権モード移行

・特権モード
#config t →GC(global configuration)モードに移行
#show(sh) →
  version(ver)
  startup-config(start) →NVRAMに保存しているconfig
  running-config(run) →RAMに保存しているconfig
  history(his)
(config)#reload →再起動


・GCモード
(config)#hostname →ホスト名の設定
(config)#int [interface] [port] →IC(interface configuration)モード移行

・ICモード
(config)#no shutdown →インターフェース有効化

・telnet有効化
(config)#line vty 0 4
(config-line)#login
(config-line)#password [password]

・IPアドレスの設定
(config)#int f0
(config-if)#ip address [IP address] [mask]
(config-if)#no shutdown
(config-if)#end


・自動タイムアウト(デフォルトは10分)
(config)#line con 0
(config-line)#exec-timeout 0 0


・コンフィグ初期化
#erase startup-config


・特権モードのパスワード設定(非暗号化)
(config)#enable password [パスワード]


・特権モードのパスワード設定(暗号化)
(config)#enable secret [パスワード]

・既存パスワードの暗号化
(config)#service password-encryption


・番外編
TeraTermのコピペ方法
範囲選択でコピー
右クリックでペースト

0 件のコメント:

コメントを投稿