Wednesday, June 15, 2011

Upgrade Firmware on a Chassis 7500E


Configure a FTP server
 
In this example we use FTP to transfer files.  TFTP can be used as well.
# Enable the FTP server.
<FTP-Server> system-view
[FTP-Server] ftp server enable
# Set the FTP username to aaa and password to hello.
[FTP-Server] local-user aaa
[FTP-Server-luser-aaa] password cipher hello
# Configure the user to have access to the aaa directory.
[FTP-Server-luser-aaa] service-type ftp
[FTP-Server-luser-aaa] authorization-attribute level 3
On device Download firmware using FTP
# Before upgrade, save the current configuraiton
# Log in to the FTP server (note that the prompt may vary with servers.)
<Device> ftp 2.2.2.2
Trying 2.2.2.2 ...
Press CTRL+K to abort
Connected to 2.2.2.2.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
User(2.2.2.2:(none)):aaa
331 Give me your password, please
Password:
230 Logged in successfully
[ftp]
# Download the soft-version2.app programs on the FTP server to the Flash of Device.
[ftp] binary
200 Type set to I.
[ftp] get soft-version2.app
[ftp] bye
<Device> 
Set Config file and software as new boot files
 
 
# Specify the application program for the next boot on the active SRPU.
<Device> boot-loader file soft-version2.app slot 0 main
# Copy the application file on the standby SRPU.
<Device> copy soft-version2.app slot1#flash:/soft-version2.app
# Specify the application program for the next boot on the standby SRPU.
<Device> boot-loader file slot1#flash:/soft-version2.app slot 1 main
# Reboot the device. The software version is upgraded now.
<Device> reboot
 
 

Optimization of fortigate IPS

IPS signature need select according to infrastructure environment  Eg:-  if  we are not have Linux servers this ips signature can disable (d...