09-12-2003 07:18 AM - edited 03-09-2019 04:46 AM
I ahve 2 PIX firewalls, 6.1(1) and 6.2(2). I want to mange them via PDM. I know I have to upgrade them to 6.3 but what I dont know is that how to get and configure PDM?
Please direct me to an onlien reading and teh software if avaialable frm the cisco website.
Solved! Go to Solution.
09-12-2003 07:34 AM
09-12-2003 07:49 AM
Hi,
you should download the pdm file from the cisco website (free is you have a smartnet contract).
Once you have the file, enter the following command on the cli of the pix:
'copy tftp flash:pdm'
After entering this command, the pix will ask you for the ip address of the tftp server on which the pdm file is stored (you need to set up a tftp server for this). Then it will ask you for the name of the pdm file.
Once the pdm file is installed, please reboot the pix. After that you have to configure the ip addresses of the pc's that are allowed to manage the pix using the pdm. Use these command for the pdm:
'http server enable'
'http ip_address [netmask] [if_name]'
the first line enables the https server on the pix and the second line specifies the ip address of the pc that will be accessing the pdm.
Please check that des or 3des is enable for the pix. This is necessary for the pdm. Check it with:
'sh ver'
Is every is ok, you should be able to access the pix using: https://ip_address_pix (make sure to use httpS).
Good luck!
Kind Regards,
Tom
09-12-2003 07:34 AM
Hi -
Check this URL:
Thanks - Jay
09-12-2003 07:49 AM
Hi,
you should download the pdm file from the cisco website (free is you have a smartnet contract).
Once you have the file, enter the following command on the cli of the pix:
'copy tftp flash:pdm'
After entering this command, the pix will ask you for the ip address of the tftp server on which the pdm file is stored (you need to set up a tftp server for this). Then it will ask you for the name of the pdm file.
Once the pdm file is installed, please reboot the pix. After that you have to configure the ip addresses of the pc's that are allowed to manage the pix using the pdm. Use these command for the pdm:
'http server enable'
'http ip_address [netmask] [if_name]'
the first line enables the https server on the pix and the second line specifies the ip address of the pc that will be accessing the pdm.
Please check that des or 3des is enable for the pix. This is necessary for the pdm. Check it with:
'sh ver'
Is every is ok, you should be able to access the pix using: https://ip_address_pix (make sure to use httpS).
Good luck!
Kind Regards,
Tom
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide