0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

cisco機器で設定しておくと便利なコマンドメモ

Posted at

はじめに

ciscoスイッチ機器で設定しておくと便利なコマンド。主に自分へのメモ。

コンソールにて作業中にログが出力されてウザいとき改行してくれるコマンド。

switch(config)#line console 0
switch(config-line)#logging synchronous

コンソールは自動ログアウトしないようにするコマンド。

switch(config)#line console 0
switch(config-line)#no exec-timeout

名前解決させない

コマンド名を間違った時にDNSを参照しに行ってプロンプトが一時停止してしまうのを防ぐ。

switch(config)#transport preferred none
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?