/ログイン
login:admin
Password:なし
/パスワード設定
#config system admin ←管理者設定
(admin)#edit admin ←管理者「admin」の設定変更
(admin)#set password pasuwado ←「admin」のパスワード
(admin)#end ←設定内容適用&自動保存
#exit
/管理接続制限(デフォルトは制限なし)
#config system admin
(admin)#edit admin
(admin)#set trusthost1 192.168.1.100 255.255.255.255 ←信頼するホストアドレス設定
(admin)#end
※trusthostは1-3まで設定可能
※192.168.1.0 255.255.255.0 のようにネットワークアドレスを指定することも可能
/インターフェース設定
#config system interface ←インターフェース設定
(interface)#edit switch ←インターフェース「switch」設定変更
(switch)#set ip 192.168.1.99 255.255.255.0 ←IPアドレス設定
(switch)#set alias office ←わかりやすい別名
(switch)#set allowaccess ping http https ssh ←接続許可
(switch)#end
※INTERNAL側のデフォルトIPは192.168.1.99
/WEB管理画面を日本語に変更(デフォルト英語)
#config system global
(global)#set language japanese
(global)#end
/工場出荷時に戻す
exec factoryreset
This operation will reset the system to factory default.
Do you want to continue?(y/n)y
/現在のIP・パスワードが不明な場合
Login:maintainer
password:bcpb[機器シリアルナンバー]
/補足
TABキーでコマンド補足
?で次に指定できる項目を表示できる。
スポンサードリンク
この記事へのコメント
コメントを書く
この記事へのトラックバック