Upgrading ASDM version in ASA to latest

Posted by Anand Prabhu S K | 3:05 PM | 0 comments »

Upgrading ASDM version in ASA to latest
Follow below steps to upgrade ASDM versions in ASA. 
           Step 1: Command: # show disk0:
-       shows the disk contents. Look for all the ASDM versions in ASA hard drive. If you already have the latest version by any chance. You can directly disable the existing version and enable the required version from disk0:. In such cases, you can directly shift to Step 2.  
Download SolarWinds Free TFTPServer and install in a computer (say 192.168.1.1 ).   
 
Step 2: Download the required ASDM version from Cisco.com and copy it to root folder of TFTP server.  
 
Step 3: Command: (config)# tftp-server inside 192.168.1.1 \ -       Setup 192.168.1.1 as TFTP Server  
 
Step 4: Command: (config)# copy tftp: disk0: -       Specify TFTP Server, Source filename and destination filename 
 
Step 5: Command: (config)# no asdm image disk0:/asdm-603.bin  
 
Step 6: Command: (config)# asdm image disk0:/asdm-603.bin
 
No need to reboot ASA. Try connecting ASDM from the HTTP allowed computer

Firewall Model: Juniper ISG 1000

Posted by Anand Prabhu S K | 6:25 AM | 0 comments »

I was put in a situation to bring Juniper Firewall to factory default settings.


Firewall Model: Juniper ISG 1000

Note: By default settings of Juniper Firewall, recovery settings are enabled. Some admins might have disabled it by unset admin device-reset

Step 1: Execute "set admin device-reset" command

Step 2: Execute "reset" command
Say "Yes" to confirm saving the configuration and restarting

Step 3: After the image is loaded in the firewall, at login prompt, type the serial number as user name. At password prompt, type the serial number again. The following message appears
!!! Lost Password Reset !!! You have initiated a command to reset the device to factory defaults, clearing all current configuration and settings. Would you like to continue? y/[n]

Press Y in the screen

!! Reconfirm Lost Password Reset !! If you continue, the entire configuration of the device will be erased. In addition, a permanent counter will be incremented to signify that this device has been reset. This is your last chance to cancel this command. If you proceed, the device will return to factory default configuration, which is: System IP: 192.168.1.1; username: netscreen; password: netscreen. Would you like to continue? y/[n]

Press Y in the screen to reset the device to factory default settings

Note: Connect to Management Port (Set your IP in 192.168.1.0 segment) and access 192.168.1.1. Use netscreen/netscreen as default password.