体育会系NetworkEngineerの備忘録

ネットワーク機器(Cisco、Juniper、FortiGate、BIG-IPなど)の設定方法や検証レポートを紹介します。プライベートの内容も少しあります。

2015-10-01から1ヶ月間の記事一覧

【FortiGate】初期化方法

■Configの初期化方法 設定ファイルを初期化する場合、CLIより下記コマンドを実行します。 fortigate # execute factoryreset This operation will reset the system to factory default! Do you want to continue? (y/n) y ※「y」押下後に再起動します。【注…

【Juniper】EXシリーズ 初期化方法

■シェルコマンドでの初期化方法 root> start shell user root Password: ←パスワード入力 root@:RE:0% cd /config root@:RE:0% rm -rf juniper.conf* root@:RE:0% cd /config/db/config root@:RE:0% rm -rf juniper.conf.* root@:RE:0% reboot ■CLIでの初期…