show users accounts新しいNシリーズ スイッチとその他の管理オプションについては、「Dell Networking N2000、N3000、N4000シリーズ スイッチの管理アクセスを設定する方法」を参照してください。
console> enable console# config console(config)# enable password MYPASSWORD
console(config)# crypto key generate rsa console(config)# crypto key generate dsa console(config)# ip ssh server
特定のコマンドで問題が発生した場合は、最新のファームウェア バージョンを実行していることを確認します。
console(config)# ip telnet server disable
console(config)# crypto certificate 1 generate console(config-crypto-cert)# key-generate <512-2048> console(config-crypto-cert)# exit console(config)# ip http secure-certificate <1 - 2> Instance of the certificate to be activated. console(config)# ip http secure-server
このシステムは、2つの証明書を生成して保存できます。2番目のキーを生成するには、番号1を2で置き換えます。2 番目のキーをアクティブにするには、次を使用します。
(config)# ip http secure-certificate 2
console(config)# no ip http server
console# copy running-config startup-config