ksumid91さんの投稿一覧
助け合いフォーラムの投稿
2024/03/31
コメント
パスワードの優位性
パケットトレーサーで実際にコマンドを試してみました。
ユーザーアカウント設定
Switch(config)#username suzuki password pass1
Switch(config)#username suzuki password pass2
Switch(config)#username suzuki secret pass3
ERROR: Can not have both a user password and a user secret.
Please choose one or the other.
↑secretコマンドは拒否されている
enableパスワード設定
Switch(config)#enable password pass4
Switch(config)#enable password pass5
Switch(config)#enable secret pass6
↑エラー出ず登録された
設定確認
Switch#show running-config
!
enable secret 5 $1$mERr$0hQmNNAZVErIfrj7zfRxt0
enable password pass5
!
username suzuki privilege 1 password 0 pass2
合格体験記の投稿
2024/03/31
投稿