2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Juniper-SSG5_FirmwareUpdate(ScreenOS)

Posted at

目的

  • SSG5のFirmwareをBackup/Updateする

方法

イメージ

ssg5_firmware_update.jpg

環境

  • Product Name: SSG5-ISDN
  • Amazon Linux AMI release 2015.03
  • tftp-server.x86_64 0:0.49-7.7.amzn1

実行

1.juniper.netから最新のFirmwareをダウンロードする。
2.ローカルからTFTPサーバの公開DIRにFirmwareをアップロードする。
TFTP [-i] host [GET | PUT] source [destination]

c:\Users\****>tftp -i ***.***.***.*** put c:\Users\****\juniper\firmware\ssg5ssg20.6.3.0r19.0
転送を正常に完了しました: 118 秒間に 13384482 バイト、113427 バイト/秒

3.ssg5へログインし、コンソールタイムアウトを無効化
ssg5-isdn-> set console timeout 0

4.バックアップ
ssg5-isdn->save software from flash to tftp <tftpサーバIPアドレス> ssg5ssg20.6.0.0r7.0

5.アップデート
ssg5-isdn->save software from tftp <tftpサーバIPアドレス> ssg5ssg20.6.3.0r19.0 to flash

6.設定反映
ssg5-isdn->reset

7.設定反映の確認

ssg5-isdn-> get sys
Software Version: 6.3.0r19.0
File Name: ssg5ssg20.6.3.0r19.0
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?