I am having an issue with the new NCM 7.2.2 in that I am unable to continue to download firewall configurations form my ASA 5585 Firewalls. I am running multiple contexts and it has been working fine until I upgraded to 7.2.2 (and discovered it's a web console now)
in NCM when I try and do a download of config, it only shows Config types "Running" and "Startup"
Before upgrading I had the options for the contexts when connecting to the management interface of the firewall.. (admin context)
(I was on a very old release so had to go to 7.1 and then 7.2.2 if that matters..
I have the same Config.Mgmt.Commands file as before:
"Cisco ASA 8.4 Multi Context-1.3.6.1.4.1.9.1.669.ConfigMgmt-Commands" |
---|
<!--Multi Context Download tool for Meridian ASA 5585X Firewalls--> <!--Apply this to the Admin Context only. Do not download direct from other contexts as they are SNMP only-->
<Configuration-Management Device="Cisco ASA5585 Multi Context" SystemOID=" 1.3.6.1.4.1.9.1.669"> <Commands> <Command Name="Reset" Value="terminal pager 0${CRLF} ${ConfigType}" RegEx="#"/> <Command Name="Context-prod" Value="changeto context prod"/> <Command Name="Context-qadev" Value="changeto context qadev"/> <Command Name="Context-int" Value="changeto context int"/> <Command Name="Context-corporate" Value="changeto context corporate"/> <Command Name="Context-system" Value="changeto context system"/> <Command Name="DownloadConfig" Value="show running-config"/> <Command Name="Reboot" Value="reload noconfirm"/> <Command Name="EnterConfigMode" Value="config terminal"/> <Command Name="ExitConfigMode" Value="quit"/> <Command Name="Startup" Value="startup"/> <Command Name="Running" Value="running"/> <Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/> <Command Name="DownloadConfigIndirect" Value="write net ${StorageAddress}:/${StorageFilename}"/> <Command Name="UploadConfigIndirect"/> <Command Name="EraseConfig" Value="write erase${CRLF}Yes"/> <Command Name="SaveConfig" Value="write memory"/> <Command Name="Version" Value="show version"/> </Commands> </Configuration-Management> |