トップ 差分 一覧 Farm ソース 検索 ヘルプ RSS ログイン

Ciscoパスワード変更手順

Ciscoパスワード設定について

Cisco パスワード変更手順

  • シリアルコンソールに接続する。
  • ユーザモードになる。

Username: (ユーザ名)
Password: (現在のパスワード)

  • 特権モードになる。

switch>enable
Password:(設定されているパスワード)

  • Configuration modeになる。

switch#configure terminal 

  • パスワードを設定します。(暗号化)

switch(config)#enable secret (設定パスワード) 
switch(config)#enable password (設定パスワード) 
#2つ目の方法は、平文パスワード。ただし、service password-encryptionコマンドが設定されているときには、弱い暗号化が設定されます。
switch#show running-config | include encryption
service password-encryption

  • 特権モードに戻る。

switch(config)#end

  • 設定を保存します。

switch#copy running-config startup-config
Building configuration...
[OK]

  • configをバックアップする。

最終更新時間:2006年12月13日 02時04分05秒